@charset "UTF-8";
/* 画面外 */
html {
  scroll-behavior: smooth;
}

.block {
  transform: translateY(30px);
  transition: all 0.5s ease-out;
  opacity: 0;
}

/* 画面内 */
.block.blockIn {
  transform: translateY(0);
  opacity: 1;
}

body {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  overflow-x: hidden;
}
body ul {
  list-style-type: none;
  text-decoration: none;
}

.mo_only {
  display: none;
}
@media screen and (max-width: 935px) {
  .mo_only {
    display: block;
  }
}

.pc_only {
  display: block;
}
@media screen and (max-width: 935px) {
  .pc_only {
    display: none;
  }
}

p, li {
  font-size: 20px;
}
@media screen and (max-width: 935px) {
  p, li {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}

a {
  color: #002E7D;
  font-size: 22px;
}
@media screen and (max-width: 935px) {
  a {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
}

h1, h2, h3, p, a, li, td {
  text-decoration: none;
  color: #222222;
  text-align: left;
  list-style-type: none;
  font-family: serif, "Avenir";
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 32px;
  display: inline-block;
  text-shadow: 0 3px 3px #fff, 0 0 3px #e2e2e2;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  color: #002E7D;
}
@media screen and (max-width: 935px) {
  h2 {
    font-size: 24px;
    width: 100%;
  }
}

h3 {
  color: #002E7D;
  font-size: 22px;
}
@media screen and (max-width: 935px) {
  h3 {
    font-size: 18px;
    width: 100%;
  }
}

a:hover, a:active {
  opacity: 0.8;
}

.ya {
  width: 30px;
  height: 30px;
  margin-bottom: 6px;
  margin-right: 6px;
}

.for {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.for .blue_a {
  background-color: #002E7D;
  color: #fff;
  padding: 8px 30px;
  border-radius: 50px;
}

.for_contact {
  width: 30%;
  width: 400px;
  height: 340px;
  background-color: #DFE4ED;
}
@media screen and (max-width: 935px) {
  .for_contact {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    margin-top: 20px;
  }
}
.for_contact .sub_pho {
  max-width: 400px;
  height: 170px;
  position: relative;
}
@media screen and (max-width: 935px) {
  .for_contact .sub_pho {
    max-width: 100%;
  }
}
.for_contact .sub_pho img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
}
.for_contact .sub_sen {
  padding: 20px 20px 0px 20px;
}
.for_contact .sub_sen p {
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.for_contact .for {
  padding: 10px 10px 0 10px;
}

.top_fix {
  background-color: rgba(255, 255, 255, 0.9176470588);
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 74px;
  top: 0;
}
.top_fix .logo {
  position: relative;
  text-align: center;
}
.top_fix .logo img {
  position: absolute;
  top: -5px;
  width: auto;
  height: 56px;
  z-index: 1;
  left: 20px;
}
.top_fix .logo p {
  font-size: 14px;
  position: absolute;
  top: 46px;
  left: 30px;
}
.top_fix #gv_area {
  width: 80%;
  max-width: 900px;
  min-width: 600px;
  margin: 0 0 0 auto;
}
.top_fix #gv_area .sub_menu {
  position: relative;
  width: 236px;
  height: 30px;
  margin: 0 40px 0 auto;
}
.top_fix #gv_area .sub_menu .for_site {
  position: relative;
  width: 100%;
  height: 60px;
  margin-top: 10px;
}
.top_fix #gv_area .sub_menu .for_site a {
  font-size: 14px;
  color: #707070;
  font-weight: bold;
}
.top_fix #gv_area .sub_menu .for_site span {
  color: #707070;
}
.top_fix #gv_area .g_nav {
  display: flex;
  justify-content: space-between;
  margin-right: 150px;
  margin-top: 0px;
}
.top_fix #gv_area .g_nav .off {
  position: relative;
  padding: 0 20px;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 1350px) {
  .top_fix #gv_area .g_nav .off {
    padding: 0 10px;
  }
}
.top_fix #gv_area .g_nav .off::before {
  content: "";
  width: 0.1px;
  height: 100%;
  background-color: rgba(69, 69, 69, 0.085);
  position: absolute;
  left: 0px;
  box-shadow: 0 2px 2px rgba(69, 69, 69, 0.267);
}
.top_fix #gv_area .g_nav .off:hover {
  background-color: rgba(69, 69, 69, 0.048);
  opacity: 1;
  box-shadow: 0px -3px 6px rgba(69, 69, 69, 0.048);
}
.top_fix #gv_area .g_nav .off > a {
  white-space: nowrap;
  position: relative;
  font-size: 18px;
}
.top_fix #gv_area .g_nav .off > a:hover {
  opacity: 1;
}
.top_fix #gv_area .g_nav .off li {
  width: 150px;
}
.top_fix #gv_area .off_line {
  background-color: #002E7D;
  height: 74px;
  width: 150px;
  text-align: center;
  padding-top: 4px;
  position: absolute;
  top: 0;
  vertical-align: bottom;
  right: 0;
}
.top_fix #gv_area .off_line a {
  color: #ffffff;
  font-size: 20px;
  line-height: 66px;
  font-weight: bold;
  height: 74px;
  width: 150px;
  display: inline-block;
  text-align: center;
}

