@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

html {
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ul, ol {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit; }

img, embed, iframe, object, audio, video {
  height: auto;
  max-width: 100%; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0;
  text-align: left; }

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

b,
strong {
  font-weight: bold; }

.clear {
  clear: both; }

.cf:before, .cf:after {
  content: "";
  display: block; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  overflow: hidden; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.table_w {
  width: 100%;
  display: table;
  table-layout: fixed; }

.table_c {
  display: table-cell;
  vertical-align: top; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.align_center {
  text-align: center !important; }

.align_left {
  text-align: left !important; }

.align_right {
  text-align: right !important; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* ===================================================================
	utility
=================================================================== */
.mt05 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.txt_c {
  text-align: center; }

/* ===================================================================
	form
=================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0; }

legend {
  padding: 0;
  border: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
@font-face {
  font-family: 'THICCCBOI';
  font-weight: 300;
  src: url("fonts/woff/THICCCBOI-Light.woff2") format("woff2"), url("fonts/ttf/THICCCBOI-Light.ttf") format("truetype"); }
@font-face {
  font-family: 'THICCCBOI';
  font-weight: 400;
  src: url("fonts/woff/THICCCBOI-Regular.woff2") format("woff2"), url("fonts/ttf/THICCCBOI-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'THICCCBOI';
  font-weight: 700;
  src: url("fonts/woff/THICCCBOI-Bold.woff2") format("woff2"), url("fonts/ttf/THICCCBOI-Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'THICCCBOI';
  font-weight: 800;
  src: url("fonts/woff/THICCCBOI-ExtraBold.woff2") format("woff2"), url("fonts/ttf/THICCCBOI-ExtraBold.ttf") format("truetype"); }
@media only screen and (max-width: 768px) {
  .header_nav {
    position: fixed;
    top: 19px;
    right: 10px;
    z-index: 3000; }
    .header_nav #header_menu_trigger {
      display: none;
      outline: none; }
    .header_nav .header_menu_ico {
      transition: all 0.3s;
      position: relative;
      width: 46px;
      height: 46px;
      border-radius: 100%;
      z-index: 3000; }
      .header_nav .header_menu_ico div {
        width: 26px;
        height: 1px;
        position: absolute;
        background: #000;
        right: 0;
        margin: auto;
        left: 0;
        transition: all 0.3s cubic-bezier(0.6, 0, 0.4, 1.5);
        width: 26;
        top: calc(50% - ((4px)) + -1px); }
        .header_nav .header_menu_ico div:nth-of-type(1) {
          top: calc(50% - ((4px)) + -1px);
          width: 26px; }
        .header_nav .header_menu_ico div:nth-of-type(2) {
          top: calc(50% - ((4px)) + 5px);
          width: 26px; }
        .header_nav .header_menu_ico div:nth-of-type(3) {
          top: calc(50% - ((4px)) + 11px);
          width: 26px; }
    .header_nav input#header_menu_trigger:checked + label .header_menu_ico {
      transform: scale(1.21) rotate(180deg); }
    .header_nav input#header_menu_trigger:checked + label .header_menu_ico div:nth-of-type(1) {
      transform: rotate(45deg);
      width: 26px !important;
      top: calc(50% - (1px)) !important; }
    .header_nav input#header_menu_trigger:checked + label .header_menu_ico div:nth-of-type(2) {
      left: -7px !important;
      opacity: 0; }
    .header_nav input#header_menu_trigger:checked + label .header_menu_ico div:nth-of-type(3) {
      transform: rotate(-45deg);
      width: 26px !important;
      top: calc(50% - (1px)) !important; }

  #header_menu {
    display: none;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    text-align: center;
    height: 100vh; }
    #header_menu ul {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 56%;
      padding-bottom: 70px; }
      #header_menu ul li {
        opacity: 0;
        -webkit-transform: translateX(-8%);
        -ms-transform: translateX(-8%);
        transform: translateX(-8%);
        margin-top: 20px; }
        #header_menu ul li:first-child {
          margin-top: 0; }
        #header_menu ul li a {
          display: block;
          text-decoration: none;
          padding: 1em 0;
          color: #004ea2;
          font-size: 25px;
          font-size: 2.5rem; }
        #header_menu ul li.contact a {
          background: #004ea2;
          color: #fff;
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -o-border-radius: 10px;
          -ms-border-radius: 10px; } }
#header_menu ul li:nth-child(1) {
  -webkit-animation: lazyX 0.8s ease 0.08s 1 forwards;
  animation: lazyX 0.8s ease 0.08s 1 forwards; }

#header_menu ul li:nth-child(2) {
  -webkit-animation: lazyX 0.8s ease 0.16s 1 forwards;
  animation: lazyX 0.8s ease 0.16s 1 forwards; }

#header_menu ul li:nth-child(3) {
  -webkit-animation: lazyX 0.8s ease 0.24s 1 forwards;
  animation: lazyX 0.8s ease 0.24s 1 forwards; }

#header_menu ul li:nth-child(4) {
  -webkit-animation: lazyX 0.8s ease 0.32s 1 forwards;
  animation: lazyX 0.8s ease 0.32s 1 forwards; }

#header_menu ul li:nth-child(5) {
  -webkit-animation: lazyX 0.8s ease 0.4s 1 forwards;
  animation: lazyX 0.8s ease 0.4s 1 forwards; }

#header_menu ul li:nth-child(6) {
  -webkit-animation: lazyX 0.8s ease 0.48s 1 forwards;
  animation: lazyX 0.8s ease 0.48s 1 forwards; }

#header_menu ul li:nth-child(7) {
  -webkit-animation: lazyX 0.8s ease 0.56s 1 forwards;
  animation: lazyX 0.8s ease 0.56s 1 forwards; }

#header_menu ul li:nth-child(8) {
  -webkit-animation: lazyX 0.8s ease 0.64s 1 forwards;
  animation: lazyX 0.8s ease 0.64s 1 forwards; }

#header_menu ul li:nth-child(9) {
  -webkit-animation: lazyX 0.8s ease 0.72s 1 forwards;
  animation: lazyX 0.8s ease 0.72s 1 forwards; }

#header_menu ul li:nth-child(10) {
  -webkit-animation: lazyX 0.8s ease 0.8s 1 forwards;
  animation: lazyX 0.8s ease 0.8s 1 forwards; }

.form_section [type=check],
.form_section [type=radio],
.form_section [type=submit] {
  cursor: pointer; }
.form_section [type=check] + label,
.form_section [type=radio] + label {
  display: inline-block;
  cursor: pointer; }
.form_section [type=tel],
.form_section [type=email],
.form_section [type=text],
.form_section [type=password],
.form_section [type=number],
.form_section textarea,
.form_section select {
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .form_section [type=tel],
    .form_section [type=email],
    .form_section [type=text],
    .form_section [type=password],
    .form_section [type=number],
    .form_section textarea,
    .form_section select {
      font-size: 18px;
      font-size: 1.8rem; } }
.form_section textarea {
  height: 140px; }
.form_section [type=submit] {
  display: block;
  border: 1px solid #004ea2;
  background: #004ea2;
  color: #fff;
  width: 300px;
  padding: 15px 0;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 20px auto 0;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }
  @media only screen and (min-width: 769px) {
    .form_section [type=submit]:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; } }
  @media only screen and (max-width: 768px) {
    .form_section [type=submit] {
      width: 90%;
      padding: 15px 10px;
      font-size: 20px;
      font-size: 2rem;
      border-radius: 5px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      -o-border-radius: 5px;
      -ms-border-radius: 5px; } }
.form_section .checkbox input,
.form_section .radio input {
  display: none; }
.form_section .checkbox li,
.form_section .radio li {
  margin-top: 5px; }
  .form_section .checkbox li:first-child,
  .form_section .radio li:first-child {
    margin-top: 0; }
@media only screen and (min-width: 769px) {
  .form_section .checkbox.inline_parts,
  .form_section .radio.inline_parts {
    font-size: 0; }
  .form_section .checkbox.inline_parts li,
  .form_section .radio.inline_parts li {
    display: inline-block;
    vertical-align: bottom;
    margin-top: 0;
    margin-right: 20px; }
    .form_section .checkbox.inline_parts li:last-child,
    .form_section .radio.inline_parts li:last-child {
      margin-right: 0; } }
.form_section .checkbox .parts,
.form_section .radio .parts {
  position: relative;
  line-height: 1;
  border: 1px solid #ddd;
  display: block;
  padding: 18px 20px 20px 50px;
  font-size: 16px; }
  @media only screen and (max-width: 768px) {
    .form_section .checkbox .parts,
    .form_section .radio .parts {
      font-size: 14px; } }
  .form_section .checkbox .parts::before,
  .form_section .radio .parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
.form_section .checkbox .parts::before {
  width: 15px;
  height: 15px;
  border-radius: 4px; }
.form_section .radio .parts::before {
  width: 16px;
  height: 16px;
  border-radius: 50%; }
.form_section .radio input:checked + .parts {
  color: #2ea2f3;
  border-color: #2ea2f3;
  background: #f6fafe; }
  .form_section .radio input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 23px;
    width: 10px;
    height: 10px;
    background: #2ea2f3;
    border-radius: 50%; }
.form_section .checkbox input:checked + .parts {
  color: #2ea2f3;
  border-color: #2ea2f3;
  background: #f6fafe; }
  .form_section .checkbox input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 25px;
    width: 7px;
    height: 14px;
    margin-top: -11px;
    transform: rotate(40deg);
    border-bottom: 3px solid #2ea2f3;
    border-right: 3px solid #2ea2f3; }
.form_section .selector {
  position: relative; }
  .form_section .selector::after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 20px;
    z-index: 10;
    pointer-events: none; }
  .form_section .selector select {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 1em;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    z-index: 1;
    cursor: pointer; }
.form_section .ermsg {
  font-size: 11px;
  color: #B50000; }
.form_section .radio .ermsg, .form_section .checkbox .ermsg {
  display: none; }
.form_section .radio li:first-child .ermsg, .form_section .checkbox li:first-child .ermsg {
  display: block; }
.form_section ::-webkit-input-placeholder {
  color: #b9b9b9; }
.form_section ::-moz-placeholder {
  color: #b9b9b9; }
.form_section :-moz-placeholder {
  color: #b9b9b9; }
.form_section :-ms-input-placeholder {
  color: #b9b9b9; }

.fade_up {
  opacity: 0;
  display: block; }

.is_onscreen.fade_up {
  opacity: 1;
  animation-name: fadeup;
  animation-duration: 1.5s; }

@keyframes fadeup {
  from {
    opacity: 0;
    -moz-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fade_left {
  opacity: 0;
  display: block; }

.is_onscreen.fade_left {
  opacity: 1;
  animation-name: fadeleft;
  animation-duration: 1.5s; }

@keyframes fadeleft {
  from {
    opacity: 0;
    -moz-transform: translateX(40px);
    -webkit-transform: translateX(40px);
    -o-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px); }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.fade_right {
  opacity: 0;
  display: block; }

.is_onscreen.fade_right {
  opacity: 1;
  animation-name: faderight;
  animation-duration: 1.5s; }

@keyframes faderight {
  from {
    opacity: 0;
    -moz-transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px); }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.line_btn_wrap {
  max-width: 200px;
  text-align: center;
  position: relative;
  -webkit-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  @media only screen and (max-width: 768px) {
    .line_btn_wrap {
      max-width: 150px; } }
  .line_btn_wrap:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 0;
    left: auto;
    right: 0;
    background-color: #333;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -ms-transition-duration: 0.5s;
    -ms-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -moz-transition-duration: 0.5s;
    -moz-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1); }
  .line_btn_wrap .line_btn {
    position: relative;
    letter-spacing: 0.1em;
    overflow: hidden;
    color: #000;
    opacity: 0;
    text-decoration: none;
    display: block;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    padding: 15px 0; }
    .line_btn_wrap .line_btn:hover {
      color: #fff; }
  .line_btn_wrap:hover:before {
    width: 100%;
    right: auto;
    left: 0; }
  .line_btn_wrap .line_btn_border_left {
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom; }
  .line_btn_wrap .line_btn_border_right {
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top; }
  .line_btn_wrap .line_btn_border_top {
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right; }
  .line_btn_wrap .line_btn_border_bottom {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left; }
  .line_btn_wrap .line_btn_border {
    position: absolute;
    background: #333;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .is_onscreen .line_btn_border_left {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }

  .is_onscreen .line_btn_border_right {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }

  .is_onscreen .line_btn_border_top {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }

  .is_onscreen .line_btn_border_bottom {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1); }

  .is_onscreen .line_btn {
    opacity: 1; }

.text_mask {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: bottom; }
  .text_mask .text_mask_inner {
    display: inline-block;
    vertical-align: bottom;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
    .text_mask .text_mask_inner::after {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      content: "";
      z-index: 10;
      background-color: #333; }
    .is_onscreen .text_mask_inner {
      -webkit-animation: onscreen-rect-1 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s forwards alternate;
      animation: onscreen-rect-1 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s forwards alternate; }

    .is_onscreen .text_mask_inner:after {
      -webkit-animation: onscreen-rect-2 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s forwards alternate;
      animation: onscreen-rect-2 0.4s cubic-bezier(0.075, 0.82, 0.165, 1) 0.8s forwards alternate; }

@-webkit-keyframes onscreen-rect-1 {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes onscreen-rect-1 {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes onscreen-rect-2 {
  0% {
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  to {
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); } }
@keyframes onscreen-rect-2 {
  0% {
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  to {
    -webkit-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); } }
.circle_arrow_link {
  display: inline-flex;
  align-items: center;
  overflow: inherit;
  text-decoration: none; }
  .circle_arrow_link_txt {
    position: relative;
    z-index: 1; }
  .circle_arrow_link_ico {
    width: calc(72em/16);
    height: calc(72em/16);
    display: flex;
    margin-top: 0;
    align-items: center;
    justify-content: center;
    margin-left: calc(-20em/16);
    position: relative;
    z-index: 0;
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .circle_arrow_link_ico::before {
      content: "";
      border: calc(2em/16) solid #ddd;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .circle_arrow_link_ico svg {
      width: calc(18em/16);
      height: calc(11em/16);
      fill: #000; }
  .circle_arrow_link:hover .circle_arrow_link_ico {
    transform: translate3d(1em, 0, 0); }
  .circle_arrow_link:hover .circle_arrow_link_ico:before {
    transform: scale(1.5) translate3d(-0.5em, 0, 0); }
  .circle_arrow_link:hover .circle_arrow_link_ico svg {
    animation: linkhover 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }

.circle_arrow_link2 {
  display: inline-flex;
  align-items: center;
  overflow: inherit;
  text-decoration: none; }
  .circle_arrow_link2_txt {
    position: relative;
    z-index: 1; }
  .circle_arrow_link2_ico {
    width: calc(50em/16);
    height: calc(50em/16);
    display: flex;
    margin-top: 0;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    position: relative;
    z-index: 0;
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .circle_arrow_link2_ico::before {
      content: "";
      background: #333;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
    .circle_arrow_link2_ico svg {
      width: calc(18em/16);
      height: calc(11em/16);
      fill: #fff;
      position: relative;
      z-index: 10; }
  .circle_arrow_link2:hover .circle_arrow_link2_ico {
    transform: translate3d(0.5em, 0, 0); }
    .circle_arrow_link2:hover .circle_arrow_link2_ico::before {
      background: #000;
      transform: translate3d(0.05em, 0, 0); }
    .circle_arrow_link2:hover .circle_arrow_link2_ico svg {
      animation: linkhover 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }

@keyframes linkhover {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  55% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
.parallax {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 0%;
  padding-top: calc(500 / 800 * 100%); }
  .parallax p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    line-height: 1.5;
    font-size: max(3vw, 16px); }

.lazy_x {
  opacity: 0;
  -webkit-transform: translateX(-8%);
  -ms-transform: translateX(-8%);
  transform: translateX(-8%); }

.lazy_y {
  opacity: 0;
  -webkit-transform: translateY(8%);
  -ms-transform: translateY(8%);
  transform: translateY(8%); }

@-webkit-keyframes lazyY {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@keyframes lazyY {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes lazyX {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@keyframes lazyX {
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
html {
  font-size: 62.5%; }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  background: #fff;
  font-size: 1.6em;
  color: #505050;
  font-family: 'THICCCBOI';
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

a {
  color: #505050; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #505050;
    text-decoration: none; }

  a, a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }

  a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75; } }
.page_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  background: rgba(0, 78, 162, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-transition: 0s;
  -webkit-transition: 0s;
  -o-transition: 0s;
  -ms-transition: 0s;
  transition: 0s; }
  .page_top:hover {
    background: #004ea2;
    color: #fff; }
  .page_top::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -6px; }
  @media only screen and (max-width: 768px) {
    .page_top {
      bottom: 10px;
      right: 10px;
      width: 40px;
      height: 40px;
      font-size: 22px; }
      .page_top::after {
        width: 10px;
        height: 10px;
        margin-top: -3px;
        margin-right: -5px; } }

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: transparent; }
  .header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
    pointer-events: none; }
  .header.scroll::before {
    opacity: 1; }
  .header .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 15px 0;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .header .inner {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 2.67%; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .header .inner {
      padding-left: 10px; } }

  .header .logo {
    width: 100px; }
    @media only screen and (max-width: 768px) {
      .header .logo {
        width: 21.91%; } }
  @media only screen and (min-width: 769px) {
    .header .g_nav {
      position: absolute;
      top: 32px;
      right: 0; }
      .header .g_nav ul {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center; }
        .header .g_nav ul li {
          margin-left: 20px; }
      .header .g_nav a {
        display: block;
        text-decoration: none;
        font-size: 17px;
        font-size: 1.7rem;
        padding: 0.5em 1em;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        -o-border-radius: 6px;
        -ms-border-radius: 6px; } }
    @media only screen and (min-width: 769px) and (min-width: 769px) {
      .header .g_nav a:hover {
        background: #004ea2;
        color: #fff; } }
  @media only screen and (min-width: 769px) {
      .header .g_nav .contact a {
        background: #004ea2;
        color: #fff; } }
    @media only screen and (min-width: 769px) and (min-width: 769px) {
      .header .g_nav .contact a:hover {
        background: #00a0e9; } }

.anchor {
  margin-top: -107px;
  padding-top: 107px; }
  @media only screen and (max-width: 768px) {
    .anchor {
      margin-top: -84px;
      padding-top: 84px; } }

.index .main_ttl {
  font-weight: 700;
  text-align: center;
  font-size: 38px;
  font-size: 3.8rem; }
  @media only screen and (max-width: 768px) {
    .index .main_ttl {
      font-size: 7.5vw;
      line-height: 1.2; } }
  .index .main_ttl:first-letter {
    color: #004ea2; }
.index .fv {
  background-image: url("img/index/fv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media only screen and (max-width: 768px) {
    .index .fv {
      background-image: url("img/index/fv_bg_sp.jpg"); } }
  .index .fv .inner {
    width: 1100px;
    margin: 0 auto;
    height: 670px;
    padding-top: 285px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .index .fv .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .index .fv .inner {
        padding-top: calc(1200 / 750 * 100%);
        height: auto;
        position: relative; }
        .index .fv .inner .wrap {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%; } }
  .index .fv h1 {
    font-size: 40px;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2; }
    @media only screen and (max-width: 768px) {
      .index .fv h1 {
        font-size: 6.7vw;
        font-size: 9vw;
        margin-top: 35px; } }
  .index .fv p {
    margin-top: 25px;
    font-size: 22px;
    font-size: 2.2rem; }
    @media only screen and (max-width: 768px) {
      .index .fv p {
        font-size: 4.5vw;
        margin-top: 15px; } }
.index .service .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 70px 0 180px; }
  @media only screen and (max-width: 768px) {
    .index .service .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .index .service .inner {
      padding-top: 11.34%;
      padding-bottom: 53.34%; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .index .service .inner {
      padding-top: 42.5px; } }

.index .service .items {
  margin-top: 70px;
  background-image: url("img/index/section02_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 617px;
  padding-top: 118px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start; }
  @media only screen and (max-width: 768px) {
    .index .service .items {
      margin-top: 12%;
      padding-top: calc(1781 / 750 * 100%);
      height: auto;
      background-image: url("img/index/section02_bg_sp2.jpg");
      position: relative; } }
  .index .service .items .item {
    width: 340px;
    background: #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    padding: 25px;
    -webkit-box-shadow: 8px 8px 23px rgba(17, 17, 17, 0.17);
    -moz-box-shadow: 8px 8px 23px rgba(17, 17, 17, 0.17);
    box-shadow: 8px 8px 23px rgba(17, 17, 17, 0.17);
    height: 210px; }
    @media only screen and (min-width: 769px) {
      .index .service .items .item:nth-child(2) {
        margin-left: 270px; }
      .index .service .items .item:nth-child(3), .index .service .items .item:nth-child(4) {
        margin-top: 157px;
        height: 245px;
        position: relative; }
      .index .service .items .item:nth-child(3) {
        margin-left: 50px; }
      .index .service .items .item:nth-child(4) {
        margin-left: 180px; }
      .index .service .items .item .comingsoon {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
        text-align: center; }
        .index .service .items .item .comingsoon span {
          display: inline-block;
          border: 1px solid #505050;
          padding: 3px 20px; } }
    @media only screen and (max-width: 768px) {
      .index .service .items .item {
        width: 60%;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        padding: 1.5em 1.2em;
        height: auto;
        -webkit-box-shadow: 4px 4px 12px rgba(17, 17, 17, 0.17);
        -moz-box-shadow: 4px 4px 12px rgba(17, 17, 17, 0.17);
        box-shadow: 4px 4px 12px rgba(17, 17, 17, 0.17);
        position: absolute; }
        .index .service .items .item:nth-child(odd) {
          left: 2.67%; }
        .index .service .items .item:nth-child(even) {
          right: 2.67%; }
        .index .service .items .item:nth-child(1) {
          top: 4.49%; }
        .index .service .items .item:nth-child(2) {
          top: 35.04%; }
        .index .service .items .item:nth-child(3) {
          top: 63.19%; }
        .index .service .items .item:nth-child(4) {
          top: 90.76%; }
        .index .service .items .item .comingsoon {
          margin-top: 10px;
          text-align: center; }
          .index .service .items .item .comingsoon span {
            display: inline-block;
            border: 1px solid rgba(80, 80, 80, 0.5);
            padding: 3px 10px; } }
.index .service .heading {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  color: #004ea2; }
  @media only screen and (max-width: 768px) {
    .index .service .heading {
      font-size: 4.2vw; } }
.index .service p {
  margin-top: 10px;
  font-size: 15px;
  font-size: 1.5rem; }
  @media only screen and (max-width: 768px) {
    .index .service p {
      font-size: 3.3vw;
      font-size: 3.5vw; } }
.index .solutions {
  background-image: url("img/index/section03_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media only screen and (max-width: 768px) {
    .index .solutions {
      background-image: url("img/index/section03_bg_sp.jpg"); } }
  .index .solutions .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 85px 50px; }
    @media only screen and (max-width: 768px) {
      .index .solutions .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .index .solutions .inner {
        padding-top: 13.34%;
        padding-left: 2.67%;
        padding-right: 2.67%;
        padding-bottom: 17.34%; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .index .solutions .inner {
      padding-top: 50px; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .index .solutions .inner {
      padding-left: 10px; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .index .solutions .inner {
      padding-right: 10px; } }

  .index .solutions .items {
    margin-top: 65px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .index .solutions .items {
        margin-top: 12%;
        display: block; } }
    .index .solutions .items .item {
      border-radius: 20px;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      -o-border-radius: 20px;
      -ms-border-radius: 20px;
      overflow: hidden;
      width: 310px;
      height: 400px;
      position: relative;
      -webkit-box-shadow: 8px 8px 23px rgba(17, 17, 17, 0.17);
      -moz-box-shadow: 8px 8px 23px rgba(17, 17, 17, 0.17);
      box-shadow: 8px 8px 23px rgba(17, 17, 17, 0.17);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      @media only screen and (max-width: 768px) {
        .index .solutions .items .item {
          width: 100%;
          height: auto;
          padding-top: calc(400 / 710 * 100%);
          -webkit-box-shadow: 4px 4px 11px rgba(17, 17, 17, 0.17);
          -moz-box-shadow: 4px 4px 11px rgba(17, 17, 17, 0.17);
          box-shadow: 4px 4px 11px rgba(17, 17, 17, 0.17);
          border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          -o-border-radius: 10px;
          -ms-border-radius: 10px;
          margin-top: 6.67%; }
          .index .solutions .items .item:first-child {
            margin-top: 0; } }
      .index .solutions .items .item:nth-child(1) {
        background-image: url("img/index/section03_image_01.jpg"); }
        @media only screen and (max-width: 768px) {
          .index .solutions .items .item:nth-child(1) {
            background-image: url("img/index/section03_image_01_sp.jpg"); } }
      .index .solutions .items .item:nth-child(2) {
        background-image: url("img/index/section03_image_02.jpg"); }
        @media only screen and (min-width: 769px) {
          .index .solutions .items .item:nth-child(2) {
            margin-top: 50px; } }
        @media only screen and (max-width: 768px) {
          .index .solutions .items .item:nth-child(2) {
            background-image: url("img/index/section03_image_02_sp.jpg"); } }
      .index .solutions .items .item:nth-child(3) {
        background-image: url("img/index/section03_image_03.jpg"); }
        @media only screen and (max-width: 768px) {
          .index .solutions .items .item:nth-child(3) {
            background-image: url("img/index/section03_image_03_sp.jpg"); } }
  .index .solutions .txt {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 25px 40px; }
    @media only screen and (max-width: 768px) {
      .index .solutions .txt {
        bottom: auto;
        top: 0;
        height: 100%;
        padding: 1.8em 1.2em 0;
        width: 56.33%; } }
    .index .solutions .txt .heading {
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700; }
      @media only screen and (max-width: 768px) {
        .index .solutions .txt .heading {
          font-size: 4.5vw;
          line-height: 1.3; } }
    .index .solutions .txt p {
      margin-top: 10px;
      font-size: 15px;
      font-size: 1.5rem; }
      @media only screen and (max-width: 768px) {
        .index .solutions .txt p {
          font-size: 3.7vw;
          margin-top: 10px; } }
  @media only screen and (max-width: 768px) {
    .index .solutions .items .item:nth-child(odd) .txt {
      left: auto;
      right: 0; }
    .index .solutions .items .item:nth-child(even) .txt {
      right: auto;
      left: 0; }
    .index .solutions .items .item:nth-child(2) {
      padding-top: calc(450 / 710 * 100%); } }
.index .vision {
  background-image: url("img/index/section04_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media only screen and (max-width: 768px) {
    .index .vision {
      background-image: url("img/index/section04_bg_sp.jpg"); } }
  .index .vision .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 110px 0 240px 75px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .index .vision .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .index .vision .inner {
        padding-top: 12%;
        padding-left: 2.67%;
        padding-bottom: 21.34%; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .index .vision .inner {
      padding-top: 45px; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .index .vision .inner {
      padding-left: 10px; } }

  .index .vision h2 {
    font-size: 38px;
    font-size: 3.8rem;
    font-weight: 700;
    color: #fff; }
    @media only screen and (max-width: 768px) {
      .index .vision h2 {
        font-size: 7.5vw; } }
    .index .vision h2 span {
      display: block;
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: 400; }
      @media only screen and (max-width: 768px) {
        .index .vision h2 span {
          font-size: 5vw; } }
  .index .vision .txt {
    margin-top: 30px;
    width: 45%;
    font-size: 17px;
    font-size: 1.7rem;
    color: #fff; }
    @media only screen and (max-width: 768px) {
      .index .vision .txt {
        margin-top: 20px;
        font-size: 3.7vw;
        width: 55%; } }
  .index .vision .image, .index .vision .ico_01, .index .vision .ico_02 {
    position: absolute; }
  .index .vision .image {
    right: 0;
    bottom: 0;
    border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    overflow: hidden;
    z-index: 1; }
    @media only screen and (max-width: 768px) {
      .index .vision .image {
        border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
        -o-border-radius: 10px 10px 0 0;
        -ms-border-radius: 10px 10px 0 0;
        width: 41.33%; } }
  .index .vision .ico_01 {
    top: 75px;
    z-index: 2;
    right: -20px; }
    @media only screen and (max-width: 768px) {
      .index .vision .ico_01 {
        width: 36.93%;
        top: 20.38%;
        right: 0; } }
  .index .vision .ico_02 {
    bottom: 14px;
    z-index: 2;
    left: 0;
    right: 0;
    margin: auto;
    width: 273px; }
    @media only screen and (max-width: 768px) {
      .index .vision .ico_02 {
        bottom: 0;
        width: 36.4%;
        left: auto;
        right: 20.8%; } }
.index .contact .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 65px 75px 55px; }
  @media only screen and (max-width: 768px) {
    .index .contact .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .index .contact .inner {
      padding-top: 13.34%;
      padding-left: 2.67%;
      padding-right: 2.67%;
      padding-bottom: 13.34%; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .index .contact .inner {
      padding-top: 50px; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .index .contact .inner {
      padding-left: 10px; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .index .contact .inner {
      padding-right: 10px; } }

.index .contact h2 {
  text-align: center;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 700; }
  @media only screen and (max-width: 768px) {
    .index .contact h2 {
      font-size: 7.5vw; } }
  .index .contact h2 span {
    display: block;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 400; }
    @media only screen and (max-width: 768px) {
      .index .contact h2 span {
        font-size: 4vw; } }
.index .contact .form_section {
  margin-top: 40px;
  background: #f1f1f1;
  padding: 25px 50px 30px; }
  @media only screen and (max-width: 768px) {
    .index .contact .form_section {
      margin-top: 30px;
      padding-top: 10.67%;
      padding-left: 2.67%;
      padding-right: 2.67%;
      padding-bottom: 13.34%; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .index .contact .form_section {
      padding-top: 40px; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .index .contact .form_section {
      padding-left: 10px; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .index .contact .form_section {
      padding-right: 10px; } }

.index .contact .form_items {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between; }
  .index .contact .form_items .form_item {
    width: 415px;
    margin-top: 10px; }
    .index .contact .form_items .form_item:nth-child(1), .index .contact .form_items .form_item:nth-child(2) {
      margin-top: 0; }
    @media only screen and (max-width: 768px) {
      .index .contact .form_items .form_item:nth-child(2) {
        margin-top: 10px; } }
    .index .contact .form_items .form_item:last-child {
      width: 100%; }
.index .contact .iti, .index .contact .intl-tel-input {
  display: block; }

.footer {
  background: #f1f1f1; }
  .footer .inner {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 125px; }
    @media only screen and (max-width: 768px) {
      .footer .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .footer .inner {
        padding-top: 6.67%;
        padding-left: 2.67%;
        padding-right: 2.67%;
        padding-bottom: 6.67%; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .footer .inner {
      padding-top: 25px; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .footer .inner {
      padding-left: 10px; } }
  @media only screen and (max-width: 768px) and (min-width: 568px) and (max-width: 750px) {
    .footer .inner {
      padding-right: 10px; } }

  .footer .copyright {
    font-size: 13px;
    font-size: 1.3rem; }
  .footer .privacy_trigger {
    margin-top: 5px;
    display: inline-block;
    font-size: 13px;
    font-size: 1.3rem;
    padding-bottom: 1px;
    cursor: pointer; }
    .footer .privacy_trigger.active {
      border-bottom: 1px solid rgba(80, 80, 80, 0.5); }
  .footer .privacy_content {
    text-align: left;
    margin: 10px auto 0;
    background: #fff;
    padding: 1.5em;
    font-size: 13px;
    font-size: 1.3rem; }

.page {
  padding: 130px 0 0; }
  @media only screen and (max-width: 768px) {
    .page {
      padding-top: 150px; } }
  .page .container {
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 100px; }
    @media only screen and (max-width: 768px) {
      .page .container {
        width: 100%; } }

.page_thanks .container {
  padding: 100px 0 170px; }
  @media only screen and (max-width: 768px) {
    .page_thanks .container {
      padding: 0 0 100px; } }
.page_thanks h2 {
  text-align: center;
  font-weight: 700;
  font-size: 38px;
  font-size: 3.8rem; }
  @media only screen and (max-width: 768px) {
    .page_thanks h2 {
      font-size: 5.5vw; } }
.page_thanks p {
  margin-top: 10px;
  font-size: 20px;
  font-size: 2rem;
  text-align: center; }
.page_thanks .btn {
  width: 300px;
  margin: 45px auto 0; }
  @media only screen and (max-width: 768px) {
    .page_thanks .btn {
      width: 56%;
      margin-top: 30px; } }
  .page_thanks .btn a {
    display: block;
    text-align: center;
    color: #004ea2;
    border: 1px solid #004ea2;
    padding: 1em 0;
    font-size: 18px;
    font-size: 1.8rem;
    text-decoration: none; }
    @media only screen and (min-width: 769px) {
      .page_thanks .btn a:hover {
        background: #004ea2;
        color: #fff; } }
