@charset "UTF-8";
/*!===========================
style.cssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css");
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; } }
.mb_10 {
  margin-bottom: 0.5208333333vw; }

.mb_20 {
  margin-bottom: 1.0416666667vw; }

.mb_30 {
  margin-bottom: 1.5625vw; }

.mb_40 {
  margin-bottom: 2.0833333333vw; }

.mb_50 {
  margin-bottom: 2.6041666667vw; }

.mb_60 {
  margin-bottom: 3.125vw; }

.mb_70 {
  margin-bottom: 3.6458333333vw; }

.mb_80 {
  margin-bottom: 4.1666666667vw; }

.mb_90 {
  margin-bottom: 4.6875vw; }

.mb_100 {
  margin-bottom: 5.2083333333vw; }

.mb_110 {
  margin-bottom: 5.7291666667vw; }

.mb_120 {
  margin-bottom: 6.25vw; }

.mb_130 {
  margin-bottom: 6.7708333333vw; }

.mb_140 {
  margin-bottom: 7.2916666667vw; }

.mb_150 {
  margin-bottom: 7.8125vw; }

.mb_160 {
  margin-bottom: 8.3333333333vw; }

.mb_170 {
  margin-bottom: 8.8541666667vw; }

.mb_180 {
  margin-bottom: 9.375vw; }

.mb_190 {
  margin-bottom: 9.8958333333vw; }

.mb_200 {
  margin-bottom: 10.4166666667vw; }

@media screen and (min-width: 1600px) {
  .mb_10 {
    margin-bottom: 10px; }

  .mb_20 {
    margin-bottom: 20px; }

  .mb_30 {
    margin-bottom: 30px; }

  .mb_40 {
    margin-bottom: 40px; }

  .mb_50 {
    margin-bottom: 50px; }

  .mb_60 {
    margin-bottom: 60px; }

  .mb_70 {
    margin-bottom: 70px; }

  .mb_80 {
    margin-bottom: 80px; }

  .mb_90 {
    margin-bottom: 90px; }

  .mb_100 {
    margin-bottom: 100px; }

  .mb_110 {
    margin-bottom: 110px; }

  .mb_120 {
    margin-bottom: 120px; }

  .mb_130 {
    margin-bottom: 130px; }

  .mb_140 {
    margin-bottom: 140px; }

  .mb_150 {
    margin-bottom: 150px; }

  .mb_160 {
    margin-bottom: 160px; }

  .mb_170 {
    margin-bottom: 170px; }

  .mb_180 {
    margin-bottom: 180px; }

  .mb_190 {
    margin-bottom: 190px; }

  .mb_200 {
    margin-bottom: 200px; } }
@media print, screen and (max-width: 769px) {
  .mb_10 {
    margin-bottom: 1.3333333333vw; }

  .mb_20 {
    margin-bottom: 2.6666666667vw; }

  .mb_30 {
    margin-bottom: 4vw; }

  .mb_40 {
    margin-bottom: 5.3333333333vw; }

  .mb-50 {
    margin-bottom: 6.6666666667vw; }

  .mb-60 {
    margin-bottom: 8vw; }

  .mb-70 {
    margin-bottom: 9.3333333333vw; }

  .mb-80 {
    margin-bottom: 10.6666666667vw; }

  .mb-90 {
    margin-bottom: 12vw; }

  .mb-100 {
    margin-bottom: 13.3333333333vw; }

  .mb-110 {
    margin-bottom: 14.6666666667vw; }

  .mb-120 {
    margin-bottom: 16vw; }

  .mb-130 {
    margin-bottom: 17.3333333333vw; }

  .mb-140 {
    margin-bottom: 18.6666666667vw; }

  .mb-150 {
    margin-bottom: 20vw; }

  .mb-160 {
    margin-bottom: 21.3333333333vw; }

  .mb-170 {
    margin-bottom: 22.6666666667vw; }

  .mb-180 {
    margin-bottom: 24vw; }

  .mb-190 {
    margin-bottom: 25.3333333333vw; }

  .mb-200 {
    margin-bottom: 26.6666666667vw; } }
@media only screen and (max-width: 768px) {
  #sp_menu {
    display: none;
    position: fixed;
    z-index: 100;
    top: 5px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00a2e3+0,003a8e+100 */
    background: #00a2e3;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #00a2e3 0%, #003a8e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #00a2e3 0%, #003a8e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, rgba(26, 61, 93, 0.78) 0%, rgb(25, 60, 92) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2e3', endColorstr='#003a8e',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    height: 100vh;
    padding-bottom: 55px; }
    #sp_menu ul {
      padding: 75px 20px 0; }
      #sp_menu ul li {
        text-align: center; }
        #sp_menu ul li a {
          display: block;
          text-decoration: none;
          padding: 15px 0;
          font-weight: 500;
          font-size: 19px;
          color: #fff; }
        #sp_menu ul li span {
          display: block;
          font-size: 13px;
          margin: 3px 0 0; }
    #sp_menu .btn_contact {
      width: 70%;
      margin: 20px auto 0; }
      #sp_menu .btn_contact a {
        display: block;
        font-weight: 500;
        font-size: 20px;
        font-size: 2rem;
        text-decoration: none;
        color: #003a8e;
        text-align: center;
        padding: 12px 0;
        background: #fff;
        border-radius: 50px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        -o-border-radius: 50px;
        -ms-border-radius: 50px; }

  .header_menu {
    position: fixed;
    width: 55px;
    height: 55px;
    top: 13px;
    right: 10px;
    padding: 11px 0 0 12px;
    z-index: 200; }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box; }

  .menu-trigger {
    position: relative;
    width: 30px;
    height: 30px; }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    border-radius: 4px; }
    .menu-trigger span:nth-of-type(1) {
      top: 7px; }
    .menu-trigger span:nth-of-type(2) {
      top: 15px; }
    .menu-trigger span:nth-of-type(3) {
      bottom: 5px; }

  .menu-trigger span:nth-of-type(1) {
    -webkit-animation: menu-bar01 .5s forwards;
    animation: menu-bar01 .5s forwards; }

  @-webkit-keyframes menu-bar01 {
    0% {
      -webkit-transform: translateY(8px) rotate(-45deg); }
    100% {
      -webkit-transform: translateY(0) rotate(0); } }
  @keyframes menu-bar01 {
    0% {
      transform: translateY(8px) rotate(-45deg); }
    100% {
      transform: translateY(0) rotate(0); } }
  .menu-trigger span:nth-of-type(2) {
    -webkit-animation: menu-bar02 .5s forwards;
    animation: menu-bar02 .5s forwards; }

  @-webkit-keyframes menu-bar02 {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @keyframes menu-bar02 {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  .menu-trigger span:nth-of-type(3) {
    -webkit-animation: menu-bar03 .5s forwards;
    animation: menu-bar03 .5s forwards; }

  @-webkit-keyframes menu-bar03 {
    0% {
      -webkit-transform: translateY(-8px) rotate(45deg); }
    100% {
      -webkit-transform: translateY(0) rotate(0); } }
  @keyframes menu-bar03 {
    0% {
      transform: translateY(-8px) rotate(45deg); }
    100% {
      transform: translateY(0) rotate(0); } }
  .menu-trigger::after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    border-radius: 50%;
    border: 1px solid rgba(204, 183, 86, 0.3);
    transition: all .1s;
    opacity: 0; }

  .menu-trigger.close::after {
    -webkit-animation: circle .5s;
    animation: circle .5s; }

  @-webkit-keyframes circle {
    0% {
      -webkit-transform: scale(0.1);
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      -webkit-transform: scale(3.5);
      opacity: 0; } }
  @keyframes circle {
    0% {
      transform: scale(0.1);
      opacity: 0; }
    50% {
      opacity: 1; }
    100% {
      transform: scale(3.5);
      opacity: 0; } }
  .menu-trigger.close span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .5s .5s forwards;
    animation: active-menu-bar01 .5s .5s forwards; }

  @-webkit-keyframes active-menu-bar01 {
    0% {
      -webkit-transform: translateY(0) rotate(0); }
    100% {
      -webkit-transform: translateY(8px) rotate(-45deg); } }
  @keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0); }
    100% {
      transform: translateY(8px) rotate(-45deg); } }
  .menu-trigger.close span:nth-of-type(2) {
    -webkit-animation: active-menu-bar02 .5s .5s forwards;
    animation: active-menu-bar02 .5s .5s forwards; }

  @-webkit-keyframes active-menu-bar02 {
    0% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  @keyframes active-menu-bar02 {
    0% {
      opacity: 1; }
    100% {
      opacity: 0; } }
  .menu-trigger.close span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 .5s .5s forwards;
    animation: active-menu-bar03 .5s .5s forwards; }

  @-webkit-keyframes active-menu-bar03 {
    0% {
      -webkit-transform: translateY(0) rotate(0); }
    100% {
      -webkit-transform: translateY(-9px) rotate(45deg); } }
  @keyframes active-menu-bar03 {
    0% {
      transform: translateY(0) rotate(0); }
    100% {
      transform: translateY(-9px) rotate(45deg); } } }
