@charset "utf-8";

/*
font-family: "Manrope", sans-serif;
font-family: "Noto Sans JP", sans-serif;
font-family: "Noto Serif JP", serif;
*/
.pc_content {
  display: block;
}
.sp_content {
  display: none !important;
}

body {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2em;
  color: #2f4784;
}
body.margin_top {
  margin-top: 100px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a img {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
a img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}
.bold {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

/*header*/

header {
  position: relative;
  padding: 0;
  width: 100%;
  height: 100px;
  line-height: 100px;
  background-color: #fff;
  z-index: 3;
  box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
#logo {
  float: left;
  width: 84px;
  margin: 16px 0 0 70px;
}
header.scroll {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 70px;
  line-height: 70px;
  box-shadow: 0px 6px 6px -6px rgba(0, 0, 0, 0.1);
}
header.scroll #logo {
  float: left;
  width: 60px;
  margin: 10px 0 0 70px;
}

.pc_NavMenu {
  float: right;
  width: 80%;
}
.pc_NavMenu ul {
  text-align: right;
}
.pc_NavMenu ul li {
  display: inline-block;
  list-style: none;
  padding: 0 18px;
  margin: 0;
  text-align: center;
}
.pc_NavMenu ul li a {
  display: block;
  text-decoration: none;
  color: #2f4784;
  font-size: 16px;
  cursor: pointer;
}
.pc_NavMenu ul li a:hover {
  opacity: 0.6;
}
.pc_NavMenu ul li.housedo {
  background-color: #004387;
  width: 183px;
  margin-left: 20px;
}
.pc_NavMenu ul li.housedo:hover {
  opacity: 0.8;
}
.pc_NavMenu ul li.housedo img {
  position: relative;
  top: 14px;
  width: 100%;
}
.pc_NavMenu ul li:last-child {
  background-color: #da5200;
  width: 183px;
  margin-left: -4px;
}
.pc_NavMenu ul li:last-child a {
  color: #fff;
}
.pc_NavMenu ul li:last-child:hover {
  opacity: 0.6;
}

#main_wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 1300px;
  background-color: #2f4784;
  overflow: hidden;
}
#main_wrapper .fv_haikei_line {
  position: absolute;
  bottom: 20%;
  right: 5%;
  width: 757px;
}
#main_wrapper .orange_line {
  position: absolute;
  top: 0;
  left: -600px;
  height: 35px;
  width: 950px;
  background-color: #ea4403;
}
#main_wrapper .fv_copy_wrap {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
#main_wrapper .fv_copy {
  position: absolute;
  top: -37px;
  left: 50px;
  width: 513px;
}

/*Slider*/
.slide-items {
  position: relative;
  width: 100%;
  height: 560px;
}
.slide-items img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}

/*Toppage News*/
.top_news_wrap {
  position: relative;
  width: 100%;
  margin: 270px auto 0;
  max-width: 1000px;
}
.top_news {
  width: 100%;
  border-top: 1px solid #ddd;
  /*border-bottom: 1px solid #ddd;*/
  padding: 20px 0 5px;
}
.top_news_midashi {
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
}
.top_news th {
  color: #fff;
  width: 120px;
  padding: 0 20px 0 0;
  white-space: nowrap;
  vertical-align: top;
  text-align: left;
}
.top_news td a {
  color: #fff;
  width: calc(100% - 120px);
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news_index_btn_wrap {
  width: 100%;
  text-align: right;
}
a.news_index_btn {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  font-size: 14px;
  height: 24px;
  line-height: 21px;
  padding: 0 10px;
}
a.news_index_btn:hover {
  background-color: #fff;
  color: #2f4784;
}

/*Strength*/
#strength {
  position: relative;
  width: 100%;
  padding-top: 170px;
  margin-top: -170px;
}
#inner_strength {
  position: absolute;
  bottom: -270px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 3% 8%;
  max-width: 1200px;
  height: 428px;
  width: 100%;
  background-color: #f7fbff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
}
#inner_strength h2 {
  width: 296px;
  margin: 0 auto;
  text-align: center;
}
#inner_strength h2 img {
  width: 100%;
}
#inner_strength h2 span {
  display: block;
  position: relative;
  top: -3px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}
