@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap');
@import url("https://fonts.googleapis.com/css?family=Noto Serif JP");
@import url("https://use.fontawesome.com/releases/v5.1.0/css/all.css");
/*--------------------------------------------------------------------------------------------------

   common

--------------------------------------------------------------------------------------------------*/
/* ==========================================================================
   Foundation
   ========================================================================== */
/*reset-------------------------------------------------*/
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
l,
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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
  vertical-align: top;
}

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

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

img,
a img {
  border: none;
}

a {
  cursor: pointer;
}

img {
	image-rendering: -webkit-optimize-contrast;
}


/*-------------------------------------------------reset*/
/*base-------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-weight: 400;
}

.font-serif {
  font-family: "Noto Serif JP", sans-serif;
}

a {
  color: #000;
  text-decoration: none;
  display: block;
}

ul, li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

address {
  font-style: normal;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

.clear:after {
 content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
 display: inline-table;
 overflow: hidden;
}

/* mac \*/
* html .clear {
 height: 1%;
}
.clear {
 display: block;
}
/* macend */

.tap {
	display: none;
}

/*-------------------------------------------------base*/
/* ==========================================================================
   Layout
   ========================================================================== */
/*--------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------*/
.l-header__inner {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.l-header__logo {
  font-size: 16px;
  margin: 0px 0 5px 0;
  font-weight: normal;
}
.l-header__logo p {
  font-size: 30px;
  font-weight: 600;
  margin-top: 5px;
		letter-spacing: 0.1em;
}
.l-header__text-en {
  font-size: 16px;
  font-weight: normal;
}
.l-header__menu ul {
  align-items: center;
  height: 99px;
}
.l-header__menu ul li {
  padding-right: 20px;
  margin-right: 18px;
  position: relative;
}
.l-header__menu ul li a {
  font-size: 18px;
}
.l-header__menu ul li::after {
  content: "/";
  position: absolute;
  top: 0;
  right: 0;
}
.l-header__menu ul li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.l-header__menu ul .no-line::after {
  content: "";
}
.l-header__menu-contact {
  min-height: 100px;
  background: #007ECC url(../image/icon-mail.png) no-repeat center top 28px;
}
.l-header__menu-contact a {
	display: block;
  color: #fff;
  padding: 63px 10px 16px;
  font-size: 14px !important;
		height: 100%;
}

.l-header__menu ul li a:hover {
	color: #007ECC !important;
	text-decoration: underline !important;
}

.l-header__menu ul li .l-header__menu-contact a:hover {
	color: #FFF !important;
	text-decoration: none !important;
}


/*-------------------------------------------------header*/
/*------------------------------------------------------------------------------------------------
  main
--------------------------------------------------------------------------------------------------*/
.l-container {
  width: 1100px;
  max-width: 92%;
  margin: 0 auto;
}

/*-------------------------------------------------main*/
/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
.l-footer {
  border-top: 9px solid #007ECC;
}
.l-footer__info {
  padding: 40px 0 35px 0;
}
.l-footer__info .l-container {
  justify-content: space-between;
}
.l-footer__info-logo-text-small {
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
}
.l-footer__info-logo p {
  font-size: 24px;
  font-weight: bold;
}
.l-footer__info-logo-text-en {
  font-size: 14px;
  display: inline-block;
  padding-left: 15px;
}
.l-footer address {
  margin-top: 25px;
  line-height: 1.4;
}
.l-footer__menu {
  margin-right: 35px;
}
.l-footer__menu li {
  margin-left: 65px;
}
.l-footer__menu li a {
  line-height: 1.6;
  position: relative;
  padding-left: 12px;
}
.l-footer__menu li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #007ECC;
}
.l-footer__coppy {
  background-color: #002F4D;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
}
.l-footer .ptop {
    position: fixed;
    bottom: 28px;
    right: 3%;
    cursor: pointer;
  }
  .l-footer .ptop img {
    width: 28px;
  }
/*-------------------------------------------------footer*/
/* ==========================================================================
   Object
   ========================================================================== */
