@charset "UTF-8";/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/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,main {
  display: block;
}

body {
  line-height: 1;
}

ol li,ul li {
  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;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0 0 99.9% 99.9%);
  border: 0;
}

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

.pc-only {
  display: block !important;
}

.js-sa {
  backface-visibility: hidden;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.43, 0.05, 0.17, 1), transform 0.6s cubic-bezier(0.43, 0.05, 0.17, 1);
}

.js-sa.-up {
  transform: translateY(30px);
}

.js-sa.-left {
  transform: translateX(30px);
}

.js-sa.-right {
  transform: translateX(-30px);
}

.js-sa.is-show {
  opacity: 1;
  transform: none;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1.875;
  color: #111;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}

body.is-nav {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
}

a[aria-disabled="true"] {
  pointer-events: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

button,select {
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  cursor: pointer;
}

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

[lang="en"] {
  font-family: "Proxima Nova", "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

[data-whatinput="mouse"] *:focus,[data-whatinput="touch"] *:focus {
  outline: none;
}

input[type="text"],input[type="tel"],input[type="number"],input[type="email"],input[type="url"],input[type="password"],textarea,select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  box-sizing: border-box;
  font-size: 1.6rem;
  border: solid 1px #ccc;
  border-radius: 6px;
  transition: all 0.4s;
}

input[type="text"] ::placeholder,input[type="tel"] ::placeholder,input[type="number"] ::placeholder,input[type="email"] ::placeholder,input[type="url"] ::placeholder,input[type="password"] ::placeholder,textarea ::placeholder,select ::placeholder {
  color: #717171;
}

input[type="text"]:focus,input[type="tel"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,textarea:focus,select:focus {
  background-color: #fff;
}

input[type="submit"],input[type="send"] {
  height: 50px;
  border: none;
  cursor: pointer;
}

input {
  height: 60px;
  padding: 0 8px;
}

textarea {
  height: 248px;
  padding: 8px;
}

.l-main {
  display: block;
  overflow: hidden;
}

.l-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-wrapper.-md {
  max-width: 1160px;
}

.l-wrapper.-lg {
  max-width: 1260px;
}

.preloader {
  display: -ms-flexbox;
  display: flex;
  background-color: #FFF;
  height: 100vh;
  width: 100%;
  transition: height 200ms linear;
  position: fixed;
  left: 0;
  top: 0;
  text-align:center;
  color: #111;
  z-index: 9999;
}

.preloader img{
  width: 100px;
  height: 150px;
  margin: auto;

}
.header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1260px;
  margin: 0 auto;
  padding-left: 20px;
}

.header__head {
  display: block;
  width: 162px;
  margin-right: 20px;
  transition: .3s;
}

.header__head:hover {
  opacity: .5;
}

.header__head img {
  width: 100%;
}

.header__item {
  flex-shrink: 0;
}

.header__btn {
  display: none;
}

.header__btn i {
  position: relative;
  width: 30px;
  height: 2px;
  background: #111;
  transition: .3s;
}

.header__btn i::before,.header__btn i::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background: #111;
  transition: .3s;
}

.header__btn i::before {
  top: 10px;
}

.header__btn i::after {
  top: -10px;
}

.header__btn[aria-expanded="true"] i {
  background: none;
}

.header__btn[aria-expanded="true"] i::before {
  top: 0;
  transform: rotate(-45deg);
}

.header__btn[aria-expanded="true"] i::after {
  top: 0;
  transform: rotate(45deg);
}

.nav[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
}

.nav__items {
  display: flex;
  align-items: center;
}

.nav__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  width: 125px;
  font-size: 1.5rem;
  line-height: 6;
  transition: .3s;
}

.nav__item a:hover {
  opacity: .6;
  color: #fff;
  background: #2199DE;
}

.nav__item.-contact {

}

.nav__item.-contact a {
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #111;
}

.nav__item.-recruit {
  margin-left: 0;
}

.nav__item.-recruit a {
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #2199DE;
}

.nav__item.-posting {
  margin-left: 0;
}

.nav__item.-posting a {
  width: 160px;
  padding: 0;
  font-size: 1.6rem;
  line-height: 6.25;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #54B0E5;
}

.footer {
  padding: 120px 0 0;
  background: url(../img/bg_footer.jpg) no-repeat center/cover;
}

.footer__head {
  display: block;
  width: 90px;
  margin: 0 auto 40px;
  transition: .3s;
}

.footer__head:hover {
  opacity: .5;
}

.footer__head img {
  width: 100%;
}

