@charset "utf-8";

/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/

html,
input,
textarea,
select,
button {
  font-family: "NotoSansJP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}

/* IE10以降 游ゴシック文字ずれ対応 */
html.ie10,
.ie10 input,
.ie10 textarea,
.ie10 select,
.ie10 button,
html.ie11,
.ie11 input,
.ie11 textarea,
.ie11 select,
.ie11 button {
  font-family: "NotoSansJP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}

html {
  color: #333;
  background: #fff;
  font-size: 16px;
  line-height: 2;
  word-break: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
}


a {
  color: #333;
  outline: none;
  text-decoration: none;
}

input,
textarea,
select {
  letter-spacing: 0.1em;
  line-height: 1.5;
}

input[type="submit"],
input[type="text"],
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#wrapper {
  /*padding-top: 96px;*/
  position: relative;
  min-width: 1260px;
}

.outer-block {
  min-width: 1260px;
}

.inner-block {
  counter-reset: ttlNum num;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 1160px;
}

main .inner-block {
  
}


.ib {
  display: inline-block;
}

.pc {
  display: block !important;
}

.pc-ib {
  display: inline-block !important;
}

.sp {
  display: none !important;
}

.sp-ib {
  display: none !important;
}

@media screen and (min-width: 641px) {
  a,
  a:before,
  a:after,
  button {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  a:hover,
  a:hover:before,
  a:hover:after,
  button:hover {
    opacity: 0.7;
  }
}

input,
textarea {
  -webkit-transition: 0.150s ease-in-out;
  transition: 0.150s ease-in-out;
}



/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/
#header {
  padding: 30px;
  margin: 0 0 40px;
}


#header .logo {
  display: inline-block;
}

nav,#nav {
  display: inline-block;
  float: right;
}


#nav ul li {
  display: inline-block;
  line-height: 68px;
  height: 68px;
}

#nav ul li + li {
  margin-left: 70px;
}

#nav ul li:last-child {
  padding-right: 40px;
  position: relative;
}

#nav ul li:last-child:after {
  content: "";
  background: url(../img/mail.svg) no-repeat;
  height: 19px;
  width: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

@media screen and (min-width: 641px) {
  #header .menu-btn, 
  #nav .menu-close-btn {
      display: none;
  }
  #nav {
      display: block !important;
      float: right;
    }
}
/*------------------------------------------------------------------------------
  main
------------------------------------------------------------------------------*/
#main-top .main-txt {
  color: #0061a7;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 70px;
  position: relative;
}

#main-top .main-txt:after {
  content:"";
  background: url(../img/cross_bl_l.svg) no-repeat;
  position: absolute;
  bottom: -60px;
  left: 0;
  height: 55px;
  width: 125px;
}

#main-top .nml-txt {
  font-size: 14px;
}

.gray-block {
  background: #e3e3e3;
  margin: 100px 0 0;
  position: relative;
}

.gray-block:before {
  content: "";
  background: url(../img/its_gr.svg) no-repeat;
  height: 313px;
  width: 324px;
  position: absolute;
  top: -283px;
  right: 270px;
}

.about-block {
  background: url(../img/keyvisual.jpg) no-repeat;
  background-size: cover;
  height: 565px;
  width: 1500px;
  margin: 0 auto;
  padding: 250px 0 0;
  position: relative;
  top: -30px;
}

.blue-block {
  background: #0061a7;
  color: #fff;
  font-size: 18px;
  padding: 60px 35px 35px;
  position: relative;
}

#about .blue-block {
  float: right;
  width: 570px;
}

#about .blue-block:before {
  content: "";
  background: url(../img/about.svg) no-repeat;
  height: 80px;
  width: 430px;
  position: absolute;
  top: -66px;
  left: 0;
}

.ttl02 {
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  margin: 0 0 70px;
  position: relative;
}

#about .ttl02:after {
  content: "";
  background: url(../img/cross_wt_r.svg) no-repeat;
  height: 55px;
  width: 265px;
  position: absolute;
  bottom: -50px;
  right: 20px;
}

.list01-ul li {
  display: table;
}

.list01-ul li + li {
  margin: 20px 0 0;
}

.list01-ul li img {
  margin: 0 20px 0 0;
}

.list01-ul p {
  display: table-cell;
  width: 425px;
  vertical-align: middle;
}

#policy.policy-block {
  padding: 130px 0 45px;
}

