
/* ************************************************************
　共通
************************************************************ */
html {
    font-size: 100%
    height: 100%;
}
body {
    position: relative;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo UI", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
    color: #000;
    background-color: #fff;
	font-feature-settings: "palt";
}
img {
    width: 100%;
    height: auto;
    display: inherit
}
a {
    color: #fff;
    text-decoration: none;
}
a > img:hover {
    opacity: 0.7;
    transition: .3s;
}
p {
    margin: 0;
}
h1 {
    margin: 0;
    line-height: 1;
}
h2 {
    font-size: 3.75rem;
    line-height: 1.3;
    font-weight: bold;
    margin: 0;
}
h3 {
    font-size: 2rem;
    line-height: 1.6;
    margin: 0;
}
h4,h5 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 0;
}
ul,li,ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
button {
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
}

/*hover*/
img.opacity {
    opacity: 1;
}
img.opacity:hover {
    opacity: 0.4;
    filter: alpha(opacity=40);
    zoom: 1;
}

/* ************************************************************
　Layout
************************************************************ */

/* l-section
----------------------------------*/
.l-section {
	position: relative;
}
.l-section__inner {
    width: 1100px;
    margin: 0 auto;
}
.l-section__inner2 {
    width: 1100px;
    margin: 0 auto;
    padding: 100px 0;
}

/* bg
----------------------------------*/
.bg-1 {
	background: #EFFBFF;
}
.bg-2 {
	background: linear-gradient(-225deg, #5589FF 0%, #33D1AD 100%);
	}

/* header 
----------------------------------*/
header{
	width: 100%;
 	height: 90px;
	position: fixed;
	top:0;
	left: 0;
	display: flex;
	z-index: 9999999;
	border-bottom: 1px solid #DDDDDD;
}
header h1{
	width:250px;
	overflow: hidden;
	position: relative;
	padding: 0 0 26px 30px;
	top:26px;
	z-index: 500;
}
header h1 a{
	display: inline-block;
}
header h1 img{
	width:100%;
	height: auto;
}
header .txt{
	margin: 40px 0 0 20px;
	padding: 0;
}
#hd_nav{
 	width: 100%;
 	height: 90px;
 	position: relative;
 	background: #fff;
	display: -webkit-box; /*Android4.3*/
  	display: -moz-box;    /*Firefox21*/
  	display: -ms-flexbox; /*IE10*/
  	display: -webkit-flex; /*PC-Safari,iOS8.4*/
  	display: flex;
 	flex-direction: row;
}

.menu{
	width: 80%;
	max-width: 980px;
 	-webkit-transform: translateX(0);
 	transform: translateX(0);
	position: absolute;
	right: 0;
	top: 0;
}
.menu ul{
	width:100%;
 	height: 90px;
 	display: -webkit-box; /*Android4.3*/
  	display: -moz-box;    /*Firefox21*/
  	display: -ms-flexbox; /*IE10*/
  	display: -webkit-flex; /*PC-Safari,iOS8.4*/
  	display: flex;
 	flex-wrap: wrap;
 	justify-content: flex-end;
}
.menu ul li{
	width:225px;
 	padding: 0 0;
	display: inline-block;
	text-align: center;
	position: relative;
}

.menu ul li.login{
	background: #18419E;
	position: relative;
}
.menu ul li.login:hover{
	background: rgba(0, 27, 87,1);
}
.menu ul li.login a{
	color: #fff;
}
.menu ul li.login a:before{
	content: " ";
	display: inline-block;
	background:url("../images_web/icon2.svg") no-repeat;
	background-size: cover;
	width: 30px;
	height: 28px;
	margin-right: 0.5em;
	top:1px;
	position: relative;
}
.menu ul li a{
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	display: inline-block;
}
.menu ul a.pt{
	padding: 1.5em 3.2em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display:flex;
	align-items: center;
}

/* l-footer 
----------------------------------*/
.l-footer {
	background: #18419E;
	color: #fff;
	text-align: center;
}
.l-footer p {
	font-size: 12px;
    padding: 1.25rem 0;
	}
.l-footer a {
    text-decoration: none;
}
.l-footer a:hover {
    text-decoration: underline;
}

/* ************************************************************
　Compornent
************************************************************ */

/* c-list
----------------------------------*/
.c-list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
.c-list__2column .c-list__item { width: 47.27%; }
.c-list__3column .c-list__item { width: 29.81%; }
.c-list__4column .c-list__item { width: 23.5%; }
.c-list__5column .c-list__item { width: 17.81%; }
.c-list__2column_2 .c-list__item_l { width: 38.81%; }
.c-list__2column_2 .c-list__item_r { width: 53.90%; }
.c-list__2column_3 .c-list__item_l { width: 24.81%; }
.c-list__2column_3 .c-list__item_r { width: 69.90%; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
    transform: rotate(220deg);
  }
}