/*------------------------------------------------------------------------------------------------
  Component
--------------------------------------------------------------------------------------------------*/
.c-btn a {
  width: 320px;
  border: 1px solid #fff;
  padding: 12px 15px;
  text-align: left;
  display: inline-block;
  margin: 0;
  text-decoration: none;
  position: relative;
  color: #FFF;
  background: linear-gradient(to right, #00CCB4, #007ECC);
}
.c-btn a::before {
  position: absolute;
  top: calc(50% - 4px);
  right: 30px;
  width: 30px;
  height: 8px;
  content: "";
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
  transition: all 0.3s;
}
.c-btn a:hover::before {
  right: 15px;
}
.c-btn a:hover {
	 background: linear-gradient(to right, #007ECC, #00CCB4);
}

.c-btn2 {
	margin-bottom: 40px;
	text-align: center;
}

.c-btn2 a {
  width: 400px;
  border: 1px solid #fff;
  padding: 12px 15px;
  text-align: left;
  display: inline-block;
  margin: 0;
  text-decoration: none !important;
  position: relative;
  color: #FFF !important;

  background: linear-gradient(to right, #00CCB4, #007ECC);
}
.c-btn2 a::before {
  position: absolute;
  top: calc(50% - 4px);
  right: 30px;
  width: 30px;
  height: 8px;
  content: "";
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
  transition: all 0.3s;
}
.c-btn2 a:hover::before {
  right: 15px;
}
.c-btn2 a:hover {
	 background: linear-gradient(to right, #007ECC, #00CCB4);
}

/*-------------------------------------------------Component*/
/*------------------------------------------------------------------------------------------------
  Project
--------------------------------------------------------------------------------------------------*/
.p-heading {
  font-size: 30px;
  padding: 20px 10px 0 5px;
  display: inline-block;
  position: relative;
		font-weight: 500;
}
.p-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #00CCB4, #007ECC);
}

.p-gradation {
  width: 100%;
  height: 160px;
  background: linear-gradient(to right, rgba(0, 204, 180, 0.2), rgba(0, 126, 204, 0.2));
  position: relative;
}
.p-gradation h2 {
  font-size: 26px;
  padding: 7px 0 7px 22px;
  width: calc(50% - 170px);
  border-left: 4px solid #007ECC;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
		font-weight: 500;
}

.p-breadcumb {
  background-color: #F3F2F1;
  border-top: 1px solid #fff;
}
.p-breadcumb ul {
  text-align: right;
}
.p-breadcumb ul li {
  font-size: 14px;
  margin: 4px 0;
  display: inline-block;
}
.p-breadcumb ul li a {
  padding-right: 10px;
  position: relative;
  display: inline-block;
		color: #000 !important;
		text-decoration: none;
}
.p-breadcumb ul li a::after {
  content: ">";
  position: absolute;
  right: -3px;
  padding-right: 4px;
}

.p-title-pargraph {
  border-top: 4px solid #ccc;
  position: relative;
  font-size: 30px;
  padding-top: 17px;
  padding-left: 3px;
		font-weight: 500;
		letter-spacing: 0.05em;
}
.p-title-pargraph::after {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 136px;
  height: 4px;
  background: linear-gradient(to right, #00CCB4, #007ECC);
}

.p-news-list li {
  border-bottom: 1px solid #ccc;
  /*line-height: 22px;*/
  justify-content: space-between;
}

.p-news-list li a {
	padding: 15px 8px;
}

.p-news-list li a:hover {
	background-color: #FBFBEF;
}

.p-news-list__title {
  margin-left: 33px;
  width: calc(100% - 153px);
}
.p-news-list__date {
  width: 120px;
}

/*-------------------------------------------------Project*/
/*------------------------------------------------------------------------------------------------
  utility
--------------------------------------------------------------------------------------------------*/
.u-al-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.u-al-right {
  text-align: right;
}

.u-al-left {
  text-align: left;
}

.u-fl-left {
  float: left;
}

.u-flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
}

.u-clear {
  display: block;
}
.u-clear::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* mac \*/
* html .u-clear {
  height: 1%;
}

.u-font-red {
  color: #ff0000;
}

/*------------------------------------------------------------------------------------------------
  main
--------------------------------------------------------------------------------------------------*/
main.second .inner {
  width: 1100px;
  max-width: 92%;
  margin: 0 auto;
		padding: 40px 0;
}

main.second a {
	display: inline-block;
	color: #00B39C;
	text-decoration: underline;
}

main.second p {
	margin-bottom: 25px;
	line-height: 1.6;
}

main.second .c-btn {
	text-align: center;
}

main.second .c-btn a {
	color: #FFF !important;
	text-decoration: none;
}

main.second .inner h3,
main.about h3 {
  border-top: 4px solid #ccc;
  position: relative;
  font-size: 30px;
  padding-top: 17px;
  padding-left: 3px;
		font-weight: 500;
		letter-spacing: 0.05em;
		margin: 40px 0;
		line-height: 1.4;
}

main.second .inner h3:after,
main.about h3:after {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 136px;
  height: 4px;
  background: linear-gradient(to right, #00CCB4, #007ECC);
}

.pageNavi {
	margin: 0 0 60px;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
}

.pageNavi li {
	margin: 0 20px;
}

.pageNavi li a {
	display: block;
	width: 260px;
	padding: 12px 0;
	text-decoration: none;
	text-align: center;
	border: 2px solid #CCC;
	color: #000;
	background: linear-gradient(to right, rgba(0, 204, 180, 0.2), rgba(0, 126, 204, 0.2));
}

.pageNavi li a:hover {
	background: linear-gradient(to right, rgba(0, 126, 204, 0.2), rgba(0, 204, 180, 0.2));
	text-decoration: underline;
	color: #007ECC;
}


/*-------------------------------------------------utility*/

/*# sourceMappingURL=common.css.map */
