@charset "utf-8";

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
.header-color {
	background-color: #004776;
	position: fixed;
	transition: all .3s;
	padding-top: 20px;
	padding-bottom: 20px;
}
.header-color.change-color{
    background-color: #004776;
    padding-top: 10px;
    padding-bottom: 10px;
}
header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99999;
}
header h1 {
	color: #fff;
	line-height: 40px;
	font-size: 30px;
	font-weight: bold;
}
header .inner {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
}
header .inner nav ul {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
}
header .inner nav ul li {
    font-size: 11px;
}
header .inner nav ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 15px;
}
.headerColor-default {
    background-color: #004776;
    transition: 1s;
}
.num {
    margin-top: -100px;
    padding-top: 100px;
}
.fihish header {
    background-color: #004776;
}
.fihish section {
    height: 90vh;
    position: relative;
}
.fihish section div {
    position: absolute;
    font-weight: bold;
    color: #000;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 80%;
    height: 200px;
}
.fihish section div h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
.fihish section div a {
    color: #000;
}
.fihish footer {
    padding: 0PX;
}
#catch {
    background-image: url("../images/AdobeStock_217724483.jpeg");
    height: 100vh;
    background-size: cover;
    background-position: center center;
    position: relative;
    background-attachment: fixed;
}
#catch h2 {
    position: absolute;
    font-size: 60px;
    letter-spacing: 0.1em;
	line-height: 1.4em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 80%;
    height: 200px;
    text-shadow: 0px 0px 40px hsla(0,0%,0%,1.00);
}
#catch h2 span {
    font-size: 20px;
    font-weight: normal;
    display: block;
    margin-bottom: 50px;
    font-family: "Lucida Console", Monaco, "monospace";
    margin-top: 10px;
}
#catch.fihish p {
    position: absolute;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 80%;
    height: 100px;
}
#catch.fihish p a {
    color: #fff;
}
h2.title {
    font-size: 60px;
    font-family: "Times New Roman", Times, "serif";
    letter-spacing: 0.05em;
    margin-bottom: 100px;
}
h2.title span {
    font-size: 14px;
    display: block;
    margin-bottom: 25px;
}
h2.title:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -50px; /*下線の上下位置調整*/
  display: inline-block;
  width: 40px; /*下線の幅*/
  height: 1px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #1576B7;
}
#about {
    padding-top: 80px;
}
#about h2+p {
    font-size: 18px;
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}
#about .flex {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    flex-direction: row-reverse;
	min-height: 500px;
}
#about .flex .box {
    width: 50%;
    text-align: left;
    background-color: #1576B7;
    padding-top: 80px;
    padding-bottom: 80px;
}
#about .flex .box div {
    color: #fff;
    width: 500px;
    float: right;
    margin-right: 100px;
}
#about .flex .box div h3 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
	line-height: 1.2em;
}
#about .flex .box div p {
    font-size: 16px;
    margin-bottom: 30px;
}
#about .flex .box div dl dt {
    font-size: 20px;
}
#about .flex .box div dl dd {
    margin-bottom: 20px;
    font-size: 14px;
}
#about .flex figure {
    width: 50%;
    background-image: url("../images/p01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#about .flex2 {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
}
#about .flex2 .box {
    width: 50%;
    text-align: left;
    background-color: #1576B7;
    padding-top: 150px;
    padding-bottom: 150px;
}
#about .flex2 .box div {
    color: #fff;
    width: 500px;
    margin-left: 100px;
}
#about .flex2 .box div h3 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
	line-height: 1.2em;
}
#about .flex2 .box div h3+h4 {
	margin-top: 20px;
}
#about .flex2 .box div h4 {
	 font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.1em;
	line-height: 1.2em;
	margin-bottom: 8px;
}
#about .flex2 .box div p {
    font-size: 16px;
    margin-bottom: 30px;
}
#about .flex2 .box div dl dt {
    font-size: 20px;
}
#about .flex2 .box div dl dd {
    margin-bottom: 20px;
    font-size: 14px;
}
#about .flex2 figure {
    width: 50%;
    background-image: url("../images/p02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
#about figure.fig03 {
    background-image: url("../images/p03.jpg");
}
#company {
    padding-top: 100px;
}
#company .inner {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px;
    width: 1000px;
}
#company .inner table {
    line-height: 2.5em;
}
#company .inner table th {
    border-bottom: 1px solid #D4D4D4;
    font-size: 16px;
    font-weight: normal;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    width: 300px;
    text-align: left;
}
#company .inner table td {
    border-bottom: 1px solid #D4D4D4;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    text-align: left;
}
#contact {
    background-color: #1576B7;
    padding-top: 80px;
    margin-top: -10px;
    padding-bottom: 100px;
}
#contact h2.title {
    color: #fff;
}
#contact h2.title:before {
  background-color:#fff;
}
#contact .inner {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
#contact .inner p {
    margin-bottom: 20px;
}
#contact .inner p input[type="text"] {
    width: 775px;
    padding-left: 25px;
    height: 50px;
    line-height: 50px;
}
#contact .inner p textarea {
    width: 775px;
    padding-left: 25px;
    padding-top: 15px;
    height: 100px;
}
#contact .inner p input[type="submit"] {
    background-color: #fff;
    color: #004776;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 55px;
    cursor: pointer;
	font-size: 18px;
	font-weight: bold;
}
:focus {
    outline: none;
}
footer {
    background-color: #004776;
    padding-top: 50px;
}
footer nav ul {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}
footer nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
footer nav ul li a:hover {
    color: #1576B7;
}
footer nav ul li::after {
    content: "・";
    color: #1576B7;
    font-size: 16px;
    position: relative;
    left: 10px;
}
footer nav ul li:nth-of-type(4)::after {
    content: "";
}
footer p small {
    color: #fff;
    font-size: 15px;
    padding-top: 40px;
    padding-bottom: 30px;
    display: block;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}