@media screen and (max-width: 935px) {
  .logo a:hover {
    opacity: 1;
  }
  .logo a img {
    position: relative;
    height: 40px;
    width: auto;
    margin-top: 0px;
    margin-left: 2px;
    z-index: 50;
  }
  .logo a p {
    font-size: 8px;
    padding-left: 8px;
    margin-top: -6px;
    position: relative;
    z-index: 50;
  }
  .hamburger_nav_area {
    position: fixed;
    right: 0px;
    top: -600px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    z-index: 20;
    overflow-y: auto;
    padding-top: 50px;
  }
  .hamburger_nav_area::after {
    width: 100%;
    content: "";
    height: 4px;
    background-color: #002E7D;
    bottom: 0;
    position: absolute;
  }
  .hamburger_nav_area nav {
    padding: 20px;
  }
  .hamburger_nav_area nav ul {
    width: 100%;
    margin-bottom: 0;
  }
  .hamburger_nav_area nav ul li {
    width: 100%;
    height: 3.8em;
  }
  .hamburger_nav_area nav ul li a {
    font-size: 24px;
    width: 100%;
    padding-left: 20px;
    position: relative;
    display: block;
    white-space: nowrap;
  }
  .hamburger_nav_area nav ul li a:hover {
    color: #002E7D;
  }
  .hamburger_nav_area nav ul li a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #969696;
    left: 0;
    bottom: 0px;
  }
  .hamburger_nav_area nav .co_menu {
    text-align: center;
    width: 100%;
  }
  .hamburger_nav_area nav .co_menu a {
    text-align: center;
    font-size: 26px;
    background-color: #002E7D;
    color: #fff;
    padding: 16px 40px;
    width: 100%;
    display: block;
  }
  .hamburger_nav_area nav .sns {
    margin: 0 auto;
    text-align: center;
    margin-left: 20px;
    margin-top: 20px;
    white-space: nowrap;
  }
  .hamburger_nav_area nav .sns a {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
  .hamburger_nav_area nav .sns a img {
    width: 40px;
    height: 40px;
  }
  .hamburger_nav_area nav .ja {
    margin-top: 20px;
    text-align: center;
  }
  .hamburger_nav_area nav .ja a {
    font-size: 16px;
  }
  .hamburger_nav_area nav .ja a img {
    width: 20px;
    margin-bottom: 5px;
    margin-right: 5px;
  }
  .header_fix {
    position: fixed;
    z-index: 30;
    top: 0;
    right: 0;
  }
  .hamburger_btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 55px;
    cursor: pointer;
    z-index: 99;
  }
  .hamburger_btn .hamburger_line {
    position: absolute;
    left: 8px;
    width: 25px;
    height: 2px;
    background-color: #222222;
    transition: all 0.3s;
  }
  .hamburger_btn .hamburger_line1 {
    top: 18px;
    box-shadow: 0 1px 1px #fff;
  }
  .hamburger_btn .hamburger_line2 {
    top: 26px;
    box-shadow: 0 1px 1px #fff;
  }
  .hamburger_btn .hamburger_line3 {
    top: 34px;
    box-shadow: 0 1px 1px #fff;
  }
  .black_bg {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 60vh;
    z-index: 15;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s;
    cursor: pointer;
  }
  .nav-open .hamburger_nav_area {
    top: 0;
  }
  .nav-open .hamburger_btn .hamburger_line1 {
    top: 23px;
    transform: rotate(45deg);
  }
  .nav-open .hamburger_btn .hamburger_line2 {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_btn .hamburger_line3 {
    transform: rotate(-45deg);
    top: 23px;
  }
  .nav-open .black_bg {
    opacity: 0.8;
    visibility: visible; /*表示*/
  }
}
.wrap {
  position: relative;
  z-index: 10;
}
.wrap .top {
  width: 100%;
  height: 450px;
  background-image: url(../img/home_top.jpg);
  background-position: 50% 40%;
  margin-top: 74px;
}
@media screen and (max-width: 1350px) {
  .wrap .top {
    height: 400px;
    margin-top: 0;
  }
}
@media screen and (max-width: 935px) {
  .wrap .top {
    height: 200px;
  }
}
.wrap .top .top_area {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1350px) {
  .wrap .top .top_area {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.wrap .top .top_area h1 {
  color: #fff;
  text-shadow: 0 3px 6px #000000;
  padding-top: 160px;
  font-size: 50px;
}
@media screen and (max-width: 1350px) {
  .wrap .top .top_area h1 {
    padding-top: 140px;
  }
}
@media screen and (max-width: 935px) {
  .wrap .top .top_area h1 {
    font-size: 30px;
    padding-top: 50px;
  }
}
.wrap .top .top_area h1 span {
  font-size: 30px;
}
@media screen and (max-width: 935px) {
  .wrap .top .top_area h1 span {
    font-size: 18px;
  }
}
.wrap .top_about {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 1350px) {
  .wrap .top_about {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 935px) {
  .wrap .top_about {
    padding: 0 10px;
    margin-top: 30px;
  }
}
.wrap .top_about .top_about_flex {
  display: flex;
}
@media screen and (max-width: 935px) {
  .wrap .top_about .top_about_flex {
    display: block;
  }
}
.wrap .top_about .top_about_flex .sen {
  width: 70%;
  margin-right: 20px;
}
@media screen and (max-width: 935px) {
  .wrap .top_about .top_about_flex .sen {
    width: 100%;
    margin-right: 0;
  }
}
.wrap .top_about .top_about_flex .sen .for_infomation {
  margin-top: 10px;
}
.wrap .top_business {
  margin-top: 70px;
  background-image: url("../img/bisiness_back.jpg");
  background-position: 36% 80%;
  padding-top: 70px;
  padding-bottom: 100px;
}
@media screen and (max-width: 935px) {
  .wrap .top_business {
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.wrap .top_business .h2_area {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1350px) {
  .wrap .top_business .h2_area {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 935px) {
  .wrap .top_business .h2_area {
    padding: 0 10px;
  }
}
.wrap .top_business .business_area {
  display: flex;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 1350px) {
  .wrap .top_business .business_area {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 935px) {
  .wrap .top_business .business_area {
    padding: 0 10px;
    display: block;
  }
}
.wrap .top_business .business_area .left_area {
  width: 30%;
}
@media screen and (max-width: 1350px) {
  .wrap .top_business .business_area .left_area {
    width: 40%;
  }
}
@media screen and (max-width: 935px) {
  .wrap .top_business .business_area .left_area {
    width: 100%;
  }
}
.wrap .top_business .business_area .left_area .for {
  text-align: left;
  margin-top: 10px;
}
.wrap .top_business .business_area .right_area {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 935px) {
  .wrap .top_business .business_area .right_area {
    width: 100%;
  }
}
.wrap .top_business .business_area .right_area .business_content {
  flex: 1 1 300px;
  position: relative;
  border: 1px solid #707070;
  padding: 20px;
  margin-top: -1px;
  margin-left: -1px;
  width: calc(25% + 1px);
}
@media screen and (max-width: 935px) {
  .wrap .top_business .business_area .right_area .business_content {
    padding: 10px;
  }
}
.wrap .top_business .business_area .right_area .business_content img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 20px;
}
@media screen and (max-width: 935px) {
  .wrap .top_business .business_area .right_area .business_content img {
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }
}
.wrap .top_business .business_area .right_area .business_content .bus_kinds {
  padding-left: 70px;
  padding-top: 0;
  margin-top: 0;
  font-weight: bold;
  margin-top: -1px;
  margin-left: -1px;
  height: 36px;
}
@media screen and (max-width: 1350px) {
  .wrap .top_business .business_area .right_area .business_content .bus_kinds {
    padding-top: 10px;
  }
}
@media screen and (max-width: 935px) {
  .wrap .top_business .business_area .right_area .business_content .bus_kinds {
    padding-top: 10px;
    vertical-align: middle;
  }
}
.wrap .top_business .business_area .right_area .business_content .sen {
  padding: 0;
  margin-top: 40px;
}
@media screen and (max-width: 935px) {
  .wrap .top_business .business_area .right_area .business_content .sen {
    padding: 0 10px;
  }
}
.wrap .top_business .business_area .right_area .business_content .sen::before {
  content: "";
  background-color: rgba(112, 112, 112, 0.7058823529);
  height: 1px;
  width: 90%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 86px;
}
@media screen and (max-width: 935px) {
  .wrap .top_business .business_area .right_area .business_content .sen::before {
    top: 76px;
  }
}
.wrap .top_business .business_area .right_area .business_content .sen p {
  font-size: 16px;
}
.wrap .top_business .business_area .right_area .business_1 .bus_kinds {
  padding-top: 10px;
}
@media screen and (max-width: 935px) {
  .wrap .top_business .business_area .right_area .business_1 .bus_kinds {
    padding-top: 10px;
    vertical-align: middle;
  }
}
.wrap .top_partner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 1350px) {
  .wrap .top_partner {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 935px) {
  .wrap .top_partner {
    padding: 0 10px;
    margin-top: 40px;
  }
}
.wrap .top_partner .top_partner_flex {
  display: flex;
}
@media screen and (max-width: 935px) {
  .wrap .top_partner .top_partner_flex {
    display: block;
  }
}
.wrap .top_partner .top_partner_flex .sen {
  width: 70%;
}
@media screen and (max-width: 935px) {
  .wrap .top_partner .top_partner_flex .sen {
    width: 100%;
  }
}
.wrap .top_partner .top_partner_flex .sen .for {
  text-align: left;
}
.wrap .top_partner .top_partner_flex .pho {
  width: 30%;
  max-width: 400px;
  position: relative;
}
@media screen and (max-width: 935px) {
  .wrap .top_partner .top_partner_flex .pho {
    width: 70%;
    height: 150px;
    margin: 0 auto;
  }
}
.wrap .top_partner .top_partner_flex .pho img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
}
.wrap .top_contact {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1350px) {
  .wrap .top_contact {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 935px) {
  .wrap .top_contact {
    padding: 0 10px;
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
.wrap .top_contact .contact_area {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-image: url(../img/top_contact.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  margin-top: 10px;
}
@media screen and (max-width: 935px) {
  .wrap .top_contact .contact_area {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.wrap .top_contact .contact_area .contact_form {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.884);
  box-shadow: 0 3px 3px #b5b5b5;
  height: 120px;
  line-height: 120px;
  width: 35%;
  font-size: 24px;
  font-weight: bold;
  font-size: 28px;
  cursor: pointer;
}
@media screen and (max-width: 1350px) {
  .wrap .top_contact .contact_area .contact_form {
    width: 40%;
  }
}
@media screen and (max-width: 935px) {
  .wrap .top_contact .contact_area .contact_form {
    display: block;
    width: 90%;
    margin: 0 auto;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
  }
}
.wrap .top_contact .contact_area .contact_tel {
  width: 30%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.884);
  box-shadow: 0 3px 3px #b5b5b5;
  height: 120px;
  width: 35%;
  line-height: 120px;
  cursor: pointer;
}
@media screen and (max-width: 1350px) {
  .wrap .top_contact .contact_area .contact_tel {
    width: 40%;
  }
}
@media screen and (max-width: 935px) {
  .wrap .top_contact .contact_area .contact_tel {
    display: block;
    width: 90%;
    margin: 0 auto;
    height: 80px;
    line-height: 80px;
    margin-top: 30px;
  }
}
.wrap .top_contact .contact_area .contact_tel .time {
  font-size: 14px;
  line-height: 0px;
}
.wrap .top_contact .contact_area .contact_tel .tel {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 935px) {
  .wrap .top_contact .contact_area .contact_tel .tel {
    font-size: 26px;
  }
}
.wrap .top_contact .contact_area .contact_tel .tel img {
  width: 30px;
  height: auto;
  margin-right: 10px;
}

.sub_wrap {
  overflow-x: hidden;
}
.sub_wrap .h2_line {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .h2_line {
    margin-bottom: 10px;
  }
}
.sub_wrap .h2_line h2 {
  position: relative;
}
.sub_wrap .h2_line h2::after {
  width: 100%;
  height: 3px;
  background-color: #002E7D;
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  transition: all 0.3s;
}
.sub_wrap .h2_line h2::before {
  width: 100%;
  height: 3px;
  background-color: #cfcfcf;
  content: "";
  position: absolute;
  left: 7px;
  bottom: -3px;
  transition: all 0.3s;
}
@media screen and (max-width: 935px) {
  .sub_wrap .h2_line h2 {
    font-size: 22px;
  }
}
.sub_wrap .subpage_top {
  margin-top: 74px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .subpage_top {
    margin-top: 0;
  }
}
.sub_wrap .subpage_top .top_img {
  background-image: url(../img/partner_top.jpg);
  height: 250px;
  width: 100%;
  background-position: 40% 30%;
  background-size: cover;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .subpage_top .top_img {
    height: 200px;
  }
}
@media screen and (max-width: 1350px) {
  .sub_wrap .subpage_top .top_img {
    height: 150px;
  }
}
.sub_wrap .subpage_top .top_img .sub_h1 {
  width: 100%;
  height: 250px;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .subpage_top .top_img .sub_h1 {
    height: 200px;
  }
}
@media screen and (max-width: 1350px) {
  .sub_wrap .subpage_top .top_img .sub_h1 {
    height: 150px;
  }
}
.sub_wrap .subpage_top .top_img .sub_h1 h1 {
  position: absolute;
  top: 49%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  font-size: 40px;
  text-shadow: 0 3px 6px #000000;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .subpage_top .top_img .sub_h1 h1 {
    font-size: 36px;
    left: 20px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .subpage_top .top_img .sub_h1 h1 {
    font-size: 30px;
    left: 10px;
  }
}
.sub_wrap .subpage_top .pan-area {
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .subpage_top .pan-area {
    padding: 0 20px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .subpage_top .pan-area {
    padding: 0 10px;
  }
}
.sub_wrap .subpage_top .pan-area ul {
  display: flex;
  padding-left: 0;
  margin-top: 0px;
  margin-left: 10px;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .subpage_top .pan-area ul {
    margin-top: 0px;
  }
}
.sub_wrap .subpage_top .pan-area ul li {
  padding: 6px 6px 6px 0;
}
@media screen and (max-width: 935px) {
  .sub_wrap .subpage_top .pan-area ul li {
    padding: 3px 6px 3px 0;
  }
}
.sub_wrap .subpage_top .pan-area ul li a {
  font-size: 15px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .subpage_top .pan-area ul li a {
    font-size: 12px;
  }
}
.sub_wrap .subpage_top .pan-area ul .ie img {
  width: 14px;
  margin-bottom: 2px;
  margin-right: 4px;
}
.sub_wrap .subpage_top .pan-area ul .ay img {
  width: 10px;
  margin-bottom: 2px;
  margin-right: 2px;
}
.sub_wrap .subpage_top .sub_link {
  width: 100%;
  box-shadow: 0px 4px 3px #E3E3E3;
}
@media screen and (max-width: 935px) {
  .sub_wrap .subpage_top .sub_link {
    box-shadow: none;
  }
}
.sub_wrap .subpage_top .sub_link .sub_link_flex {
  display: flex;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  margin-top: -16px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .subpage_top .sub_link .sub_link_flex {
    display: block;
  }
}
.sub_wrap .subpage_top .sub_link .sub_link_flex a {
  padding: 0 20px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .subpage_top .sub_link .sub_link_flex a {
    padding: 0 10px;
    width: 100%;
    height: 100%;
  }
}
.sub_wrap .subpage_top .sub_link .sub_link_flex a:hover {
  background-color: #E3E3E3;
}
@media screen and (max-width: 935px) {
  .sub_wrap .subpage_top .sub_link .sub_link_flex a:hover {
    background-color: #fff;
  }
}
.sub_wrap .subpage_top .sub_link .sub_link_flex a p {
  font-size: 18px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .subpage_top .sub_link .sub_link_flex a p {
    font-size: 16px;
    line-height: 10px;
    padding-left: 10px;
    padding-bottom: 6px;
    box-shadow: 0px 4px 3px #E3E3E3;
  }
}
.sub_wrap .about_triumph {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .about_triumph {
    margin: auto 10px;
    margin-top: 10px;
    width: auto;
    max-width: 100%;
  }
}
.sub_wrap .about_triumph .about_flex {
  display: block;
}
.sub_wrap .about_triumph .about_flex .sen {
  margin-right: 20px;
}
.sub_wrap .about_triumph .about_flex .pho {
  width: 500px;
  height: 350px;
  position: relative;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .about_triumph .about_flex .pho {
    width: auto;
    height: 250px;
    float: none;
    margin-left: 0px;
  }
}
.sub_wrap .about_triumph .about_flex .pho img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub_wrap .profile_area {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .profile_area {
    margin: auto 0px;
    margin-top: 30px;
    width: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .profile_area .h2_line {
    margin: auto 10px;
  }
}
.sub_wrap .profile_area .table1 table {
  width: 100%;
  max-width: 1300px;
}
.sub_wrap .profile_area .table1 table tbody {
  width: 100%;
  max-width: 1300px;
}
.sub_wrap .profile_area .table1 table tbody tr {
  border-bottom: 1px dotted #002E7D;
  font-size: 16px;
  /*駅からの行き方動画紹介*/
}
.sub_wrap .profile_area .table1 table tbody tr:nth-child(odd) {
  background-color: #EEF5FF;
}
.sub_wrap .profile_area .table1 table tbody tr:last-of-type {
  border-bottom: none;
}
.sub_wrap .profile_area .table1 table tbody tr td {
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 935px) {
  .sub_wrap .profile_area .table1 table tbody tr td {
    width: 100%;
    display: block;
    padding: 10px;
  }
}
.sub_wrap .profile_area .table1 table tbody tr td p {
  font-size: 14px;
}
.sub_wrap .profile_area .table1 table tbody tr td p a {
  font-size: 14px;
}
.sub_wrap .profile_area .table1 table tbody tr td .map_link {
  float: right;
  margin-right: 10%;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 935px) {
  .sub_wrap .profile_area .table1 table tbody tr td .map_link {
    top: -20px;
    right: 10px;
    margin-right: 0;
  }
}
.sub_wrap .profile_area .table1 table tbody tr td .map_link img {
  width: 90px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .profile_area .table1 table tbody tr td .map_link img {
    margin-top: 20px;
    width: 60px;
  }
}
.sub_wrap .profile_area .table1 table tbody tr .trl {
  font-size: 16px;
}
.sub_wrap .profile_area .table1 table tbody tr .main-partner ul {
  margin-left: 0;
  padding-left: 0;
}
.sub_wrap .profile_area .table1 table tbody tr .trr {
  font-size: 14px;
}
.sub_wrap .profile_area .table1 table tbody tr .trr a {
  font-size: 14px;
}
.sub_wrap .profile_area .table1 table tbody tr .trr li {
  font-size: 14px;
}
.sub_wrap .profile_area .table1 table tbody tr .access-movie {
  padding: 4px;
  margin: 10px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(0, 49, 112);
  border-radius: 5px;
  box-shadow: 1px 2px 2px rgb(216, 216, 216);
  color: rgb(0, 49, 112);
  margin-left: 0;
}
.sub_wrap .profile_area .table1 table tbody tr .access-movie:hover {
  opacity: 0.8;
}
.sub_wrap .profile_area .table1 table tbody tr .access-movie .mov {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-top: -2px;
}
.sub_wrap .company_history {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 70px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .company_history .h2_line {
    margin: auto 10px;
  }
}
.sub_wrap .company_history .table1 table {
  width: 100%;
  max-width: 1300px;
}
.sub_wrap .company_history .table1 table tbody {
  width: 100%;
  max-width: 1300px;
}
.sub_wrap .company_history .table1 table tbody tr {
  border-bottom: 1px dotted #002E7D;
}
.sub_wrap .company_history .table1 table tbody tr:nth-child(odd) {
  background-color: #EEF5FF;
}
.sub_wrap .company_history .table1 table tbody tr td {
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 935px) {
  .sub_wrap .company_history .table1 table tbody tr td {
    width: 100%;
    display: block;
    padding: 10px;
    padding: 10px;
  }
}
.sub_wrap .recruitment {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .recruitment {
    max-width: 100%;
    width: auto;
    margin: auto 10px;
    margin-top: 30px;
  }
}
.sub_wrap .recruitment .partner_flex {
  display: flex;
}
@media screen and (max-width: 935px) {
  .sub_wrap .recruitment .partner_flex {
    display: block;
  }
}
.sub_wrap .recruitment .partner_flex .sen {
  width: 70%;
  margin-right: 20px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .recruitment .partner_flex .sen {
    width: auto;
    margin: 0;
  }
}
.sub_wrap .message {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .message {
    max-width: 100%;
    width: auto;
    margin: auto 10px;
    margin-top: 30px;
  }
}
.sub_wrap .message .message_flex {
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .message .message_flex {
    display: block;
    margin-top: 0;
  }
}
.sub_wrap .message .message_flex .pho {
  width: 30%;
  max-width: 400px;
  position: relative;
}
@media screen and (max-width: 935px) {
  .sub_wrap .message .message_flex .pho {
    width: 100%;
  }
}
.sub_wrap .message .message_flex .pho img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub_wrap .message .message_flex .sen {
  width: 70%;
  margin-left: 20px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .message .message_flex .sen {
    width: 100%;
    margin: 0 auto 50px;
  }
}
.sub_wrap .ourbusiness_area {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .ourbusiness_area {
    padding: 0 20px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .ourbusiness_area {
    padding: 0 10px;
    margin-top: 0px;
  }
}
.sub_wrap .ourbusiness_area .bold_blue {
  font-weight: bold;
  color: #156CB3;
  font-size: 24px;
  padding-bottom: 10px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .ourbusiness_area .bold_blue {
    font-size: 18px;
    letter-spacing: 0rem;
  }
}
.sub_wrap .ourbusiness_area .for {
  text-align: left;
  margin-top: 20px;
}
.sub_wrap .service_area {
  width: 100%;
  margin-top: 50px;
}
.sub_wrap .service_area .h2_line {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .service_area .h2_line {
    padding: 0 20px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .service_area .h2_line {
    padding: 0 10px;
  }
}
.sub_wrap .service_area .service_link {
  background-color: #DFE4ED;
  padding: 20px 30px;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .service_area .service_link {
    width: auto;
    max-width: 100%;
    margin: auto 20px;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .service_area .service_link {
    margin: auto 10px;
  }
}
.sub_wrap .service_area .service_link .service_link_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: left;
}
@media screen and (max-width: 935px) {
  .sub_wrap .service_area .service_link .service_link_flex {
    display: block;
  }
}
.sub_wrap .service_area .service_link .service_link_flex a {
  padding: 6px 0;
  display: block;
  color: #000000;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .service_area .service_link .service_link_flex a {
    font-size: 16px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .service_area .service_link .service_link_flex a {
    letter-spacing: 0rem;
    text-align: left;
  }
}
.sub_wrap .service_area .service_link .service_link_flex a img {
  width: 30px;
  margin-right: 10px;
  margin-bottom: 6px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .service_area .service_link .service_link_flex a img {
    width: 24px;
    margin-right: 6px;
    margin-bottom: 3px;
  }
}
.sub_wrap .service_area .service_back {
  background-image: url(../img/bisiness_back.jpg);
  background-attachment: fixed;
  background-position: 70% 100%;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 50px;
  margin-top: 10px;
  box-shadow: inset 0 30px 40px #fff;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .service_area .service_back {
    padding-top: 0px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .service_area .service_back {
    background-position: 10% 50%;
  }
}
.sub_wrap .service_area .service_back .service_content {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .service_area .service_back .service_content {
    padding: 10px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .service_area .service_back .service_content {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
}
.sub_wrap .service_area .service_back .service_content h3 {
  border-bottom: 2px solid #156CB3;
  margin-bottom: 20px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .service_area .service_back .service_content h3 {
    line-height: 1rem;
    padding-bottom: 6px;
  }
}
.sub_wrap .service_area .service_back .service_content h3 img {
  width: 50px;
  margin-right: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .service_area .service_back .service_content h3 img {
    width: 30px;
    margin-right: 10px;
    margin-bottom: 6px;
  }
}
.sub_wrap .service_area .service_back .service_content .ser_flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 935px) {
  .sub_wrap .service_area .service_back .service_content .ser_flex {
    display: block;
  }
}
.sub_wrap .service_area .service_back .service_content .ser_flex .pho {
  width: 30%;
  max-width: 300px;
  height: 200px;
  position: relative;
}
@media screen and (max-width: 935px) {
  .sub_wrap .service_area .service_back .service_content .ser_flex .pho {
    width: 100%;
    max-width: 100%;
    height: 150px;
  }
}
.sub_wrap .service_area .service_back .service_content .ser_flex .pho img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.sub_wrap .service_area .service_back .service_content .ser_flex .sen {
  width: 70%;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .service_area .service_back .service_content .ser_flex .sen {
    margin-left: 10px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .service_area .service_back .service_content .ser_flex .sen {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
}
.sub_wrap .service_area .service_back .service_content .ser_flex .sen p {
  font-size: 16px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 935px) {
  .sub_wrap .service_area .service_back .service_content .ser_flex .sen p:last-of-type {
    font-size: 15px;
  }
}
.sub_wrap .service_area .service_back .service_content .ser_flex .sen .dai {
  margin-top: 10px;
  margin-left: -10px;
}
.sub_wrap .service_area .service_back .service_content .ser_flex .sen .dai ~ p {
  font-size: 15px;
}
.sub_wrap .service_area .service_back .service_content .ser_flex .sen .for {
  text-align: left;
  margin-top: 30px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .service_area .service_back .service_content .ser_flex .sen .for {
    margin-top: 20px;
  }
}
.sub_wrap .service_area .service_back .service_content .ser_flex .sen .for a {
  font-size: 13px;
  padding: 10px 10px 10px 20px;
  white-space: nowrap;
}
.sub_wrap .service_area .service_back .service_content .case {
  background-color: #EEEEEE;
  padding: 20px 20px 20px 40px;
  margin-top: 20px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .service_area .service_back .service_content .case {
    padding: 10px;
  }
}
.sub_wrap .service_area .service_back .service_content .case .list {
  display: flex;
}
@media screen and (max-width: 935px) {
  .sub_wrap .service_area .service_back .service_content .case .list {
    display: block;
  }
}
.sub_wrap .service_area .service_back .service_content .case .list p {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.8em;
  padding-right: 20px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .service_area .service_back .service_content .case .list p {
    padding: 0;
  }
}
.sub_wrap .form_area {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .form_area {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .form_area {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
}
.sub_wrap .form_area .main_form {
  margin-top: 40px;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .form_area .main_form {
    margin-top: 10px;
  }
}
.sub_wrap .form_area .main_form .form_head .form-head1 {
  height: 66px;
}
.sub_wrap .form_area .main_form .form_head .form-head1 img {
  max-width: 1300px;
  width: 100%;
  height: 60px;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .form_area .main_form .form_head .form-head1 img {
    height: 46px;
  }
}
.sub_wrap .form_area .main_form .form_head .form_headsen {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-top: -54px;
  color: #ffffff;
  font-size: 20px;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .form_area .main_form .form_head .form_headsen {
    margin-top: -60px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .form_area .main_form .form_head .form_headsen {
    display: none;
  }
}
.sub_wrap .form_area .main_form .form_head .form_headsen p {
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 1350px) {
  .sub_wrap .form_area .main_form .form_head .form_headsen p {
    font-size: 22px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .form_area .main_form .form_head .form_headsen p {
    font-size: 16px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .form_area .main_form .form_head .form_headsen .form_headsen_p2 {
    padding-left: 10px;
  }
}
.sub_wrap .form_area .main_form .form_head .form_headsen_mo {
  display: none;
}
@media screen and (max-width: 935px) {
  .sub_wrap .form_area .main_form .form_head .form_headsen_mo {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-top: -54px;
  }
}
.sub_wrap .form_area .main_form .form_head .form_headsen_mo p {
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 935px) {
  .sub_wrap .form_area .main_form .form_head .form_headsen_mo p {
    font-size: 18px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .form_area .main_form .form_head .form_headsen_mo .form_headsen_p2 {
    padding-left: 10px;
  }
}
@media screen and (max-width: 935px) {
  .sub_wrap .form_area .main_form .form_head .form_headsen_mo .form_headsen_p3 {
    padding-left: 0px;
  }
}
.sub_wrap .form_area .main_form form {
  margin-top: 50px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .form_area .main_form form {
    margin-top: 20px;
  }
}
.sub_wrap .form_area .main_form form .form_input {
  background-color: #DFE4ED;
  padding: 50px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .form_area .main_form form .form_input {
    padding: 20px 10px;
  }
}
.sub_wrap .form_area .main_form form .form_input table {
  width: 100%;
}
.sub_wrap .form_area .main_form form .form_input table tr td {
  display: block;
}
.sub_wrap .form_area .main_form form .form_input table tr .trl {
  color: #002E7D;
  margin-bottom: 10px;
}
.sub_wrap .form_area .main_form form .form_input table tr .trl span {
  margin-left: 5px;
}
.sub_wrap .form_area .main_form form .form_input table tr .trl span img {
  width: 60px;
}
.sub_wrap .form_area .main_form form .form_input table tr .trr {
  margin-bottom: 20px;
  width: 100%;
}
.sub_wrap .form_area .main_form form .form_input table tr .trr input {
  line-height: 24px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid rgb(53, 52, 52);
  -webkit-appearance: none;
  outline: none;
  font-weight: normal;
  background-color: #fff !important;
}
.sub_wrap .form_area .main_form form .form_input table tr .trr .name {
  width: 100%;
  max-width: 300px;
}
.sub_wrap .form_area .main_form form .form_input table tr .trr .tel1 {
  width: 100%;
  max-width: 300px;
}
.sub_wrap .form_area .main_form form .form_input table tr .trr .mailad {
  width: 100%;
  max-width: 500px;
}
.sub_wrap .form_area .main_form form .form_input table tr .trr .title {
  width: 100%;
  max-width: 600px;
}
.sub_wrap .form_area .main_form form .form_input table tr .trr textarea {
  line-height: 24px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid rgb(53, 52, 52);
  -webkit-appearance: none;
  outline: none;
  font-weight: bold;
  width: 100%;
  max-width: 700px;
}
.sub_wrap .form_area .main_form form .form_bt {
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .form_area .main_form form .form_bt .bt_area_1 {
    margin-left: 20px;
  }
}
.sub_wrap .form_area .main_form form .form_bt .bt_area_1 input {
  background-image: url(../img/bt_back.png);
  width: 150px;
  height: 60px;
  background-size: contain;
  border: none;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 935px) {
  .sub_wrap .form_area .main_form form .form_bt .bt_area_1 input {
    width: 120px;
    height: 48px;
  }
}
.sub_wrap .form_area .main_form form .form_bt .bt_area_2 {
  margin-left: 50px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .form_area .main_form form .form_bt .bt_area_2 {
    margin-left: 20px;
  }
}
.sub_wrap .form_area .main_form form .form_bt .bt_area_2 input {
  background-image: url(../img/bt_check.png);
  width: 150px;
  height: 60px;
  background-size: contain;
  border: none;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 935px) {
  .sub_wrap .form_area .main_form form .form_bt .bt_area_2 input {
    width: 120px;
    height: 48px;
  }
}
.sub_wrap .form_area .main_form .check_page {
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .form_area .main_form .check_page {
    margin-top: 20px;
  }
}
.sub_wrap .form_area .main_form .check_page .form_input {
  background-color: #DFE4ED;
  padding: 50px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .form_area .main_form .check_page .form_input {
    padding: 20px 10px;
  }
}
.sub_wrap .form_area .main_form .check_page .form_input table {
  width: 100%;
}
.sub_wrap .form_area .main_form .check_page .form_input table tr td {
  display: block;
}
.sub_wrap .form_area .main_form .check_page .form_input table tr .trl {
  color: #002E7D;
  margin-bottom: 0px;
}
.sub_wrap .form_area .main_form .check_page .form_input table tr .trl span {
  margin-left: 10px;
}
.sub_wrap .form_area .main_form .check_page .form_input table tr .trl span img {
  width: 60px;
}
.sub_wrap .form_area .main_form .check_page .form_input table tr .trr {
  margin-bottom: 20px;
  width: 100%;
}
.sub_wrap .form_area .main_form .check_page .form_input table tr .trr input {
  line-height: 30px;
  font-size: 20px;
  border-radius: 4px;
  border: 1px solid rgb(53, 52, 52);
  -webkit-appearance: none;
  outline: none;
  font-weight: normal;
  background-color: #fff !important;
}
.sub_wrap .form_area .main_form .check_page .form_input table tr .trr p {
  margin-top: 0;
}
.sub_wrap .form_area .main_form .check_page .form_input table tr .trr .name {
  width: 100%;
  max-width: 300px;
}
.sub_wrap .form_area .main_form .check_page .form_input table tr .trr .tel1 {
  width: 100%;
  max-width: 300px;
}
.sub_wrap .form_area .main_form .check_page .form_input table tr .trr .mailad {
  width: 100%;
  max-width: 500px;
}
.sub_wrap .form_area .main_form .check_page .form_input table tr .trr .title {
  width: 100%;
  max-width: 600px;
}
.sub_wrap .form_area .main_form .check_page .form_input table tr .trr textarea {
  line-height: 30px;
  font-size: 20px;
  border-radius: 4px;
  border: 1px solid rgb(53, 52, 52);
  -webkit-appearance: none;
  outline: none;
  font-weight: bold;
  width: 100%;
  max-width: 700px;
}
.sub_wrap .form_area .main_form .check_page .form_bt {
  display: flex;
  margin-top: 30px;
}
.sub_wrap .form_area .main_form .check_page .form_bt form {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 935px) {
  .sub_wrap .form_area .main_form .check_page .form_bt form .bt_area_1 {
    margin-left: 20px;
  }
}
.sub_wrap .form_area .main_form .check_page .form_bt form .bt_area_1 input {
  background-image: url(../img/bt_back.png);
  width: 150px;
  height: 60px;
  background-size: contain;
  border: none;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 935px) {
  .sub_wrap .form_area .main_form .check_page .form_bt form .bt_area_1 input {
    width: 120px;
    height: 48px;
  }
}
.sub_wrap .form_area .main_form .check_page .form_bt form .bt_area_2 {
  margin-left: 50px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .form_area .main_form .check_page .form_bt form .bt_area_2 {
    margin-left: 20px;
  }
}
.sub_wrap .form_area .main_form .check_page .form_bt form .bt_area_2 input {
  background-image: url(../img/bt_send.png);
  width: 150px;
  height: 60px;
  background-size: contain;
  border: none;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 935px) {
  .sub_wrap .form_area .main_form .check_page .form_bt form .bt_area_2 input {
    width: 120px;
    height: 48px;
  }
}
.sub_wrap .form_area .main_form .form_thanks {
  background-color: #DFE4ED;
  padding: 20px 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 935px) {
  .sub_wrap .form_area .main_form .form_thanks {
    padding: 10px;
    margin-top: 20px;
  }
}
.sub_wrap .form_area .main_form .form_thanks p {
  padding-left: 6px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.sub_wrap .form_area .main_form .form_thanks a {
  font-size: 16px;
}
.sub_wrap .form_area .main_form .form_thanks a img {
  width: 14px;
  margin: 0 4px 2px 10px;
}

#btn_up {
  background-color: rgba(0, 46, 125, 0.8);
  position: fixed;
  bottom: 50px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 14;
  transition: all 0.3s;
}
#btn_up a {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  display: block;
  color: #FFFFFF;
  padding: 0 0;
}

footer {
  background-color: #F7F8FA;
}
footer .footer_area {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 935px) {
  footer .footer_area {
    margin-bottom: 0px;
  }
}
footer .footer_area .footer_logo {
  margin-top: 10px;
}
footer .footer_area .footer_logo a img {
  width: 130px;
}
@media screen and (max-width: 935px) {
  footer .footer_area .footer_logo a img {
    width: 120px;
  }
}
footer .footer_area .footer_logo a p {
  padding: 0;
  font-size: 12px;
  margin-top: -5px;
  margin-left: 10px;
}
footer .footer_area .footer_flex {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 935px) {
  footer .footer_area .footer_flex {
    display: block;
    padding: 10px;
  }
}
footer .footer_area .footer_flex .footer_nav {
  text-align: left;
}
footer .footer_area .footer_flex .footer_nav .footer_link {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 935px) {
  footer .footer_area .footer_flex .footer_nav .footer_link {
    display: block;
    text-align: left;
  }
}
@media screen and (max-width: 935px) {
  footer .footer_area .footer_flex .footer_nav .footer_link ul {
    padding: 0;
    margin: 0;
  }
}
footer .footer_area .footer_flex .footer_nav .footer_link ul li a {
  font-size: 18px;
}
@media screen and (max-width: 935px) {
  footer .footer_area .footer_flex .footer_nav .footer_link ul li a {
    font-size: 16px;
  }
}
footer .footer_area .footer_flex .footer_nav .footer_link ul li a img {
  width: 16px;
}
footer .footer_area .footer_flex .footer_nav .footer_link ul li a .ie {
  margin-bottom: 6px;
  width: 16px;
}
footer .footer_area .footer_flex .footer_nav .jp_page {
  font-size: 18px;
  margin-left: 6px;
  padding-left: 36px;
}
@media screen and (max-width: 935px) {
  footer .footer_area .footer_flex .footer_nav .jp_page {
    font-size: 16px;
    padding: 0;
    margin: 0;
    display: block;
  }
}
footer .footer_area .footer_flex .footer_info {
  margin-top: 20px;
}
@media screen and (max-width: 935px) {
  footer .footer_area .footer_flex .footer_info {
    margin-top: 10px;
    margin-left: 0px;
  }
}
footer .footer_area .footer_flex .footer_info p {
  font-size: 16px;
}
footer .footer_area .footer_flex .footer_info p span {
  display: inline-block;
}
@media screen and (max-width: 935px) {
  footer .footer_area .footer_flex .footer_info p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 6px;
  }
}
footer .copy {
  font-size: 12px;
  text-align: center;
  color: #fff;
  background-color: #002E7D;
}
/*# sourceMappingURL=style.css.map */