@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

@font-face {
  font-family: YuGothicM;
  src: local(Yu Gothic Medium), local(Yu Gothic);
  font-weight: 500;
}
html {
  font-size: 55.5%;
  width: 100%;
  height: initial;
  scroll-padding-top: 110px;
}
@media (min-width: 641px) {
  html {
    font-size: 62.5%;
    scroll-padding-top: 58px;
  }
}

body {
  width: 100%;
  min-width: 100%;
  margin: 0;
  padding: 0;
  background: #efefef;
  color: #232323;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8;
  overflow-x: hidden;
  font-feature-settings: "palt";
  letter-spacing: 1px;
}
@media (max-width: 640px) {
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 1.6rem;
  }
}

@media (max-width: 640px) {
  .pc {
    display: none;
  }
}

@media (min-width: 641px) {
  .sp {
    display: none;
  }
}

img {
  height: auto;
  vertical-align: bottom;
}
@media (max-width: 640px) {
  img {
    width: 100%;
    max-width: 100%;
  }
}

.en {
  font-family: "Montserrat", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

html {
  background: #fff;
}

#contents_wrapper {
  padding: 49px 0 0;
}
@media (min-width: 641px) {
  #contents_wrapper {
    padding: 110px 0 0;
  }
}

main a {
  transition: 0.3s;
}
main a:hover {
  opacity: 0.6;
}
main b {
  font-weight: bold;
}