#policy .ttl02 {
  color: #0061a7;
  font-weight: bold;
  text-align: left;
}

#policy .ttl02:after {
  content: "";
  background: url(../img/cross_bl_l.svg) no-repeat;
  height: 55px;
  width: 265px;
  position: absolute;
  bottom: -60px;
  left: 0;
}

#policy .ttl02:before {
  content: "";
  background: url(../img/policy.svg) no-repeat;
  height: 93px;
  width: 210px;
  position: absolute;
  bottom: -64px;
  left: 110px;
}

#policy .nml-txt {
  color: #0061a7;
  font-size: 26px;
  font-weight: bold;
}

#guideline {
  position: relative;
}

#guideline .blue-block {
  background: #2091c6;
  width: 826px;
  padding: 45px;
  margin: 60px auto;
}

#guideline .nml-txt {
  font-size: 24px;
}

#guideline .ttl02 {
  margin: 0 0 20px;
  text-align: left;
}

#guideline .ttl02:after {
  content: "";
  background: url(../img/cross_wt_r.svg) no-repeat;
  height: 55px;
  width: 265px;
  position: absolute;
  top: -5px;
  left: 130px;
}

#guideline .list01-ul {
  margin: 30px 0 0;
}

#guideline .blue-block {
  position: relative;
  z-index: 99;
}

#guideline:after {
  content: "";
  background: #ccc;
  height: 440px;
  width: 826px;
  position: absolute;
  left: 50px;
  right: 0;
  top: 20px;
  margin: auto;
}

#guideline .blue-block:before {
  content: "";
  background: url(../img/guidelines.svg) no-repeat;
  height: 96px;
  width: 306px;
  position: absolute;
  right: -62px;
  bottom: 30px;
}

#member {
  background: #0061a7;
  margin: 230px auto 60px;
  padding: 95px 0 205px;
  position: relative;
  width: 1500px;
  z-index: 99;
}

#member:before {
  content: "";
  background: url(../img/member.svg) no-repeat;
  height: 258px;
  width: 354px;
  position: absolute;
  top: -240px;
  left: 90px;
}

#member .inner-block {
  position: relative;
}

#member .nml-txt {
  color: #0061a7;
  font-size: 24px;
  font-weight: 500;
  position: absolute;
  top: -33px;
  left: 460px;
}

#member .member-ul li {
  float: left;
  margin: 0 0 20px;
  min-height: 475px;
  width: 386px;
}

#member .member-ul li p {
  padding: 0 20px 0 0;
}

#member .member-ul li .name {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  margin: 20px 0 0;
}

#member .member-ul .intro-txt {
  color: #fff;
  font-size: 14px;
}

.recruit-block {
  height: 350px;
  width: 680px;
  background: #2091c6;
  padding: 40px;
  color: #fff;
  z-index: 99;
  position: relative;
}

.recruit-block .ttl02 {
  margin: 0 0 40px;
  text-align: left;
}

.recruit-block:after {
  content: "";
  background: url(../img/recruit.svg) no-repeat;
  height: 76px;
  width: 228px;
  position: absolute;
  right: 20px;
  top: 30px;
}

.recruit-block p {
  font-size: 15px;
  width: 470px;
}

.recruit-block .recruit-img {
  position: absolute;
  top: 130px;
  left: 520px;
  width: 620px;
}

.recruit-block .ttl02:after {
  content: "";
  background: url(../img/cross_wt_r.svg) no-repeat;
  height: 55px;
  width: 265px;
  position: absolute;
  top: -5px;
  left: 130px;
}

.recruit-block .recruit-button {
  display: inline-block;
  margin: 20px 140px;
  padding: 18px 46px;
  border: 2px solid #fff;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

#message {
  position: relative;
}

#message:before {
  content: "";
  background: #e4f4f6;
  height: 850px;
  width: 1049px;
  position: absolute;
  left: 254px;
  top: -490px;
}

#message .ttl02 {
  color: #0061a7;
  font-weight: 500;
  position: relative;
}

#message .ttl02:before {
  content: "";
  background: url(../img/cross_bl_l.svg) no-repeat;
  height: 55px;
  width: 265px;
  position: absolute;
  top: 30px;
  left: 350px;
}

#message .ttl02:after {
  content: "";
  background: url(../img/message.svg) no-repeat;
  height: 94px;
  width: 278px;
  position: absolute;
  top: -20px;
  left: 720px;
}

