@charset "UTF-8";
@import url('http://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body {
  font-family: 'Noto Sans Japanese', 'Open+Sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.8;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}
ul, ol, li, dl, dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a {
  color: #333;
  text-decoration: none;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* br
--------------------------------------------------------*/
.br {
  display: none;
}

@media only screen and (max-width: 767px) {
.br {
  display: block;
}
}
/* section
--------------------------------------------------------*/
section {
  margin: 100px 0;
}
section h2 {
  text-align: center;
}
section .title {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 40px;
}
section .title em {
  font-size: 60px;
  display: block;
  font-style: normal;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
section .title em {
  font-size: 50px;
}
}
/* First Visual
--------------------------------------------------------*/
.fv {
  width: 100%;
  height: 600px;
  background: url(../img/fv.jpg) center/cover;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
h1 {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.fv h2 {
  font-size: 30px;
  font-weight: 700;
}
.fv h2 em {
  font-size: 60px;
  display: block;
  font-style: normal;
  margin-top: -20px;
}
.fv p {
  font-size: 16px;
}

@media all and (-ms-high-contrast: none)  /* IE10 */ {
.fv .catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
 -webkit- transform: translateY(-50%) translateX(-50%);
}
}

@media only screen and (max-width: 767px) {
.fv h2 {
  font-size: 50px;
  line-height: 1.4;
} 
.fv h2 {
  font-size: 30px;
  font-weight: 700;
}
.fv h2 em {
  font-size: 40px;
  display: block;
  font-style: normal;
  margin-top: 0;
}  
.fv {
  width: 100%;
  height: 400px;
  background: url(../img/fv.jpg) center/cover;
}
h1 {
  position: absolute;
  top: 10px;
  left: 10px;
  -webkit-transform: translate(0%);
  -moz-transform: translate(0%);
  -ms-transform: translate(0%);
  transform: translate(0%);
}
h1 img {
  width: 120px;
  height: auto;
}
.fv p {
  margin-top: 20px;
}
}
/* Navi
--------------------------------------------------------*/
nav ul {
  position: absolute;
  top: 65px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
nav ul li {
  font-size: 14px;
  padding: 0 0 0 40px;
  font-weight: bold;
}
nav ul li:first-of-type {
  padding: 0 0 0 75px;
}
nav ul li#navi_partner {
  padding-left: 302px;
}

@media all and (-ms-high-contrast: none)  /* IE10 */ {
nav ul {
  min-width: 1200px;
  margin: 0 auto;
}
nav ul li:first-of-type {
  margin-left: 141px;
}
nav ul li#navi_partner {
  padding-left: 302px\9; /* IE10 */
  ;
}
}
/* Toggle Button */
#nav-toggle {
  display: none;
}

@media only screen and (max-width: 767px) {
#global-nav {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  text-align: center;
  padding: 60px 0 30px;
  -WEBkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
nav ul {
  display: block;
  position: relative;
  top: auto;
}
nav ul li {
  margin: 0;
  padding: 20px 0;
}
nav ul li:first-of-type {
  padding: 20px 0;
}
nav ul li#navi_partner {
  padding-left: 0;
}
nav a {
  color: #fff;
}
#nav-toggle {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 36px;
  cursor: pointer;
  z-index: 999;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #333;
  left: 0;
  -WEBkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span {
  background: #fff;
}
.open #nav-toggle span:nth-child(1) {
  top: 11px;
  -WEBkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 11px;
  -WEBkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
  /* #global-nav top + #mobile-head height */
  -moz-transform: translateX(-100%);
  -WEBkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
}
/* missino
--------------------------------------------------------*/
section#missino {
  max-width: 1200px;
  margin: 80px auto;
}
section#missino h2 {
  margin-bottom: 60px;
}
section#missino p {
  font-size: 26px;
  text-align: center;
}
section#missino p em {
  font-size: 36px;
  font-style: normal;
}