#inner_strength .txt01 {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  width: 100%;
  text-align: center;
  margin: 6% 0 0 0;
}
#inner_strength .txt02 {
  font-weight: 300;
  margin: 3.1% 0 0 0;
  line-height: 2.15em;
  font-size: 16px;
}
/*Service*/
#service {
  height: 1400px;
  background-image: url(../img/service_bg.png);
  background-size: contain;
  background-position: 0 430px;
  overflow: hidden;
}
#service_link {
  position: absolute;
  top: 400px;
  left: 0;
  display: block;
}
#service_inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}
#service_inner .service_diagram {
  position: absolute;
  top: 15.7%;
  right: -1%;
  width: 51%;
}
#service_inner .service_photo01 {
  position: absolute;
  top: 61.6%;
  right: 0;
  width: 311px;
}
#service_inner .service_photo02 {
  position: absolute;
  top: 72.5%;
  right: 7.5%;
  width: 311px;
}
#service_inner h2 {
  position: absolute;
  top: 40%;
  left: 0;
  width: 233px;
  margin: 0;
  text-align: left;
}
#service_inner h2 img {
  width: 100%;
}
#service_inner h2 span {
  display: block;
  position: relative;
  top: 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}
#service_inner .txt01 {
  position: absolute;
  top: 52.5%;
  left: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  width: 100%;
  text-align: left;
  margin: 0;
}
#service_inner .txt02 {
  position: absolute;
  top: 54%;
  left: 0;
  font-weight: 300;
  margin: 3.1% 0 0 0;
  line-height: 2.15em;
  font-size: 16px;
  width: 52%;
}
#service_inner .txt03 {
  position: absolute;
  top: 69%;
  left: 0;
  font-weight: 300;
  margin: 3.1% 0 0 0;
  line-height: 2.15em;
  font-size: 16px;
  font-feature-settings: "palt";
  width: 65%;
}

/*Message*/
#top_message {
  width: 100%;
  height: auto;
  margin-top: -100px;
}
#top_message_inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 90px;
  padding: 70px 0 60px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.top_message_photo {
  width: 70%;
  max-width: 830px;
  margin: 0 15%;
}
#top_message_inner h2 {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
  padding: 5% 0;
  text-align: center;
}
#top_message_inner h2 img {
  width: 100%;
}
#top_message_inner h2 span {
  display: block;
  position: relative;
  top: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}
#top_message_inner h3 {
  font-family: "Noto Serif JP", serif;
  width: 100%;
  text-align: center;
  margin: 0;
  font-weight: 400;
  font-size: 28px;
}
#top_message_inner .txt01 {
  font-weight: 300;
  margin: 2% 15% 3%;
  line-height: 2.15em;
  font-size: 16px;
  width: 70%;
}
#top_message_inner a {
  display: block;
  width: 290px;
  height: 60px;
  margin: 0 auto;
  background-color: #2f4784;
  color: #bfd1ff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  line-height: 58px;
}
#top_message_inner a:hover {
  opacity: 0.7;
}

/*Company*/
#company {
  display: block;
  width: 100%;
  height: auto;
  background-color: #f0f9ff;
  padding-bottom: 80px;
}
#company_inner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 70px;
}
#company_inner h2 {
  width: 318px;
  margin: 0 auto;
  padding: 10.5% 0;
  text-align: center;
}
#company_inner h2 img {
  width: 100%;
}
#company_inner h2 span {
  display: block;
  position: relative;
  top: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}
#company_inner .company_table {
  width: 100%;
  border-collapse: collapse;
}

#company_inner .company_table th {
  width: 200px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #7e7e7e;
  padding: 24px 0;
  font-size: 18px;
  font-weight: 500;
}
#company_inner .company_table td {
  border-bottom: 1px solid #7e7e7e;
  padding: 24px 0;
  font-size: 18px;
  font-weight: 400;
}

/*Recruit*/
#recruit {
  width: 100%;
  height: auto;
  background-image: url(../img/recruit_bg.jpg);
  background-size: 100% auto;
  background-position: center bottom;
}
#recruit_inner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding-top: 41px;
  padding-bottom: 150px;
}
#recruit_inner h2 {
  width: 237px;
  margin: 0 auto;
  padding: 10.5% 0 9%;
  text-align: center;
}
#recruit_inner h2 img {
  width: 100%;
}
#recruit_inner h2 span {
  display: block;
  position: relative;
  top: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}
#recruit_inner .txt01 {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  line-height: 1.3em;
  width: 100%;
  text-align: center;
  margin: 0;
}
#recruit_inner .txt02 {
  font-weight: 300;
  margin: 3.1% auto 0;
  line-height: 2.15em;
  font-size: 16px;
  width: 740px;
}
#recruit_inner .recruit_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 8%;
}

#recruit_inner .recruit_table th {
  width: 200px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #7e7e7e;
  padding: 24px 0;
  font-size: 18px;
  font-weight: 500;
}
#recruit_inner .recruit_table td {
  border-bottom: 1px solid #7e7e7e;
  padding: 24px 0;
  font-size: 18px;
  font-weight: 400;
}
/*Contact*/
#contact {
  width: 100%;
  height: auto;
  background-color: #f0f9ff;
  margin-top: -5px;
}
#contact_inner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 170px;
}
#contact_inner h2 {
  width: 261px;
  margin: 0 auto;
  padding: 10.5% 0;
  text-align: center;
}
#contact_inner h2 img {
  width: 100%;
}
#contact_inner h2 span {
  display: block;
  position: relative;
  top: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}