#message .president-block .txt-area {
  display: inline-block;
  width: 548px;
  margin: 60px 0 0 60px;
}

#message .president-name {
  font-size: 24px;
  line-height: 1.5;
  margin: 50px 0 0;
}

#message .president-name small {
  font-size: 18px;
  font-weight: 500;
}

#office {
  background: #f4f4f4;
  margin: 320px 0 410px;
  padding: 0 0 70px;
}

#office .inner-block {
  position: relative;
}

#office .inner-block:before {
  content: "";
  background: url(../img/office.svg) no-repeat;
  height: 182px;
  width: 394px;
  position: absolute;
  top: -146px;
  left: 0;
}

#office .ttl02 {
  color: #0061a7;
  position: absolute;
  top: 60px;
  left: 700px;
}

#office .view01 {
  margin: 60px 0 0;
  position: relative;
  z-index: 99;
}

#office .view02 {
  position: absolute;
  top: 350px;
  left: 550px;
  z-index: 9;
}

#contact {
  padding: 45px 0 80px;
}

#contact .ttl02 {
  color: #0061a7;
  font-size: 24px;
  font-weight: 500;
}

#contact .ttl02:before {
  content: "";
  background: url(../img/contact.svg) no-repeat;
  height: 76px;
  width: 232px;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  margin: auto;
}

#company.company-block {
  padding-bottom: 70px;
}

#company .ttl02 {
  color: #0061a7;
  font-weight: 500;
  margin: 40px 0;
}

#company .base-table {
  width: 800px;
  margin: 0 auto;
}

#company .base-table th {
  border-bottom: 1px #0061a7 solid;
  color: #0061a7;
  height: 60px;
  width: 120px;
}

#company .base-table td {
  border-bottom: 1px #ccc solid;
  font-weight: 600;
  padding: 0 20px;
  width: 680px;
}

#company .privacy-button {
  display: inline-block;
  margin: 20px auto;
  padding: 15px 46px;
  border: 2px solid #0061a7;
  border-radius: 10px;
  color: #0061a7;
  font-size: 16px;
  line-height: 1;
}

/*------------------------------------------------------------------------------
  mv
------------------------------------------------------------------------------*/

@-webkit-keyframes fadeInTitle1 {
  0%,
  10% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}

@keyframes fadeInTitle1 {
  0%,
  10% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInTitle2 {
  0%,
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInTitle2 {
  0%,
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInTitleLine1 {
  0%,
  10% {
    opacity: 0;
    -webkit-transform: scaleX(0.2);
  }
  60% {
    opacity: 1;
    -webkit-transform: scaleX(1);
  }
}

@keyframes fadeInTitleLine1 {
  0%,
  10% {
    opacity: 0;
    transform: scaleX(0.2);
  }
  60% {
    opacity: 1;
    transform: scaleX(1);
  }
}


@-webkit-keyframes fadeInTitleLine2 {
  0%,
  30% {
    opacity: 0;
    -webkit-transform: scaleX(0.2);
  }
  80% {
    opacity: 1;
    -webkit-transform: scaleX(1);
  }
}

@keyframes fadeInTitleLine2 {
  0%,
  30% {
    opacity: 0;
    transform: scaleX(0.2);
  }
  80% {
    opacity: 1;
    transform: scaleX(1);
  }
}


/*------------------------------------------------------------------------------
  contact
------------------------------------------------------------------------------*/

.error {
  color: #e60012;
  font-size: 14px;
}

#contact {
  background: #e4f4f6;
  padding-bottom: 70px;
}

#form {
  margin: 0 auto;
  width: 886px;
}

.contact-table {
  letter-spacing: 0;
  width: 100%;
}

.contact-table th, 
.contact-table td {
  font-size: 16px;
  font-weight: 500;
  padding: 5px 0 5px 20px;
  text-align: left;
  vertical-align: middle;
}

.contact-table th {
  padding-right: 20px;
  line-height: 30px;
  width: 246px;
}

.contact-table .th-inner {
  position: relative;
  padding: 5px 0;
  padding-right: 50px;
}

.contact-table .required {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #0061a7;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  width: 60px;
  height: 26px;
  line-height: 26px;
  text-align: center;
} 

.contact-table .input-area > .box {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

.contact-table .input-area > .box + .box {
  margin-left: 10px;
}

input[type="text"], 
input[type="tel"], 
input[type="email"], 
select, 
textarea {
  border: none;
  box-shadow: 0 0 5px 0 rgba(85,27,24,0.2);
  font-size: 16px;
  width: 100%;
  padding: 5px 5px;
  transition: border-color 0.3s ease-in-out;
}

.contact-table textarea {
  height: 200px;
}

.contact-btn-area {
  margin: 50px 0 0;
  text-align: center;
}

.contact-btn-area > .btn {
  box-shadow: 0 0 5px 0 rgba(85,27,24,0.2);
  background: #2091c6;
  border-radius: 5px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  width: 350px;
  text-align: center;
  line-height: 70px;
}

.validate-text {
  color: #e60012;
  font-size: 12px;
}

.confirm {
  display: none;
}

.contact-btn-area .submit-btn {
  background: #e60012;
}

.confirm .contact-table td {
  vertical-align: middle;
}

.confirm,
.finish-area {
  display: none;
}

#contact .finish-area .iner-area {
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(85,27,24,0.2);
  padding: 60px 0;
  text-align: center;
}

#contact .finish-area .thanx {
  font-size: 24px;
}