@media only screen and (max-width: 767px) {
section#missino {
  width: 100%;
  margin: 40px auto 30px;
}
section#missino h2 {
  margin-bottom: 30px;
}
section#missino p em {
  font-size: 36px;
  display: block;
}}
/* VALUE
--------------------------------------------------------*/
section#value {
  max-width: 100%;
  padding: 90px 0;
  margin: 80px auto;
  background: #eaf5fb;
}
#value table {
  margin: 0 auto;
}
#value table th {
  padding-right: 40px;
}
#value table th, #value table td {
  padding-bottom: 20px;
}
.value_box {
  display: -moz-box;/*--- Android旧ブラウザ用 ---*/
  display: -webkit-box;/*--- Android旧ブラウザ用 ---*/
  display: -ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex;/*--- safari（PC）用 ---*/
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  justify-content: center;
  align-items: center;
}


@media only screen and (max-width: 767px) {
section#value {
  max-width: 100%;
  padding: 40px 0;
  margin: 60px auto;
}
  #value table {
  width: 90%;
  margin: 0 auto;  
}
#value table th {
  padding-right: 20px;
}
}
/* PARTNER
--------------------------------------------------------*/
/*.partner_logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 700px;
  margin: 0 auto;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
}*/

.partner_logo {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	max-width:900px;
	margin:20px auto 0;
	-webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: space-between;
    -ms-flex-pack: justify;
	flex-wrap: wrap;
	align-items: center;
}


.partner_logo li {
    /*margin: 0 50px;*/
	margin: 0 45px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
	.partner_logo {
		flex-wrap: wrap;
		text-align:center;
	}
	.partner_logo li {
		width:50%;
		margin-bottom:40px;
	}
    .partner_logo li:last-child {
        width: 100%;
    }
}

/*@media only screen and (max-width: 767px) {
.partner_logo {
  flex-wrap: wrap;
  text-align: center;
}
.partner_logo li {
  width: 50%;
  margin-bottom: 40px;
}
}*/
/* HISTORY
--------------------------------------------------------*/
#history ul {
  text-align: center;
}
#history li time {
    color: #777;
  margin-right: 10px;
}
#history li {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
#history li time {
    display: block;
}
}
/* SERVICE
--------------------------------------------------------*/
#service {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.service_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
}
.service_wrap dt {
  font-weight: bold;
  font-size: 18px;
}
.service_left {
  width: 47.5%;
}
.service_right {
  width: 47.5%;
}
.service_wrap img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
.service_wrap {
  display: block;
}
.service_wrap dt {
  font-weight: bold;
  font-size: 18px;
}
.service_left {
  width: 100%;
  margin-bottom: 30px;
}
.service_right {
  width: 100%;
}
}
/* INFORMATION
--------------------------------------------------------*/
section#info {
  margin: 0;
}
.info_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 410px;
  text-align: center;
}
.info_left {
  width: 50%;
  height: 100%;
  background: #eaf5fb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info_left dt {
  font-weight: bold;
}
.info_left .tel {
  font-size: 40px;
  font-weight: 900;
}
.info_right {
  width: 50%;
  height: 100%;
  background: #d6e7f1;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
.info_wrap {
  display: block;
  height: auto;
}
.info_left {
  width: 100%;
  height: 410px;
}
.info_right {
  width: 100%;
  height: 510px;
  padding: 0 0;
}
}
/* Form
--------------------------------------------------------*/
form {
  min-width: 64.66%;
  margin: 0 auto;
}
form table {
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 100%;
  margin: 0 auto;
}
form th {
  text-align: right;
  padding-right: 4.123%;
  font-weight: normal;
}
form td {
  width: 72.16%;
}
form th, form td {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1;
}
input {
  width: 100%;
  height: 40px;
  border: none;
}
textarea {
  width: 100%;
  height: 100px;
  border: none;
}
button {
  background: #000;
  width: 270px;
  height: 60px;
  color: #fff;
  border: none;
  cursor: pointer;
}
form .btn {
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
form {
  min-width: 90%;
  margin: 0 auto;
}
form table {
  min-width: 100%;
  margin: 0 auto;
}
form th {
  text-align: left;
  padding-right: 0;
  font-weight: normal;
  width: 100%;
  display: block;
}
form td {
  width: 100%;
  display: block;
}
}
/* Map
--------------------------------------------------------*/
#map {
  width: 100%;
  height: 400px;
}
/* page-top
------------------------------------------------------- */
#page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  font-size: 12px;
  font-weight: bold;
  z-index: 999;
}
#page-top a {
  background: #000;
  text-decoration: none;
  color: #fff;
  height: 80px;
  width: 80px;
  line-height: 80px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  display: block;
  opacity: 0.8;
}
#page-top a:hover {
  text-decoration: none;
  color: #d6e7f1 !important;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