/*article {
	margin: 40px 0 0;
	@media (min-width: 641px) {
		margin: 80px 0 0;
	}
}*/
header {
  zoom: 1;
  font-feature-settings: "palt";
  height: 110px;
  width: 100%;
  top: 0;
  border-bottom: 1px solid #eee;
  position: fixed;
  background-color: rgba(255, 255, 255, 0);
  z-index: 2;
  border: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header:after {
  clear: both;
  content: "";
  display: block;
}
header.fade {
  background-color: rgb(255, 255, 255);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 640px) {
  header {
    height: auto;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  header {
    height: auto;
  }
}

.pc-header {
  color: #232323;
  position: relative;
  min-width: 1200px;
  height: 110px;
  margin: 0 auto;
}
.pc-header .pc-logo {
  position: relative;
}
.pc-header .pc-logo img.logo_w {
  transition: opacity 0.2s ease 0.2s;
  position: absolute;
  margin: 25px 25px 25px 60px;
}
.pc-header .pc-logo img.logo_b {
  transition: opacity 0.2s ease 0.2s;
  position: absolute;
  margin: 25px 25px 25px 60px;
}
.pc-header .pc-logo .logo_fade {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
}
.pc-header .pc-sitename {
  border: 2px solid #232323;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 25px;
  left: 290px;
  width: 150px;
  height: 40px;
  line-height: 36px;
  font-size: 14px;
}
.pc-header .nav-pc-header {
  position: absolute;
  top: 40px;
  right: 30px;
  left: 0;
  text-align: right;
}
.pc-header .nav-pc-header li {
  display: inline-block;
  letter-spacing: 1px;
}
.pc-header .nav-pc-header li a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  color: #004957;
}
.pc-header .nav-pc-header li.h_link > a {
  cursor: pointer;
}
.pc-header .nav-pc-header li.h_link > a {
  margin-right: 50px;
}
.pc-header .nav-pc-header li.h_link > a:hover {
  opacity: 0.6;
}
.pc-header .nav-pc-header li span {
  width: 80px;
  text-align: right;
  display: inline-block;
}
.pc-header .nav-pc-header .nav-head > a {
  margin: 0;
  padding: 30px 0;
  height: auto;
}
.pc-header .nav-pc-header .nav-head > a:hover span {
  border-bottom: 3px solid #232323;
  display: block;
}
.pc-header .nav-pc-header .nav-head:nth-of-type(1) .subnav > ul {
  width: 1200px;
}
.pc-header .nav-pc-header .nav-head:nth-of-type(2) .subnav > ul {
  width: 1290px;
}
.pc-header .nav-pc-header .nav-head:nth-of-type(3) .subnav > ul {
  width: 970px;
}
.pc-header .nav-pc-header .nav-head:nth-of-type(4) .subnav > ul {
  width: 840px;
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  .pc-header {
    display: none;
  }
}

.common-footer {
  padding: 100px 0 0;
}
@media (max-width: 640px) {
  .common-footer {
    padding: 60px 0 0;
  }
}
.common-footer .pagetop_wrapper {
  width: 1280px;
  margin: 0 auto 70px;
}
@media (max-width: 640px) {
  .common-footer .pagetop_wrapper {
    width: 100%;
    margin: 0;
  }
}
.common-footer .pagetop_wrapper a {
  background: #eeeeee;
  font-weight: 700;
  width: 100%;
  padding: 20px 0;
  margin: 50px 0 0;
  line-height: 1;
  text-align: center;
  display: inline-block;
  position: relative;
  letter-spacing: 1px;
}
.common-footer .pagetop_wrapper a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(0, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid #222;
  border-left: 1px solid #222;
}
@media (max-width: 640px) {
  .common-footer .pagetop_wrapper a:before {
    left: 37%;
    margin: 0 auto 30px;
  }
}
.common-footer a {
  color: #232323;
  text-decoration: none;
  transition: 0.3s;
}
.common-footer a:hover {
  opacity: 0.6;
}
.common-footer .nav-1 {
  zoom: 1;
  margin: 0 30px;
}
.common-footer .nav-1:after {
  clear: both;
  content: "";
  display: block;
}
@media (min-width: 641px) {
  .common-footer .nav-1 {
    width: 1280px;
    margin: 0 auto;
  }
}
@media (min-width: 641px) {
  .common-footer .nav-site {
    float: left;
    width: 380px;
  }
}
.common-footer .nav-site .nav-logo {
  font-size: 12px;
  width: auto;
  margin: 0 auto 30px;
}
@media (max-width: 640px) {
  .common-footer .nav-site .nav-logo {
    width: auto;
    margin: 30px auto;
  }
}
.common-footer .nav-site .nav-logo img {
  width: 244px;
}
.common-footer .nav-site .nav-logo a {
  line-height: 3;
}
.common-footer .nav-site .f_address dl {
  margin: 0 0 30px;
}
.common-footer .nav-site .f_address dt {
  font-weight: bold;
  line-height: 2;
  margin: 0 0 10px;
  position: relative;
}
.common-footer .nav-site .f_address dt a {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #232323;
  color: #fff;
  width: 96px;
  padding: 2px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
}
.common-footer .nav-site .f_address dt a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translate(0, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (max-width: 640px) {
  .common-footer .nav-site .nav-entry {
    display: none;
  }
}
@media (min-width: 641px) {
  .common-footer .nav-site .nav-entry {
    border-top: 2px solid #232323;
    text-align: center;
    margin: 40px 0 0;
    padding: 40px 0 0;
  }
  .common-footer .nav-site .nav-entry a {
    display: block;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    width: 190px;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 1.3rem;
    line-height: 14px;
  }
}
.common-footer .nav-menu {
  display: none;
}
@media (min-width: 641px) {
  .common-footer .nav-menu {
    float: right;
    display: inline-block;
    line-height: 2.5;
    display: flex;
    border-left: 1px solid #d8d8d8;
  }
  .common-footer .nav-menu ul {
    border-right: 1px solid #d8d8d8;
    padding: 90px 40px;
  }
  .common-footer .nav-menu .nav_ttl {
    letter-spacing: 1px;
    font-size: 1.8rem;
    margin: 0 0 20px;
    font-weight: 700;
  }
  .common-footer .nav-menu a {
    margin: 0 0 20px;
  }
}
.common-footer .nav-2 {
  text-align: center;
}
.common-footer .nav-2 .copyright {
  margin: 80px 0 0;
  padding: 20px 0;
  background: #666;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
@media (max-width: 640px) {
  .common-footer .nav-2 .copyright {
    margin: 40px 0 0;
  }
}

aside#content06 {
  text-align: center;
  margin: 100px 0 0;
}

#content05 + #content06 {
  margin-top: 0;
}

@media screen and (max-width: 959px) {
  .smp-header {
    color: #232323;
    position: relative;
    height: 58px;
  }
  .smp-header a {
    color: #232323;
  }
  .smp-header .smp-logo {
    position: relative;
    left: 10px;
    top: 10px;
  }
  .smp-header .smp-logo .logo_fade {
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    visibility: hidden;
  }
  .smp-header .smp-logo .logo_w {
    width: 85px;
    transition: opacity 0.2s ease 0.2s;
  }
  .smp-header .smp-logo .logo_b {
    width: 40px;
    position: absolute;
    left: 10px;
    transition: opacity 0.2s ease 0.2s;
  }
  .smp-header .nav-open {
    background: #232323 url(../images/ico_open.png) center center no-repeat;
    background-size: 16px;
    position: absolute;
    top: 11px;
    right: 11px;
    width: 35px;
    height: 35px;
  }
  .smp-header.sp {
    display: block;
  }
  .nav-smp-header {
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 0 3%;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
  }
  .nav-smp-header.active {
    opacity: 1;
    visibility: visible;
  }
  .nav-smp-header::after {
    content: "";
    display: block;
    background-color: rgba(35, 35, 35, 0.9);
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    overflow: hidden;
  }
  .nav-smp-header a {
    text-decoration: none;
  }
  .nav-smp-header .nav-close {
    text-align: right;
    margin: 10px 0 0;
    position: absolute;
    top: 0;
    right: 11px;
    z-index: 100;
  }
  .nav-smp-header .nav-close span {
    background: url(../images/ico_close.png) center center no-repeat;
    background-size: 12px;
    display: inline-block;
    width: 35px;
    height: 35px;
  }
  .nav-smp-header .nav-smp-contents {
    zoom: 1;
    padding: 50px 0 0;
  }
  .nav-smp-header .nav-smp-contents:after {
    clear: both;
    content: "";
    display: block;
  }
  .nav-smp-header .nav-smp-contents li {
    margin: 20px auto;
  }
  .nav-smp-header .nav-smp-contents li a {
    color: #fff;
    font-size: 2.4rem;
  }
  .nav-smp-header .nav-smp-contents ul {
    width: 40%;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 959px) and (min-width: 640px) and (max-width: 959px) {
  .nav-smp-header.sp {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .nav-smp-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
  }
  .nav-smp-footer .nav-career ul {
    display: table;
    width: 100%;
  }
  .nav-smp-footer .nav-career li {
    border-left: 1px solid #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 20%;
    height: 70px;
  }
  .nav-smp-footer .nav-career li a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    height: 70px;
    padding: 48px 0 0;
    font-size: 11px;
    line-height: 1;
  }
  .nav-smp-footer .nav-career li:first-of-type {
    border-left: none;
  }
  .nav-smp-footer .nav-career li:first-of-type a {
    background: #232323 url(/recruit/midcareers/images/common/ico_company.png) center 10px no-repeat;
    background-size: 24px;
  }
  .nav-smp-footer .nav-career li:nth-of-type(2) a {
    background: #232323 url(/recruit/midcareers/images/common/ico_style.png) center 12px no-repeat;
    background-size: 30px;
  }
  .nav-smp-footer .nav-career li:nth-of-type(3) a {
    background: #232323 url(/recruit/midcareers/images/common/ico_career.png) center 10px no-repeat;
    background-size: 20px;
  }
  .nav-smp-footer .nav-career li:nth-of-type(4) a {
    background: #232323 url(/recruit/midcareers/images/common/ico_employ.png) center 10px no-repeat;
    background-size: 26px;
  }
  .nav-smp-footer .nav-career li.nav-entry a {
    background: #232323 url(/recruit/midcareers/images/common/ico_entry.png) center 10px no-repeat;
    background-size: 26px;
  }
}
#container {
  /* #vision 
  --------------------------------------------------------*/
  /* #service
  --------------------------------------------------------*/
  /* #recruit
  --------------------------------------------------------*/
  /* #about us
  --------------------------------------------------------*/
  /* #contact
  --------------------------------------------------------*/
  /* #news
  --------------------------------------------------------*/
  /* footer
  --------------------------------------------------------*/
}
#container .phead {
  background: url(../images/main@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 1;
  height: 582px;
  width: 80%;
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container .phead {
    background: url(../images/main@2x.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: initial;
    top: initial;
    right: initial;
    z-index: 1;
    height: 582px;
    width: 100%;
    margin: -110px 0 0;
  }
}
@media (max-width: 640px) {
  #container .phead {
    background: url(../images/main@2x.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: initial;
    top: initial;
    right: initial;
    z-index: 1;
    height: 582px;
    width: 100%;
    margin: -48px 0 0;
  }
}
#container .phead_shadow {
  top: 140px;
  right: 40px;
  z-index: 0;
  height: 582px;
  width: 80%;
  position: absolute;
  border: 5px solid #007189;
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container .phead_shadow {
    display: none;
  }
}
#container h1 {
  font-size: 4.4rem;
  font-weight: bold;
  text-shadow: 0px 0px 6px #3c3c3c;
  letter-spacing: 2px;
  line-height: 0.8;
  vertical-align: middle;
  margin: 0 auto;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
