@charset "UTF-8";
/* CSS Document */
/* reset css */
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-size: 18px;
  font: inherit;
  line-height: 1.8;
  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; }

/* pc/sp switch */
.pcOnly {
  display: block; }

.spOnly {
  display: none; }

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none; }
  .spOnly {
    display: block; } }

.cx:after {
  content: " ";
  display: block;
  clear: both; }

.slide_bg {
  padding-top: 120px;
  height: 600px; }

.slide_bg > div {
  position: relative;
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed; }

.slide_bg > div p {
  position: absolute;
  bottom: 20%;
  margin: 0 auto;
  color: #fff;
  left: 0;
  right: 0;
  font-size: 26px;
  font-weight: bold; }

.slide_bg > div span {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center; }

.slide_bg > div span a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block; }

#slide_1 {
  background-image: url(../img/mv.jpg); }

@media screen and (max-width: 767px) {
  .slide_bg {
    height: auto; }
  .slide_bg > div {
    position: absolute;
    top: 57px;
    left: 0;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    background-position: top 57px center; }
  .slide_bg > div p {
    position: static;
    font-size: 19px; }
  #slide_1 {
    background-size: 260%;
    position: relative;
    padding: 60px 0 0; } }

h1 {
  font-size: 36px;
  font-weight: bold;
  padding: 0.5em 0; }

h2 {
  font-size: 30px;
  font-weight: bold;
  padding: 0.5em 0; }

h3 {
  font-size: 24px;
  font-weight: bold;
  padding: 0.5em 0; }

h4 {
  font-size: 20px;
  font-weight: bold;
  padding: 0.5em 0; }

h5 {
  font-size: 18px;
  font-weight: bold;
  padding: 0.5em 0; }

h6 {
  font-size: 18px;
  font-weight: bold;
  padding: 0.5em 0; }

/* ----------------------------------------------------------
 layout
---------------------------------------------------------- */
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333; }

input[type="text"],
textarea {
  font-family: inherit; }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #fff; }

header .inner {
  width: 1000px;
  min-width: 1000px;
  padding: 16px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }

.thanks header {
  position: static;
  background: #fff; }

@media screen and (max-width: 767px) {
  header .inner {
    width: 100%;
    min-width: 100%; } }

.headLinkList ul li {
  float: left;
  font-size: 16px; }
  .headLinkList ul li + li {
    margin-left: 30px; }

.headLinkList ul li a {
  color: #333;
  text-decoration: none;
  font-weight: bold; }

.headCall {
  position: absolute;
  bottom: 10px;
  right: 0; }

@media screen and (max-width: 767px) {
  .headCallSp {
    float: right;
    margin: 10px 60px 0 0; } }

nav {
  background: #aaa;
  position: fixed;
  top: 83px;
  left: 0;
  right: 0;
  z-index: 9; }

nav .inner {
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto; }

nav ul {
  letter-spacing: -.4em; }

nav ul li {
  letter-spacing: normal;
  display: inline-block;
  text-align: center;
  border-left: 1px solid #fff;
  width: 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

nav ul li:last-child {
  border-right: 1px solid #fff; }

nav ul li:hover {
  background: #000; }

nav ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 0; }

nav ul li.current a:before {
  content: '▲';
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #fff;
  display: inline-block;
  font-size: 10px;
  vertical-align: middle;
  margin: 0 5px 2px 0; }

/*#global-nav {
	overflow: hidden;
	width: 100%;
	display: block;
}
#global-nav ul {
	width: 100%;
	background: #000;
	position: relative !important;
	text-align: center;
	letter-spacing: -.4em;
}
#global-nav ul li {
	letter-spacing: normal;
	display: inline-block;
	float: none !important;
	width: 20%;
	margin: 10px 0;
}
#global-nav ul li:after; {
	content: '｜';
	color: #fff;
}*/
/* sp head + menu */
/*.inner:after {
	content: "";
	clear: both;
	display: block;
}*/
/* header */
#header .inner {
  width: 980px;
  margin: 0 auto; }

#header .inner:after {
  content: "";
  clear: both;
  display: block; }

/* header */
#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 30px 0 0;
  line-height: 1;
  z-index: 999; }