.footer__copy {
  margin-top:20px;
  color:#fff;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}

.footer__copy [lang="en"] {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*  Parallax Setting */
.para {
	position: relative;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 1);
    height: 300px;
}

.para__reverse {
	position: relative;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 1);
    height: 300px;
}

.para[data-id="p1"] {
    background-image: url("../img/index_para_01.jpg");
}
.para__reverse[data-id="p2"] {
    background-image: url("../img/index_para_02.jpg");
}

@media screen and (max-device-width:1024px) {
	/* for Mobile and Tablet */
	.para {
		background-size: cover;
		height: 250px;
		background-position: center 70%;
	}
	.para__reverse {
		background-size: cover;
		height: 300px;
		background-position: center 70%;
	}
}

@media screen and (min-device-width:1024px)  {
	/* for PC */
	.para {
		background-attachment: fixed;
		background-size:100% auto;
		background-position: center 100%;
		height: 250px;
	}
	.para__reverse {
		background-position: center 70%;
		background-size:100% auto;
		height: 300px;
	}
}

@media screen and (max-width:768px) {
	/* for Mobile */
	.para {
		height: 190px;
	}
	.para__reverse {
		height: 220px;
		background-position: center 75%;
	}
}

.heading-1 {
  display: flex;
  flex-direction: column;
  font-weight: bold;
}

.heading-1 [lang="en"] {
  position: relative;
  margin-bottom: 8px;
  font-size:4rem;
  line-height: 1.225;
  letter-spacing: .05em;
}

.heading-1 [lang="en"]::before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 30px);
  background: #2199DE;
}

.heading-1 [lang="ja"] {
  font-size: 1.6rem;
  line-height: 1.5;
}

.heading-1.-white {
  color: #fff;
}

.heading-1.-white [lang="en"]::before {
  background: #fff;
}


.heading-2 {
  display: flex;
  flex-direction: column;
  font-weight: bold;
}

.heading-2 [lang="en"] {
  position: relative;
  margin-bottom: 8px;
  line-height: 1.225;
  letter-spacing: .05em;
}

.heading-2 [lang="en"]::before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 30px);
  background: #2199DE;
}

.heading-2 [lang="ja"] {
  font-size: 1.6rem;
  line-height: 1.5;
}

.heading-2.-white {
  color: #fff;
}

.heading-2.-white [lang="en"]::before {
  background: #fff;
}


.mv {
  position: relative;
}

.mv__head {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 50%;
  transform: translateY(-50%);
  padding: 55px 90px;
  font-weight: bold;
  background: #fff;
  z-index: 1;
  border: solid #111 1px;
}

.mv__head [lang="en"] {
  font-size: 2rem;
  line-height: 1.6;
  color: #2199DE;
}

.mv__head [lang="ja"] {
  font-size: 5rem;
  line-height: 1.4;
}


.mv__company {
  display: flex;
  flex-direction: column;
  padding: 55px 90px;
  font-weight: bold;
  background: #fff;
  z-index: 1;
  border: solid #111 1px;
}

.mv__company img {
  width: 150px;
}

.mv__company [lang="en"] {
  font-size: 2rem;
  line-height: 1.6;
  color: #2199DE;
}

.mv__company [lang="ja"] {
  font-size: 3rem;
  line-height: 1.4;
}