#container h1 span {
  font-weight: normal;
  font-size: 1.4rem;
  display: block;
  margin: 23px auto 0;
}
@media (max-width: 640px) {
  #container h1 {
    font-size: 4rem;
    font-weight: bold;
    text-shadow: 0px 0px 6px #3c3c3c;
    letter-spacing: 2px;
    line-height: 0.5;
    height: auto;
  }
}
#container .ttl_wrap {
  position: absolute;
  bottom: 50px;
  left: -180px;
}
#container .ttl_wrap .lead_top, #container .ttl_wrap .lead_btm {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 2px;
  font-feature-settings: "palt";
  color: #fff;
  line-height: 1.3;
  padding: 0 10px;
  display: table;
  margin: 0;
  background: #007189;
  margin: 10px 0;
}
@media (max-width: 640px) {
  #container .ttl_wrap .lead_top, #container .ttl_wrap .lead_btm {
    font-size: 2.8rem;
    padding: 0;
    line-height: 1.6;
    text-align: center;
    color: #007189;
    font-weight: 700;
    background: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container .ttl_wrap .lead_top, #container .ttl_wrap .lead_btm {
    font-size: 2.8rem;
    padding: 0;
    line-height: 1.6;
    text-align: center;
    color: #007189;
    font-weight: 700;
    background: none;
    display: inline-block;
  }
}
#container .ttl_wrap .lead_en {
  font-family: "Montserrat", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 2px;
  font-feature-settings: "palt";
  text-shadow: 3px 2px 0px #ffffff;
  line-height: 1.5;
  margin: 10px 0 0;
}
@media (max-width: 640px) {
  #container .ttl_wrap .lead_en {
    font-size: 2rem;
    line-height: 1.5;
    margin: 15px 0 0;
    text-align: center;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container .ttl_wrap .lead_en {
    font-size: 2rem;
    line-height: 1.5;
    margin: 15px 0 0;
    text-align: center;
  }
}
@media (max-width: 640px) {
  #container .ttl_wrap {
    position: initial;
    bottom: initial;
    left: initial;
    width: 90%;
    margin: 0 auto;
    padding: 160px 0 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container .ttl_wrap {
    position: initial;
    bottom: initial;
    left: initial;
    width: 90%;
    margin: 0 auto;
    padding: 160px 0 0;
  }
}
#container .ttl_wrap:after {
  content: none;
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container .ttl_wrap.pc {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container .ttl_wrap.sp {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
}
#container main {
  margin: 700px 0 0;
  display: block;
}
@media (max-width: 640px) {
  #container main {
    margin: 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container main {
    margin: 0;
  }
}
#container h2 {
  font-family: "Montserrat", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1;
}
#container #vision {
  padding: 100px 0;
  background: #fff;
  text-align: center;
  position: relative;
  width: 100%;
}
#container #vision:before {
  content: "";
  position: absolute;
  left: -20%;
  bottom: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  background: url(../images/vision_left.png);
  background-repeat: no-repeat;
}
#container #vision:after {
  content: "";
  position: absolute;
  right: -70%;
  bottom: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  background: url(../images/vision_right.png);
  background-repeat: no-repeat;
}
@media (max-width: 640px) {
  #container #vision {
    padding: 80px 0;
  }
  #container #vision:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    background: url(../images/vision_left.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: top;
  }
  #container #vision:after {
    content: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #vision {
    padding: 80px 0;
  }
  #container #vision:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    background: url(../images/vision_left.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: top;
  }
  #container #vision:after {
    content: none;
  }
}
#container #vision .sec {
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  #container #vision .sec {
    width: 90%;
    margin: 0 auto;
  }
}
#container #vision h2 {
  color: #004957;
}
#container #vision h3 {
  font-size: 3rem;
  font-weight: 700;
  font-feature-settings: "palt";
  color: #007189;
  letter-spacing: 2px;
  margin: 80px 0 50px;
  line-height: 1;
}
#container #vision h3 span {
  font-family: "Montserrat", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #232323;
  line-height: 1;
  margin: 20px 0 0;
  display: inline-block;
}
@media (max-width: 640px) {
  #container #vision h3 span {
    line-height: 1.5;
  }
}
@media (max-width: 640px) {
  #container #vision h3 {
    font-size: 2.8rem;
    margin: 50px 0 50px;
    line-height: 1.6;
  }
}
#container #vision p {
  font-size: 1.5rem;
  line-height: 2.5;
}
@media (max-width: 640px) {
  #container #vision p {
    font-size: 1.6rem;
    line-height: 2.3;
  }
}
#container #service {
  position: relative;
  width: 100%;
  padding: 100px 0;
  background: #fff;
  border-top: 5px solid #007189;
}
@media (max-width: 640px) {
  #container #service {
    padding: 80px 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #service {
    padding: 80px 0;
  }
}
#container #service .s_menu h2 {
  color: #004957;
  text-align: center;
}
@media (max-width: 640px) {
  #container #service .s_menu h2 {
    margin: 0 0 50px;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #service .s_menu h2 {
    margin: 0 0 50px;
  }
}
#container #service .s_menu ul {
  display: flex;
  justify-content: space-between;
  width: 1080px;
  margin: 60px auto 0;
}
@media (max-width: 640px) {
  #container #service .s_menu ul {
    display: initial;
    width: 100%;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #service .s_menu ul {
    display: initial;
    width: 100%;
  }
}
#container #service .s_menu ul li {
  width: 340px;
  height: 340px;
  color: #232323;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  #container #service .s_menu ul li {
    width: 100%;
    height: auto;
    padding: 0 0 50px;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #service .s_menu ul li {
    width: 100%;
    height: auto;
    padding: 0 0 50px;
  }
}
#container #service .s_menu ul li .link_arrow {
  position: absolute;
  bottom: 10px;
  left: 43%;
  z-index: 2;
}
#container #service .s_menu ul li .link_arrow:after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 20px;
  top: -4px;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#container #service .s_menu ul li .link_arrow:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  background: #004957;
}
@media (max-width: 640px) {
  #container #service .s_menu ul li .link_arrow {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #service .s_menu ul li .link_arrow {
    display: none;
  }
}
#container #service .s_menu ul li a {
  color: #232323;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