@media only screen and (max-width: 767px) {
#page-top {
  bottom: 0;
  right: 0;
  font-size: 77%;
}
#page-top a {
  height: 40px;
  width: 60px;
  line-height: 40px;
  -moz-border-radius: 0%;
  -webkit-border-radius: 0%;
  border-radius: 0%;
}
}
/* Footer
--------------------------------------------------------*/
#footer-nav {
  max-width: 470px;
  margin: 0 auto;
  font-size: 12px;
}
#footer-nav ul {
  text-align: center;
  padding: 30px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
}
footer p {
  background: #eee;
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
}
footer em {
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
}
footer .copy_right {
  background: #000;
  padding: 20px 0;
  font-size: 11px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
footer em {
  display: block;
}
#footer-nav {
  width: 90%;
}
}
/* Animations
--------------------------------------------------------*/
.fromBottomIn {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: translate(0, 0);
  opacity: 1.0;
}
.fromBottomOut {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: translate(0, 30px);
  opacity: 0.0;
}
/* Contact page
--------------------------------------------------------*/
.fv-contact {
  height: 200px;
}
.contact {
  width: 750px;
  margin: 0 auto 100px;
}
h4.contact {
  margin-bottom: 20px;
}
#formWrap {
  width: 700px;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}
table.formTable {
  width: 100%;
  margin: 20px auto 30px;
  border-collapse: collapse;
}
table.formTable td, table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
}
table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}
p.error_messe {
  margin: 5px 0;
  color: red;
}
.btn-area {
  text-align: center;
}
.gray {
  background: #bbb;
}
.topback {
  margin-top: 20px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
.fv-contact {
  height: 100px;
}
.contact {
  width: 90%;
  margin: 0 auto 100px;
}
table.formTable td, table.formTable th {
  border: none;
}
}


.info_left .company_info {
    padding: 20px;
}
.info_left .company_info dl {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}
.info_left .company_info dl dt {
    width: 20%;
    text-align: left;
    margin: 0 20px 0 0;
    box-sizing: border-box;
}
.info_left .company_info dl dd {
    width: 80%;
    text-align: left;
}



.cup_btn_wrap {
  padding: 30px;
  box-sizing: border-box;
  margin-top: 50px;
}

.cup_btn a {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  background: #009a59;
  color: #fff;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  font-size: 140%;
  border-radius: 5px;
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.2);
}

.cup_btn a:hover {
  opacity: .7;
}

@media only screen and (max-width: 767px) {
  .cup_btn a {
    font-size: 100%;
  }

  .cup_btn_wrap {
    padding: 30px;
    margin-top: 30px;
  }
}

.greeting_section {
background: rgb(238,247,252);
background: linear-gradient(180deg, rgba(238,247,252,1) 0%, rgba(255,255,255,1) 100%);
padding-top: 50px;
} 

.greeting_section02 {
  background: rgb(255,255,255);
  background: linear-gradient(-180deg, rgba(255,255,255,1) 0%, rgba(238,247,252,1) 100%);
  padding-bottom: 50px;
  }

.greeting_box {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
}

.greeting_txt {
  line-height: 2.5;
  text-align: center;
}

.pr_name {
  text-align: right;
  margin-top: 30px;
}
.pr_name span {
  margin-right: 15px;
  font-size: 80%;
}


@media only screen and (max-width: 767px) {
  .greeting_txt {
    line-height: 2;
    text-align: left;
    font-size: 90%;
  }

  .pc_br {
    display: none;
  }
}