.mv__top {
  height: calc(100vh - 100px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition-delay: .3s;
}

.mv__top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.mv__image {
  width: 69.44444vw;
  height: calc(100vh - 100px);
  margin-left: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition-delay: .3s;
}

.mv__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.top_mv_layer {
    width: 100%;
    height: 100%;
    background: url(/img/top_layer.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    z-index: 1;
}

.top_mv_logo {
  position: absolute;

}

.top_mv_logo img{
  width: 200px;

}

.top_mv_movie {
    width: 100%;
    box-sizing: border-box;
}

.top_mv_movie .movie_inner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.top_mv_movie .movie_inner video {
    width: auto;
    height: 100%;
}

.about {
  position: relative;
  padding: 120px 0;
  z-index: 1;
}

.about__intro {
  max-width: 1000px;
  margin: 0 auto 60px;
}

.about__item {
  display: flex;
  align-items: center;
}

.about__image {
  width: 400px;
  margin-right: 85px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.about__image img {
  width: 100%;
}

.about__detail {
  width: 595px;
}

.about__head {
  font-size: 2.5rem;
  font-weight:bold;
  color: #2199DE;
}

.about__txt {
  font-size: 1.6rem;
  line-height: 2;
  color: #111;
}

.about__txt + .about__txt {
  margin-top: 32px;
}

.about__link {
  text-align: center;
  width: 200px;
  border: solid 1px #2199DE;
  background: #2199DE;
  margin: 20px auto;
  padding:10px;
  color: #fff;
}

.service {
  padding: 120px 0 115px;
  background: #2199DE;
}

.service__intro {
  max-width: 1000px;
  margin: 0 auto 60px;
}

.service__items {
  margin-top: 60px;
}

.service__item {
  display: flex;
  align-items: center;
}

.service__item.-reverse {
  flex-direction: row-reverse;
}

.service__image {
  width: 500px;
  margin-right: 25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.service__image__right{
  width: 500px;
  float: right;
  margin-left: 25px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.service__image img {
  width: 100%;
}

.service__image__right img {
  width: 100%;
}

.service__detail {
  width: 595px;
}

.service__head {
  font-size: 2.5rem;
  font-weight:bold;
  color: #2199DE;
}

.service__title {
  font-size: 3rem;
  line-height: 3;
  color: #fff;
}

.service__txt {
  max-width: 450px;
  font-size: 1.6rem;
  line-height: 2;
  color: #111;
}

.service__link {
  width: 200px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
  border: solid 1px #111;
  background: #111;
  margin: 10px auto;
  padding:10px;
}


@media screen and (max-device-width:1024px) {
	/* for Mobile and Tablet */
	.service__image img {
	  width: 100%;
	}

}

@media screen and (min-device-width:1024px)  {

}

@media screen and (max-width:768px) {

}


.concept {
  position: relative;
  padding: 120px 0;
  z-index: 1;
}

.concept::before {
  content: '';
  position: absolute;
  width: 69.44444vw;
  height: 100%;
  top: 0;
  right: 0;
  background: #2199DE;
  z-index: -1;
}

.concept__intro {
  max-width: 1000px;
  margin: 0 auto 60px;
}

.concept__item {
  display: flex;
  align-items: center;
}

.concept__image {
  width: 400px;
  margin-right: 85px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.concept__image img {
  width: 100%;
}

.concept__detail {
  width: 595px;
}

.concept__txt {
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
}

.concept__txt + .concept__txt {
  margin-top: 32px;
}


.recruit {
  padding: 120px 0;
  background: url(../img/recruit_bg.jpg) no-repeat center/cover;
}

.recruit__items {
  margin-top: 60px;
}

.recruit__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.recruit__item.-reverse {
  flex-direction: row-reverse;
}

.recruit__detail {
  width: 63.3%;
}

.recruit__heading {
  margin-bottom: 43px;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
}

.recruit__txt {
  font-size: 1.6rem;
  line-height: 2;
}

.recruit__txt + .recruit__txt {
  margin-top: 32px;
}

.recruit__image {
  flex-shrink: 0;
  width: 40%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: auto;
}

.recruit__image img {
  width: 100%;
}

.flow-item {
  background: #fff;
  border: 1px solid #ddd;
  margin: 20px;
  height: 120px;
}


@media screen and (max-width:768px) {
	.flow-item {
	  height: 140px;
	}
}

.flow-icon {
 font-size: 50px;
 float:left ;
 margin: 15px 20px;
 width: 60px;
}

.flow-txtBox {
 line-height: 2;

}

.flow-txtBox span{
 line-height: 1;

}

.flow-txt {
 font-weight: bold;
 font-size: 2rem;

}
.message {
  padding: 120px 0;
  background: url(../img/bg_top_01.jpg) no-repeat center/cover;
}

.message__items {
  margin-top: 60px;
}

.message__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.message__item.-reverse {
  flex-direction: row-reverse;
}

.message__item + .message__item {
  margin-top: 100px;
}

.message__detail {
  width: 63.3%;
}

.message__heading {
  margin-bottom: 43px;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
}

.message__txt {
  font-size: 1.6rem;
  line-height: 2;
}

.message__txt + .message__txt {
  margin-top: 32px;
}

.message__image {
  flex-shrink: 0;
  width: 30%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.message__image img {
  width: 100%;
}

.works {
  padding: 120px 0 115px;
  background: #2199DE;
}

.works__item {
  margin: 60px 0 100px;
  padding: 80px 100px;
  background: #fff;
}

.works__heading {
  display: flex;
  justify-content: center;
  margin-bottom: 37px;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
}

.works__heading span {
  position: relative;
  padding-bottom: 10px;
}

.works__heading span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #2199DE;
}

.works__txt {
  font-size: 1.6rem;
  line-height: 2;
}

.works__txt + .works__txt {
  margin-top: 32px;
}

.works-detail__head {
  font-size: 2rem;
  line-height: 4.35;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #111;
}

.works-detail__wrap {
  margin-top: 61px;
}

.works-detail__items {
  margin-bottom: 100px;
}

.works-detail__item {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.works-detail__item + .works-detail__item {
  margin-top: 95px;
}

.works-detail__heading {
  position: relative;
  width: 18.2539%;
  margin-right: 60px;
  padding-left: 10.3%;
  box-sizing: border-box;
  font-size: 3rem;
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
  background: #111;
  z-index: 1;
}

.works-detail__heading::before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  right: 0;
  background: #111;
  z-index: -1;
}

.works-detail__detail {
  width: 43.253%;
  padding-top: 7px;
}

.works-detail__txt {
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
}

.works-detail__txt + .works-detail__txt {
  margin-top: 35px;
}

.works-detail__txt[role="doc-subtitle"] {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: bold;
}

.works-detail__image {
  position: absolute;
  width: 28.518%;
  right: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.works-detail__image.-type-1 {
  top: 94%;
}

.works-detail__image.-type-2 {
  top: 39%;
}

.works-detail__image.-type-3 {
  top: 64%;
}

.works-detail__image img {
  width: 100%;
}

.works-detail__note {
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
  text-align: center;
}

.works-detail__note::before {
  content: '※';
}

.company {
  padding: 80px 0 30px;
  background: #111;
}

.company__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}

.company__item {
  float: left;
  flex-shrink: 0;
  margin-right: 30px;
  padding-bottom: 30px;
  font-size: 1.8rem;
  line-height: 1.77778;
  color: #fff;
}

.company__item dd + dd {
  margin-top: 28px;
}

.company__name {
  float: left;
  width: 50%;

}

.company__map {
  float: right;
  margin-top: -240px;
  width: 60%;
  height: 250px;
}

.company__map iframe {
  width: 100%;
  height: 100%;
}

.contact {
  margin-bottom: 170px;
}

.contact__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
  padding: 86px 80px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.contact__item {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  width: 42.261%;
  min-width: 270px;
  margin-right: 30px;
  padding-bottom: 12px;
}

.contact__item dt {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: bold;
}

.contact__item dt::before {
  content: '';
  width: 46px;
  height: 46px;
  transform: translateX(-5px);
  background: url(../img/icn_mail.png) no-repeat center/contain;
}

.contact__item dd {
  font-size: 1.8rem;
  line-height: 1.77778;
  text-align: center;
}

.contact__links {
  width: 52.619%;
}

.contact__link + .contact__link {
  margin-top: 20px;
}

.contact__link a {
  display: block;
  font-size: 2rem;
  line-height: 3.9;
  color: #fff;
  text-align: center;
  transition: .3s;
}

.contact__link a:hover {
  opacity: .7;
}

.contact__link.-contact a {
  background: #111;
}

.contact__link.-recruit a {
  background: #2199DE;
}

.page_footer {
  margin-bottom: 110px;
}

.page__intro {
  margin-bottom: 26px;
  padding: 24px 20px;
  box-sizing: border-box;
  background: #111;
}

.page__head {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 2.2rem;
  line-height: 1.45455;
  color: #fff;
}

.page__wrap {
  transition-delay: .2s;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.breadcrumb__item {
  display: flex;
  align-items: center;
  margin-right: 4px;
  font-size: 1.6rem;
  line-height: 2;
}

.breadcrumb__item:last-of-type {
  margin-right: 0;
}

.breadcrumb__item + .breadcrumb__item::before {
  content: '>';
  margin-right: 4px;
}

.breadcrumb__item a {
  display: block;
}

.breadcrumb__item a:hover {
  opacity: .5;
}

.breadcrumb__item a * {
  display: block;
  transition: .6s;
}

.breadcrumb__item a [lang="en"] {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-transform: uppercase;
}

.question {
  margin-top: 40px;
}

.question dt::before {
    color: #2196F3;
    content: "Q. ";
    padding-left: 3px;
}

.question dt{
  background:#fff;
  color: #2196F3;
  padding:10px 20px;
}

.question dd::before {
    color: #EE6352;
    content: "A. ";
    padding-left: 3px;
}

.question dd{
  background:#fff;
  color: #111;
  padding: 10px 20px;
  margin-bottom:20px;
}

.merits {
  max-width: 1000px;
  margin: 55px auto 0;
}

.merits > * + h2 {
  margin-top: 60px;
}

.merits ._col-3__item {
  width: 33.3%;
  float:left;
}

.merits ._col-3__item dt {
  display: flex;
  justify-content: center;
  height: 70px;
  vertical-align: middle;
  padding-bottom: 14px;
  font-size: 2.6rem;
  line-height: 1.53846;
}

.merits ._col-3__item dt span {
  flex-shrink: 0;
}

.merits ._col-3__item dd {
  position: relative;
  padding: 34px 23px 27px;
  border: 1px solid #E1E1E1;
  height:150px;

}

.merits ._col-3__item dd::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  top: 0;
  left: 0;
  background: #54B0E5;
}

.the_content {
  max-width: 1000px;
  margin: 55px auto 0;
}

.the_content::after {
  content: '';
  display: block;
  clear: both;
}

.the_content + * {
  margin-top: 80px;
}

.the_content > * {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: 30px;
}

.the_content > *:last-child {
  margin-bottom: 0;
}

.the_content > * + h2 {
  margin-top: 60px;
}

.the_content > * + h3 {
  margin-top: 80px;
}

.the_content > * + h4 {
  margin-top: 80px;
}

.the_content > * + h5 {
  margin-top: 80px;
}

.the_content > * + h6 {
  margin-top: 73px;
}

.the_content > * + ul,.the_content > * + ol {
  margin-top: 85px;
}

.the_content > * + table {
  margin-top: 53px;
}

.the_content h2 {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  padding-bottom: 7px;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
}

.the_content h2::before {
  content: '';
  position: absolute;
  width: 306px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #111;
}

.the_content h3 {
  position: relative;
  padding: 10px 20px 10px 42px;
  font-size: 3rem;
  line-height: 1.5;
  color: #fff;
  background: #111;
}

.the_content h3::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  background: #111;
}

.the_content h4 {
  position: relative;
  padding-left: 53px;
  font-size: 2.8rem;
  line-height: 1.46429;
}

.the_content h4::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  top: 9px;
  left: 0;
  background: #111;
}

.the_content h5 {
  position: relative;
  padding-left: 53px;
  font-size: 2.8rem;
  line-height: 1.46429;
}

.the_content h5::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  background: #111;
}

.the_content h6 {
  padding: 0 10px 17px 53px;
  font-size: 2.2rem;
  line-height: 1.5;
  border-bottom: 1px solid #111;
}

.the_content p img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.the_content p img.alignleft {
  float: left;
  display: inline;
  margin: 0 48px 60px 0;
}

.the_content p img.alignright {
  float: right;
  display: inline;
  margin: 0 0 60px 40px;
}

.the_content p img.aligncenter {
  margin-bottom: 45px;
}

.the_content img {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.the_content img.alignleft {
  float: left;
  display: inline;
  margin: 0 48px 60px 0;
}

.the_content img.alignright {
  float: right;
  display: inline;
  margin: 0 0 60px 40px;
}

.the_content img.aligncenter {
  margin-bottom: 45px;
}

.the_content ul li,.the_content ol li {
  padding-left: 30px;
}

.the_content ul li {
  position: relative;
}

.the_content ul li::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 12px;
  left: 0;
  border-radius: 50%;
  background: #111;
}

.the_content ol {
  counter-reset: item;
}

.the_content ol li {
  position: relative;
}

.the_content ol li::before {
  content: counter(item) ".";
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}

.the_content table {
  width: 100%;
  border: 1px solid #ccc;
  border-bottom: none;
}

.the_content table + * {
  margin-top: 80px;
}

.the_content table th,.the_content table td {
  padding: 9px 16px;
  border-bottom: 1px solid #ccc;
  text-align: left;
}

.the_content table tr > * + * {
  border-left: 1px solid #707070;
}

.the_content table th {
  width: 20%;
  box-sizing: border-box;
  color: #fff;
  background: #111;
}

.the_content table td p + p {
  margin-top: 20px;
}

.the_content strong {
  font-weight: bold;
}

.the_content a {
  text-decoration: underline;
}

.the_content a:hover {
  opacity: .7;
}

.the_content ._clear-both {
  content: '';
  display: block;
  clear: both;
}

.the_content ._clear-both::after {
  content: '';
  display: block;
  clear: both;
}

.the_content ._no-gutter {
  margin-bottom: -137px;
}

.the_content ._mv {
  margin-bottom: 45px;
}

.the_content ._mv__image {
  position: relative;
}

.the_content ._mv__image img {
  width: 100%;
}

.the_content ._mv__image figcaption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.the_content ._mv__heading {
  position: absolute;
  display: flex;
  bottom: 14%;
  left: 0;
  font-size: 2.6rem;
  line-height: 1.53846;
  font-weight: bold;
  text-shadow    : 
       1px  1px 0px #ffffff,
      -1px  1px 0px #ffffff,
       1px -1px 0px #ffffff,
      -1px -1px 0px #ffffff,
       1px  0px 0px #ffffff,
       0px  1px 0px #ffffff,
      -1px  0px 0px #ffffff,
       0px -1px 0px #ffffff;    
}

.the_content ._mv__heading span:not([class]) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 98px 30px 40px;
  background: #fff;
}

.the_content ._mv__heading .-dept {
  color: #2199DE;
  text-shadow    : 
       1px  1px 0px #99FFFF,
      -1px  1px 0px #99FFFF,
       1px -1px 0px #99FFFF,
      -1px -1px 0px #99FFFF,
       1px  0px 0px #99FFFF,
       0px  1px 0px #99FFFF,
      -1px  0px 0px #99FFFF,
       0px -1px 0px #99FFFF;    
}

.the_content ._mv__icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 237px;
  height: 237px;
  top: -20px;
  left: -60px;
  box-sizing: border-box;
  font-size: 4.2rem;
  line-height: 1.28571;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #2199DE;
}

.the_content ._col-3 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 92px;
}