#contact_inner .txt01 {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  line-height: 1.3em;
  width: 100%;
  text-align: center;
  margin: 0;
}
#contact_inner .txt02 {
  font-weight: 300;
  margin: 3% auto 0;
  line-height: 2.15em;
  font-size: 16px;
  width: 100%;
  text-align: center;
}
#contact_inner .contact_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 8%;
}

#contact_inner .contact_table th {
  width: 230px;
  text-align: left;
  vertical-align: top;
  padding: 30px 0;
  font-size: 18px;
  font-weight: 500;
}
#contact_inner .contact_table th span {
  color: #ff0000;
  font-weight: 300;
}
#contact_inner .contact_table td {
  padding: 30px 0;
  font-size: 18px;
}
#contact_inner input[type="text"].long_txt {
  background-color: #fff;
  width: 100%;
  padding: 0 2%;
}
#contact_inner input[type="text"].middle_txt {
  background-color: #fff;
  width: 45%;
  padding: 0 2%;
}
#contact_inner textarea {
  background-color: #fff;
  padding: 0 2%;
  width: 100%;
}
#contact_inner input[type="text"].short_txt {
  background-color: #fff;
  padding: 0 2%;
}
#contact_inner input::placeholder {
  color: #ccc;
}
#contact_inner select {
  background-color: #fff;
  color: #ccc;
  width: 30%;
  padding: 0 2%;
}

#contact_inner .pp_check {
  text-align: center;
  margin-bottom: 45px;
}

#contact_inner input[type="checkbox"] {
  position: relative;
  width: 18px;
  height: 18px;
  border: 1px solid #2f4784;
  vertical-align: -3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#contact_inner input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(40deg);
  width: 7px;
  height: 10px;
  border-right: 2px solid #2f4784;
  border-bottom: 2px solid #2f4784;
  content: "";
}

#contact_inner .submit_wrap {
  width: 100%;
  text-align: center;
}
#contact_inner .submit_wrap input[type="submit"] {
  background-color: #2f4784;
  color: #fff;
  width: 318px;
  height: 62px;
  line-height: 62px;
  font-size: 22px;
}
#contact_inner .submit_wrap #submit-btn[disabled] {
  background-color: #eee;
  color: #bbb;
  cursor: not-allowed; /* クリック不可のカーソルを表示 */
}

/*footer*/
footer {
  position: relative;
  width: 100%;
  height: 255px;
  margin: 0;
  text-align: center;
  padding: 0;
  background-color: #2f4784;
}

#footer_logo_wrap {
  display: flex;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}
#footer_logo_wrap li:nth-child(2) {
  border-right: 1px solid #fff;
  width: 1px;
  height: 90px;
  margin: 0 27px 0 40px;
}
#footer_logo {
  margin: 0;
  width: 148px;
}
#footer_housedo {
  margin: 5px 0 0 0;
  width: 250px;
}
#footer_inner {
  position: relative;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  padding: 40px 0;
}
#footer_inner .footer_left {
  text-align: left;
  color: #fff;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 300;
}
#footer_inner .corp_name {
  display: block;
  font-size: 23px;
  font-weight: 500;
}
#footer_inner .footer_left a {
  color: #fff;
  text-decoration: none;
}
#footer_inner .copyright {
  position: absolute;
  right: 0;
  bottom: 5%;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.1em;
}
/*Privacypolicy*/
#privacy {
  width: 100%;
  height: auto;
}
#privacy_inner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding-top: 41px;
  padding-bottom: 150px;
}
#privacy_inner h2 {
  width: 360px;
  margin: 0 auto;
  padding: 10.5% 0 9%;
  text-align: center;
}
#privacy_inner h2 img {
  width: 100%;
}
#privacy_inner h2 span {
  display: block;
  position: relative;
  top: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}
#privacy_inner h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0.2em;
}
#privacy_inner p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 1.7em;
}
/*Contact mail*/
#formWrap {
  width: 800px;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}
table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
table.formTable td,
table.formTable th {
  border: 1px solid #ddd;
  padding: 20px;
}
table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}
p.error_messe {
  margin: 5px 0;
  color: red;
}

.submit_btn {
  background-color: #2f4784;
  color: #fff;
  width: 318px;
  height: 62px;
  line-height: 62px;
  font-size: 22px;
  margin: 5% 0 2%;
}
/*Contact thanks*/
#contact_mail {
  width: 100%;
  height: auto;
  background-color: #fff;
  margin-top: -5px;
}
#contact_mail_inner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 250px;
  text-align: center;
}
#contact_mail_inner h2 {
  width: 261px;
  margin: 0 auto;
  padding: 10.5% 0;
  text-align: center;
}
#contact_mail_inner h2 img {
  width: 100%;
}
#contact_mail_inner h2 span {
  display: block;
  position: relative;
  top: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}