#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 table {
  border: 1px solid #ddd;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .form_section table {
      border-bottom: none; } }
  .form_section table th, .form_section table td {
    padding: 20px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
    @media only screen and (max-width: 768px) {
      .form_section table th, .form_section table td {
        display: block;
        width: 100% !important;
        border-right: none; } }
  .form_section table th {
    width: 280px;
    background: #f5f5f5;
    position: relative; }
  .form_section table td {
    background: #fff; }
.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: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 100%;
  font-size: 14px;
  background: #e8e8e8; }
.form_section textarea {
  height: 200px; }
.form_section input#zip1 {
  display: inline-block;
  width: 80px; }
.form_section input#zip2 {
  display: inline-block;
  width: 150px;
  margin-bottom: 7px; }
.form_section [type=submit] {
  display: block;
  border: 1px solid #fff;
  background: #00a2e3;
  background: linear-gradient(to right, rgba(26, 61, 93, 0.78) 0%, rgb(25, 60, 92) 100%);
  background: linear-gradient(to right, rgba(26, 61, 93, 0.78) 0%, rgb(25, 60, 92) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a2e3', endColorstr=' #003a8e', GradientType=1);
  color: #fff;
  width: 500px;
  font-weight: 700;
  padding: 20px 0;
  text-align: center;
  border-radius: 80px;
  -moz-border-radius: 80px;
  -webkit-border-radius: 80px;
  -o-border-radius: 80px;
  -ms-border-radius: 80px;
  margin: 50px auto 0;
  -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: 100%;
      padding: 20px 10px;
      margin-top: 30px; } }
  .form_section [type=submit] span {
    font-size: 24px;
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3); }
    @media only screen and (max-width: 768px) {
      .form_section [type=submit] span {
        font-size: 18px; } }
