@charset "UTF-8";

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.4em;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.4em;
}

input,
select,
textarea {
  display: block;
  font-size: 16px;
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0em;
  padding: 0.53333em;
  -webkit-transition: border-color 150ms ease;
  -o-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%;
}

[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
  border-color: #b1b1b1;
}

[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
  border-color: #000;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 0, 0.7);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 0, 0.7);
  outline: none;
}

[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

[type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #ddd;
}

[type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666666;
}

[type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #666666;
}

[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #666666;
}

textarea {
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.4em;
}

[type="file"] {
  margin-bottom: 0.8em;
  width: 100%;
}

select {
  margin-bottom: 0.8em;
  width: 100%;
}

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(0, 0, 0, 0.6);
  outline-offset: 2px;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  width: 100%
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  margin: 0.8em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #a6a6a6;
  font-weight: 600;
  padding: 0.8em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.8em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

html {
  color: #000;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}

body {
  font-size: 15px;
  width: 100%;
}

@media screen and (max-width: 979px) {
  body {
    font-size: 14px;
  }
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit", sans-serif;
  font-size: 22px;
  line-height: 1.5;
  margin: 0 0 0.8em;
  font-weight: 600;
}

@media screen and (max-width: 979px) {
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 18px;
}
}

p {
  margin: 0 0 0.8em;
}

a {
  color: #000;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-transition: color 150ms ease;
  -o-transition: color 150ms ease;
  transition: color 150ms ease;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.6em 0;
}

@media screen and (max-width: 979px) {
  hr {
    margin: 1.2em 0;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  line-height: 1;
}

.m-t-1 {
  margin-top: 1em!important;
}

.m-t-2 {
  margin-top: 2em!important;
}

.m-t-3 {
  margin-top: 3em!important;
}

.m-b-1 {
  margin-bottom: 1em!important;
}

.m-b-2 {
  margin-bottom: 2em!important;
}

.m-b-3 {
  margin-bottom: 3em!important;
}

@media screen and (max-width: 979px) {
.m-t-1 {
  margin-top: 0.5em!important;
}

.m-t-2 {
  margin-top: 1em!important;
}

.m-t-3 {
  margin-top: 2em!important;
}

.m-b-1 {
  margin-bottom: 0.5em!important;
}

.m-b-2 {
  margin-bottom: 1em!important;
}

.m-b-3 {
  margin-bottom: 2em!important;
}
}

a.button_link {
  background: #000;
  color: #fff;
  padding: 1em 1.5em;
  margin-top: 2em;
  display: inline-block;
}

a.line {
  text-decoration: underline;
}

.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

.clear {
  clear: both;
}

.max {
  width: 100%!important;
}

@media screen and (max-width: 979px) {
  .lower-container p {
    font-size: 14px;
    line-height: 1.7;
  }
}

@media screen and (min-width: 769px) {
.sp_img {
  display: none!important;
}
}

@media screen and (max-width: 768px) {
  .pc_img {
    display: none!important;
  }
}

.line {
  text-decoration: underline;
}

/*--------------------------------------- 固定 ---------------------------------------*/

/*------------- header -------------*/

body {
  background: #0c0c33;
  color: #fff;
}

.header {
  z-index: 1111;
  height: 90px;
  background: transparent;
  position: fixed;
  width: 100%;
  padding: 15px;
  top: 0;
}

.header.change-color {
  background-color: #0c0c33;
  transition: 0.5s;
}

.header_heading {
  max-width: 300px;
  position: relative;
  z-index: 1111;
  float: left;
  padding-left: 10px;
}

.header_heading a h1 {
  margin-bottom: 0;
  text-align: left;
}

img.header_heading_logo {
  width: 100%;
  max-width: 160px;
  margin: 10px 15px;
}

.header_navi {
  margin: 0;
}

ul.header_navi_list {
  margin: 15px;
  font-size: 15px;
  float: right;
}

.header_navi_list_item {
  display: inline-block;
  margin: 0px 10px;
}

.header_navi_list_item a {
  color: #fff;
}

.header_navi_list_item a:hover {
  color: #f1f1f1;
}

@media screen and (max-width: 979px) {
  .header {
    height: 70px;
    padding: 5px;
  }
  .header_heading {
     display: none;
  }
  img.header_heading_logo {
    max-width: 150px;
    margin: 15px;
  }
  img.drawer_logo_heading_img {
    max-width: 180px;
  }
  .header_navi {
    display: none !important;
  }
  .header .header_navi_list_item:after {
    margin: 0 5px;
  }
}

@media screen and (min-width: 980px) {
  .drawer_logo {
     display: none;
  }
}

.drawer-hamburger {
  display: none;
}

@media screen and (max-width: 979px) {
  .drawer-hamburger {
    display: block;
    width: 30px;
    padding: 15px 15px 25px 15px;
    margin: 10px;
    right: 0;
  }
}

.drawer-hamburger-icon, .drawer-hamburger-icon::before, .drawer-hamburger-icon::after {
  background-color: #fff;
}

.drawer-nav {
  width: 20rem;
}

.drawer--right .drawer-nav {
  right: -20rem;
  font-size: 1.4rem;
  padding: 15px 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 20rem;
}

.drawer-menu-item {
  color: #000;
  font-size: 13px;
}

ul.drawer-menu {
  margin: 10px;
}

ul.drawer-menu li {
  border-bottom: 1px solid #ccc;
}

ul.drawer-menu li::before {
  content: '\203A';
  position: relative;
  color: #000;
  float: left;
  padding-right: 5px;
}

ul.drawer-menu li::last-child {
  border: none;
}

/*------------- footer -------------*/

.footer_container {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0 50px;
}

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


.footer_heading {
  font-size: 24px;
  font-weight: 600;
}

@media screen and (max-width: 979px) {
  .footer_container {
    padding: 45px 15px 45px;
  }
}

.copy {
  padding: 30px 5px 30px;
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 979px) {
  .copy {
    padding: 15px 5px 15px;
  }
}

/*--------------------------------------- 共通 ---------------------------------------*/

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.center {
  text-align: center;
}

.alignright {
  float: right;
}

.right {
  text-align: right;
}

.alignleft {
  float: left;
}

.left {
  text-align: left;
}

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

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

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

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

.btn-ptn-01 {
  line-height: 1.4;
}

.btn-ptn-01 a {
  background: #0dbbcd;
  color: #fff;
  font-weight: 600;
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 15px;
  max-width: 400px;
}

@media screen and (max-width: 979px) {
  .btn-ptn-01 a {
    font-size: 0.9em;
  }
}

.btn-ptn-01--left {
  text-align: left;
}

.btn-ptn-01--center {
  text-align: center;
}

.btn-ptn-01--right {
  text-align: right;
}

.btn-ptn-01--white a {
  background: #fff;
  color: #4d4d4d;
}

.heading-ptn-01 {
  text-align: center;
  padding-top: 15px;
  margin-bottom: 30px;
  font-size: 50px;
}

@media screen and (max-width: 979px) {
  .heading-ptn-01 {
    margin-bottom: 15px;
  }
}

.heading-ptn-02 {
  font-size: 24px;
  font-weight: 600;
}

@media screen and (max-width: 979px) {
  .heading-ptn-02 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.heading-ptn-03 {
  color: #fff;
  background: #0dbbcd;
  font-size: 22px;
  margin-top: 1em;
  font-weight: 600;
  text-align: center;
  padding: 10px;
}

@media screen and (max-width: 979px) {
  .heading-ptn-03 {
    color: fff;
    margin-top: 1em;
    padding: 10px 10px;
    font-size: 17px;
  }
}

/*--------------------------------------- トップページ ---------------------------------------*/

html { scroll-behavior: smooth;}

.anchor {
  display: block;
  padding-top: 30px;
  margin-top: -30px;
}

@media screen and (max-width: 979px) {
  .anchor {
    padding-top: 50px!important;
    margin-top: -50px!important;
  }
}

.top_container {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 5px 100px;
}

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

@media screen and (max-width: 979px) {
  .top_container {
    padding: 70px 15px 70px;
  }
}

.top_heading {
  text-align: center;
  font-size: 65px;
  line-height: 1;
  letter-spacing: 4px;
  margin-bottom: 100px;
}

@media screen and (max-width: 979px) {
  .top_heading {
    font-size: 36px;
    margin-bottom: 50px;
  }
}

/*------------- トップ部分 -------------*/

.top .main-visual {
  position: relative;
  z-index: -2;
  width: 100%;
  height: 650px;
  background: linear-gradient(45deg, rgba(0, 0, 0, 1), rgba(46, 49, 146, 1) 50%, rgba(0, 0, 0, 1));
}

.top .main-visual::after {
  clear: both;
  content: "";
  display: block;
}

.main-visual-inner {
  margin: 0 auto;
  padding: 50px;
  width: 100%;
  max-width: 1280px;
  height: 650px;
  position: relative;
}

.main-visual-inner img {
  right: 0;
  width: 480px;
  bottom: -60px;
  position: absolute;
}

.main-visual-txt {
  float: left;
  margin-top: 100px;
}

p.main-visual-heading {
  font-size: 120px;
  font-weight: 600;
  line-height: 0.9;
  margin-bottom: 50px;
}

p.main-visual-heading-p {
  font-size: 18px;
}

.scroll_down{
  position:absolute;
  bottom:50px;
  right:50%;
  animation: arrowmove 1s ease-in-out infinite;
}

.scroll_down a{
  position: absolute;
  left: -24px;
  bottom: 30px;
  color: #fff;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
  width: 24px;
  height: 24px;
  text-decoration: none;
}

.arrow {
  position: absolute;
  width: 28px;
  height: 5px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.arrow:first-child {
  animation: move 3s ease-out 1s infinite;
}

.arrow:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.arrow:before,
.arrow:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.arrow:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.arrow:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% { opacity: 1; }
  33% { opacity: 1; transform: translateY(30px); }
  67% { opacity: 1; transform: translateY(40px); }
  100% { opacity: 0; transform: translateY(55px) scale3d(0.5, 0.5, 0.5); }
}

@media screen and (max-width: 979px) {
  .top .main-visual, .main-visual-inner {
    height: 500px;
  }
  .main-visual-inner {
    padding: 30px;
  }
  .main-visual-txt {
    float: none;
    margin-top: 80px;
  }
  p.main-visual-heading {
    font-size: 55px;
    margin-bottom: 30px;
  }
  .main-visual-inner img {
    right: 0;
    width: 200px;
    bottom: 30px;
    position: absolute;
  }
  .scroll_down {
    bottom: 0;
  }
}

/*------------- About us -------------*/

.top_about-right {
  float: right;
  width: 50%;
}

.top_about-right p {

}

.top_about-left {
  float: left;
  width: 50%;
}

.top_txt_point {
  font-size: 18px;
}

@media screen and (max-width: 979px) {
  .top_about-right, .top_about-left {
    width: 100%;
    float: none;
  }
  .top_about-left img {
    width: 100%;
    max-width: 350px;
    display: block;
    margin: 30px auto 0;
  }
}

/*------------- Services -------------*/

.top_services {
  background: linear-gradient(45deg, rgba(0, 0, 0, 1), rgba(46, 49, 146, 1) 50%, rgba(0, 0, 0, 1));
}

.top_services_item {
  background: #0c0c33;
  padding: 30px;
}

.top_services_heading {
  font-size: 24px;
  font-weight: 600;
}

@media screen and (max-width: 979px) {
  .top_services_item {
    padding: 15px;
  }
}

/*------------- Company info -------------*/

.company-name {
  width: 100%;
  max-width: 250px;
  display: block;
  margin: 80px auto 50px;
}

.company-item {
  text-align: center;
  font-size: 18px;
}

.company-item-cont {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
}

@media screen and (max-width: 979px) {
  .company-name {
    max-width: 180px;
    margin: 60px auto 50px;
  }
  .company-item-cont {
    font-size: 28px;
    line-height: 1.3;
  }
}

/*------------- Contact -------------*/

.top_contact {
  background: linear-gradient(45deg, rgba(0, 0, 0, 1), rgba(46, 49, 146, 1) 50%, rgba(0, 0, 0, 1));
}

.top_contact_heading {
  font-size: 24px;
  font-weight: 600;
}

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

/* フォーム */

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

#form_submit_button {
  background: #2e3192;
  font-family: "Outfit", sans-serif;
  color: #fff;
  padding: 15px;
  margin-top: 30px;
  width: 200px;
}

input, select, textarea {
  font-family: "Outfit", sans-serif;
}

#form_submit_button:hover {
  background: #ccc;
}

#mail_form {
  margin-top: 50px;
}

input#name_1, input#mail_address, input#mail_address_confirm, input#phone {
  width: 50%;
}

span.error_format, span.error_match, span.error_blank {
  color: red;
}

@media screen and (max-width: 979px) {
  input#name_1, input#mail_address, input#mail_address_confirm, input#phone {
    width: 100%;
  }
}

/* 下層 */

.lower .top_container {
  padding-bottom: 0;
}