@media (min-width: 641px) {
  #container #service .s_menu ul li a:hover {
    color: #fff;
    opacity: 1;
    transition: 0.3s;
  }
  #container #service .s_menu ul li a:hover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
    transition: 0.3s;
  }
  #container #service .s_menu ul li a:hover p:after {
    background-color: #fff;
    transition: 0.3s;
  }
}
#container #service .s_menu ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: -1;
  transition: 0.3s;
}
#container #service .s_menu ul li a span {
  font-family: "Montserrat", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  display: inline-block;
  margin: 50px 0 20px;
}
@media (max-width: 640px) {
  #container #service .s_menu ul li a span {
    margin: 55px 0 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #service .s_menu ul li a span {
    margin: 35px 0 10px;
  }
}
#container #service .s_menu ul li a h3 {
  font-size: 1.8rem;
  font-weight: 700;
  height: 55px;
  position: relative;
}
@media (max-width: 640px) {
  #container #service .s_menu ul li a h3 {
    height: auto;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #service .s_menu ul li a h3 {
    height: auto;
  }
}
#container #service .s_menu ul li a p {
  font-family: "Montserrat", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 25px 0 0;
  padding: 25px 0 0;
  position: relative;
}
#container #service .s_menu ul li a p:after {
  content: "";
  position: absolute;
  top: 0;
  left: 43%;
  width: 46px;
  height: 3px;
  background-color: #232323;
  transition: 0.3s;
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #service .s_menu ul li a p:after {
    left: 46%;
  }
}
@media (max-width: 640px) {
  #container #service .s_menu ul li a p {
    margin: 15px 0 0;
    padding: 15px 0 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #service .s_menu ul li a p {
    margin: 15px 0 0;
    padding: 15px 0 0;
  }
}
#container #service .s_menu ul li.business_ptd {
  background: url(../images/service01_bg@2x.jpg) no-repeat center;
  background-size: cover;
}
#container #service .s_menu ul li.business_mc {
  background: url(../images/service02_bg@2x.jpg) no-repeat center;
  background-size: cover;
}
#container #service .s_menu ul li.business_ia {
  background: url(../images/service03_bg@2x.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 640px) {
  #container #service .s_menu ul li {
    width: 80%;
    margin: 0 auto 20px;
    height: 280px;
    padding: 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #service .s_menu ul li {
    width: 80%;
    margin: 0 auto 20px;
    height: 280px;
    padding: 0;
  }
}
#container #service #ptd {
  margin: 130px auto 0;
  padding: 80px 0 0;
  background: #ecf5f7;
  position: relative;
  font-size: 1.4rem;
}
@media (max-width: 640px) {
  #container #service #ptd {
    margin: 80px auto 0;
    font-size: 1.6rem;
  }
}
#container #service #ptd:before {
  content: "01";
  font-family: "Montserrat", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  color: #004957;
  text-align: center;
  line-height: 1;
  width: 100%;
  display: block;
  margin: -110px 0 0;
}
@media (max-width: 640px) {
  #container #service #ptd:before {
    font-size: 5rem;
    margin: -100px 0 0;
  }
}
#container #service #ptd h2 {
  font-size: 2.4rem;
  font-weight: 700;
  font-feature-settings: "palt";
  color: #232323;
  letter-spacing: 3px;
  margin: 40px 0 0;
  line-height: 1.5;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  #container #service #ptd h2 {
    font-size: 2.2rem;
    margin: 40px auto 0;
    width: 90%;
  }
}
#container #service #ptd h2 span {
  font-family: "Montserrat", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 1px;
}
#container #service #ptd ul {
  display: flex;
  justify-content: space-between;
  width: 1080px;
  margin: 60px auto;
  text-align: left;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  #container #service #ptd ul {
    flex-direction: row-reverse;
    display: block;
    width: 90%;
    margin: 50px auto;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #service #ptd ul {
    flex-direction: row-reverse;
    display: block;
    width: 90%;
    margin: 50px auto 20px;
  }
}
#container #service #ptd ul li h3 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #007189;
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #service #ptd ul li h3 {
    text-align: center;
  }
}
#container #service #ptd ul li div {
  margin: 30px 0 0;
  line-height: 2.5;
}
@media (max-width: 640px) {
  #container #service #ptd ul li div {
    line-height: 2;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #service #ptd ul li div {
    text-align: center;
  }
}
@media (max-width: 640px) {
  #container #service #ptd ul li:nth-child(2) {
    margin: 40px 0 0;
    text-align: center;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #service #ptd ul li:nth-child(2) {
    margin: 0;
    text-align: center;
  }
}
#container #service #ptd ul img {
  width: 515px;
}
@media (max-width: 640px) {
  #container #service #ptd ul img {
    width: 90%;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #service #ptd ul img {
    width: 90%;
  }
}
#container #service #ptd .service01_cap {
  background: url(../images/service01_cap.jpg) no-repeat center bottom;
  height: 300px;
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
}
@media (max-width: 640px) {
  #container #service #ptd .service01_cap {
    height: 200px;
    background-attachment: initial;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #service #ptd .service01_cap {
    height: 300px;
    background-attachment: initial;
  }
}
#container #service #mc {
  margin: 130px auto 0;
  padding: 80px 0 0;
  background: #ecf5f7;
  position: relative;
  font-size: 1.4rem;
}
@media (max-width: 640px) {
  #container #service #mc {
    margin: 80px auto 0;
    font-size: 1.6rem;
  }
}
#container #service #mc:before {
  content: "02";
  font-family: "Montserrat", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  color: #004957;
  text-align: center;
  line-height: 1;
  width: 100%;
  display: block;
  margin: -110px 0 0;
}
@media (max-width: 640px) {
  #container #service #mc:before {
    font-size: 5rem;
    margin: -100px 0 0;
  }
}
#container #service #mc h2 {
  font-size: 2.4rem;
  font-weight: 700;
  font-feature-settings: "palt";
  color: #232323;
  letter-spacing: 3px;
  margin: 40px 0 0;
  line-height: 1.5;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  #container #service #mc h2 {
    font-size: 2.2rem;
    margin: 40px auto 0;
    width: 90%;
  }
}
#container #service #mc h2 span {
  font-family: "Montserrat", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 1px;
}
#container #service #mc ul {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 1080px;
  margin: 60px auto;
  text-align: left;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  #container #service #mc ul {
    flex-direction: row;
    display: block;
    width: 90%;
    margin: 50px auto;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #service #mc ul {
    flex-direction: row;
    display: block;
    width: 90%;
    margin: 50px auto;
  }
}
#container #service #mc ul li h3 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #007189;
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #service #mc ul li h3 {
    text-align: center;
  }
}
#container #service #mc ul li div {
  margin: 30px 0 0;
  line-height: 2.5;
}
@media (max-width: 640px) {
  #container #service #mc ul li div {
    line-height: 2;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #service #mc ul li div {
    text-align: center;
  }
}
@media (max-width: 640px) {
  #container #service #mc ul li:nth-child(2) {
    margin: 40px 0 0;
    text-align: center;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #service #mc ul li:nth-child(2) {
    margin: 40px 0 0;
    text-align: center;
  }
}
#container #service #mc ul img {
  width: 367px;
}
@media (max-width: 640px) {
  #container #service #mc ul img {
    width: 85%;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #service #mc ul img {
    width: 367px;
  }
}
#container #service #mc ul .txt {
  padding: 0 0 0 120px;
}
@media (max-width: 640px) {
  #container #service #mc ul .txt {
    padding: 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #service #mc ul .txt {
    padding: 0;
  }
}
#container #service #mc .service02_cap {
  background: url(../images/service02_cap.jpg) no-repeat center bottom;
  height: 300px;
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
}
@media (max-width: 640px) {
  #container #service #mc .service02_cap {
    height: 200px;
    background-attachment: initial;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #service #mc .service02_cap {
    height: 300px;
    background-attachment: initial;
  }
}
#container #service #ia {
  margin: 130px auto 0;
  padding: 80px 0 0;
  background: #ecf5f7;
  position: relative;
  font-size: 1.4rem;
}
@media (max-width: 640px) {
  #container #service #ia {
    margin: 80px auto 0;
    font-size: 1.6rem;
  }
}
#container #service #ia:before {
  content: "03";
  font-family: "Montserrat", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  color: #004957;
  text-align: center;
  line-height: 1;
  width: 100%;
  display: block;
  margin: -110px 0 0;
}
@media (max-width: 640px) {
  #container #service #ia:before {
    font-size: 5rem;
    margin: -100px 0 0;
  }
}
#container #service #ia h2 {
  font-size: 2.4rem;
  font-weight: 700;
  font-feature-settings: "palt";
  color: #232323;
  letter-spacing: 3px;
  margin: 40px 0 0;
  line-height: 1.5;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  #container #service #ia h2 {
    font-size: 2.2rem;
    margin: 40px auto 0;
    width: 90%;
  }
}
#container #service #ia h2 span {
  font-family: "Montserrat", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 1px;
}
#container #service #ia ul {
  display: flex;
  justify-content: space-between;
  width: 1080px;
  margin: 60px auto;
  text-align: left;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  #container #service #ia ul {
    flex-direction: row-reverse;
    display: block;
    width: 90%;
    margin: 50px auto;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #service #ia ul {
    flex-direction: row-reverse;
    display: block;
    width: 90%;
    margin: 50px auto;
  }
}
#container #service #ia ul li h3 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #007189;
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #service #ia ul li h3 {
    text-align: center;
  }
}
#container #service #ia ul li div {
  margin: 30px 0 0;
  line-height: 2.5;
}
@media (max-width: 640px) {
  #container #service #ia ul li div {
    line-height: 2;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #service #ia ul li div {
    text-align: center;
  }
}
@media (max-width: 640px) {
  #container #service #ia ul li:nth-child(2) {
    margin: 40px 0 0;
    text-align: center;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #service #ia ul li:nth-child(2) {
    margin: 40px 0 0;
    text-align: center;
  }
}
#container #service #ia ul img {
  width: 300px;
}
@media (max-width: 640px) {
  #container #service #ia ul img {
    width: 75%;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #service #ia ul img {
    width: 300px;
  }
}
#container #service #ia .service03_cap {
  background: url(../images/service03_cap.jpg) no-repeat center bottom;
  height: 300px;
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
}
@media (max-width: 640px) {
  #container #service #ia .service03_cap {
    height: 200px;
    background-attachment: initial;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #service #ia .service03_cap {
    height: 300px;
    background-attachment: initial;
  }
}
#container #recruit {
  color: #fff;
  background: #007189;
  position: relative;
  height: 540px;
}
@media (max-width: 640px) {
  #container #recruit {
    height: auto;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #recruit {
    height: auto;
  }
}
#container #recruit .sec {
  background: url(../images/recruit_img.jpg);
  background-size: 70%;
  background-repeat: no-repeat;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 1;
  height: 385px;
  width: 75%;
}
@media (max-width: 640px) {
  #container #recruit .sec {
    background-size: 100%;
    background-position: bottom;
    position: initial;
    top: initial;
    left: initial;
    height: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #recruit .sec {
    background-size: 100%;
    background-position: bottom;
    position: initial;
    top: initial;
    left: initial;
    height: 100%;
    width: 100%;
  }
}
#container #recruit section {
  margin: 2% 0 0 78%;
  width: 100%;
}
@media (max-width: 640px) {
  #container #recruit section {
    margin: 0 auto;
    width: 90%;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #recruit section {
    margin: 0 auto;
    width: 90%;
  }
}
#container #recruit section p {
  font-size: 1.4rem;
  line-height: 2.5;
  margin: 30px 0 0;
}
@media (max-width: 640px) {
  #container #recruit section p {
    font-size: 1.6rem;
    line-height: 2;
    height: 100%;
    padding: 0 0 75%;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #recruit section p {
    line-height: 2;
    height: 100%;
    padding: 0 0 75%;
    text-align: center;
  }
}
@media (max-width: 640px) {
  #container #recruit h2 {
    padding: 80px 0 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #recruit h2 {
    padding: 80px 0 0;
    text-align: center;
  }
}
#container #recruit .sec_shadow {
  z-index: 0;
  height: 385px;
  width: 75%;
  position: absolute;
  border: 5px solid #fff;
  top: 100px;
  left: 0;
  margin: 0 0 0 -20%;
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #recruit .sec_shadow {
    display: none;
    position: initial;
  }
}
#container #about {
  padding: 100px 0;
}
@media (max-width: 640px) {
  #container #about {
    padding: 80px 0;
  }
}
#container #about h2 {
  color: #004957;
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #about h2 {
    text-align: center;
    margin: 0 0 30px;
  }
}
#container #about ul {
  display: flex;
  justify-content: space-between;
  width: 1080px;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 640px) {
  #container #about ul {
    display: block;
    width: 90%;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #about ul {
    display: block;
    width: 90%;
  }
}
#container #about ul li {
  width: 50%;
}
@media (max-width: 640px) {
  #container #about ul li {
    width: 100%;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #about ul li {
    width: 100%;
  }
}
@media (max-width: 640px) {
  #container #about ul iframe {
    width: 100%;
    margin: 60px 0 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #about ul iframe {
    width: 100%;
    margin: 60px 0 0;
  }
}
#container #about ul dl {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #about ul dl {
    width: 80%;
    margin: 0 auto;
  }
}
#container #about ul dl dt {
  width: 30%;
  font-weight: 700;
  color: #004957;
  margin: 30px 0 0;
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #about ul dl dt {
    width: 30%;
  }
}
#container #about ul dl dd {
  width: 70%;
  margin: 30px 0 0;
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #about ul dl dd {
    width: 70%;
  }
}
#container #about ul dl dd a {
  text-align: left;
}
#container #about a {
  color: #007189;
  text-decoration: underline;
  transition: 0.3s;
  text-align: right;
  display: inline-block;
  width: 100%;
}
#container #about a:hover {
  text-decoration: none;
  transition: 0.3s;
}
#container #contact {
  background: #fff;
  padding: 100px 0;
}
@media (max-width: 640px) {
  #container #contact {
    padding: 80px 0;
  }
}
#container #contact h2 {
  color: #004957;
  text-align: center;
  margin: 0 0 20px;
}
@media (max-width: 640px) {
  #container #contact h2 {
    margin: 0 0 50px;
  }
}
#container #contact #contact_tbl {
  margin: 0;
  table-layout: fixed;
}
#container #contact #contact_tbl th {
  text-align: left;
  padding: 10px 0;
}
#container #contact #contact_tbl td {
  padding: 10px 0;
}
@media (min-width: 641px) {
  #container #contact #contact_tbl {
    width: 65%;
    margin: 0 auto;
  }
  #container #contact #contact_tbl th {
    width: 320px;
    padding: 30px 0 30px 50px;
  }
  #container #contact #contact_tbl td {
    padding: 30px 0;
  }
  #container #contact #contact_tbl .clientlist {
    display: flex;
  }
  #container #contact #contact_tbl .clientlist ul {
    margin: 0 40px 0 0;
  }
}
@media (max-width: 640px) {
  #container #contact #contact_tbl th {
    width: 100%;
    display: block;
    font-weight: bold;
    padding: 20px 0 0;
  }
  #container #contact #contact_tbl td {
    width: 100%;
    display: block;
    padding: 5px 0 20px;
  }
  #container #contact #contact_tbl .clientlist {
    display: block;
  }
  #container #contact #contact_tbl .clientlist ul {
    margin: 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #contact #contact_tbl th {
    width: 300px;
    padding: 30px 0 30px 50px;
  }
}
@media (max-width: 640px) {
  #container #contact #contact_tbl {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #contact #contact_tbl {
    width: 80%;
  }
}
#container #contact #contact_tbl td {
  padding: 25px 0 25px 0;
}
@media (max-width: 640px) {
  #container #contact #contact_tbl td {
    padding: 10px 0 30px 0;
    font-size: 1.6rem;
  }
}
#container #contact #contact_tbl th {
  font-weight: 700;
  color: #004957;
  vertical-align: top;
  position: relative;
}
#container #contact #contact_tbl th:before {
  position: absolute;
  top: 30px;
  left: -20px;
  content: "必須";
  font-size: 1.1rem;
  color: #fff;
  background: #be0000;
  padding: 7px 15px;
  line-height: 1;
  border-radius: 3px;
}
@media (max-width: 640px) {
  #container #contact #contact_tbl th:before {
    top: 0;
    left: 0;
  }
}
#container #contact #contact_tbl th.exclusion:before {
  content: none;
}
@media (max-width: 640px) {
  #container #contact #contact_tbl th {
    padding: 0 0 0 73px;
    font-size: 1.6rem;
  }
  #container #contact #contact_tbl th.exclusion {
    padding: 20px 0 0;
  }
}
#container #contact #contact_tbl span.ex {
  padding: 10px 0 0 15px;
  display: inline-block;
  font-size: 1.2rem;
}
@media (max-width: 640px) {
  #container #contact #contact_tbl span.ex {
    padding: 0;
  }
}
#container #contact #contact_tbl td.required_point {
  position: relative;
}
#container #contact #contact_tbl .seimei {
  display: flex;
}
@media (max-width: 640px) {
  #container #contact #contact_tbl .seimei {
    display: inherit;
  }
}
#container #contact #contact_tbl .seimei li {
  margin: 0 20px 0 0;
}
#container #contact #contact_tbl .seimei li span.ex {
  padding: 10px 0 0 30px;
  display: inline-block;
  font-size: 1.2rem;
}
@media (max-width: 640px) {
  #container #contact #contact_tbl .seimei li span.ex {
    padding: 0;
  }
}
@media (max-width: 640px) {
  #container #contact #contact_tbl .seimei li {
    margin: 0 0 20px;
  }
}
#container #contact #contact_tbl #sei, #container #contact #contact_tbl #mei, #container #contact #contact_tbl #tel_num {
  width: 200px;
}
@media (max-width: 640px) {
  #container #contact #contact_tbl #sei, #container #contact #contact_tbl #mei, #container #contact #contact_tbl #tel_num {
    width: 100%;
    font-size: 16px;
  }
}
#container #contact #contact_tbl #seimei, #container #contact #contact_tbl #company_name, #container #contact #contact_tbl #email, #container #contact #contact_tbl #mail_confirm {
  width: 100%;
}
@media (max-width: 640px) {
  #container #contact #contact_tbl #seimei, #container #contact #contact_tbl #company_name, #container #contact #contact_tbl #email, #container #contact #contact_tbl #mail_confirm {
    width: 100%;
    font-size: 16px;
  }
}
#container #contact #contact_tbl input[type=text], #container #contact #contact_tbl textarea {
  border: 1px solid #eeeeee;
  background: #eeeeee;
  outline: none;
  margin: 0 0 0 15px;
  padding: 14px 0 14px 7px;
  -webkit-appearance: none;
  font-size: 16px;
  border-radius: 3px;
}
#container #contact #contact_tbl input[type=text]:focus, #container #contact #contact_tbl textarea:focus {
  background: #fff;
}
@media (max-width: 640px) {
  #container #contact #contact_tbl input[type=text], #container #contact #contact_tbl textarea {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #contact #contact_tbl input[type=text], #container #contact #contact_tbl textarea {
    width: 100%;
  }
}
#container #contact .contact_txt {
  width: 100%;
  text-align: center;
  margin: 60px 0;
}
#container #contact .contact_txt section div {
  margin: 50px 0 0;
}
#container #contact .contact_txt section div a {
  color: #232323;
}
#container #contact .contact_txt section div a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#container #contact .contact_txt.thanks {
  margin: 0;
  padding: 60px 20px;
}
@media (max-width: 640px) {
  #container #contact .contact_txt.thanks {
    padding: 40px 20px;
  }
}
#container #contact .submit_area {
  text-align: center;
  margin: 50px 0 0;
  line-height: 3;
  position: relative;
}
#container #contact .submit_area a {
  color: #232323;
}
#container #contact .submit_area a:hover {
  text-decoration: none;
}
#container #contact .submit_area p:first-child {
  margin: 0 0 30px;
}
#container #contact .submit_area .submit_btn {
  margin: 35px 0 0;
}
#container #contact .submit_area input[type=submit] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  border-radius: 4em;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  background: #222222;
  width: 418px;
  height: 67px;
  text-align: center;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  #container #contact .submit_area input[type=submit] {
    width: 70%;
  }
}
#container #contact .submit_area input[type=submit]:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#container #contact .submit_area input[type=button] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  border-radius: 4rem;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  background: #9c9c9c;
  width: 418px;
  height: 67px;
  margin: 0 30px 0 0;
  text-align: center;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 640px) {
  #container #contact .submit_area input[type=button] {
    width: 70%;
    margin: 0 0 30px;
  }
}
#container #contact .submit_area input[type=button]:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#container #news {
  background: #efefef;
}
#container #news h2 {
  color: #004957;
  position: absolute;
  top: 30px;
}
@media (max-width: 640px) {
  #container #news h2 {
    position: initial;
    top: initial;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #news h2 {
    left: 20%;
  }
}
#container #news ul {
  display: flex;
  justify-content: space-between;
  width: 1080px;
  margin: 80px auto 100px;
  text-align: left;
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  #container #news ul {
    width: 100%;
  }
}
#container #news ul li:nth-child(2) {
  width: 75%;
}
#container #news ul li:first-child {
  position: relative;
  width: 300px;
}
#container #news ul dl {
  display: flex;
  justify-content: space-between;
}
#container #news ul dl dt {
  margin: 30px 0 0;
}
#container #news ul dl dd {
  width: 80%;
  margin: 30px 0 0;
  word-break: break-all;
}
@media (max-width: 640px) {
  #container #news ul {
    display: block;
    width: 90%;
  }
  #container #news ul li:nth-child(2) {
    width: 100%;
  }
  #container #news ul li:first-child {
    position: relative;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  #container #news ul dl {
    display: flex;
    justify-content: space-between;
  }
  #container #news ul dl dt {
    margin: 30px 0 0;
  }
  #container #news ul dl dd {
    width: 71%;
    margin: 30px 0 0;
  }
}
#container footer {
  background: #007189;
  color: #fff;
  padding: 50px 0;
  position: sticky;
  text-align: center;
  top: 100vh;
  width: 100%;
}
#container footer a {
  color: #fff;
}
#container footer .f_logo {
  text-align: center;
  color: #fff;
}
#container footer .f_logo img {
  width: 90px;
}
#container footer .nav {
  margin: 20px 0 0;
}
#container footer .copyright {
  font-size: 1.2rem;
  margin: 20px 0 0;
}
#container footer .pagetop {
  position: fixed;
  bottom: 70px;
  right: 50px;
  background: #232323;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  z-index: 100;
}
#container footer .pagetop:after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 26px;
  top: 28px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 640px) {
  #container footer .pagetop {
    bottom: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
  #container footer .pagetop:after {
    left: 16px;
    top: 18px;
    width: 8px;
    height: 8px;
  }
}

.contact_sub .pc-logo {
  text-align: center;
  margin: 50px 0;
}
.contact_sub header {
  zoom: 1;
  font-feature-settings: "palt";
  height: 110px;
  width: 100%;
  top: 0;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  z-index: 2;
  border: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.contact_sub header a {
  width: 100px;
  display: inline-block;
}
.contact_sub #contact {
  background: #fff;
  padding: 50px 0 0;
}
.contact_sub #contact .contact_txt {
  margin: 0px 0 60px !important;
}

#container.sub {
  word-break: break-all;
}
#container.sub #contents_wrapper {
  min-height: 100svh;
}
#container.sub header {
  background-color: #fff;
}
#container.sub main {
  margin: 0;
}
#container.sub .wrap {
  margin: 0 auto;
  max-width: 1080px;
  width: 90%;
}

.ad-quality {
  padding: 100px 0;
}
.ad-quality h3 {
  color: #007189;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 3em 0 0;
}
.ad-quality p {
  margin: 2em 0 0;
}
.ad-quality a {
  color: #007189;
}/*# sourceMappingURL=common.css.map */