#contact_mail_inner .thanks {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 3%;
}
#contact_mail_inner .back a {
  display: block;
  font-size: 15px;
  margin-top: 10%;
  color: #2f4784;
  text-decoration: none;
}

/*社長メッセージ*/
#message {
  width: 100%;
  height: auto;
}
#message_inner {
  position: relative;
  width: 100%;
  max-width: calc(1200px + 5%);
  height: 100%;
  margin: 0 auto;
  padding: 0 5%;
  padding-bottom: 70px;
}
#massage_header {
  position: relative;
  width: 100%;
  height: 610px;
  text-align: center;
  overflow: hidden;
}

#massage_header .message_header_bg {
  width: 100%;
  height: 100%;
  max-height: 400px;
  text-align: center;
  background-color: #2f4784;
}
#massage_header .message_header_bg img {
  max-height: 400px;
  margin: 0 auto;
}
#massage_photo01 {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 83.33%;
  max-width: 1200px;
  width: 100%;
  transform: translateX(-50%);
}
#massage_photo01 img {
  height: 100%;
  float: right;
}

#shacho_name {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Noto Serif JP", serif;
  text-align: left;
  margin-left: 8%;
  border-left: 12px #2f4784 solid;
  padding-left: 10px;
  line-height: 1.1em;
  letter-spacing: 0.08em;
}
#shacho_name span {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  margin-top: 15px;
  letter-spacing: 0;
}

#message01 {
  max-width: 1000px;
  margin: 80px auto 70px;
  text-align: left;
}
#message01 h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.4em;
  white-space: nowrap;
}
#message01 .message01_txt {
  font-size: 17px;
  font-weight: 300;
  margin-top: 40px;
  margin-left: 25.45%;
  text-align: left;
  line-height: 2em;
  width: 74.55%;
}

.massage_photo02 {
  display: block;
  width: 100%;
}
#message02 {
  max-width: 1000px;
  margin: 80px auto 70px;
  text-align: left;
}
#message02 h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.4em;
  white-space: nowrap;
}
#message02 .message02_txt {
  font-size: 17px;
  font-weight: 300;
  margin-top: 40px;
  margin-left: 25.45%;
  text-align: left;
  line-height: 2em;
  width: 74.55%;
}

.massage_photo03 {
  display: block;
  width: 100%;
}

#message03 {
  max-width: 1000px;
  margin: 80px auto 70px;
  text-align: left;
}
#message03 h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.4em;
  white-space: nowrap;
}
#message03 .message03_txt {
  font-size: 17px;
  font-weight: 300;
  margin-top: 40px;
  margin-left: 25.45%;
  text-align: left;
  line-height: 2em;
  width: 74.55%;
}

.massage_photo04 {
  display: block;
  width: 100%;
}
#message04 {
  max-width: 1000px;
  margin: 80px auto 70px;
  text-align: left;
}
#message04 h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.4em;
  white-space: nowrap;
}
#message04 .message04_txt {
  font-size: 17px;
  font-weight: 300;
  margin-top: 40px;
  margin-left: 25.45%;
  text-align: left;
  line-height: 2em;
  width: 74.55%;
}

.massage_photo05 {
  display: block;
  width: 100%;
}
#message05 {
  max-width: 1000px;
  margin: 80px auto 70px;
  text-align: left;
}
#message05 h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.4em;
  white-space: nowrap;
}
#message05 .message05_txt {
  font-size: 17px;
  font-weight: 300;
  margin-top: 40px;
  margin-left: 25.45%;
  text-align: left;
  line-height: 2em;
  width: 74.55%;
}

/*News*/
#news {
  width: 100%;
  height: auto;
}
#news_inner {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 100%;
  margin: 0 auto;
  padding-top: 41px;
  padding-bottom: 150px;
}
#news_inner h2 {
  width: 200px;
  margin: 0 auto;
  padding: 10.5% 0 9%;
  text-align: center;
}
#news h2 img {
  width: 100%;
}
#news h2 span {
  display: block;
  position: relative;
  top: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}
.news_table {
  width: 100%;
  margin: 0;
}
.news_table th {
  white-space: nowrap;
  vertical-align: top;
  padding: 0 20px 0 0;
}
.news_table td {
  vertical-align: top;
  padding: 0 20px 10px 0;
  line-height: 1.6;
}
.news_table td a {
  text-decoration: none;
  color: #2e4784;
}
.news_date {
  width: 100%;
  text-align: right;
  margin-bottom: 10px;
}

.news_title {
  margin-bottom: 50px;
  font-size: 26px;
  line-height: 1.6;
}