.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: #000;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6; }

a {
  color: #333; }

@media only screen and (min-width: 769px) {
  a:hover {
    color: #333;
    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, 58, 142, 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: #003a8e;
    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; } }

.bebas {
  font-family: 'Bebas Neue', cursive;
  font-weight: 400; }

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: #f2f2f2;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); }
  @media only screen and (max-width: 768px) {
    .header {
      height: 80px; } }
  .header .inner {
    padding: 40px 50px 0;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .header .inner {
        padding: 22px 20px 22px 20px; } }
  .header .site_logo {
    width: 150px; }
    @media only screen and (max-width: 768px) {
      .header .site_logo {
        width: 130px; } }
  .header .g_nav {
    position: absolute;
    top: 47px;
    right: 345px; }
    .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: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center; }
      .header .g_nav ul li {
        margin-left: 45px; }
        .header .g_nav ul li:first-child {
          margin-left: 0; }
        .header .g_nav ul li a {
          text-decoration: none;
          display: block;
          text-align: center;
          position: relative;
          padding-bottom: 3px;
          font-size: 17px;
          font-size: 1.7rem;
          font-weight: 500; }
          .header .g_nav ul li a::after {
            content: " ";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            height: 1px;
            width: 0;
            top: auto;
            bottom: 0;
            left: auto;
            right: 0;
            background-color: #003a8e;
            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);
            pointer-events: none; }
          .header .g_nav ul li a:hover {
            color: #003a8e; }
        .header .g_nav ul li:hover a::after {
          width: 100%;
          right: auto;
          left: 0; }
  .header .header_btn {
    position: absolute;
    top: 36px;
    right: 50px;
    width: 232px; }
    .header .header_btn a {
      display: block;
      text-decoration: none;
      color: #fff;
      font-size: 17px;
      font-weight: 500;
      background: #00a2e3;
      background: -webkit-linear-gradient(right, #000 0%, #000 100%);
      background: linear-gradient(to right, #1a3d5dc7 0%, #193c5c 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a2e3', endColorstr=' #003a8e', GradientType=1);
      padding: 12px 0;
      text-align: center;
      border-radius: 50px;
      -moz-border-radius: 50px;
      -webkit-border-radius: 50px;
      -o-border-radius: 50px;
      -ms-border-radius: 50px; }
      @media only screen and (min-width: 769px) {
        .header .header_btn a:hover {
          filter: alpha(opacity=75);
          -moz-opacity: 0.75;
          opacity: 0.75; } }
      .header .header_btn a span {
        display: inline-block;
        position: relative;
        padding-left: 30px; }
        .header .header_btn a span::before {
          content: "";
          position: absolute;
          width: 26px;
          height: 100%;
          background-image: url("https://dezain.work/img/header_ico_mail.png");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% auto;
          left: -5px;
          top: 1px;
          pointer-events: none; }

.main_ttl {
  text-align: center;
  color: #193c5c;
  line-height: 1; }
  .main_ttl .bebas {
    font-size: 72px;
    font-size: 7.2rem;
    letter-spacing: 0.08em;
    display: block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      .main_ttl .bebas {
        font-size: 60px;
        font-size: 6rem;
        margin-bottom: 15px; } }
    .main_ttl .bebas::before {
      content: "";
      position: absolute;
      width: 110px;
      height: 2px;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 0;
      background: #00a2e3;
      background: -webkit-linear-gradient(right, #00a2e3 0%, #003a8e 100%);
      background: linear-gradient(to right, #00a2e3 0%, #003a8e 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a2e3', endColorstr=' #003a8e', GradientType=1); }
  .main_ttl .ja {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500; }

.anchor {
  margin-top: -120px;
  padding-top: 120px; }
  @media only screen and (max-width: 768px) {
    .anchor {
      margin-top: -60px;
      padding-top: 60px; } }

.index .bg {
            }
.index .fv {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .index .fv {
      background: none; } }
  .index .fv .inner {
    height: 611px;
    width: 1100px;
    margin: 0 auto;
    position: relative;
    mix-blend-mode: multiply; }
    @media only screen and (max-width: 768px) {
      .index .fv .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .index .fv .inner {
        height: auto; } }
  @media only screen and (min-width: 769px) {
    .index .fv .fv_ico, .index .fv .fv_txt {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .index .fv .fv_ico {
      width: 250px;
      margin-top: -20px; }
    .index .fv .fv_txt {
      width: 100%;
      margin-top: -10px; } }
.index .service {
  padding: 150px 0; }
  @media only screen and (max-width: 768px) {
    .index .service {
      padding: 30px 0 60px; } }
  .index .service .items .item {
    margin-top: 160px; }
    @media only screen and (max-width: 768px) {
      .index .service .items .item {
        margin-top: 70px; } }
    .index .service .items .item:first-child {
      margin-top: 0; }
    .index .service .items .item h2 {
      text-align: center;
      font-size: 36px;
      font-size: 3.6rem;
      font-weight: 700;
      color: #193c5c; }
      @media only screen and (max-width: 768px) {
        .index .service .items .item h2 {
          font-size: 5.5vw; } }
      .index .service .items .item h2 span {
        display: inline-block;
        padding-top: 60px;
        padding-left: 130px;
        position: relative; }
        @media only screen and (max-width: 768px) {
          .index .service .items .item h2 span {
            padding: 80px 0 0 0; } }
        .index .service .items .item h2 span::before {
          content: "";
          position: absolute;
          width: 132px;
          height: 100%;
          background-repeat: no-repeat;
          background-position: center top;
          background-size: 100% auto;
          left: 0;
          top: 0;
          pointer-events: none; }
          @media only screen and (max-width: 768px) {
            .index .service .items .item h2 span::before {
              width: 70px;
              right: 0;
              margin: 0 auto; } }
    .index .service .items .item:nth-child(1) h2 span::before {
      background-image: url("https://dezain.work/img/service_ttl_01.png"); }
      @media only screen and (max-width: 768px) {
        .index .service .items .item:nth-child(1) h2 span::before {
          background-image: url("https://dezain.work/img/service_ttl_01_sp.png"); } }
    .index .service .items .item:nth-child(2) h2 span::before {
      background-image: url("https://dezain.work/img/service_ttl_02.png"); }
      @media only screen and (max-width: 768px) {
        .index .service .items .item:nth-child(2) h2 span::before {
          background-image: url("https://dezain.work/img/service_ttl_02_sp.png"); } }
    .index .service .items .item:nth-child(3) h2 span::before {
      background-image: url("https://dezain.work/img/service_ttl_03.png"); }
      @media only screen and (max-width: 768px) {
        .index .service .items .item:nth-child(3) h2 span::before {
          background-image: url("https://dezain.work/img/service_ttl_03_sp.png"); } }
    .index .service .items .item h3 {
      font-size: 30px;
      font-size: 3rem;
      font-weight: 700;
      margin-top: 30px; }
      @media only screen and (max-width: 768px) {
        .index .service .items .item h3 {
          font-size: 22px;
          font-size: 2.2rem;
          padding: 0 20px; } }
      .index .service .items .item h3 span {
        display: inline-block;
        font-size: 20px;
        font-size: 2rem;
        margin-left: 10px; }
        @media only screen and (max-width: 768px) {
          .index .service .items .item h3 span {
            font-size: 14px;
            font-size: 1.4rem; } }
    .index .service .items .item .txt {
      margin-top: 15px;
      font-size: 17px;
      font-size: 1.7rem; }
      @media only screen and (max-width: 768px) {
        .index .service .items .item .txt {
          padding: 0 20px; } }
  .index .service .slide_wrap {
    margin-top: 70px; }
    @media only screen and (max-width: 768px) {
      .index .service .slide_wrap {
        margin-top: 0; } }
    .index .service .slide_wrap ul li {
      width: 700px;
      padding-top: 50px;
      margin: 0 40px;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .index .service .slide_wrap ul li {
          width: 100%;
          margin: 0; } }
      .index .service .slide_wrap ul li .ico {
        position: absolute;
        width: 62px;
        height: 55px;
        left: 12px;
        top: 30px;
        z-index: 10; }
        @media only screen and (max-width: 768px) {
          .index .service .slide_wrap ul li .ico {
            width: 40px; } }
        .index .service .slide_wrap ul li .ico::before {
          content: "";
          position: absolute;
          width: 62px;
          height: 100%;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100% auto;
          left: 0;
          top: 0;
          pointer-events: none; }
          @media only screen and (max-width: 768px) {
            .index .service .slide_wrap ul li .ico::before {
              width: 40px; } }
        .index .service .slide_wrap ul li .ico.ico_01::before {
          background-image: url("https://dezain.work/img/service_ico_01.png"); }
        .index .service .slide_wrap ul li .ico.ico_02::before {
          background-image: url("https://dezain.work/img/service_ico_02.png"); }
        .index .service .slide_wrap ul li .ico.ico_03::before {
          background-image: url("https://dezain.work/img/service_ico_03.png"); }
        .index .service .slide_wrap ul li .ico.ico_04::before {
          background-image: url("https://dezain.work/img/service_ico_04.png"); }
        .index .service .slide_wrap ul li .ico.ico_05::before {
          background-image: url("https://dezain.work/img/service_ico_05.png"); }
    .index .service .slide_wrap .slider {
      opacity: 0;
      transition: opacity .3s linear; }
      .index .service .slide_wrap .slider.slick-initialized {
        opacity: 1; }
    .index .service .slide_wrap .slick-prev,
    .index .service .slide_wrap .slick-next {
      z-index: 50;
      top: 280px;
      right: 50%;
      left: auto; }
      @media only screen and (max-width: 768px) {
        .index .service .slide_wrap .slick-prev,
        .index .service .slide_wrap .slick-next {
          top: 50vw;
          right: 0; } }
    .index .service .slide_wrap .slick-prev:before,
    .index .service .slide_wrap .slick-next:before {
      content: '';
      width: 40px;
      height: 40px;
      border: 0px;
      border-top: solid 4px #000;
      border-right: solid 4px #000;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 0;
      right: 0;
      margin-top: -60px;
      z-index: 1000; }
      @media only screen and (max-width: 768px) {
        .index .service .slide_wrap .slick-prev:before,
        .index .service .slide_wrap .slick-next:before {
          width: 30px;
          height: 30px;
          border-top: solid 4px #fff;
          border-right: solid 4px #fff; } }
    @media only screen and (max-width: 768px) {
      .index .service .slide_wrap .slick-prev {
        right: auto;
        left: 0; } }
    .index .service .slide_wrap .slick-prev::before {
      right: auto;
      left: -380px;
      -moz-transform: rotate(-135deg);
      -webkit-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }
      @media only screen and (max-width: 768px) {
        .index .service .slide_wrap .slick-prev::before {
          left: 20px; } }
    .index .service .slide_wrap .slick-next::before {
      right: -400px; }
      @media only screen and (max-width: 768px) {
        .index .service .slide_wrap .slick-next::before {
          right: 20px; } }
.index .section02 {
  background: #ededed; }
  .index .section02 .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 100px 0; }
    @media only screen and (max-width: 768px) {
      .index .section02 .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .index .section02 .inner {
        padding: 80px 20px; } }
  .index .section02 .content {
    width: 800px;
    margin: 50px auto 0;
    background: #fff;
    border: 2px solid #ababab;
    padding: 3.5em 3em; }
    @media only screen and (max-width: 768px) {
      .index .section02 .content {
        width: 100%;
        margin-top: 40px; } }
    .index .section02 .content dl {
      margin-top: 15px;
      -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;
      font-size: 18px;
      font-size: 1.8rem; }
      @media only screen and (max-width: 768px) {
        .index .section02 .content dl {
          display: block; } }
      .index .section02 .content dl:first-child {
        margin: 0; }
      .index .section02 .content dl dt {
        width: 120px;
        font-weight: 500; }
        @media only screen and (max-width: 768px) {
          .index .section02 .content dl dt {
            width: 100%;
            font-size: 14px;
            font-size: 1.4rem; } }
      .index .section02 .content dl dd {
        width: calc(100% - 120px); }
        @media only screen and (max-width: 768px) {
          .index .section02 .content dl dd {
            width: 100%; } }
.index .section03 .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 100px 0; }
  @media only screen and (max-width: 768px) {
    .index .section03 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .index .section03 .inner {
      padding: 80px 20px; } }
.index .section03 ul {
  list-style-type: disc;
  margin-left: 20px;
  font-weight: 500; }
.index .section03 .remarks {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.54); }
.index .section03 h3 {
  background: #186ab5;
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 0.5em;
  text-align: center;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  -o-border-radius: 60px;
  -ms-border-radius: 60px; }
.index .section03 .content1 {
  margin-top: 60px; }
  .index .section03 .content1 .wrap {
    -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: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center; }
    @media only screen and (max-width: 768px) {
      .index .section03 .content1 .wrap {
        display: block; } }
  .index .section03 .content1 .wrap .item {
    width: calc((100% - 4%) / 2);
    margin-left: 4%; }
    @media only screen and (max-width: 768px) {
      .index .section03 .content1 .wrap .item {
        width: 100%;
        margin: 10px 0 0; } }
    .index .section03 .content1 .wrap .item:first-child {
      margin-left: 0; }
      @media only screen and (max-width: 768px) {
        .index .section03 .content1 .wrap .item:first-child {
          margin-top: 0; } }
  .index .section03 .content1 .txt {
    padding: 20px; }
    .index .section03 .content1 .txt span {
      font-size: 14px; }
    .index .section03 .content1 .txt p {
      margin: 20px 0; }
.index .section03 .content2 {
  margin-top: 60px; }
  @media only screen and (max-width: 768px) {
    .index .section03 .content2 {
      margin-top: 30px; } }
  .index .section03 .content2 .wrap {
    margin-top: 10px;
    padding: 20px;
    -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: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .index .section03 .content2 .wrap {
        margin: 0;
        display: block; } }
    .index .section03 .content2 .wrap .table {
      width: 65%; }
      @media only screen and (max-width: 768px) {
        .index .section03 .content2 .wrap .table {
          width: 100%; } }
      .index .section03 .content2 .wrap .table table {
        width: 100%;
        border: 1px solid #d1d1d1; }
        .index .section03 .content2 .wrap .table table th, .index .section03 .content2 .wrap .table table td {
          padding: 15px;
          border-left: 1px solid #d1d1d1;
          border-bottom: 1px solid #d1d1d1;
          vertical-align: middle;
          width: 50%; }
          @media only screen and (max-width: 768px) {
            .index .section03 .content2 .wrap .table table th, .index .section03 .content2 .wrap .table table td {
              font-size: 15px;
              font-size: 1.5rem; } }
        .index .section03 .content2 .wrap .table table th {
          background: #193c5c;
          text-align: center;
          color: #fff; }
    .index .section03 .content2 .wrap .txt {
      width: 35%;
      padding-left: 20px; }
      @media only screen and (max-width: 768px) {
        .index .section03 .content2 .wrap .txt {
          width: 100%;
          padding: 20px 0 0; } }
.index .section04 {
  background-image: url("img/section04_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .index .section04 .main_ttl span {
    color: #193c5c; }
    .index .section04 .main_ttl span.bebas::before {
      background: #fff; }
  .index .section04 .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 100px 0; }
    @media only screen and (max-width: 768px) {
      .index .section04 .inner {
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .index .section04 .inner {
        padding: 80px 20px; } }
  .index .section04 .main_ttl .main_ttl_txt {
    color: #fff; }
    .index .section04 .main_ttl .main_ttl_txt::before {
      background: #fff; }
  .index .section04 .form_section_inner {
    width: 800px;
    margin: 0 auto;
    margin-top: 40px;
    background: #fff;
    border: 3px solid #ababab;
    padding: 75px 115px; }
    @media only screen and (max-width: 768px) {
      .index .section04 .form_section_inner {
        width: 100%;
        padding: 30px 20px;
        margin-top: 30px; } }
  .index .section04 .wrap dl {
    margin-top: 30px; }
    .index .section04 .wrap dl:first-child {
      margin-top: 0; }
    .index .section04 .wrap dl dt {
      font-size: 17px;
      font-weight: 500; }
      @media only screen and (max-width: 768px) {
        .index .section04 .wrap dl dt {
          font-size: 15px; } }
      .index .section04 .wrap dl dt::after {
        content: "*";
        display: inline-block;
        margin-left: 3px;
        color: #ff0000; }
    .index .section04 .wrap dl dd {
      margin-top: 5px; }
  .index .section04 [type=submit] span {
    display: inline-block;
    position: relative;
    padding-right: 10px; }
    .index .section04 [type=submit] span::after {
      content: '';
      width: 14px;
      height: 14px;
      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: -24px;
      margin-top: -5px; }
.index .section05 .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 100px 0; }
  @media only screen and (max-width: 768px) {
    .index .section05 .inner {
      width: 100%; } }
  @media only screen and (max-width: 768px) {
    .index .section05 .inner {
      padding: 80px 20px; } }
.index .section05 .wrap {
  width: 800px;
  margin: 50px auto 0; }
  @media only screen and (max-width: 768px) {
    .index .section05 .wrap {
      width: 100%;
      margin-top: 40px; } }
  .index .section05 .wrap .map iframe {
    width: 100%;
    height: 330px; }
  .index .section05 .wrap .table {
    margin-top: 30px; }
    .index .section05 .wrap .table table {
      width: 100%;
      border: 1px solid #ddd; }
      .index .section05 .wrap .table table th, .index .section05 .wrap .table table td {
        padding: 1em 1.5em;
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd; }
      .index .section05 .wrap .table table th {
        width: 200px;
        color: #fff;
        font-weight: 500;
        background: #193c5c; }
        @media only screen and (max-width: 768px) {
          .index .section05 .wrap .table table th {
            width: 120px; } }

.footer {
  padding-bottom: 50px; }
  .footer .copyright {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    color: rgba(0, 0, 0, 0.54); }

.page {
  background: #f5f5f5;
  padding: 60px 0;
  margin-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    .page {
      padding: 40px 20px; } }
  .page .page_header .logo {
    width: 180px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .page .page_header .logo {
        width: 120px; } }
  .page .page_content {
    background: #fff;
    width: 800px;
    margin: 0 auto;
    margin-top: 50px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .page .page_content {
        width: 100%;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px; } }
    .page .page_content .sub_ttl {
      background: #003a8e;
      color: #fff;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 500;
      padding: 1em;
      text-align: center; }
    .page .page_content .page_inner {
      padding: 50px; }
      @media only screen and (max-width: 768px) {
        .page .page_content .page_inner {
          padding: 30px; } }

.page_thanks .page_inner {
  text-align: center; }