@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
      text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
}

select,
button,
input,
textarea,
button {
  border: 1px solid #333;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table,
td,
th {
  border: 1px solid #333;
}

td,
th {
  line-height: 1.5;
  padding: 0.3em 0.4em;
}

th {
  font-weight: bold;
  font-size: 1.05em;
}

html {
  font-size: 100%;
  background-color: #ffffff;
  word-break: break-word;
}

body {
  min-height: 100vh;
  color: #333;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font: normal normal normal 14px/1.6 "Helvetica", "Arial", sans-serif;
  background-color: #ffffff;
}

hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 1em 0;
  height: 0;
  border-top: 1px solid #ccc;
}

button:disabled {
  cursor: default;
}

a,
a:active,
a:link,
a:visited {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: underline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
dialog,
hr,
img {
  display: block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  display: inline-block;
  vertical-align: middle;
}

[hidden],
dialog:not([open]),
template {
  display: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

input,
select {
  vertical-align: middle;
}

button {
  vertical-align: inherit;
  line-height: inherit;
  cursor: pointer;
}

button,
select {
  text-transform: none;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: 1em;
}

mark {
  background-color: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 70%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ul {
  list-style: none;
}

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

/* 
Source Han Sans JP Bold
font-family: source-han-sans-japanese, sans-serif;
font-weight: 700;
font-style: normal;

Source Han Sans JP Heavy
font-family: source-han-sans-japanese, sans-serif;
font-weight: 900;
font-style: normal;

Source Han Sans JP Regular
font-family: source-han-sans-japanese, sans-serif;
font-weight: 400;
font-style: normal;


Futura PT Heavy
font-family: futura-pt, sans-serif;
font-weight: 700;
font-style: normal;

Futura PT Book
font-family: futura-pt, sans-serif;
font-weight: 400;
font-style: normal;

Futura PT Demi
font-family: futura-pt, sans-serif;
font-weight: 600;
font-style: normal;


Myriad Pro Regular
font-family: myriad-pro, sans-serif;
font-weight: 400;
font-style: normal;
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body.error404 {
  background-color: #121212;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.text404 {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  color: #ccc;
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  white-space: nowrap;
}
.text404 strong {
  font-size: 96px;
  line-height: 1.15;
  font-weight: bold;
}
@media (max-width: 600px) {
  .text404 strong {
    font-size: 75px;
  }
}
.text404 p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .text404 p {
    font-size: 16px;
  }
}
.text404 a,
.text404 a:link {
  margin-top: 50px;
  font-size: 12px;
  line-height: 1.15;
  white-space: normal;
  display: inline-block;
  height: 3em;
  line-height: 3em;
  width: 15em;
  background-color: #333;
  color: #ccc;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.text404 a:hover,
.text404 a:link:hover {
  color: #333 !important;
  background-color: #fff !important;
  text-decoration: none;
}

html {
  background-color: #fff;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
}
@media (min-width: 1300px) {
  body {
    font-size: 16px;
  }
}
body:not(.home) {
  padding-top: 76.8px;
}
@media (max-width: 1300px) {
  body:not(.home) {
    padding-top: 72.19px;
  }
}
@media (max-width: 767px) {
  body:not(.home) {
    padding-top: 68px;
  }
}
@media (max-width: 500px) {
  body:not(.home) {
    padding-top: 62.39px;
  }
}
@media (max-width: 400px) {
  body:not(.home) {
    padding-top: 48px;
  }
}
@media (max-width: 767px) {
  body {
    padding-bottom: 64.1px;
  }
}

a,
a:link {
  color: #333;
}
a:hover,
a:link:hover {
  color: #00659f;
  text-decoration: underline;
}

.nowrap {
  white-space: nowrap;
  display: inline-block;
}

.hasbg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
}
.hasbg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

svg {
  width: 1em;
  min-width: 1em;
  height: 1em;
}

.inner {
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  margin: auto;
}

/* ------------------------------------------------- */
/* site header style */
.site_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 1000;
  background-color: white;
}
.site_header.fixed {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background-color: white;
}
.site_header .logo {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
  font-size: 1.25em;
  font-weight: 900;
  color: #00659f;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.site_header .logo a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 1100px) {
  .site_header .logo:hover {
    background-color: #00659f;
    color: #fff;
  }
}
.site_header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site_header .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fee503;
  color: #00659f;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  position: relative;
  padding: 10px 20px;
  z-index: 3;
}
.site_header .tel a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.site_header .tel .icon {
  color: #fff;
  background-color: #00659f;
  font-size: 1.5em;
  line-height: 1;
  width: 2em;
  min-width: 2em;
  height: 2em;
  border-radius: 100%;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site_header .tel .num {
  font-size: 1.5em;
  line-height: 1;
  font-family: "myriad-pro", sans-serif;
}
.site_header .tel .text {
  white-space: nowrap;
}
.site_header .tel::before {
  content: "";
  background-color: #fee503;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
}
.site_header .tel::after {
  content: "";
  background: #fee503;
  display: block;
  position: absolute;
  left: -6%;
  top: -20%;
  width: 112%;
  height: 140%;
  z-index: -2;
  -webkit-animation: scaleout 1s infinite ease-in-out;
          animation: scaleout 1s infinite ease-in-out;
}
.site_header .inline {
  background-color: #08b921;
  color: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.3em;
  position: relative;
}
.site_header .inline a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 1100px) {
  .site_header .tel {
    font-size: 12px;
  }
}
@media (max-width: 800px) {
  .site_header .tel .icon {
    margin-right: 0;
    font-size: 1.2em;
  }
  .site_header .tel .text {
    display: none;
  }
}
@media (max-width: 767px) {
  .site_header {
    background-color: #fff;
  }
  .site_header .tel {
    display: none;
  }
  .site_header .tel .icon {
    margin-right: 0;
    font-size: 1.2em;
  }
  .site_header .tel .text {
    display: none;
  }
  .site_header .inline {
    display: none;
  }
}
@media (max-width: 500px) {
  .site_header .logo {
    font-size: 14px;
  }
  .site_header .tel {
    font-size: 1em;
    padding: 10px 18px;
  }
  .site_header .tel .icon {
    font-size: 1em;
  }
  .site_header .inline {
    padding: 10px 18px;
    font-size: 2em;
  }
}
@media (max-width: 400px) {
  .site_header .logo {
    padding: 10px 15px;
  }
  .site_header .tel {
    padding: 10px;
  }
  .site_header .inline {
    padding: 10px;
  }
}
@media (max-width: 350px) {
  .site_header .logo {
    font-size: 12px;
    padding: 10px 15px;
  }
}

.site_menu {
  background-color: #00659f;
  padding: 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 99999;
}
.site_menu span {
  width: 25px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 5px auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@media (min-width: 1100px) {
  .site_menu:hover {
    background-color: #fff;
  }
  .site_menu:hover span {
    background-color: #00659f;
  }
  .site_menu:hover .menu_bg::before {
    background-color: #fff;
  }
}
@media (max-width: 500px) {
  .site_menu {
    padding: 10px 18px;
  }
}
@media (max-width: 400px) {
  .site_menu {
    padding: 12px;
  }
}

.site_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transform: translateX(101%);
      -ms-transform: translateX(101%);
          transform: translateX(101%);
  opacity: 0;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.site_nav .nav-wrap {
  width: 50%;
  min-width: 750px;
  height: 100%;
  background-color: rgba(0, 101, 159, 0.8);
  -webkit-transform: translateX(101%);
      -ms-transform: translateX(101%);
          transform: translateX(101%);
  opacity: 0;
  -webkit-transition: 0.5s 0.5s;
  -o-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 76.8px;
}
@media (max-width: 1300px) {
  .site_nav .nav-wrap {
    padding-top: 72.19px;
  }
}
@media (max-width: 767px) {
  .site_nav .nav-wrap {
    padding-top: 68px;
  }
}
@media (max-width: 500px) {
  .site_nav .nav-wrap {
    padding-top: 62.39px;
  }
}
@media (max-width: 400px) {
  .site_nav .nav-wrap {
    padding-top: 48px;
  }
}
.site_nav ul {
  padding: 20px;
  width: 100%;
  overflow-y: auto;
}
.site_nav li {
  width: 780px;
  margin: auto;
  min-width: 80%;
  max-width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #2a739c;
  font-size: 1.875em;
}
.site_nav a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  text-decoration: none !important;
}
.site_nav a:hover {
  color: #fee503;
}
.site_nav .ja {
  font-size: 1em;
  margin-right: 15px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
}
.site_nav .en {
  font-size: 0.6em;
  text-transform: uppercase;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 1300px) {
  .site_nav .nav-wrap {
    max-width: 750px;
    width: 100%;
    min-width: 0;
  }
  .site_nav li {
    font-size: 1.5em;
  }
  .site_nav .ja {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .site_nav li {
    font-size: 1.3em;
  }
  .site_nav a {
    display: block;
  }
}

/* site footer style */
.site_footer {
  background-color: #00659f;
  text-align: center;
  color: #fff;
  padding: 20px;
}
@media (max-width: 500px) {
  .site_footer .copy {
    font-size: 12px;
  }
}

#sp-foot-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  display: none;
  -webkit-transform: translateY(101%);
      -ms-transform: translateY(101%);
          transform: translateY(101%);
  opacity: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
#sp-foot-nav .item {
  width: 33.3333%;
  text-align: center;
  color: #fff;
  position: relative;
}
#sp-foot-nav .item span {
  display: block;
  font-size: 12px;
}
#sp-foot-nav .item a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#sp-foot-nav .item:nth-child(1) {
  background-color: rgba(0, 75, 155, 0.8);
}
#sp-foot-nav .item:nth-child(1) span {
  background-color: #004b9b;
}
#sp-foot-nav .item:nth-child(1) .icon {
  color: rgba(0, 75, 155, 0.8);
  position: relative;
  z-index: 3;
  overflow: initial;
}
#sp-foot-nav .item:nth-child(1) .icon::before {
  content: "";
  background: #e8e8e8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 50%;
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#d6d6d6));
  background-image: -o-linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
  background-image: linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
          box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
}
#sp-foot-nav .item:nth-child(1) .icon::after {
  content: "";
  background: #e8e8e8;
  display: block;
  position: absolute;
  left: -20%;
  top: -20%;
  width: 140%;
  height: 140%;
  border-radius: 50%;
  z-index: -2;
  -webkit-animation: scaleouticon 1s infinite ease-in-out;
          animation: scaleouticon 1s infinite ease-in-out;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#d6d6d6));
  background-image: -o-linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
  background-image: linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
          box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
}
@-webkit-keyframes scaleouticon {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleouticon {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
#sp-foot-nav .item:nth-child(2) {
  background-color: rgba(8, 185, 33, 0.8);
}
#sp-foot-nav .item:nth-child(2) span {
  background-color: #08b921;
}
#sp-foot-nav .item:nth-child(2) .icon {
  color: rgba(8, 185, 33, 0.8);
}
#sp-foot-nav .item:nth-child(3) {
  background-color: rgba(241, 115, 115, 0.8);
}
#sp-foot-nav .item:nth-child(3) span {
  background-color: #f17373;
}
#sp-foot-nav .item:nth-child(3) .icon {
  color: rgba(241, 115, 115, 0.8);
}
#sp-foot-nav .icon {
  margin: auto;
  margin-top: -20px;
  margin-bottom: 5px;
  display: inline-block;
  text-decoration: none;
  color: rgba(152, 152, 152, 0.43);
  width: 60px;
  height: 60px;
  font-size: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#d6d6d6));
  background-image: -o-linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
  background-image: linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
          box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  border-bottom: solid 2px #b5b5b5;
  position: relative;
}
#sp-foot-nav .icon a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#sp-foot-nav.fixed {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media (max-width: 767px) {
  #sp-foot-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* body show_menu */