.the_content ._col-3__item {
  width: 33.3%;
  float:left;
}

.the_content ._col-3__item dt {
  display: flex;
  justify-content: center;
  padding-bottom: 14px;
  font-size: 2.6rem;
  line-height: 1.53846;
}

.the_content ._col-3__item dt span {
  flex-shrink: 0;
}

.the_content ._col-3__item dd {
  position: relative;
  padding: 34px 23px 27px;
  border: 1px solid #E1E1E1;
}

.the_content ._col-3__item dd::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  top: 0;
  left: 0;
  background: #54B0E5;
}

.the_content ._flow {
  position: relative;
  padding: 90px 0 116px;
}

.the_content ._flow::before {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #2199DE;
  z-index: -1;
}

.the_content ._flow__item dt {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
  padding: 8px 12px;
  font-size: 2.2rem;
  line-height: 1.45455;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background: #111;
}

.the_content ._flow__item dd {
  color: #fff;
}

.the_content ._flow__item:nth-of-type(n+2) {
  margin-top: 43px;
}

.box-1 {
  padding: 10.3% 10%;
  background: #eee;
}

.box-1:not(:root) {
  margin-top: 100px;
}

.box-1 p + p {
  margin-top: 30px;
}

.box-2 {
  display: flex;
  flex-wrap: wrap;
}