#catch {
    height: 100vh;
}
#catch::before {
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background-repeat:no-repeat;
    background-position:50% 100%;
    background-image: url("../images/AdobeStock_217724483.jpeg");
    background-size:cover;
}
#catch h2 {
    position: absolute;
    font-size: 9vw;
    font-weight: bold;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 200px;
    text-shadow: 0px 0px 40px hsla(0,0%,0%,1.00);
    line-height: 1.4em;
	letter-spacing: 0.05em;
}
#catch h2 span {
    font-size: 20px;
    font-weight: normal;
    display: block;
    margin-bottom: 5%;
    font-family: "Lucida Console", Monaco, "monospace";
    margin-top: 10px;
}
.fihish header {
    background-color: #004776;
}
.fihish section {
    height: 90vh;
    position: relative;
}
.fihish section div {
    position: absolute;
    font-weight: bold;
    color: #000;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 80%;
    height: 200px;
}
.fihish section div h2 {
    font-size: 16px;
    margin-bottom: 20px;
}
.fihish section div a {
    color: #000;
}
.fihish footer {
    padding: 0PX;
}
h2.title {
    font-size: 40px;
    font-family: "Times New Roman", Times, "serif";
    letter-spacing: 0.05em;
    margin-bottom: 20%;
    line-height: 1em;
}
h2.title span {
    font-size: 14px;
    display: block;
    margin-bottom: 5%;
}
h2.title:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -30px; /*下線の上下位置調整*/
  display: inline-block;
  width: 40px; /*下線の幅*/
  height: 1px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color:#1576B7;
}
#about {
    padding-top: 80px;
    background-color: #fff;
}
#about h2+p {
    font-size: 18px;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 15%;
    line-height: 1.8em;
    text-align: left;
}
#about .flex .box {
    text-align: left;
    background-color: #1576B7;
    padding: 5%;
}
#about .flex .box div {
    color: #fff;
}
#about .flex .box div h3 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
	line-height: 1.3em;
}
#about .flex .box div p {
    font-size: 16px;
    margin-bottom: 30px;
}
#about .flex .box div dl dt {
    font-size: 20px;
}
#about .flex .box div dl dd {
    margin-bottom: 20px;
    font-size: 14px;
}
#about .flex figure {
    background-image: url("../images/p01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 300px;
}
#about .flex2 {

}
#about .flex2 .box {
    text-align: left;
    background-color: #1576B7;
    padding: 5%;
}
#about .flex2 .box div {
    color: #fff;
}
#about .flex2 .box div h3 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
	line-height: 1.3em;
}
#about .flex2 .box div h3+h4 {
	margin-top: 20px;
}
#about .flex2 .box div h4 {
	font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-bottom: 5px;
}
#about .flex2 .box div p {
    font-size: 16px;
    margin-bottom: 30px;
}
#about .flex2 .box div dl dt {
    font-size: 20px;
}
#about .flex2 .box div dl dd {
    margin-bottom: 20px;
    font-size: 14px;
}
#about .flex2 figure {
    background-image: url("../images/p02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 300px;
}
#about figure.fig03 {
    background-image: url("../images/p03.jpg");
}
#company {
    padding-top: 15%;
    background-color: #fff;
}
#company .inner {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 15%;
}
#company .inner table {
    line-height: 2.5em;
}
#company .inner table th {
    font-size: 16px;
    font-weight: normal;
    display: block;
    padding-top: 20px;
    padding-left: 10px;
    text-align: left;
}
#company .inner table td {
    border-bottom: 1px solid #D4D4D4;
    font-size: 16px;
    padding-bottom: 20px;
    padding-left: 10px;
    text-align: left;
    display: block;
}
#company iframe {
    height: 300px;
}
#contact {
    background-color: #1576B7;
    padding-top: 15%;
    margin-top: -10px;
    padding-bottom: 100px;
}
#contact h2.title {
    color: #fff;
}
#contact h2.title:before {
  background-color:#fff;
}
#contact .inner {
    margin-left: 5%;
    margin-right: 5%;
    text-align: left;
}
#contact .inner p {
    margin-bottom: 20px;
}
#contact .inner p input[type="text"] {
    padding-left: 5%;
    width: 95%;
    height: 50px;
    line-height: 50px;
}
#contact .inner p textarea {
    width: 95%;
    padding-left: 5%;
    padding-top: 15px;
    height: 100px;
}
#contact .inner p input[type="submit"] {
    background-color: #fff;
    color: #004776;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 55px;
    cursor: pointer;
}
:focus {
    outline: none;
}
footer {
    background-color: #004776;
    padding-top: 50px;
}
footer nav ul {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    margin-left: 5%;
    margin-right: 5%;
}
footer nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
footer nav ul li a:hover {
    color: #1576B7;
}
footer nav ul li::after {
    content: "・";
    color: #1576B7;
    font-size: 16px;
    position: relative;
    left: 15px;
}
footer nav ul li:nth-of-type(4)::after {
    content: "";
}
footer p small {
    color: #fff;
    font-size: 12px;
    padding-top: 40px;
    padding-bottom: 30px;
    display: block;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
footer nav ul li::after {
    left: 10px;
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
#catch h2 {
    font-size: 30px;
}
footer nav ul li a {
    font-size: 12px;
}
footer nav ul li::after {
    left: 5px;
}
footer p small {
    font-size: 11px;
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}