#contact .finish-area .thanx + p {
  margin: 20px 0 0;
}

#contact .finish-area a {
  display: inline-block;
}

/*------------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------*/

#footer {
  background: #003e69;
  padding: 40px 0;
  position: relative;
}

#footer .adress {
  color: #fff;
  display: inline-block;
  line-height: 1.6;
  margin: 20px 0 0;
}

.copyright {
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}


#pagetop {
  position: fixed;
  bottom: 20px;
  right: 70px;
  z-index: 9999;
}

#pagetop a {
  display: block;
  width: 60px;
  height: 60px;
}



/*------------------------------------------------------------------------------
  IE
------------------------------------------------------------------------------*/

@media screen and (min-width: 641px) {
  .ie10 .common-ttl02 .marker,
  .ie11 .common-ttl02 .marker {
    padding-bottom: 12px;
  }

  .ie10 .common-ttl-num:before,
  .ie11 .common-ttl-num:before {
    padding-top: 46px;
  }

  .ie10 .common-btn a,
  .ie10 .common-btn button,
  .ie11 .common-btn a,
  .ie11 .common-btn button {
    padding-top: 3px;
  }

  .ie10 #nav .download-box .ttl,
  .ie11 #nav .download-box .ttl {
    padding: 18px 0 12px;
  }

  .ie10 #nav li a,
  .ie11 #nav li a {
    height: 120px;
    padding-top: 6px;
  }
}

@media screen and (max-width: 1830px) and (min-width: 641px) {
  .ie10 #nav li a,
  .ie11 #nav li a {
    height: 80px;
    padding-top: 3px;
  }
}

@media screen and (min-width: 641px) {
  .ie10 .mv-block .ttl .marker,
  .ie11 .mv-block .ttl .marker {
    padding-bottom: 16px;
  }

  .ie10 .screen-list li .txt,
  .ie11 .screen-list li .txt {
    padding-top: 5px;
  }

  .ie10 .qa-block .question:after,
  .ie11 .qa-block .question:after {
    line-height: 80px;
  }

  .ie10 .qa-block .answer a,
  .ie11 .qa-block .answer a {
    display: inline-block;
    line-height: 1.3;
  }

  .ie10 .form-table td textarea,
  .ie11 .form-table td textarea {
    border: 1px solid transparent;
  }

  .ie10 .form-table th,
  .ie11 .form-table th {
    padding: 18px 40px 12px;
  }

  .ie10 .form-table .ico-required,
  .ie11 .form-table .ico-required {
    line-height: 35px;
  }

  .ie10 .form-table td input,
  .ie10 .form-table td textarea,
  .ie10 .form-table [class^=confirm-],
  .ie11 .form-table td input,
  .ie11 .form-table td textarea,
  .ie11 .form-table [class^=confirm-] {
    padding: 27px 40px 19px;
  }

  .ie10 .form-table .validate-text,
  .ie11 .form-table .validate-text {
    padding: 11px 12px 5px 15px;
  }
}

/*------------------------------------------------------------------------------
  clearfix
------------------------------------------------------------------------------*/

.clearfix:after,
.inner-block:after,
.member-ul:after {
  clear: both;
  content: "";
  display: block;
  height: 0px;
  font-size: 0;
  visibility: hidden;
}