.box-2:not(:root) {
  margin-top: 100px;
}

.box-2.-col-3 > div {
  width: 30%;
  margin-right: 5%;
}

.box-2.-col-3 > div:nth-of-type(3n) {
  margin-right: 0;
}

.box-2.-col-3 > div:nth-of-type(n+4) {
  margin-top: 40px;
}

.box-2 img {
  width: 100%;
  margin-bottom: 26px;
}

.box-2 p {
  font-size: 1.6rem;
  line-height: 2;
}

.form__items {
  margin-bottom: 50px;
}

.form__item {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.form__item + .form__item {
  margin-top: 30px;
}

.form__heading {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 60px;
  padding-top: 10px;
  font-size: 2.2rem;
  line-height: 1.36364;
}

.form__heading span {
  order: -1;
  width: 66px;
  margin-right: 14px;
  font-size: 1.4rem;
  line-height: 2.28571;
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-indent: .2em;
  background: #EA2525;
}

.form__heading + span {
  display: block;
  width: 59%;
}

.form__btn {
  display: block;
  width: 260px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.6rem;
  line-height: 3.125;
  background: #EA2525;
  transition: .3s;
}

.form__btn:hover {
  opacity: .7;
}

@media screen and (max-width: 1280px) {
  .nav__item a {
    padding: 0;
    font-size: 1.17188vw;
    width: 9vw;
    line-height: 6.66667;
  }

  .nav__item.-contact {
    margin-left: 2.88462vw;
  }

  .nav__item.-contact a {
    width: 14.0625vw;
    font-size: 1.25vw;
    line-height: 6.25;
  }

  .nav__item.-recruit a {
    width: 12.5vw;
    font-size: 1.25vw;
    line-height: 6.25;
  }

  .nav__item.-posting a {
    width: 12.5vw;
    font-size: 1.25vw;
    line-height: 6.25;
  }
}

@media screen and (max-width: 1200px) {
  .concept__image {
    margin: 0 60px auto 0;
  }

  .works-detail__heading {
    width: 16%;
    min-width: 130px;
    margin-right: 40px;
    padding-left: 5%;
  }

}

@media screen and (max-width: 1040px) {
  .header__head {
    width: 151px;
  }

  .nav__item:nth-of-type(n+2) {

  }

  .nav__item.-contact a {
    padding: 0;
  }

  .nav__item.-recruit {
    margin-left: 0;
  }

  .nav__item.-recruit a {
    padding: 0;
  }

  .nav__item.-posting {
    margin-left: 0;
  }

  .nav__item.-posting a {
    padding: 0;
  }

  .mv__head {
    padding-left: 20px;
  }

  .the_content ._mv__heading {
    font-size: 2.5vw;
  }

  .the_content ._mv__heading span:not([class]) {
    padding: 2.88462vw 9.42308vw 2.88462vw 3.84615vw;
  }

  .the_content ._mv__icon {
    left: -4.32692vw;
    width: 22.78846vw;
    height: 22.78846vw;
    font-size: 4.03846vw;
    border-width: 0.28846vw;
  }

  .the_content ._col-3 {
    flex-wrap: wrap;
  }

  .the_content ._col-3__item {
    width: 100%;
  }

  .the_content ._col-3__item:nth-of-type(n+2) {
    margin-top: 50px;
  }

  .flow-txtBox p{
    line-height:2;
  }

  .merits ._col-3__item dt{
    font-size:2rem;
  }

}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }

  .pc-only {
    display: none !important;
  }

  a[href^="tel:"] {
    pointer-events: all;
  }

  input {
    height: 50px;
  }

  .l-wrapper {
    width: 92%;
    padding: 0;
  }

  .top_mv_logo img{
    width: 120px;
  }
  .header {
    position:fixed;
    top:0px;
    left:0px;
    width: 100%;
    background: #fff;
    z-index:10;
  }
  .header__wrap {
    height: 60px;
    padding: 0 4%;
  }

  .header__head {
    width: 120px;
  }

  .header__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
  }

  .nav {
    position: fixed;
    width: 100%;
    height: calc(100% - 60px);
    top: 60px;
    left: 0;
    background: #fff;
    z-index: 100;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
  }

  .nav__items {
    display: block;
    height: 100%;
    margin: 0 auto;
    padding: 10px 4% 40px;
    box-sizing: border-box;
    overflow-y: scroll;
  }

  .nav__item {
    border-bottom: 1px solid #111;
  }

  .nav__item a {
    min-height: 0;
    font-size: 1.5rem;
    line-height: 3.33333;
    width: 100%;
  }

  .nav__item:nth-of-type(n+2) {
    margin-left: 0;
  }

  .nav__item.-contact {
    margin: 60px 0 0;
    border-bottom: none;
  }

  .nav__item.-contact a {
    width: 100%;
    font-size: 1.6rem;
    line-height: 3.75;
  }

  .nav__item.-recruit {
    margin-top: 25px;
    border-bottom: none;
  }

  .nav__item.-recruit a {
    width: 100%;
    font-size: 1.6rem;
    line-height: 3.75;
  }

  .nav__item.-posting {
    margin-top: 25px;
    border-bottom: none;
  }

  .nav__item.-posting a {
    width: 100%;
    font-size: 1.6rem;
    line-height: 3.75;
  }

  .footer {
    padding: 80px 0 0;
  }

  .footer__copy {
    margin-top: 190px;
  }

  .mv__head {
    align-items: flex-start;
    max-width: 80%;
    padding: 40px 20px 50px 4%;
  }

  .mv__head [lang="en"] {
    font-size: 1.8rem;
  }

  .mv__head [lang="ja"] {
    font-size: 3rem;
  }

  .mv__image {
    height: calc(100vh - 60px);
  }