/* ************************************************************
　Project
************************************************************ */

/* p-mainvisual
----------------------------------*/
.p-mainvisual {
	padding-top: 90px;
    background:url(../images_web/bg_mainvisual.jpg);
    background-size: cover;
	background-position: center;
}
.p-mainvisual__inner {
	padding: 160px 0 240px 500px;
	margin: 0 auto;
	text-align: center;
}
.p-mainvisual__title {
	width: 450px;
    margin: 0 auto;
}
.p-mainvisual__title .txt{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4em;
	color: #18419E;
    margin: 25px 0 40px;
}
.p-mainvisual__subimg {
	margin: -200px auto 0;
	padding: 0 0 0 500px;
	width: 450px;
	display: block;
}

/*タイトルアニメーション*/
.p-mainvisual__title,.p-mainvisual__subimg {
    -webkit-animation: fadein 0.8s 1 ease-out;
    animation: fadein 0.8s 1 ease-out;
}
@-webkit-keyframes fadein {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  } 
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* p-about
----------------------------------*/
.p-about p.p-about__title {
    color: #18419E;
	font-size: 40px;
	font-weight: bold;
	margin-top: -80px;
	margin-bottom: 30px;
}
.p-about p.p-about__title span {
	font-size: 24px;
}
.p-about .txt {
	font-size: 16px;
	line-height: 2.2;
	font-weight: bold;
}
.p-about2 .txt {
	font-size: 14px;
	line-height: 2.2;
	margin-top: 60px;
}

/* p-developer
----------------------------------*/
.p-developer h3 {
    color: #18419E;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
}
.p-developer .name {
	font-size: 30px;
	margin-top: 10px;
	font-weight: bold;
}
.p-developer .title {
	font-size: 14px;
	line-height: 1.6;
	margin: 15px 0 30px;
}
.p-developer .txt {
	font-size: 14px;
	line-height: 2.0;
}
.p-developer .txt span{
	font-weight: bold;
}
.p-developer .txt a {
    color: #18419E;
    text-decoration: none;
}
.p-developer .txt a:hover {
    text-decoration: underline;
}

/* p-contact
----------------------------------*/
.p-contact .icon {
    width: 100px;
	text-align: center;
	margin: 0 auto 15px;
}
.p-contact h3 {
    color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
}
.p-contact .txt {
	color: #fff;
	font-size: 14px;
	line-height: 2.0;
	margin-bottom: 20px;
	}
.p-contact .txt2 {
	color: #fff;
	font-size: 16px;
	line-height: 2.0;
	margin-bottom: 20px;
}
.p-contact .txt3 {
	color: #fff;
	font-size: 14px;
	line-height: 1.6;
	background-color: rgba(255, 255, 255,0.2);
	padding: 20px;
	margin-bottom: 20px;
}
.p-contact .mailto {
	color: #fff;
	font-size: 16px;
	line-height: 2.0;
	background-color: rgba(255, 255, 255,0.2);
	padding: 20px;
	text-align: center;
	border-radius: 60px;
	margin-bottom: 20px;
}
.p-contact .mailto span{
	font-size: 20px;
	font-weight: bold;
}
.p-contact .mailto a {
    color: #18419E;
    text-decoration: none;
}
.p-contact .mailto a:hover {
    text-decoration: underline;
}
.p-contact .txt a {
    color: #fff;
    text-decoration: none;
}
.p-contact .txt a:hover {
    color: #18419E;
    text-decoration: underline;
}

/* ************************************************************
　Utility
************************************************************ */
/* --------------- u-text --------------- */
.u-text-center,.l-section__inner p.u-text-center {text-align: center;}
.u-text-left,.l-section__inner p.u-text-left {text-align: left;}
.u-text-right,.l-section__inner p.u-text-right {text-align: right;}
.u-text-small,.l-section__inner p.u-text-small {font-size: 0.750rem; line-height: 1.3;}

.u-mb10 {margin-bottom: 10px;}
.u-mb20 {margin-bottom: 20px;}
.u-mb30 {margin-bottom: 30px;}
.u-mb40 {margin-bottom: 40px;}
.u-mb50 {margin-bottom: 50px;}
.u-mb60 {margin-bottom: 60px;}
.u-mb70 {margin-bottom: 70px;}
.u-mb80 {margin-bottom: 80px;}
.u-mt30 {margin-top: 30px;}
.u-mt80 {margin-top: 80px;}