#top-head a,
#top-head {
  color: #fff;
  text-decoration: none; }

#top-head .inner {
  position: relative;
  padding: 0; }

#top-head .logo {
  float: left;
  font-size: 48px; }

#global-nav ul {
  list-style: none;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 16px; }

#global-nav ul li {
  float: left; }

#global-nav ul li a {
  padding: 0 30px; }

/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 10px;
  height: 60px;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in; }

#top-head.fixed .logo {
  font-size: 36px;
  color: #333; }

#top-head.fixed #global-nav ul li a {
  color: #333;
  padding: 0 20px; }

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101; }

#nav-toggle div {
  position: relative;
  color: #333;
  font-size: 12px;
  text-align: center; }

#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #333;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out; }

#nav-toggle span:nth-child(1) {
  top: 0; }

#nav-toggle span:nth-child(2) {
  top: 11px; }

#nav-toggle span:nth-child(3) {
  top: 22px; }

#nav-toggle span:nth-child(4) {
  top: 27px;
  background: none; }

@media screen and (min-width: 768px) {
  .sp {
    display: none; }
  .siteLogo img {
    width: 100px; } }

/*モバイル*/
@media screen and (max-width: 767px) {
  .pc {
    display: none; }
  #top-head,
  .inner {
    width: 100%;
    padding: 0; }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
    -webkit-box-shadow: 0 1px 2px 0 #aaa;
            box-shadow: 0 1px 2px 0 #aaa; }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent; }
  #mobile-head {
    background: #fff;
    width: 100%;
    height: 60px;
    z-index: 999;
    position: relative; }
  #top-head.fixed .logo,
  #top-head .logo {
    position: absolute;
    left: 0;
    top: 0;
    color: #333;
    font-size: 26px;
    padding: 0; }
  #top-head .logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 12px; }
    #top-head .logo a img {
      width: 100%; }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: #666;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out; }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px; }
  #global-nav ul li {
    float: none;
    position: static;
    display: block;
    width: 100%;
    border: none; }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 0; }
  #nav-toggle {
    display: block; }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg); }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%; }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    transform: rotate(-315deg); }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -webkit-transform: translateY(556px);
    transform: translateY(556px); } }

.contents {
  overflow: hidden; }

.inner {
  width: 1000px;
  margin: 0 auto; }