.mv__company {
  display: flex;
  flex-direction: column;
  padding: 20px 10px;
  font-weight: bold;
  background: #fff;
  z-index: 1;
  border: solid #111 1px;
}

.mv__company img {
  width: 80px;
}

.mv__company [lang="en"] {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #2199DE;
}

.mv__company [lang="ja"] {
  font-size: 1.2rem;
  line-height: 1.4;
}

  .about {
    padding: 80px 0;
  }

  .about__item {
    display: block;
  }

  .about__image {
    width: 100%;
    margin: 0 0 40px;
  }

  .about__detail {
    width: 100%;
  }

  .service {
    padding: 80px 0;
  }

  .service__item {
    display: block;
  }

  .service__image {
    width: 100%;
    margin: 20px 0 40px;
  }

  .service__image__right {
    width: 100%;
    margin: 20px 0 40px;
  }


  .service__detail {
    width: 100%;
  }

  .concept {
    padding: 80px 0;
  }

  .concept::before {
    content: none;
  }

  .concept__intro {
    margin-bottom: 50px;
  }

  .concept__item {
    display: block;
  }

  .concept__image {
    width: 100%;
    margin: 0 0 40px;
  }

  .concept__detail {
    width: 100%;
  }

  .concept__txt {
    color: #111;
  }

  .recruit {
    padding: 80px 0;
  }

  .recruit__item {
    flex-direction: column-reverse;
  }

  .recruit__detail {
    position: relative;
    width: 100%;
  }

  .recruit__heading {
    margin-bottom: 32px;
  }

  .recruit__image {
    width: 100%;
    min-height: 0%;
    margin: 0;
  }

  .flow-txtBox p{
    line-height:2;
  }

  .merits ._col-3__item{
    width: 100%;
  }

  .message {
    padding: 80px 0;
  }

  .message__item {
    flex-direction: column-reverse;
  }

  .message__item.-reverse {
    flex-direction: column-reverse;
  }

  .message__detail {
    position: relative;
    width: 100%;
  }

  .message__heading {
    margin-bottom: 32px;
  }

  .message__image {
    width: 80%;
    min-height: 0%;
    margin: 0 0 30px auto;
  }

  .-reverse > .message__image {
    margin: 0 0 30px 0;
  }

  .works {
    padding: 80px 0;
  }

  .works__item {
    padding: 40px 8% 50px;
  }

  .works-detail__items {
    margin-bottom: 60px;
  }

  .works-detail__item {
    display: block;
  }

  .works-detail__item + .works-detail__item {
    margin-top: 80px;
  }

  .works-detail__heading {
    width: 100px;
    min-width: 0;
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 2.4rem;
  }

  .works-detail__detail {
    width: 100%;
  }

  .works-detail__image {
    position: inherit;
    right: auto;
    width: 100%;
    margin-top: 30px;
  }

  .works-detail__image.-type-1 {
    top: auto;
  }

  .works-detail__image.-type-2 {
    top: auto;
  }

  .works-detail__image.-type-3 {
    top: auto;
  }

  .works-detail__note {
    display: flex;
    justify-content: center;
    font-size: 1.4rem;
    text-align: left;
  }

  .company {
    padding: 40px 0 10px;
  }

  .company__wrap {
    display: block;
  }

  .company__item {
    margin: 0 0 30px;
  }

  .company__map {
    width: 100%;
    float: none;
    margin-top: 0px;
  }


  .contact {
    margin-bottom: 80px;
  }

  .contact__wrap {
    display: block;
    padding: 50px 8%;
  }

  .contact__item {
    width: 100%;
    min-width: 0;
    margin: 0 0 40px;
    padding-bottom: 0;
  }

  .contact__item dt {
    font-size: 2.4rem;
  }

  .contact__item dt::before {
    width: 40px;
    height: 40px;
    transform: translateX(-5px);
  }

  .contact__item dd {
    font-size: 1.6rem;
  }

  .contact__links {
    width: 100%;
  }

  .contact__link a {
    line-height: 3;
  }

  .page__intro {
    padding: 20px 4%;
  }

  .breadcrumb {
    margin-bottom: 30px;
  }

  .breadcrumb__item {
    font-size: 1.4rem;
  }

  .the_content > * + h2 {
    margin-top: 80px;
  }

  .the_content > * + ul,.the_content > * + ol {
    margin-top: 60px;
  }

  .the_content h2 {
    padding-bottom: 10px;
    font-size: 2.6rem;
  }

  .the_content h3 {
    padding: 5px 20px;
    font-size: 2.2rem;
  }

  .the_content h4 {
    font-size: 2rem;
    padding-left: 40px;
  }

  .the_content h5 {
    padding-left: 30px;
    font-size: 1.8rem;
  }

  .the_content h6 {
    padding: 0 8px 15px 20px;
    font-size: 1.6rem;
  }

  .the_content p img.alignleft {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }

  .the_content p img.alignright {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }

  .the_content img.alignleft {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }

  .the_content img.alignright {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }

  .the_content table + * {
    margin-top: 60px;
  }

  .the_content table th,.the_content table td {
    display: block;
  }

  .the_content table tr > * + * {
    border-left: none;
  }

  .the_content table th {
    width: 100%;
  }

  .the_content ._col-3__item dt {
    font-size: 24px;
  }

  .the_content ._flow {
    padding: 70px 0 80px;
  }

  .the_content ._flow__item dt {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .box-2.-col-3 > div {
    width: 100%;
    margin-right: 0;
  }

  .box-2.-col-3 > div:nth-of-type(n+2) {
    margin-top: 40px;
  }

  .form__item {
    flex-direction: column;
    justify-content: flex-start;
  }

  .form__heading {
    margin: 0 0 10px;
    font-size: 2rem;
  }

  .form__heading + span {
    width: 100%;
  }
}