/*clearfix*/
.u-clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/*display none*/
.u-pc__none { display: none; }
.u-sp__none { display: block; }

/* パソコンで見たときは"for-pc"のpointがついた画像が表示される
----------------------------------*/
.for-pc { display: block !important; }
.for-sp { display: none !important; }
 
/* スマートフォンで見たときは"for-sp"のpointがついた画像が表示される
----------------------------------*/
@media (max-width: 48em){
    .for-pc { display: none !important; }
    .for-sp { display: block !important; }
}


/* ************************************************************
　iPad-pro
************************************************************ */
@media (max-width: 67.500em) {
	/* l-section
    ----------------------------------*/
    .l-footer,
    .l-section {
        width: 100%;
        min-width: auto;
    }
	.l-section__inner {
        width: 85%;
        margin: 0 auto;
	}
	.l-section__inner2 {
        width: 85%;
        margin: 0 auto;
        padding: 60px 0;
	}
}

/* ************************************************************
　iPad/SP
************************************************************ */
@media (max-width: 48em) {
    h1 {
        margin: 0;
        line-height: 1;
    }
    h2 {
        font-size: 1.375rem;
        line-height: 1.6;
        font-weight: bold;
        margin: 0;
    }
    h3 {
        font-size: 1.125rem;
        line-height: 1.6;
        margin: 0;
    }
    h4,h5 {
        font-size: 1rem;
        line-height: 1.5;
        margin: 0;
	}
	/* header 
	----------------------------------*/
	header{
		height: 60px;
	}
	header h1{
		width:160px;
		padding: 0 0 20px 20px;
		top:10px;
	}
	header .txt{
		margin: 23px 0 0 10px;
	}
	#hd_nav{
		width: 100%;
		height: 60px;
	}
	.menu{
		width: 30%;
		max-width: 200px;
	}
	.menu ul{
		height: 60px;
	}
	.menu ul li{
		width:130px;
		}
	.menu ul li.login a:before{
	width: 23px;
	height: 22px;
	margin-right: 0.3em;
	}
	.menu ul li a{
		font-size: 16px;
	}
	.menu ul a.pt{
		padding: 1.0em 0 1.0em 1.2em;
	}
	/* l-footer 
	----------------------------------*/
	.l-footer p {
		font-size: 10px;
	}
	/* c-list
    ----------------------------------*/
    .c-list__2column .c-list__item { width: 100%; }
    .c-list__3column .c-list__item { width: 100%; }
    .c-list__4column .c-list__item { width: 48.33%; }
	.c-list__5column .c-list__item { width: 48.33%; }
	.c-list__2column_2 .c-list__item_l { width: 100%; margin: 0 auto; }
	.c-list__2column_2 .c-list__item_r { width: 100%; }
	.c-list__2column_3 .c-list__item_l { width: 100%; margin: 0 auto; }
	.c-list__2column_3 .c-list__item_r { width: 100%; }
    /* p-mainvisual
	----------------------------------*/
	.p-mainvisual {
		padding-top: 60px;
		background:url(../images_web/bg_mainvisual_sp.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
	}
    .p-mainvisual__inner {
		padding: 90px 0 200px;
    }
    .p-mainvisual__title {
		width: 80%;
	}
	.p-mainvisual__title .txt{
			font-size: 20px;
	}
	.p-mainvisual__subimg {
		padding: 0px;
		width: 70%;
	}
	/* p-about
	----------------------------------*/
	.p-about p.p-about__title {
		margin-top: 30px;
		font-size: 30px;
	}
	.p-about p.p-about__title span {
		font-size: 24px;
	}
	.p-about .txt {
		font-size: 16px;
	}
	.p-about2 .txt {
		font-size: 16px;
		margin-top: 30px;
		}
	.p-about img {
		margin-top: -40px;
	}
	.p-about2 img {
		width: 80%;
		margin: 0 auto;
	}
	/* p-developer
	----------------------------------*/
	.p-developer h3 {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.p-developer .name {
		font-size: 24px;
	}
	.p-developer .title {
		font-size: 16px;
	}
	.p-developer .txt {
		font-size: 16px;
	}
	.p-developer img {
		width: 60%;
		margin: 0 auto;
		padding-bottom: 30px;
	}
	/* p-contact
	----------------------------------*/
	.p-contact h3 {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.p-contact .txt {
		font-size: 16px;
	}
	.p-contact .txt3 {
		font-size: 16px;
	}
	.p-contact .mailto {
		font-size: 16px;
		padding: 20px 10px;
	}
	.p-contact .mailto span{
		font-size: 18px;
	}
}