.show_menu .site_menu {
  background-color: #fff;
}
.show_menu .site_menu span {
  background-color: #00659f;
}
.show_menu .site_menu span:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(135deg);
      -ms-transform: translateY(6px) rotate(135deg);
          transform: translateY(6px) rotate(135deg);
}
.show_menu .site_menu span:nth-child(2) {
  -webkit-transform: translateY(-6px) rotate(-135deg);
      -ms-transform: translateY(-6px) rotate(-135deg);
          transform: translateY(-6px) rotate(-135deg);
}
.show_menu .site_menu .menu_bg {
  display: none;
}
.show_menu .site_nav {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
.show_menu .site_nav .nav-wrap {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}

/* common style end */
/* ------------------------------------------------- */
.site_title .ja {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 900;
  font-size: 3em;
  color: #00659f;
  background-color: transparent;
  background: #00659f url(../img/title-bg.png) center center/cover;
  background-origin: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.site_title .en {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25em;
  font-weight: 700;
  color: #00659f;
  border-bottom: 4px solid #00659f;
  display: inline-block;
}
.site_title.center {
  text-align: center;
}
@media (max-width: 767px) {
  .site_title .ja {
    font-size: 2em;
  }
}
@media (max-width: 500px) {
  .site_title .ja {
    font-size: 1.8em;
  }
}

.site_btn {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.site_btn .btn {
  background-color: #00659f;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  line-height: 1;
  padding: 15px 20px;
  width: 220px;
  max-width: 100%;
  border-radius: 100px;
  position: relative;
}
.site_btn .btn:hover {
  color: #fff;
}
.site_btn .btn svg {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1100px) {
  .site_btn .btn:hover svg {
    -webkit-transform: translate(5px, -50%);
        -ms-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
  }
}

.bkt {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  padding: 5px;
  overflow: hidden;
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: 60px;
  opacity: 0;
  -webkit-transition: 1.6s;
  -o-transition: 1.6s;
  transition: 1.6s;
  -webkit-transform: translateX(71px);
      -ms-transform: translateX(71px);
          transform: translateX(71px);
}
@media (max-width: 767px) {
  .bkt {
    right: 10px;
    bottom: 100px;
  }
}
.bkt svg {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #00659f;
  border-radius: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
@media (min-width: 1100px) {
  .bkt svg:hover {
    color: #fee503;
  }
}
.bkt.show {
  opacity: 1;
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.bkt:hover {
  cursor: pointer;
}

.href_href {
  position: absolute;
  top: -76.8px;
}
@media (max-width: 1300px) {
  .href_href {
    top: -72.19px;
  }
}
@media (max-width: 767px) {
  .href_href {
    top: -68px;
  }
}
@media (max-width: 500px) {
  .href_href {
    top: -62.39px;
  }
}
@media (max-width: 400px) {
  .href_href {
    top: -48px;
  }
}

/* ----------------------------- */
/* index style */
.hero {
  height: 100vh;
  position: relative;
  z-index: 3;
  max-height: 2160px;
  min-height: 900px;
}
.hero .hero_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
}
.hero .hero_bg .slick-list {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.hero .hero_bg .slick-track {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.hero .hero_bg::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 2;
  background-color: #00659f;
  opacity: 0.4;
}
.hero .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.hero .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.hero .hero_inner {
  width: 100%;
  max-width: 1780px;
  padding: 0 20px;
  margin: auto;
  height: 100%;
  color: #fff;
  padding-top: 76.8px;
}
@media (max-width: 1300px) {
  .hero .hero_inner {
    padding-top: 72.19px;
  }
}
@media (max-width: 767px) {
  .hero .hero_inner {
    padding-top: 68px;
  }
}
@media (max-width: 500px) {
  .hero .hero_inner {
    padding-top: 62.39px;
  }
}
@media (max-width: 400px) {
  .hero .hero_inner {
    padding-top: 48px;
  }
}
.hero .hero_inner .slick-list {
  height: 100%;
}
.hero .hero_inner .slick-track {
  height: 100%;
}
.hero .hero_text {
  width: 50%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero .tag {
  width: 90px;
  min-width: 90px;
  height: 90px;
  font-size: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
  border-radius: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fee503;
  line-height: 1;
  color: #00659f;
}
.hero .tag .num {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8em;
  margin-bottom: -0.2em;
}
.hero .ttl1 {
  font-weight: 900;
  font-size: 2.5em;
  line-height: 1.5;
}
.hero .ttl2 {
  line-height: 1.8;
  margin-top: 20px;
}
.hero .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  white-space: nowrap;
  padding: 25px 20px;
  border-radius: 10px;
  background-color: rgba(51, 132, 178, 0.63);
  -webkit-transform: translate(50%, 3em);
      -ms-transform: translate(50%, 3em);
          transform: translate(50%, 3em);
  position: relative;
}
.hero .tel a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 10px;
}
.hero .tel_top {
  font-size: 1.875em;
  font-weight: 900;
  line-height: 1.2;
}
.hero .tel_top .logo {
  font-size: 1.66em;
}
.hero .tel_num {
  background-color: #fee503;
  color: #00659f;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  border-radius: 5px;
  padding: 10px 20px;
  margin-top: 10px;
}
.hero .tel_num .num {
  font-size: 2em;
  font-weight: 700;
  font-family: "myriad-pro", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero .tel_num svg {
  font-size: 0.8em;
  margin-right: 10px;
}
.hero .tel_num .time {
  background-color: #00659f;
  color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  margin-left: 20px;
  margin-top: 5px;
}
@media (max-width: 1600px) {
  .hero {
    min-height: 800px;
  }
  .hero .tel {
    -webkit-transform: translate(50%, 0%);
        -ms-transform: translate(50%, 0%);
            transform: translate(50%, 0%);
  }
}
@media (max-width: 1300px) {
  .hero {
    min-height: 750px;
  }
  .hero .tel_num {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .hero .tag {
    font-size: 1.14em;
  }
  .hero .ttl1 {
    font-size: 2em;
  }
  .hero .tag {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
  .hero .tel {
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .hero {
    min-height: 600px;
  }
  .hero .box {
    display: block;
  }
  .hero .tag {
    font-size: 12px;
    width: 45px;
    min-width: 45px;
    height: 45px;
    margin-bottom: 10px;
  }
  .hero .ttl1 {
    font-size: 5vw;
  }
  .hero .hero_bg::after {
    content: "";
  }
}
@media (max-width: 600px) {
  .hero .tel {
    padding: 20px;
  }
  .hero .tel_top {
    font-size: 3vw;
  }
  .hero .tel_num {
    font-size: 12px;
    display: block;
  }
  .hero .tel_num .num {
    font-size: 18px;
  }
  .hero .tel_num .time {
    display: inline-block;
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .hero {
    min-height: 550px;
  }
  .hero .hero_inner {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .hero .hero_text {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .hero .ttl2 br {
    display: none;
  }
}
@media (max-width: 400px) {
  .hero .ttl1 .small {
    font-size: 14px;
  }
}

/* index news style */
.index_news {
  margin: 70px auto;
  position: relative;
  z-index: 4;
}
.index_news .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
}
.index_news .col {
  margin: 10px 0;
  width: calc(25% - 50px);
  position: relative;
}
.index_news .col a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 2;
}
@media (min-width: 1100px) {
  .index_news .col a ~ .img .hasbg {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
  }
  .index_news .col a ~ .text .excerpt {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .index_news .col a:hover ~ .img .hasbg {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .index_news .col a:hover ~ .text .excerpt {
    text-decoration: underline;
  }
}
.index_news .img {
  position: relative;
  overflow: hidden;
}
.index_news .img .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.index_news .img::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 61.53%;
}
.index_news .img .post_date_thumbnail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url(../../blog/img/ipeace-article-black.jpg) center top/cover no-repeat;
  background-color: #333;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.5em;
}
.index_news .img .post_date_thumbnail .img-year {
  font-size: 1em;
  color: #ffffff;
}
@supports (-webkit-background-clip: text) {
  .index_news .img .post_date_thumbnail .img-year {
    color: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#969696));
    background: -o-linear-gradient(top, white 0%, #969696 100%);
    background: linear-gradient(180deg, white 0%, #969696 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.index_news .img .post_date_thumbnail .img-m-d {
  font-size: 1.5em;
  color: #ffffff;
}
@supports (-webkit-background-clip: text) {
  .index_news .img .post_date_thumbnail .img-m-d {
    color: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#969696));
    background: -o-linear-gradient(top, white 0%, #969696 100%);
    background: linear-gradient(180deg, white 0%, #969696 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.index_news .text {
  font-size: 14px;
}
.index_news .title {
  font-weight: 700;
  font-size: 1.125em;
  color: #00659f;
  margin: 10px 0 6px;
}
.index_news .time {
  text-align: right;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #808080;
  margin-top: 5px;
}
.index_news .excerpt {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.index_news::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border: 52px solid transparent;
  border-right: 90px solid #fee503;
  border-left: none;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
}
@media (max-width: 1300px) {
  .index_news .col {
    width: calc(25% - 20px);
  }
}
@media (max-width: 1100px) {
  .index_news .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px auto;
  }
  .index_news .col {
    width: calc(50% - 15px);
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  .index_news {
    margin: 60px auto;
  }
  .index_news .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px auto;
  }
  .index_news .col {
    width: 100%;
    margin: 10px 0;
  }
}

/* index_strengths style */
.index_strengths {
  margin: 120px auto;
  position: relative;
  z-index: 3;
}
.index_strengths .list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index_strengths .col {
  width: calc(20% - 20px);
  -webkit-box-shadow: 0 0 10px rgba(0, 101, 159, 0.1);
          box-shadow: 0 0 10px rgba(0, 101, 159, 0.1);
  background-color: #fff;
  padding: 50px 30px;
  font-size: 14px;
  margin-top: 20px;
  position: relative;
  text-align: center;
}
.index_strengths .col:nth-child(1) {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.index_strengths .col:nth-child(2) {
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
}
.index_strengths .col:nth-child(3) {
  -webkit-transform: translateY(-60px);
      -ms-transform: translateY(-60px);
          transform: translateY(-60px);
}
.index_strengths .col:nth-child(4) {
  -webkit-transform: translateY(-90px);
      -ms-transform: translateY(-90px);
          transform: translateY(-90px);
}
.index_strengths .col:nth-child(5) {
  -webkit-transform: translateY(-120px);
      -ms-transform: translateY(-120px);
          transform: translateY(-120px);
}
.index_strengths .img {
  width: 100%;
  max-width: 200px;
  margin: auto;
}
.index_strengths .num {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125em;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  padding: 5px 25px 30px 10px;
  z-index: 2;
}
.index_strengths .num::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(49%, #00659f), color-stop(50%, transparent));
  background-image: -o-linear-gradient(top left, #00659f 49%, transparent 50%);
  background-image: linear-gradient(to bottom right, #00659f 49%, transparent 50%);
}
.index_strengths .title {
  font-size: 1.25em;
  font-weight: 700;
  color: #00659f;
  margin: 5px 0;
}
.index_strengths .content {
  line-height: 2;
}
.index_strengths .triangle_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
}
.index_strengths .triangle_bg .triangle1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-transform: translateY(-65%);
      -ms-transform: translateY(-65%);
          transform: translateY(-65%);
}
.index_strengths .triangle_bg .triangle1 .icon1 {
  width: 0;
  height: 0;
  display: block;
  border: 90px solid transparent;
  border-left: 150px solid #f4f7f9;
  border-right: none;
}
.index_strengths .triangle_bg .triangle1 .icon2 {
  width: 0;
  height: 0;
  display: block;
  border: 33px solid transparent;
  border-left: 57px solid #fee503;
  border-right: none;
  margin: auto;
  margin-left: 0;
  margin-top: -40px;
  position: relative;
  z-index: 2;
}
.index_strengths .triangle_bg .triangle2 {
  position: absolute;
  right: 5.3%;
  bottom: 0%;
  z-index: 2;
  -webkit-transform: translate(0, 50%) rotate(100deg);
      -ms-transform: translate(0, 50%) rotate(100deg);
          transform: translate(0, 50%) rotate(100deg);
}
.index_strengths .triangle_bg .triangle2 .icon1 {
  width: 0;
  height: 0;
  display: block;
  border: 90px solid transparent;
  border-right: 150px solid #f4f7f9;
  border-left: none;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.index_strengths .triangle_bg .triangle2 .icon2 {
  width: 0;
  height: 0;
  display: block;
  border: 33px solid transparent;
  border-right: 57px solid #fee503;
  border-left: none;
  margin: auto;
  margin-right: 0;
  margin-top: -40px;
  position: relative;
  z-index: 2;
  -webkit-transform: translate(-50%, -20%);
      -ms-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
}
@media (max-width: 1300px) {
  .index_strengths .col {
    padding: 35px 20px;
  }
  .index_strengths .num {
    padding: 5px 1.38em 1.66em 10px;
  }
}
@media (max-width: 1100px) {
  .index_strengths .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 20px -10px -10px;
  }
  .index_strengths .col {
    width: calc(33.33% - 20px);
    margin: 10px;
    -webkit-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
            transform: translate(0) !important;
  }
}
@media (max-width: 767px) {
  .index_strengths {
    margin: 60px auto;
  }
  .index_strengths .col {
    width: calc(50% - 20px);
    padding: 30px 20px 30px;
  }
}
@media (max-width: 500px) {
  .index_strengths .col {
    width: 100%;
  }
}

/* index_instagram style */
.index_instagram {
  margin: 120px auto;
  position: relative;
  z-index: 3;
}
.index_instagram .img {
  position: relative;
  width: 100%;
}
.index_instagram .img .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.index_instagram .img::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 100%;
}
.index_instagram .list {
  position: relative;
  margin-top: 60px;
}
.index_instagram .col {
  margin: 0 20px;
}
.index_instagram .slick-prev,
.index_instagram .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  border: none;
  background-color: #00659f;
  color: #fff;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  border-radius: 100%;
}
.index_instagram .slick-list {
  margin: 0 -8%;
}
.index_instagram .slick-prev {
  left: 20px;
}
@media (min-width: 1700px) {
  .index_instagram .slick-prev {
    left: calc(50vw - 700px - 140px);
  }
}
.index_instagram .slick-next {
  right: 20px;
}
@media (min-width: 1700px) {
  .index_instagram .slick-next {
    right: calc(50vw - 700px - 140px);
  }
}
.index_instagram .slick-disabled {
  cursor: auto;
}
.index_instagram .slick-disabled svg {
  opacity: 0.8;
}
.index_instagram::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border: 42px solid transparent;
  border-right: 73px solid #fee503;
  border-left: none;
  position: absolute;
  bottom: -100px;
  left: 0;
  z-index: -1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .index_instagram::after {
    bottom: -40px;
  }
}
@media (max-width: 1900px) {
  .index_instagram .list {
    padding: 0 20px;
  }
  .index_instagram .slick-list {
    margin: 0;
  }
  .index_instagram .slick-prev,
.index_instagram .slick-next {
    width: 2.5em;
    height: 2.5em;
    font-size: 1.25em;
  }
  .index_instagram .slick-prev {
    left: 10px;
  }
  .index_instagram .slick-next {
    right: 10px;
  }
}
@media (max-width: 1300px) {
  .index_instagram .list {
    padding: 0 10px;
  }
  .index_instagram .col {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .index_instagram {
    margin: 60px 0;
  }
  .index_instagram .list {
    margin-top: 30px;
  }
}

/* index-banner1 style */
.index-banner1 {
  background-color: #00659f;
  position: relative;
  z-index: 3;
  margin-bottom: 160px;
}
.index-banner1 .href_href {
  top: 0 !important;
}
.index-banner1 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
}
.index-banner1 .bg .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
  opacity: 0.4;
}
.index-banner1 .banner-text {
  width: 50%;
  background-color: #fff;
  padding: 60px;
  margin-top: -80px;
  -webkit-transform: translate(30px, 180px);
      -ms-transform: translate(30px, 180px);
          transform: translate(30px, 180px);
  -webkit-box-shadow: 0 0 10px rgba(0, 101, 159, 0.1);
          box-shadow: 0 0 10px rgba(0, 101, 159, 0.1);
  position: relative;
  z-index: 3;
}
.index-banner1 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.index-banner1 .title {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  font-size: 1.875em;
  color: #00659f;
  line-height: 2;
  position: relative;
  z-index: 3;
}
.index-banner1 .title .big {
  font-size: 1.2em;
  display: inline-block;
  white-space: nowrap;
  background-color: #00659f;
  color: #fff;
  line-height: 1.5;
  padding: 0 0.2em;
}
.index-banner1 .content {
  position: relative;
  z-index: 3;
}
.index-banner1 .content p {
  margin-top: 1em;
}
.index-banner1 .triangle_bg {
  position: absolute;
}
.index-banner1 .triangle_bg .triangle {
  position: absolute;
  right: 0;
  bottom: 10%;
  z-index: 2;
  -webkit-transform: translate(0, 50%) rotate(100deg);
      -ms-transform: translate(0, 50%) rotate(100deg);
          transform: translate(0, 50%) rotate(100deg);
}
.index-banner1 .triangle_bg .triangle .icon1 {
  width: 0;
  height: 0;
  display: block;
  border: 100px solid transparent;
  border-right: 180px solid #f4f7f9;
  border-left: none;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.index-banner1 .triangle_bg .triangle .icon2 {
  width: 0;
  height: 0;
  display: block;
  border: 42px solid transparent;
  border-right: 73px solid #fee503;
  border-left: none;
  margin: auto;
  margin-right: 0;
  margin-top: -40px;
  position: relative;
  z-index: 2;
  -webkit-transform: translate(-50%, -25%);
      -ms-transform: translate(-50%, -25%);
          transform: translate(-50%, -25%);
}
@media (max-width: 1300px) {
  .index-banner1 .banner-text {
    padding: 40px;
    -webkit-transform: translate(0px, 100px);
        -ms-transform: translate(0px, 100px);
            transform: translate(0px, 100px);
  }
}
@media (max-width: 1100px) {
  .index-banner1 .banner-text {
    width: 100%;
    max-width: 680px;
    margin-top: -50px;
    -webkit-transform: translate(0px, 150px);
        -ms-transform: translate(0px, 150px);
            transform: translate(0px, 150px);
  }
}
@media (max-width: 767px) {
  .index-banner1 .banner-text {
    margin-top: 0px;
    padding: 20px;
    -webkit-transform: translate(0px, 100px);
        -ms-transform: translate(0px, 100px);
            transform: translate(0px, 100px);
  }
  .index-banner1 .title {
    font-size: 1.5em;
  }
}
@media (max-width: 500px) {
  .index-banner1 .title {
    font-size: 1.2em;
  }
}
@media (max-width: 350px) {
  .index-banner1 .title {
    font-size: 1.1em;
  }
  .index-banner1 .inner {
    padding: 0 10px;
  }
  .index-banner1 .banner-text {
    padding: 20px 10px;
  }
}

/* index services style */
.index_services {
  margin: 120px auto;
  position: relative;
  z-index: 3;
}
.index_services .list {
  margin-top: 20px;
}
.index_services .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
.index_services .col:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.index_services .img {
  width: 45%;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 101, 159, 0.1);
          box-shadow: 0 0 10px rgba(0, 101, 159, 0.1);
}
.index_services .img .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.index_services .img::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 63%;
}
.index_services .text {
  width: 50%;
}
.index_services .titleEn {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25em;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
}
.index_services .titleEn::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 10px;
  height: 2px;
  background-color: #333;
  display: inline-block;
}
.index_services .titleJa {
  font-size: 2.25em;
  font-weight: 900;
  line-height: 1.3;
  color: #00659f;
  margin-bottom: 8px;
}
.index_services .yellow-bg-text {
  display: inline-block;
  -webkit-box-shadow: inset 0 -0.5em 0 #fee503;
          box-shadow: inset 0 -0.5em 0 #fee503;
}
.index_services .ttl {
  font-size: 1.125em;
  font-weight: 700;
}
.index_services .content {
  font-size: 14px;
  margin-top: 20px;
}
.index_services .content .blue {
  font-size: 16px;
  color: #00659f;
  margin-top: 20px;
}
.index_services .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
  overflow: hidden;
}
.index_services .bg [class^=bg_line] {
  width: 100%;
  height: 36.5%;
  display: block;
  background-color: #f4f7f9;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.index_services .bg .bg_line1 {
  -webkit-transform: skewX(77deg);
      -ms-transform: skewX(77deg);
          transform: skewX(77deg);
}
.index_services .bg .bg_line2 {
  -webkit-transform: skewX(-77deg);
      -ms-transform: skewX(-77deg);
          transform: skewX(-77deg);
}
.index_services .services-list {
  font-size: 16px;
}
.index_services .services-list .li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index_services .services-list .baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.index_services .services-list .baseline .left {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}
.index_services .services-list .left {
  white-space: nowrap;
  line-height: 1.4;
}
.index_services .services-list .right {
  width: 100%;
}
.index_services .services-list .price {
  white-space: nowrap;
  font-weight: 500;
  color: #00659f;
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
}
.index_services .services-list .price span {
  display: inline-block;
  -webkit-box-shadow: inset 0 -0.4em 0 #fee503;
          box-shadow: inset 0 -0.4em 0 #fee503;
}
.index_services .services-list .price::before {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 3px dotted #999999;
  display: block;
  margin: 0 1em;
}
@media (max-width: 1300px) {
  .index_services .content .blue {
    font-size: 14px;
  }
  .index_services .services-list {
    font-size: 1em;
  }
  .index_services .services-list .price::before {
    border-top: 2px dotted #999999;
  }
}
@media (max-width: 900px) {
  .index_services .services-list .baseline {
    display: block;
  }
  .index_services .services-list .baseline .left {
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
}
@media (max-width: 767px) {
  .index_services {
    margin: 60px auto;
  }
  .index_services .col {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    margin-top: 40px;
  }
  .index_services .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .index_services .text {
    width: 100%;
  }
  .index_services .titleJa {
    font-size: 1.6em;
  }
  .index_services .content {
    margin-top: 10px;
  }
  .index_services .content .blue {
    margin-top: 10px;
  }
}

/* index_flow style */
.index_flow {
  position: relative;
  z-index: 3;
  background-color: #00659f;
  padding: 100px 0;
  color: #fff;
}
.index_flow .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
  opacity: 0.2;
}
.index_flow .bg .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.index_flow .title {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 900;
  font-size: 2.25em;
  color: #00659f;
  display: inline-block;
  background-color: #fff;
  padding: 2px 15px;
  border-radius: 10px 10px 0 0;
}
.index_flow .title span {
  background: #00659f url(../img/title-bg.png) center center/cover;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .index_flow .title {
    font-size: 1.8em;
  }
}
@media (max-width: 500px) {
  .index_flow .title {
    font-size: 1.6em;
  }
}
.index_flow .list {
  border: 2px solid #fff;
  padding: 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  position: relative;
  z-index: 2;
}
.index_flow .list::after {
  content: "";
  position: absolute;
  top: calc(30px + 82px);
  left: 50%;
  width: 80%;
  height: 10px;
  z-index: -1;
  background: url(../img/dots.png) repeat-x center center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.2;
}
.index_flow .list [class^=step]:last-child .icon::before {
  content: none;
}
.index_flow .icon {
  width: 165px;
  max-width: 100%;
  margin: 0 auto 20px;
  position: relative;
}
.index_flow .icon::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border: 13px solid transparent;
  border-left: 24px solid #fee503;
  border-right: none;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.index_flow .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
}
.index_flow .num span {
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 700;
  color: #00659f;
  background-color: #fee503;
  border-radius: 5px;
  padding: 5px 10px;
  line-height: 1;
}
.index_flow .ttl {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}
.index_flow .flow1 {
  position: relative;
}
.index_flow .flow1 [class^=step] {
  width: 25%;
}
.index_flow .flow1 .icon::before {
  right: -100%;
}
.index_flow .flow2 {
  margin-top: 55px;
  position: relative;
}
.index_flow .flow2 [class^=step] {
  width: 15%;
}
.index_flow .flow2 .icon::before {
  right: -45%;
}
@media (max-width: 1300px) {
  .index_flow .flow1 .icon::before {
    right: -11vw;
  }
  .index_flow .flow2 .icon::before {
    right: -4vw;
  }
}
@media (max-width: 1100px) {
  .index_flow .flow1 .icon::before {
    right: -10vw;
  }
  .index_flow .list::after {
    content: none;
  }
}
@media (max-width: 767px) {
  .index_flow {
    padding: 60px 0;
  }
  .index_flow .list {
    display: block;
    padding: 30px 20px;
  }
  .index_flow .icon::before {
    content: none;
  }
  .index_flow .flow1 [class^=step] {
    width: 100%;
    max-width: 300px;
    margin: auto;
  }
  .index_flow .flow1 [class^=step]:not(:first-child) {
    margin-top: 30px;
  }
  .index_flow .flow2 {
    margin-top: 40px;
  }
  .index_flow .flow2 [class^=step] {
    width: 100%;
    max-width: 200px;
    margin: auto;
  }
  .index_flow .flow2 [class^=step]:not(:first-child) {
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .index_flow .flow1 [class^=step] {
    max-width: 100%;
  }
  .index_flow .flow2 [class^=step] {
    max-width: 100%;
  }
  .index_flow .content {
    text-align: center;
  }
}

/* index_price style */
.index_price {
  margin: 100px auto;
  position: relative;
  z-index: 3;
}
.index_price .ttl {
  font-size: 1.25em;
  color: #00659f;
  font-weight: 700;
  margin: 1em 0 1.5em;
}
.index_price .table {
  width: 100%;
}
.index_price table {
  width: 100%;
}
.index_price table td, .index_price table th {
  padding: 15px;
  border: 1px solid #c8c8c8;
  background-color: #fff;
}
.index_price table td {
  text-align: center;
  font-weight: 700;
}
.index_price table td:nth-child(odd) {
  background-color: #f5f5f5;
}
.index_price table td:nth-child(even) {
  color: #00659f;
}
.index_price table th {
  background-color: #f5f5f5;
}
.index_price .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
}
.index_price .bg .triangle {
  position: absolute;
  left: -1%;
  top: 40%;
  z-index: 2;
}
.index_price .bg .triangle .icon1 {
  width: 0;
  height: 0;
  display: block;
  border: 100px solid transparent;
  border-left: 180px solid #f4f7f9;
  border-right: none;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.index_price .bg .triangle .icon2 {
  width: 0;
  height: 0;
  display: block;
  border: 42px solid transparent;
  border-left: 73px solid #fee503;
  border-right: none;
  margin: auto;
  margin-left: 0;
  margin-top: -40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .index_price {
    margin: 60px auto;
  }
  .index_price .ttl {
    font-size: 16px;
  }
  .index_price .table {
    max-width: 100%;
    overflow-x: auto;
  }
  .index_price table {
    min-width: 500px;
  }
  .index_price table td, .index_price table th {
    padding: 10px;
  }
}

/* index-professional style */
.index-professional {
  padding: 80px 0;
  position: relative;
  z-index: 3;
  background-color: #00659f;
  color: #fff;
}
.index-professional .href_href {
  top: 0 !important;
}
.index-professional .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
  overflow: hidden;
}
.index-professional .bg .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.2;
  background-position: bottom center;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.index-professional .bg .hasbg img {
  -o-object-position: bottom center;
     object-position: bottom center;
}
.index-professional .bg .top {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: 5;
  top: -17%;
}
.index-professional .bg .top::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 100%;
  top: 50%;
  left: 50%;
  z-index: 1;
  background-color: #fff;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translate(-50%, -50%) rotate(-15deg);
      -ms-transform: translate(-50%, -50%) rotate(-15deg);
          transform: translate(-50%, -50%) rotate(-15deg);
  opacity: 0.1;
}
.index-professional .bg .top::after {
  content: "";
  position: absolute;
  width: 150%;
  height: 80%;
  top: 50%;
  left: 50%;
  z-index: 2;
  background-color: #fff;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translate(-50%, -50%) rotate(-15deg);
      -ms-transform: translate(-50%, -50%) rotate(-15deg);
          transform: translate(-50%, -50%) rotate(-15deg);
  opacity: 0.1;
}
.index-professional .inner {
  max-width: 1700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index-professional .text {
  width: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 1.25em;
  padding-right: 20px;
}
.index-professional .text .big {
  font-size: 1.2em;
}
.index-professional .title {
  font-size: 1.8em;
  color: #fee503;
  font-weight: 900;
}
.index-professional .yellow-bg-text {
  display: inline-block;
  background-color: #fee503;
  white-space: nowrap;
  color: #333;
  margin: 5px 0;
  font-weight: 900;
}
.index-professional .content {
  margin-top: 50px;
}
.index-professional .img {
  position: relative;
  width: 50%;
}
.index-professional .img .hasbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.index-professional .img::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 65%;
}
@media (max-width: 1100px) {
  .index-professional .text {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .index-professional .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .index-professional .text {
    padding: 0;
    width: 100%;
    max-width: 600px;
    margin: auto;
    margin-top: 40px;
  }
  .index-professional .img {
    width: 100%;
    max-width: 600px;
    margin: auto;
  }
  .index-professional .content {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .index-professional {
    padding: 60px 0;
  }
}

/* index_contact style */
.index_contact {
  padding: 80px 0 160px;
  position: relative;
  z-index: 2;
}
.index_contact .href_href {
  top: 0 !important;
}
.index_contact .form {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  margin-top: 50px;
}
.index_contact dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 35px;
}
.index_contact dt {
  text-align: right;
  min-width: 200px;
  margin-right: 35px;
  font-weight: 700;
}
.index_contact dt .must {
  font-size: 14px;
  background-color: #c40000;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  padding: 2px 6px;
  margin-left: 8px;
}
.index_contact dd {
  width: 100%;
}
.index_contact dd input[type=text],
.index_contact dd input[type=email] {
  width: 100%;
  background-color: #fff;
  border: none;
  padding: 5px 10px;
  height: 55px;
  border-radius: 5px;
}
.index_contact dd textarea {
  width: 100%;
  resize: none;
  background-color: #fff;
  border: none;
  padding: 15px 10px;
  height: 10em;
  border-radius: 5px;
}
.index_contact .textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.index_contact .textarea dt {
  margin-top: 20px;
}
.index_contact .submit {
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
}
.index_contact .submit .btn {
  background-color: #00659f;
  color: #fff;
  width: 220px;
  max-width: 100%;
  border-radius: 100px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.index_contact .submit .btn svg {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1100px) {
  .index_contact .submit .btn:hover svg {
    -webkit-transform: translate(5px, -50%);
        -ms-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
  }
}
.index_contact .submit .btn input {
  text-align: center;
  line-height: 1;
  padding: 15px 20px;
  width: 100%;
  border-radius: 100px;
  background-color: transparent;
  color: #fff;
  border: none;
  cursor: pointer;
}
.index_contact .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  z-index: -1;
  overflow: hidden;
}
.index_contact .bg .bg_line {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #f4f7f9;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: skewX(-75deg);
      -ms-transform: skewX(-75deg);
          transform: skewX(-75deg);
}
.index_contact .bg .triangle {
  position: absolute;
  right: 0;
  bottom: 10%;
  z-index: 2;
}
.index_contact .bg .triangle .icon1 {
  width: 0;
  height: 0;
  display: block;
  border: 100px solid transparent;
  border-right: 180px solid #f4f7f9;
  border-left: none;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.index_contact .bg .triangle .icon2 {
  width: 0;
  height: 0;
  display: block;
  border: 42px solid transparent;
  border-right: 73px solid #fee503;
  border-left: none;
  margin: auto;
  margin-right: 0;
  margin-top: -40px;
  position: relative;
  z-index: 2;
}
.index_contact .wpcf7-spinner {
  position: absolute;
}
@media (max-width: 1100px) {
  .index_contact dt {
    min-width: 180px;
  }
}
@media (max-width: 767px) {
  .index_contact {
    padding: 60px 0;
  }
  .index_contact .bg .bg_line {
    -webkit-transform: skewX(0);
        -ms-transform: skewX(0);
            transform: skewX(0);
  }
}
@media (max-width: 600px) {
  .index_contact .form {
    margin-top: 40px;
  }
  .index_contact dl {
    display: block;
    margin-top: 30px;
  }
  .index_contact dt {
    text-align: left;
    margin-bottom: 15px;
  }
  .index_contact dd input[type=text],
.index_contact dd input[type=email] {
    height: 45px;
  }
  .index_contact .textarea dt {
    margin-top: 0;
  }
  .index_contact .submit {
    margin-top: 30px;
  }
}

/* index_company style */
.index_company {
  position: relative;
  z-index: 3;
  background-color: #eaf4fc;
}
.index_company .href_href {
  top: 0 !important;
}
.index_company .box {
  background-color: #fff;
  padding: 80px 80px 60px;
  width: 720px;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 101, 159, 0.1);
          box-shadow: 0 0 10px rgba(0, 101, 159, 0.1);
  -webkit-transform: translateY(-80px);
      -ms-transform: translateY(-80px);
          transform: translateY(-80px);
  position: relative;
  z-index: 3;
}
.index_company .list {
  margin-top: 30px;
}
.index_company dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 8px;
  border-top: 1px solid #e6e6e6;
}
.index_company dl:first-child {
  border: none;
}
.index_company dt {
  font-weight: 700;
  min-width: 100px;
  margin-right: 50px;
}
.index_company .google_map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.index_company .google_map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .index_company .inner {
    padding: 0;
  }
  .index_company .box {
    width: 100%;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    padding: 40px 20px 30px;
  }
  .index_company .list {
    margin-top: 10px;
  }
  .index_company .google_map {
    position: relative;
    background-color: #eaf4fc;
    min-height: 200px;
  }
  .index_company .google_map::after {
    content: "";
    width: 100%;
    display: block;
    padding-top: 60%;
  }
}
@media (max-width: 500px) {
  .index_company dl {
    display: block;
  }
  .index_company dt {
    margin-bottom: 6px;
  }
}

[data-browser-type=ie] .site_title .ja {
  background: none;
  color: #004b9b;
}
[data-browser-type=ie] .index_flow .title span {
  background: none;
  color: #004b9b;
}