@charset "UTF-8";
/* リセット
---------------------------------------------------- */
*:focus {
  outline: none;
}

* {
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
u,
b,
mark,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
figure,
button {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: inherit;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
  font-weight: inherit;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

br {
  letter-spacing: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

main {
  display: block;
}

u {
  text-decoration: none;
}

b {
  font-weight: inherit;
}

mark {
  background: none;
  color: inherit;
}

time {
  display: block;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

button {
  font-family: inherit;
  color: inherit;
  border: none;
  cursor: pointer;
}

/* ページ共通
---------------------------------------------------- */
html {
  color: #3a3b3c;
  font-size: 10px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}

*:first-child + html body {
  font-size: 87%;
}

hr {
  border: none;
}

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

a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
  clear: both;
}

.none {
  margin: 0;
  padding: 0;
  border: none;
}

.set-anime {
  opacity: 0;
  transition: 0.8s;
  position: relative;
  top: 30px;
}
.set-anime.show-anime {
  opacity: 1;
  top: 0;
}

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

svg {
  vertical-align: top;
}

input[type=text],
input[type=submit],
input[type=reset],
input[type=button],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

input[type=text],
input[type=password],
textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #aaa;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
  opacity: 1;
}
input[type=text]::-moz-input-placeholder,
input[type=password]::-moz-input-placeholder,
textarea::-moz-input-placeholder {
  /* Fox */
  color: #ccc;
  opacity: 1;
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea::-moz-placeholder {
  /* Others */
  color: #ccc;
  opacity: 1;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
textarea::placeholder {
  /* Others */
  color: #ccc;
  opacity: 1;
}

input[type=text] {
  padding: 8px 16px;
}
input[type=text]::-ms-clear {
  visibility: hidden;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

select {
  box-sizing: border-box;
}
select::-ms-expand {
  display: none;
}

textarea {
  padding: 16px;
  vertical-align: baseline;
}
/*--------------------------------------
 メインコンテンツ
---------------------------------------*/
.mainZone .ct-main {
  overflow: hidden;
  border-radius: 0 0 0 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 49vw;
  max-height: 830px;
  min-height: 600px;
}
.mainZone .ct-main video {
  width: 100%;
  height: 70vw;
  max-height: 900px;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 600px;
}
@media screen and (max-width: 767px) {
  .mainZone .ct-main {
    height: 101.3333333333vw;
    min-height: 0;
    margin-top: 16vw;
    border-radius: 0;
  }
}
.mainZone .ct-main::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mainZone .ct-main .word {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .mainZone .ct-main .word {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .mainZone .ct-main .word li {
    width: 18%;
    height: auto;
    margin-top: -10vw;
  }
}
.mainZone .ct-main .word li + li {
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .mainZone .ct-main .word li + li {
    margin-left: 1vw;
  }
}

/*--------------------------------------
 メインコンテンツ
---------------------------------------*/
.aboutZone {
  position: relative;
  z-index: 2;
}
@keyframes scrollBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2364px 0;
  }
}
.aboutZone .eng_big {
  margin-top: -40px;
  height: 154px;
  background-image: url(/common/img/about/eng_big.svg);
  background-repeat: repeat-x;
  background-size: cover;
  animation: scrollBackground 40s linear infinite;
}
@media screen and (max-width: 767px) {
  .aboutZone .eng_big {
    overflow: hidden;
    height: 77px;
  }
}
@media screen and (max-width: 767px) {
  .aboutZone .inner {
    width: 100%;
  }
}
.aboutZone .fl_ab {
  display: flex;
  padding-top: 80px;
  margin-bottom: -50px;
}
@media screen and (max-width: 767px) {
  .aboutZone .fl_ab {
    flex-direction: column;
    padding-top: 10vw;
    margin-bottom: 0;
  }
}
.aboutZone .fl_ab .txt {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .aboutZone .fl_ab .txt {
    width: 90%;
    margin: 0 auto;
  }
}
.aboutZone .fl_ab .txt .next_ttl {
  font-size: 3.3rem;
  line-height: 1.6;
  font-weight: bold;
  margin: 40px 0 30px 0;
}
@media screen and (max-width: 767px) {
  .aboutZone .fl_ab .txt .next_ttl {
    font-size: 1.8rem;
    margin: 5vw 0;
  }
}
.aboutZone .fl_ab .txt .word {
  font-size: 1.8rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .aboutZone .fl_ab .txt .word {
    font-size: 1.4rem;
  }
}
.aboutZone .fl_ab .img {
  width: 40%;
  margin-left: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .aboutZone .fl_ab .img {
    width: 110%;
    margin: 5vw 0 0 -5vw;
  }
}
.aboutZone .fl_ab .img::after {
  content: "";
  display: block;
  background: url("../img/about/af_img.png") 0 0 no-repeat;
  background-size: 100%;
  width: 25vw;
  height: 24vw;
  position: absolute;
  bottom: -8vw;
  right: 0;
}
@media screen and (max-width: 767px) {
  .aboutZone .fl_ab .img::after {
    width: 58vw;
    height: 55vw;
    right: 5vw;
    bottom: -10vw;
  }
}
.aboutZone .fl_ab .img img {
  width: 100%;
}
.aboutZone .list_check {
  width: 48%;
  position: relative;
  z-index: 3;
  margin-top: 40px;
  top: -9vw;
  min-width: 600px;
}
@media screen and (max-width: 1400px) {
  .aboutZone .list_check {
    top: 0vw;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .aboutZone .list_check {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .aboutZone .list_check {
    width: 90%;
    min-width: 0;
    top: 0vw;
    margin: 15vw auto 0 auto;
  }
}
.aboutZone .list_check li {
  display: flex;
  align-items: center;
  border-bottom: 2px dotted #1a69c6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .aboutZone .list_check li {
    padding-bottom: 2.5vw;
    margin-bottom: 2.5vw;
  }
}
.aboutZone .list_check li::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  background: url("../img/about/checked_icon.png") 0 0 no-repeat;
  background-size: contain;
  width: 41px;
  height: 41px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .aboutZone .list_check li::before {
    width: 7vw;
    height: 7vw;
    margin-right: 2vw;
  }
}
.aboutZone .list_check li p {
  font-size: 2rem;
  font-weight: bold;
  width: 20%;
  color: #1a69c6;
}
@media screen and (max-width: 1200px) {
  .aboutZone .list_check li p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .aboutZone .list_check li p {
    font-size: 1.6rem;
    width: 28%;
  }
}
.aboutZone .list_check li span {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .aboutZone .list_check li span {
    font-size: 1.4rem;
  }
}

/*--------------------------------------
 メインコンテンツ
---------------------------------------*/
.serviceZone {
  background-color: #04A4D7;
  color: #fff;
  border-radius: 150px;
  padding: 0 50px 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .serviceZone {
    border-radius: 0 30vw 0 0;
    padding: 0 0 10vw 0;
    margin-top: 30vw;
  }
}
.serviceZone::before {
  content: "";
  display: block;
  background: url("../img/service/bf.png") 0 0 no-repeat;
  background-size: 100%;
  width: 17vw;
  height: 14.2vw;
  position: absolute;
  top: -7vw;
  left: 5vw;
}
@media screen and (max-width: 767px) {
  .serviceZone::before {
    background: url("../img/service/bf-sp.png") 0 0 no-repeat;
    background-size: 100%;
    width: 50vw;
    height: 42vw;
    top: -23vw;
    left: auto;
    right: -11vw;
  }
}
@media screen and (max-width: 767px) {
  .serviceZone .in_service {
    width: 90%;
    margin: 0 auto;
  }
}
.serviceZone h2.ttl {
  text-align: center;
  position: relative;
  top: -70px;
}
@media screen and (max-width: 767px) {
  .serviceZone h2.ttl {
    top: -11vw;
    text-align: left;
  }
}
.serviceZone h2.ttl p {
  border-color: #fff !important;
}
.serviceZone .next_ttl {
  text-align: center;
  font-size: 2rem;
  margin: -40px 0 40px 0;
}
@media screen and (max-width: 767px) {
  .serviceZone .next_ttl {
    font-size: 1.4rem;
    text-align: left;
    margin: -5vw 0 0 0;
  }
}
.serviceZone .fl_in {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .serviceZone .fl_in {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .serviceZone .fl_in {
    margin-top: 2vw;
  }
}
.serviceZone .fl_in li {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .serviceZone .fl_in li {
    width: 48%;
    margin-top: 4vw;
  }
}
.serviceZone .fl_in li .wd {
  background: #fff;
  color: #000;
  border-radius: 0 0 20px 20px;
  padding: 10px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .serviceZone .fl_in li .wd {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .serviceZone .fl_in li .wd {
    border-radius: 0 0 3vw 3vw;
    padding: 2vw;
    font-size: 1.3rem;
  }
}
.serviceZone .fl_in li + li {
  margin-left: 20px;
}
@media screen and (max-width: 1400px) {
  .serviceZone .fl_in li + li {
    margin-left: 0;
  }
}
.serviceZone .noice {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .serviceZone .noice {
    font-size: 1.3rem;
    margin-top: 5vw;
  }
}

/*--------------------------------------
 メインコンテンツ
---------------------------------------*/
.caseZone {
  padding: 90px 0 50px 0;
}
@media screen and (max-width: 767px) {
  .caseZone {
    padding: 10vw 0 10vw 0;
  }
}
.caseZone .inner {
  position: relative;
  box-sizing: border-box;
}
.caseZone .inner::before {
  content: "";
  display: block;
  background: url("../img/case/bf.png") 0 0 no-repeat;
  background-size: 100%;
  width: 24vw;
  height: 17vw;
  position: absolute;
  top: -10vw;
  right: 0;
}
@media screen and (max-width: 767px) {
  .caseZone .inner::before {
    width: 58vw;
    height: 41vw;
    top: 10vw;
    right: -4vw;
  }
}
.caseZone h2.ttl {
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .caseZone h2.ttl {
    margin-bottom: 30vw;
  }
}
.caseZone .sld_case {
  position: relative;
  z-index: 2;
}
.caseZone .sld_case li {
  text-align: center;
}
.caseZone .sld_case li a:hover {
  opacity: 0.7;
}
.caseZone .sld_case li .img {
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .caseZone .sld_case li .img {
    padding: 0 0 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .caseZone .sld_case li {
    width: 80vw;
  }
}
.caseZone .sld_case li p {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .caseZone .sld_case li p {
    font-size: 1.4rem;
    margin-top: 3vw;
  }
}
.caseZone .sld_case .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #04A4D7;
  background: #fff;
  top: -60px;
  right: 22%;
  left: auto;
  z-index: 3;
}
@media screen and (max-width: 1400px) {
  .caseZone .sld_case .slick-arrow {
    right: 19%;
  }
}
@media screen and (max-width: 767px) {
  .caseZone .sld_case .slick-arrow {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    top: -15vw;
    left: 20vw;
    right: auto;
  }
}
.caseZone .sld_case .slick-arrow::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #04A4D7;
  border-right: 2px solid #04A4D7;
  transform: rotate(45deg);
  margin-left: -5px;
}
@media screen and (max-width: 767px) {
  .caseZone .sld_case .slick-arrow::after {
    width: 3.2vw;
    height: 3.2vw;
    margin-left: -1vw;
  }
}
.caseZone .sld_case .slick-arrow.slick-prev {
  right: 30%;
}
@media screen and (max-width: 767px) {
  .caseZone .sld_case .slick-arrow.slick-prev {
    right: auto;
    left: 6vw;
  }
}
.caseZone .sld_case .slick-arrow.slick-prev::after {
  position: relative;
  left: 5px;
  transform: rotate(-135deg);
}
.caseZone .sld_case .slick-arrow::before {
  display: none;
}

/*--------------------------------------
 メインコンテンツ
---------------------------------------*/
.overviewZone {
  background: url("../img/overview/bg.jpg") no-repeat;
  background-size: cover;
  background-position: -240px 0px;
  padding: 0 30px 100px 30px;
}
@media screen and (max-width: 767px) {
  .overviewZone {
    background: none;
    background-color: #1b6ac7;
    background-position: unset;
    padding: 0 0 10vw 0;
    border-radius: 30vw 0 0 0;
  }
}
.overviewZone .inner {
  position: relative;
}
.overviewZone .inner::before {
  content: "";
  display: block;
  background: url("../img/overview/bf.png") 0 0 no-repeat;
  background-size: 100%;
  width: 24vw;
  height: 18.5vw;
  position: absolute;
  z-index: 1;
  left: -5vw;
  top: -8vw;
}
@media screen and (max-width: 767px) {
  .overviewZone .inner::before {
    width: 57vw;
    height: 44vw;
    top: -19vw;
    left: -16vw;
  }
}
.overviewZone h2.ttl {
  text-align: right;
  margin-right: 125px;
  position: relative;
  top: -70px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .overviewZone h2.ttl {
    margin-right: 0;
    top: -11vw;
  }
}
.overviewZone h2.ttl p {
  color: #fff;
  border-bottom: 3px solid #fff !important;
}
.overviewZone .fl_map {
  display: flex;
  color: #fff;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .overviewZone .fl_map {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .overviewZone .fl_map {
    flex-direction: column;
  }
}
.overviewZone .fl_map .info {
  margin-right: 50px;
  font-size: 1.7rem;
  width: 48%;
}
@media screen and (max-width: 1400px) {
  .overviewZone .fl_map .info {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .overviewZone .fl_map .info {
    margin-right: 0;
    width: 100%;
    font-size: 1.4rem;
  }
}
.overviewZone .fl_map .info dl {
  display: flex;
}
.overviewZone .fl_map .info dl dt {
  width: 18%;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .overviewZone .fl_map .info dl dt {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .overviewZone .fl_map .info dl dd {
    width: 70%;
  }
}
.overviewZone .fl_map .info dl + dl {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .overviewZone .fl_map .info dl + dl {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 1400px) {
  .overviewZone .fl_map .map {
    width: 100%;
    margin-top: 5vw;
  }
}
.overviewZone .fl_map .map iframe {
  width: 600px;
  height: 400px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .overviewZone .fl_map .map iframe {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .overviewZone .fl_map .map iframe {
    height: 65vw;
    border-radius: 3vw;
  }
}
.overviewZone .greeting-box {
  padding: 50px 0 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .overviewZone .greeting-box {
    padding-top: 0;
  }
}
.overviewZone .greeting-box h3 {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .overviewZone .greeting-box h3 {
    margin: 8vw 0 5vw;
    font-size: 1.8rem;
  }
}
.overviewZone .greeting-box .cont {
  max-width: 1200px;
  margin: 0 auto;
  background-image: url(/common/img/greeting.jpg);
  background-repeat: no-repeat;
  background-position: center;
  text-align: left;
  background-size: 100%;
  border-radius: 50px;
  display: flex;
  align-items: center;
  min-height: 560px;
}
@media screen and (max-width: 767px) {
  .overviewZone .greeting-box .cont {
    background-size: cover;
    min-height: 0px;
    height: 75vw;
    overflow: hidden;
    border-radius: 0;
  }
}
.overviewZone .greeting-box .cont .text {
  padding: 30px;
  display: inline-block;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  margin-left: 10%;
}
@media screen and (max-width: 767px) {
  .overviewZone .greeting-box .cont .text {
    margin-left: 0;
    width: 50%;
    border-radius: 0;
    padding: 4vw;
  }
}
.overviewZone .greeting-box .cont .text p {
  font-size: 2.2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .overviewZone .greeting-box .cont .text p {
    font-size: 1.3rem;
  }
}

/*--------------------------------------
 メインコンテンツ
---------------------------------------*/
.contactZone {
  padding: 100px 30px 170px 30px;
}
@media screen and (max-width: 767px) {
  .contactZone {
    padding: 10vw 0 15vw 0;
  }
}
.contactZone .recruit {
  display: flex;
  border-radius: 200px;
  overflow: hidden;
  box-sizing: border-box;
  background: #04A4D7;
}
@media screen and (max-width: 767px) {
  .contactZone .recruit {
    border-radius: 5vw;
    padding: 2vw;
    align-items: center;
  }
}
.contactZone .recruit .img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .contactZone .recruit .img {
    border-radius: 5vw 0 0 5vw;
    overflow: hidden;
  }
}
.contactZone .recruit .img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.contactZone .recruit .capwithtext {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .contactZone .recruit .capwithtext {
    margin-left: 3vw;
    text-align: left;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .contactZone .recruit .capwithtext .cap img {
    height: 8vw;
    width: auto;
  }
}
.contactZone .recruit .capwithtext p {
  font-size: 2rem;
  margin: 20px 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contactZone .recruit .capwithtext p {
    font-size: 1.3rem;
    margin: 3vw 0;
  }
}
.contactZone .recruit .capwithtext .btn {
  display: block;
  background: #fff;
  color: #04A4D7;
  font-weight: bold;
  width: 220px;
  padding: 10px;
  font-size: 1.8rem;
  box-sizing: border-box;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .contactZone .recruit .capwithtext .btn {
    font-size: 1.4rem;
    width: 100%;
    text-align: center;
    padding: 1.8vw;
  }
}
.contactZone .recruit .capwithtext .btn:hover {
  filter: brightness(130%);
  transition: 0.3s;
}
.contactZone .in_contact {
  margin-top: 90px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .contactZone .in_contact {
    margin-top: 10vw;
    display: block;
  }
}
.contactZone .in_contact .txt {
  width: 45%;
  margin-right: 65px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contactZone .in_contact .txt {
    width: 100%;
    margin-right: 0;
  }
}
.contactZone .in_contact .txt::after {
  content: "";
  display: block;
  background: url("../img/contact/bf.png") 0 0 no-repeat;
  background-size: 100%;
  width: 28vw;
  height: 18.5vw;
  position: absolute;
  bottom: -5vw;
  left: 0vw;
}
@media screen and (max-width: 767px) {
  .contactZone .in_contact .txt::after {
    width: 46vw;
    height: 31vw;
    bottom: auto;
    top: -1vw;
    right: -15vw;
    left: auto;
  }
}
.contactZone .in_contact .txt .word {
  font-size: 1.8rem;
  line-height: 1.7;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .contactZone .in_contact .txt .word {
    font-size: 1.4rem;
    margin: 5vw 0;
  }
}
.contactZone .in_contact .box-form {
  width: 50%;
  border: 1px solid #E0E0E0;
  border-radius: 40px;
  box-sizing: border-box;
  padding: 60px 40px;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .contactZone .in_contact .box-form {
    width: 100%;
    border-radius: 5vw;
    padding: 7vw 5vw;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  }
}
.contactZone .in_contact .box-form .form_area .required {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .contactZone .in_contact .box-form .form_area .required {
    font-size: 1.4rem;
    margin-bottom: 2vw;
  }
}
.contactZone .in_contact .box-form .form_area .required span {
  color: red;
}
.contactZone .in_contact .box-form .form_area select {
  padding: 0.3em 0;
}
.contactZone .in_contact .box-form .form_area input,
.contactZone .in_contact .box-form .form_area select,
.contactZone .in_contact .box-form .form_area textarea {
  width: 100%;
}
.contactZone .in_contact .box-form .form_area dd {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .contactZone .in_contact .box-form .form_area dd {
    margin-bottom: 3vw;
  }
}
.contactZone .in_contact .box-form .submit_button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 240px;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  background: #FFD600;
  border-radius: 30px;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .contactZone .in_contact .box-form .submit_button {
    width: 60%;
    font-size: 1.6rem;
    padding: 2vw;
  }
}
.contactZone .in_contact .box-form .submit_button:hover {
  filter: brightness(130%);
  transition: 0.3s;
}

.detail-page .ttl {
  background-image: url(/common/img/recruit/bg.jpg);
  border-radius: 0 0 0 100px;
  align-items: center;
  background-size: cover;
  padding: 80px 100px;
}
@media screen and (max-width: 767px) {
  .detail-page .ttl {
    padding: 10vw;
    border-radius: 0;
    padding-top: 26vw;
  }
  .detail-page .ttl img {
    height: 10vw;
    width: auto;
  }
}
.detail-page .ttl span {
  display: block;
  color: #fff;
  font-size: 20px;
  margin-top: 1em;
}
.detail-page .content {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .detail-page .content {
    padding: 8vw;
  }
}
.detail-page .content h2 {
  font-size: 30px;
  font-weight: bold;
  color: #1a69c6;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .detail-page .content h2 {
    font-size: 20px;
  }
}
.detail-page .content p {
  line-height: 2;
  margin-bottom: 1em;
}
.detail-page .content h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .detail-page .content h3 {
    font-size: 18px;
  }
}
.detail-page .content .links {
  border-bottom: 1px dotted #ccc;
}
@media screen and (max-width: 767px) {
  .detail-page .content .links {
    border-bottom: 0;
  }
}
.detail-page .content .links li {
  border-top: 1px dotted #ccc;
}
.detail-page .content .links li a {
  display: flex;
  padding: 2em 0;
  justify-content: space-between;
  font-size: 20px;
  color: #1a69c6;
  font-weight: bold;
}
.detail-page .content .links li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .detail-page .content .links li a {
    font-size: 16px;
  }
}
.detail-page .content .links li a:after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  transform: rotate(-45deg);
  border-right: 2px solid #1a69c6;
  border-bottom: 2px solid #1a69c6;
  position: relative;
  top: 0.5em;
}

.set-anime {
  transition: 0.5s;
  opacity: 0;
}

.show-anime {
  opacity: 1;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  color: #000;
}

.modaal-content-container ul.fl_b-a {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .modaal-content-container ul.fl_b-a {
    flex-direction: column;
    justify-content: center;
  }
}
.modaal-content-container ul.fl_b-a li {
  position: relative;
}
.modaal-content-container ul.fl_b-a li.before {
  color: #747474;
}
@media screen and (max-width: 767px) {
  .modaal-content-container ul.fl_b-a li.before {
    padding-bottom: 10vw;
  }
}
.modaal-content-container ul.fl_b-a li.before:after {
  content: "";
  display: inline-block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 25.9807621135px solid #04a4d7;
  position: absolute;
  transform: rotate(90deg);
  right: 36px;
  top: 45%;
}
@media screen and (max-width: 767px) {
  .modaal-content-container ul.fl_b-a li.before:after {
    left: 45%;
    right: auto;
    transform: rotate(180deg);
    top: auto;
    bottom: 0vw;
  }
}
.modaal-content-container ul.fl_b-a li.after {
  color: #04a4d7;
}
.modaal-content-container ul.fl_b-a li p {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modaal-content-container ul.fl_b-a li p {
    margin-top: 2vw;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .modaal-content-container ul.fl_b-a li + li {
    margin-top: 4vw;
  }
}

.l-wrapper {
  display: flex;
  min-width: 1160px;
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    min-width: unset;
    display: block;
  }
}

.l-header {
  background: #fff;
  position: sticky;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    width: 100%;
    height: auto;
    top: -0.1vw;
  }
}
.l-header .cont_head {
  width: 320px;
  height: 100%;
  padding: 50px 35px 35px 35px;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header .cont_head {
    width: 100%;
    height: auto;
    padding: 3.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header .cont_head .hbg-line {
    width: 10vw;
    height: 8vw;
    position: absolute;
    top: 3.8vw;
    right: 3.5vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .l-header .cont_head .hbg-line li {
    position: relative;
    width: 100%;
    height: 2px;
    background: #000;
  }
}
.l-header .cont_head .hbg-line.show_menu li {
  transition: 0.3s;
}
.l-header .cont_head .hbg-line.show_menu li:nth-child(1) {
  transform: rotate(45deg);
  top: 4vw;
}
.l-header .cont_head .hbg-line.show_menu li:nth-child(2) {
  opacity: 0;
}
.l-header .cont_head .hbg-line.show_menu li:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 3.4vw;
}
@media screen and (max-width: 767px) {
  .l-header .cont_head .logo img {
    width: 26.1333333333vw;
    height: auto;
  }
}
.l-header .cont_head .menu-sp {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header .cont_head .menu-sp {
    display: none;
  }
}
.l-header .cont_head .w_here {
  font-size: 1.2rem;
  margin: 20px 0 50px 0;
}
@media screen and (max-width: 767px) {
  .l-header .cont_head .w_here {
    margin: 5.3333333333vw 0;
  }
}
.l-header .cont_head .list_nav {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-header .cont_head .list_nav {
    font-size: 1.6rem;
  }
}
.l-header .cont_head .list_nav li a:hover {
  text-decoration: underline;
  transition: 0.3s;
}
.l-header .cont_head .list_nav li + li {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .l-header .cont_head .list_nav li + li {
    margin-top: 5.3333333333vw;
  }
}
.l-header .cont_head .btn {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-header .cont_head .btn {
    margin: 0 auto 5vw auto;
  }
}
.l-header .cont_head .btn a {
  font-size: 1.8rem;
  font-weight: bold;
  background: #ffd600;
  display: block;
  width: 100%;
  padding: 8px;
  margin-top: 50px;
  border-radius: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .l-header .cont_head .btn a {
    padding: 2.8vw;
    margin-top: 8vw;
    font-size: 1.6rem;
  }
}
.l-header .cont_head .btn a:hover {
  filter: brightness(130%);
  transition: 0.3s;
}

.l-cont {
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-cont {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .l-cont h2.ttl .ttl_eng img {
    height: 11vw;
    width: auto;
  }
}
.l-cont h2.ttl p {
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 3px solid #04A4D7;
}
@media screen and (max-width: 767px) {
  .l-cont h2.ttl p {
    font-size: 2rem;
    margin-top: 4vw;
    padding-bottom: 2.5vw;
  }
}

.l-footer .inner {
  border-top: 1px solid #CCCCCC;
  padding: 75px 30px 50px 30px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer .inner {
    padding: 10vw 0 8vw 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .inner .logo img {
    width: 26.1333333333vw;
    height: auto;
  }
}
.l-footer .inner p {
  font-size: 1.2rem;
  line-height: 1.7;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer .inner p {
    margin-top: 3vw;
  }
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

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

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

@media screen and (max-width: 767px) {
  .inner {
    width: 90%;
  }
}
.loading {
  background-color: #fff;
  position: fixed;
  display: flex;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  animation: fadeOut 1.8s forwards;
  /* フェードアウトアニメーションを1.5秒で実行 */
}
.loading .in {
  filter: blur(10px);
  animation: logo 1.8s forwards;
  /* フェードアウトアニメーションを1.5秒で実行 */
}
@media screen and (max-width: 767px) {
  .loading .in {
    transform: scale(0.6);
  }
}

@keyframes logo {
  0% {
    filter: blur(10px);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    filter: blur(0px);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  99.9% {
    height: 100%;
  }
  100% {
    opacity: 0;
    height: 0;
    display: none;
  }
}
.instaZone {
  border-radius: 150px;
  padding: 70px;
  margin-bottom: 100px;
  text-align: center;
}
.instaZone .inner {
  position: relative;
}
.instaZone .btn {
  display: flex;
  height: 50px;
  padding: 0 2em;
  background: linear-gradient(45deg, #f6d365, #fda085, #f16f57, #5b86e5);
  border-radius: 50px;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  max-width: 500px;
  width: 90%;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .instaZone .btn {
    font-size: 14px;
  }
}
.instaZone a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: #fff;
  z-index: 3;
}
.instaZone a:hover {
  opacity: 0.2;
}
.instaZone .instaBox {
  height: 50vw;
}
@media screen and (max-width: 767px) {
  .instaZone .instaBox {
    height: 70vw;
  }
}
.instaZone h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .instaZone h2 {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .instaZone {
    padding: 5vw 0;
  }
}

.movie-zone {
  max-width: 1000px;
  margin: 50px auto;
}
@media screen and (max-width: 767px) {
  .movie-zone {
    margin: 4vw;
  }
}
.movie-zone video {
  border-radius: 10px;
  width: 100%;
  height: auto;
}/*# sourceMappingURL=style.css.map */