@media screen and (max-width: 767px) {
  .inner {
    width: 96%;
    margin: 10px auto; } }

    footer {
      text-align: center;
      color: #fff; }
      footer a {
        color: #fff; }
      footer .content {
        background-color: #014190;
        padding: 60px 0 50px; }
        /* footer .content .logo_wrap {
          margin-bottom: 25px; } */
        footer .content p.footer_info {
          margin-bottom: 25px; }
          footer .content p.footer_info span {
            display: inline-block; }
            footer .content p.footer_info span:first-child {
              margin-right: 15px; }
        footer .content p.copy {
          font-size: 13px;
          font-weight: 300; }

/* ----------------------------------------------------------
 module
---------------------------------------------------------- */
.contents h2 {
  text-align: center;
  font-size: 32px; }

.contents small {
  font-size: .5em;
  display: block;
  font-weight: normal; }

.bg_blue {
  background: #f6e85e;
  padding: 85px 0 90px;
  margin-top: 105px; }

section.bg_blue {
  margin: 0 0 80px; }

.bg_gray {
  background: #EBECF5;
  padding: 50px 0 100px; }

.red_border {
  position: relative; }

.red_border:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 3px;
  background: #B41D24; }

.text_en {
  font-family: Century Gothic; }

.sec_company {
  margin: 100px auto; }

.sec_company table {
  border-collapse: collapse;
  width: auto;
  margin: 0 auto; }

.sec_company th {
  padding: 10px;
  text-align: right; }

.sec_company td {
  padding: 5px 10px;
  text-align: left; }

@media screen and (max-width: 767px) {
  .sec_company tr,
  .sec_company th,
  .sec_company td {
    display: block;
    width: auto;
    text-align: left;
    padding: 0; }
  .sec_company table {
    margin: 0 10px; }
  .sec_company td {
    margin: 0 0 20px; }
  section.bg_blue {
    margin: 0 0 50px; }
  .sec_company {
    margin: 60px auto 0; } }

.sec_vision {
  text-align: center; }

.sec_vision h2 {
  margin: 0 0 80px; }

.sec_vision h3 {
  margin: 0 0 60px;
  position: relative; }

.sec_vision h3:before {
  content: "";
  position: absolute;
  top: -35px;
  left: 240px;
  width: 172px;
  height: 73px;
  background: url(../img/txt_vision.png) no-repeat; }

.sec_vision h3:after {
  content: "";
  position: absolute;
  bottom: -70px;
  right: 160px;
  width: 210px;
  height: 73px;
  background: url(../img/txt_misson.png) no-repeat; }

@media screen and (max-width: 767px) {
  .sec_vision h3 {
    margin: 0 0 100px; }
  .sec_vision h3:before {
    top: -50px;
    left: 0;
    right: 0;
    margin: auto; }
  .sec_vision h3:after {
    bottom: -100px;
    left: 0;
    right: 0;
    margin: auto; }
  .sec_vision p {
    text-align: left; } }

.sec_msg {
  overflow: hidden; }

.sec_msg .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.sec_msg .inner > div {
  width: 50%;
  position: relative;
  padding: 40px 0 0; }

.sec_msg .inner > div .wrap {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 50vw; }

.sec_msg .text > div {
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.sec_msg .text h2 {
  padding-left: 50px;
  text-align: left;
  color: #174982;
  font-size: 20px; }

.sec_msg .text p {
  padding: 0 0 30px 50px;
  text-align: left; }

.sec_msg .text p span {
  display: block;
  text-align: right;
  margin: 30px 0 0; }

.sec_msg .text p span img {
  width: 150px; }

@media screen and (max-width: 767px) {
  .bg_blue {
    padding: 40px 0; }
  .sec_msg .inner {
    display: block; }
  .sec_msg .inner > div {
    width: auto;
    padding: 0; }
  .sec_msg .inner > div .wrap {
    position: static; }
  .sec_msg .inner .wrap img {
    width: 100%; }
  .sec_msg .text h2 {
    padding-left: 0; }
  .sec_msg .text > div {
    padding-left: 0; }
  .sec_msg .text p {
    padding: 0 0 50px; } }

.sec_service h3 {
  text-align: center;
  margin: 0 0 50px; }

.sec_service h2 {
  margin: 0 0 40px; }

.contents .sec_service h3 small {
  display: inline-block;
  margin-left: 1em; }

/*
.sec_service ul:nth-of-type(1){
	margin: 0 0 80px;
}
*/
.sec_service li {
  background: #fff;
  padding: 30px 20px;
  margin-bottom: 1em;
  font-weight: bold; }

.sec_service li p {
  padding: 5px 0 0 21px;
  font-weight: normal; }

@media screen and (max-width: 767px) {
  .bg_gray {
    padding: 50px 0 40px; }
  .sec_service {
    margin: 0 0 20px; }
  .sec_recruit {
    margin: 0 0 20px; }
  .sec_recruit .border {
    margin: -20px 0 50px; } }

.sec_recruit,
.sec_access {
  text-align: center; }

.sec_recruit {
  margin: 0 0 100px;
  padding: 50px 0 0; }

.sec_recruit .inner {
  border: 1px solid #707070;
  padding: 0 20px; }

.sec_recruit h2 {
  position: relative;
  top: -40px; }

.sec_recruit h2 .text_en {
  background: #fff;
  padding: 0 20px; }

.sec_recruit .border {
  margin: 0 0 0; }

@media screen and (max-width: 767px) {
  .sec_recruit .inner {
    width: auto;
    margin: 0 10px; }
  .sec_recruit .border {
    margin: -20px 0 50px; } }

.sec_access {
  margin: 0 0 100px; }

.sec_inquiry table {
  border-collapse: collapse;
  width: auto;
  margin: 0 auto; }

.sec_inquiry th {
  padding: 5px 10px;
  text-align: right;
  width: 20%; }

.sec_inquiry th.vaT {
  padding-top: 10px; }

.sec_inquiry td {
  padding: 5px 10px;
  text-align: left; }

.sec_inquiry td input,
.sec_inquiry td textarea {
  width: 100%;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 8px;
  border-radius: 4px;
  border: 1px solid #aaa;
  font-size: 1.1em; }

#inquiry h2 {
  margin: 0 0 40px; }

@media screen and (max-width: 767px) {
  .sec_inquiry tr,
  .sec_inquiry th,
  .sec_inquiry td {
    display: block;
    width: auto;
    text-align: left;
    padding: 0; } }

.required {
  margin-left: 10px;
  color: #B41D24;
  font-weight: bold;
  font-size: .8em; }

.error {
  color: #f00; }

.privacy {
  height: 10em;
  overflow-y: scroll;
  border: 1px solid #ccc;
  padding: 20px;
  background: #fff; }

.privacy h3 {
  text-align: center;
  font-size: 20px; }

.privacy ol {
  margin-top: 1em;
  list-style-type: decimal;
  margin-left: 1.2em; }

.agree {
  text-align: center;
  margin-top: 1em; }

.agree input {
  display: none; }

.agree .checkbox {
  padding-left: 24px;
  position: relative; }

.agree .checkbox::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #174982;
  background: #fff; }

.agree input:checked + .checkbox::after {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 3px solid #174982;
  border-right: 3px solid #174982; }

.btn {
  text-align: center;
  padding: 1em 0 2em; }

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 1%;
  z-index: 999; }

#pageTop a {
  display: block;
  width: 50px;
  height: 50px;
  opacity: 0.7; }

.arrow {
  width: 1px;
  height: 100px;
  margin: auto;
  background-color: #666;
  position: relative;
  overflow: hidden; }

.arrow::before {
  content: "";
  width: 2px;
  height: 100px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  top: -100px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal; }

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0); }
  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0); } }

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0); }
  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0); } }

/* ----------------------------------------------------------
 style
---------------------------------------------------------- */
.fz-12 {
  font-size: 12px !important; }

.fz-10 {
  font-size: 10px !important; }

.fwN {
  font-weight: normal; }

.fwB {
  font-weight: bold; }

.taL {
  text-align: left !important; }

.taC {
  text-align: center !important; }

.taR {
  text-align: right !important; }

.vaT {
  vertical-align: top !important; }

.vaM {
  vertical-align: middle !important; }

.vaB {
  vertical-align: bottom !important; }

.ovH {
  overflow: hidden; }

.clear {
  clear: both; }

.hide {
  display: none; }

.red {
  color: #B41D24; }

.txt-hide {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.txt15 {
  font-size: 15px !important; }

.bg-n {
  background: none !important; }

.mt00 {
  margin-top: 0 !important; }

.mt05 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mb00 {
  margin-bottom: 0 !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.ml00 {
  margin-left: 0 !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml30 {
  margin-left: 30px !important; }

.mr00 {
  margin-right: 0 !important; }

.mr25 {
  margin-right: 25px !important; }

.mr35 {
  margin-right: 35px !important; }

.pd10 {
  padding: 10px; }

.pd20 {
  padding: 20px; }

.pd30 {
  padding: 30px; }

.pd40 {
  padding: 40px; }

.pd50 {
  padding: 50px; }

.pt20 {
  padding-top: 20px !important; }

.pb20 {
  padding-bottom: 30px !important; }

.w12em {
  display: inline-block;
  width: 12em !important; }

.wspnwp {
  white-space: nowrap; }

.w160 {
  width: 160px; }

img.object-fit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; }

.headLinkList ul li a {
  display: inline-block;
  position: relative; }
  .headLinkList ul li a::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-image: -webkit-gradient(linear, right top, left top, from(#1076c2), to(#ef0303));
    background-image: linear-gradient(to left, #1076c2, #aed265);
    bottom: -6px;
    left: 0;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s; }
  .headLinkList ul li a:hover::after {
    bottom: -3px;
    opacity: 1; }

.gradation {
  display: inline-block;
  background-image: -webkit-gradient(linear, right top, left top, from(#1076c2), to(#ef0303));
  background-image: linear-gradient(to left, #1076c2, #ef0303);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent; }

.mv {
  margin-top: 120px;
  position: relative; }
  .mv * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .mv img {
    max-width: 100%;
    vertical-align: bottom; }
  .mv .text {
    position: absolute;
    z-index: 1;
    top: calc(70 / 1440 * 100vw);
    left: 0;
    width: 50%; }
    .mv .text h2 {
      line-height: 1;
      width: calc(500 / 1440 * 100vw);
      margin-left: auto;
      padding: 0;
      padding-left: calc(62 / 1440 * 100vw);
      color: #fff;
      font-size: calc(119 / 1440 * 100vw); }
    .mv .text .lead {
      margin-top: calc(9 / 1440 * -100vw);
      position: relative; }
      .mv .text .lead::before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: -webkit-gradient(linear, right top, left top, from(#1076c2), to(#55a5e2));
        background-image: linear-gradient(to left, #1076c2, #55a5e2);
        opacity: .9;
        z-index: -1; }
      .mv .text .lead p {
        color: #fff;
        margin-left: auto;
        padding: calc(36 / 1440 * 100vw) calc(70 / 1440 * 100vw);
        width: calc(500 / 1440 * 100vw);
        font-size: calc(26 / 1440 * 100vw);
        font-weight: bold; }
  .mv .img_wrap {
    margin-left: auto;
    width: calc(1220 / 1440 * 100vw); }

h2.common_tit {
  padding: 0;
  color: #1076c2;
  font-size: 50px;
  line-height: 1; }
  h2.common_tit span.blue {
    color: #e9330a; }
  h2.common_tit small {
    color: #1076c2;
    font-size: 20px;
    line-height: 1;
    margin-top: -10px; }

.new_service {
  margin-top: 120px; }
  .new_service * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .new_service img {
    max-width: 100%;
    vertical-align: bottom; }
  .new_service .first_sort {
    margin-top: 45px; }
    .new_service .first_sort ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .new_service .first_sort ul li {
        text-align: center;
        background-repeat: no-repeat; }
        .new_service .first_sort ul li + li {
          margin-left: 165px; }
        .new_service .first_sort ul li:first-child {
          background-image: url(../img/ph_service_sort01.jpg); }
        .new_service .first_sort ul li:last-child {
          background-image: url(../img/ph_service_sort02.jpg); }
        .new_service .first_sort ul li a {
          display: block;
          padding-top: 105px;
          width: 314px;
          height: 314px;
          color: #fff;
          text-decoration: none;
          -webkit-transition: .3s;
          transition: .3s;
          position: relative; }
          .new_service .first_sort ul li a p {
            font-weight: bold; }
            .new_service .first_sort ul li a p span {
              line-height: 1;
              display: block; }
              .new_service .first_sort ul li a p span.jp {
                margin-top: 10px;
                font-size: 30px; }
          .new_service .first_sort ul li a::after {
            content: "";
            display: block;
            position: absolute;
            width: 1px;
            height: 110px;
            background-color: #fff;
            bottom: 0;
            left: 156px; }
          .new_service .first_sort ul li a:hover {
            background-color: rgba(16, 118, 194, 0.7); }
  .new_service .service_content#service_content1 {
    margin-top: 85px; }
  .new_service .service_content#service_content2 {
    margin-top: 95px; }
  .new_service .service_content h3 {
    text-align: center;
    overflow: hidden; }
    .new_service .service_content h3 span {
      line-height: 1; }
      .new_service .service_content h3 span.en {
        display: inline-block;
        position: relative;
        font-size: 32px;
        padding: 0 20px; }
        .new_service .service_content h3 span.en::before, .new_service .service_content h3 span.en::after {
          content: "";
          display: block;
          position: absolute;
          width: 500px;
          height: 1px;
          top: 17px;
          background-color: #333; }
        .new_service .service_content h3 span.en::before {
          left: 0;
          -webkit-transform: translateX(-100%);
                  transform: translateX(-100%); }
        .new_service .service_content h3 span.en::after {
          right: 0;
          -webkit-transform: translateX(100%);
                  transform: translateX(100%); }
      .new_service .service_content h3 span.jp {
        display: block;
        font-size: 20px;
        font-weight: normal; }
  .new_service .service_content .content_wrap {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .new_service .service_content .content_wrap .text {
      width: 430px; }
      .new_service .service_content .content_wrap .text p.sub_tit {
        line-height: 1;
        font-size: 32px;
        font-weight: bold; }
      .new_service .service_content .content_wrap .text h4 {
        font-size: 20px; }
      .new_service .service_content .content_wrap .text p.description {
        font-size: 14px;
        margin-top: 18px; }
    .new_service .service_content .content_wrap.reverse .img_wrap {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
  .new_service .service_content .example {
    margin-top: 70px;
    padding: 40px 60px 50px;
    background-color: #f6f6f6; }
    .new_service .service_content .example h3 {
      text-align: center;
      font-size: 30px;
      padding: 0; }
    .new_service .service_content .example ul {
      margin-top: 36px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .new_service .service_content .example ul li {
        width: 241px;
        margin-right: 78px; }
        .new_service .service_content .example ul li:nth-child(3n) {
          margin-right: 0; }
        .new_service .service_content .example ul li:nth-child(n+4) {
          margin-top: 30px; }

.new_msg {
  margin-top: 160px; }
  .new_msg * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .new_msg img {
    max-width: 100%;
    vertical-align: bottom; }
  .new_msg .content_area {
    margin-top: 50px;
    position: relative;
    padding-top: 80px;
    height: 500px; }
    .new_msg .content_area .img_wrap {
      position: absolute;
      width: calc(890 / 1440 * 100vw);
      right: 325px;
      top: 0;
      min-width: 850px; }
      .new_msg .content_area .img_wrap img {
        width: 100%;
        height: 500px; }
    .new_msg .content_area .text {
      position: relative;
      z-index: 1;
      margin-left: auto;
      width: 436px;
      padding: 32px 0 12px 32px;
      background-color: rgba(255, 255, 255, 0.8); }
      .new_msg .content_area .text p {
        font-size: 14px; }
      .new_msg .content_area .text .sign_wrap {
        margin-left: auto;
        width: 144px;
        margin-top: 20px; }

.new_vision {
  text-align: center; }
  .new_vision h3 {
    font-size: 20px;
    margin-top: 30px; }
  .new_vision p {
    margin-top: 16px;
    font-size: 14px; }

.new_company {
  margin-top: 85px; }
  .new_company * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .new_company table {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    width: 670px;
    table-layout: fixed;
    font-size: 14px; }
    .new_company table tr th,
    .new_company table tr td {
      padding: 10px 26px;
      border-top: 1px solid #c9c9c9;
      border-bottom: 1px solid #c9c9c9; }
    .new_company table tr th {
      width: 185px;
      vertical-align: middle; }
    .new_company table tr td {
      border-left: 1px solid #c9c9c9;
      width: 485px; }

.sec_access {
  margin-top: 90px;
  margin-bottom: 0; }
  .sec_access .gmap {
    margin: 30px; }

.sec_recruit {
  margin-top: 95px; }
  .sec_recruit h2 {
    position: static; }
  .sec_recruit .inner {
    margin-top: 30px;
    padding: 30px; }

.sec_inquiry.bg_blue {
  margin-bottom: 0; }

.sec_inquiry td textarea {
  resize: vertical;
  max-height: 800px; }

.sec_inquiry .agree label {
  cursor: pointer; }

.sec_inquiry button {
  font-family: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 346px;
  height: 60px;
  color: #fff;
  border-radius: 4px;
  background-color: #1076c2;
  margin-left: auto;
  margin-right: auto;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 20px; }
  .sec_inquiry button.lock {
    opacity: .5;
    cursor: not-allowed; }

.sec_inquiry .thanks_text {
  text-align: center; }
  .sec_inquiry .thanks_text p {
    display: inline-block;
    text-align: left; }

@media screen and (max-width: 767px) {
  header.pcOnly {
    height: 60px; }
  .mv {
    margin-top: 60px;
    position: relative; }
    .mv .text {
      top: calc(90 / 750 * 100vw);
      width: calc(440 / 750 * 100vw); }
      .mv .text h2 {
        width: auto;
        margin-left: 0;
        padding-left: calc(62 / 750 * 100vw);
        font-size: calc(110 / 750 * 100vw); }
      .mv .text .lead {
        margin-top: calc(10 / 750 * -100vw); }
        .mv .text .lead p {
          padding: calc(36 / 750 * 100vw) calc(62 / 750 * 100vw);
          padding-right: calc(50 / 750 * 100vw);
          width: auto;
          font-size: calc(26 / 750 * 100vw); }
          .mv .text .lead p br {
            display: none; }
    .mv .img_wrap {
      margin-left: auto;
      width: calc(710 / 750 * 100vw); }
  h2.common_tit {
    font-size: calc(40 / 375 * 100vw); }
    h2.common_tit small {
      font-size: calc(16 / 375 * 100vw);
      margin-top: calc(8 / 375 * -100vw); }
  .bg_blue {
    padding: 10% 0;
    margin-top: 12%; }
  .new_service {
    margin-top: 10%; }
    .new_service .first_sort {
      margin-top: 8%; }
      .new_service .first_sort ul {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .new_service .first_sort ul li + li {
          margin-left: 0; }
        .new_service .first_sort ul li a {
          padding-top: calc(20 / 375 * 100vw);
          width: calc(155 / 375 * 100vw);
          height: calc(155 / 375 * 100vw); }
          .new_service .first_sort ul li a p {
            font-weight: bold; }
            .new_service .first_sort ul li a p span {
              line-height: 1.2; }
              .new_service .first_sort ul li a p span.en {
                font-size: calc(14 / 375 * 100vw);
                height: calc(34 / 375 * 100vw);
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                -webkit-box-align: end;
                    -ms-flex-align: end;
                        align-items: flex-end; }
              .new_service .first_sort ul li a p span.jp {
                margin-top: calc(10 / 375 * 100vw);
                font-size: calc(16 / 375 * 100vw); }
          .new_service .first_sort ul li a::after {
            height: calc(50 / 375 * 100vw);
            left: 50%; }
    .new_service .service_content#service_content1 {
      margin-top: 15%; }
    .new_service .service_content#service_content2 {
      margin-top: 18%; }
      .new_service .service_content#service_content2 h3 span.en {
        width: calc(320 / 375 * 100vw);
        margin-left: auto;
        margin-right: auto; }
    .new_service .service_content h3 span {
      line-height: 1.2; }
      .new_service .service_content h3 span.en {
        font-size: calc(28 / 375 * 100vw);
        padding: 0 calc(16 / 375 * 100vw); }
        .new_service .service_content h3 span.en::before, .new_service .service_content h3 span.en::after {
          top: 49%; }
      .new_service .service_content h3 span.jp {
        font-size: calc(18 / 375 * 100vw); }
    .new_service .service_content .content_wrap {
      margin-top: 12%;
      display: block;
      padding: 0 2%; }
      .new_service .service_content .content_wrap .text {
        width: auto;
        padding-top: 5%; }
        .new_service .service_content .content_wrap .text p.sub_tit {
          font-size: calc(28 / 375 * 100vw); }
        .new_service .service_content .content_wrap .text h4 {
          font-size: calc(18 / 375 * 100vw);
          padding: 0; }
        .new_service .service_content .content_wrap .text p.description {
          font-size: calc(13 / 375 * 100vw);
          margin-top: 2%; }
    .new_service .service_content .example {
      margin-top: 10%;
      padding: 5% 6% 5%; }
      .new_service .service_content .example h3 {
        font-size: calc(21 / 375 * 100vw); }
      .new_service .service_content .example ul {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 5%; }
        .new_service .service_content .example ul li {
          width: 47%;
          margin-right: 0; }
          .new_service .service_content .example ul li:nth-child(3n) {
            margin-right: 0; }
          .new_service .service_content .example ul li:nth-child(n+4) {
            margin-top: 5%; }
          .new_service .service_content .example ul li:nth-child(n+3) {
            margin-top: 5%; }
          .new_service .service_content .example ul li p {
            font-size: calc(14 / 375 * 100vw); }
  .new_msg {
    margin-top: 12%; }
    .new_msg .content_area {
      margin-top: 5%;
      padding-top: 0;
      height: auto; }
      .new_msg .content_area.inner {
        width: auto; }
      .new_msg .content_area .img_wrap {
        position: static;
        width: auto;
        min-width: 0; }
        .new_msg .content_area .img_wrap img {
          width: 100%;
          height: auto; }
      .new_msg .content_area .text {
        width: auto;
        padding: 7% 6%;
        width: 83%;
        margin-top: -15%;
        margin-left: auto;
        margin-right: auto; }
        .new_msg .content_area .text p {
          font-size: calc(13 / 375 * 100vw); }
        .new_msg .content_area .text .sign_wrap {
          width: calc(144 / 375 * 100vw);
          margin-top: 5%; }
  .new_vision h3 {
    font-size: calc(18 / 375 * 100vw);
    margin-top: 5%; }
  .new_vision p {
    margin-top: 3%;
    font-size: calc(13 / 375 * 100vw); }
  .new_company {
    margin-top: 12%; }
    .new_company table {
      margin-top: 5%;
      width: 90%;
      font-size: calc(13 / 375 * 100vw); }
      .new_company table tr th,
      .new_company table tr td {
        display: block;
        padding: 2% 8%;
        border-top: none;
        border-bottom: none; }
      .new_company table tr th {
        background-color: #fff;
        width: auto; }
      .new_company table tr td {
        border-left: none;
        width: auto;
        padding-bottom: 7%; }
  .sec_access {
    margin-top: 14%;
    margin-bottom: 0; }
    .sec_access .gmap {
      margin-top: 6%; }
      .sec_access .gmap iframe {
        height: calc(300 / 375 * 100vw); }
  .sec_recruit {
    margin-top: 12%;
    padding: 0;
    margin-bottom: 0; }
    .sec_recruit .inner {
      margin-top: 8%;
      padding: 5% 6%;
      font-size: calc(14 / 375 * 100vw); }
  .sec_inquiry.bg_blue {
    margin-top: 20%;
    margin-bottom: 0; }
  .sec_inquiry td textarea {
    max-height: 600px; }
  .sec_inquiry button {
    width: 70%;
    height: 50px;
    font-size: calc(14 / 375 * 100vw); } }

@media all and (-ms-high-contrast: none) {
  .gradation {
    background-image: none;
    color: #aed265; } }
/*# sourceMappingURL=style_v2.css.map */