@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  color: #181818;
  background: #ffffff;
  font-feature-settings: "palt";
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.wrapper {
  display: block;
  margin: 0 auto;
  padding: 0;
}

main {
  padding-top: 80px;
}
@media (max-width: 768px) {
  main {
    padding-top: 70px;
  }
}

section {
  margin: 0;
  padding: 100px 0;
}
@media (max-width: 768px) {
  section {
    margin: 0;
    padding: 9vw 0;
  }
}

.container {
  max-width: calc(1080px + 40px);
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.container.wide {
  max-width: calc(1080px + 210px);
}
@media (max-width: 768px) {
  .container.wide {
    padding: 0 20px;
  }
}
#mv .container {
  max-width: calc(1080px + 180px);
  padding: 0 40px;
  z-index: 1;
}
@media (max-width: 768px) {
  #mv .container {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

img {
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

a {
  color: #181818;
  text-decoration: none;
}

a:link {
  color: #181818;
  text-decoration: none;
}

a:visited {
  color: #181818;
  text-decoration: none;
}

a:hover {
  color: #181818;
  text-decoration: none;
}

a:focus, *:focus {
  outline: none;
}

a img:hover {
  opacity: 0.5;
  transition: all 0.5s ease 0s;
}

/*===== header ====================================*/
header {
  background: #ffffff;
  position: fixed;
  height: 80px;
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #181818;
  padding: 20px 20px 20px 20px;
}
@media (max-width: 980px) {
  header {
    padding: 20px 10px 20px 10px;
  }
}
header .logo {
  display: flex;
  align-items: center;
  width: clamp(140px, 14.6vw, 206px);
}
@media (max-width: 768px) {
  header .logo {
    margin: 0;
  }
}
header .btn_contact_sp {
  display: none;
}
header nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
header nav ul li {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 0 20px;
  word-break: keep-all;
}
@media (max-width: 980px) {
  header nav ul li {
    margin: 0 0 0 2vw;
    font-size: 1.4vw;
  }
}
header nav ul li:hover {
  opacity: 0.5;
}
header nav ul li.btn_contact, header nav ul li.btn_request {
  border-radius: 2px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 980px) {
  header nav ul li.btn_contact, header nav ul li.btn_request {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
header nav ul li.btn_contact a, header nav ul li.btn_request a {
  color: #ffffff;
  padding: 5px 15px;
  display: block;
}
header nav ul li.btn_contact:hover, header nav ul li.btn_request:hover {
  opacity: 0.8;
}
header nav ul li.btn_contact {
  background: #E87539;
}
header nav ul li.btn_request {
  background: #000000;
  margin: 0 0 0 15px;
}
@media (max-width: 850px) {
  header {
    height: 70px;
    padding: 10px;
  }
  header .btn_contact_sp {
    border-radius: 2px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    background: #E87539;
    margin: 0 5px 0 0;
    display: inherit;
  }
  header .btn_contact_sp a {
    color: #ffffff;
    padding: 8px 20px;
    display: block;
  }
  header #g-nav {
    position: fixed;
    z-index: 999;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    transition: all 0.9s;
  }
  header #g-nav.panelactive {
    top: 0;
  }
  header #g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  header #g-nav ul {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
  }
  header #g-nav ul li {
    list-style: none;
    text-align: center;
    margin: 0;
  }
  header #g-nav ul li a {
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
  }
  header #g-nav ul li.btn_contact, header #g-nav ul li.btn_request {
    border-radius: 2px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 20px 0;
  }
  header #g-nav ul li.btn_contact a, header #g-nav ul li.btn_request a {
    color: #ffffff;
    padding: 15px 50px;
    display: block;
  }
  header #g-nav ul li.btn_contact:hover, header #g-nav ul li.btn_request:hover {
    opacity: 0.8;
  }
  header #g-nav ul li.btn_contact {
    background: #E87539;
  }
  header #g-nav ul li.btn_request {
    background: #000000;
    margin: 0;
  }
  header .openbtn {
    position: fixed;
    z-index: 9999;
    top: 0px;
    right: 0px;
    cursor: pointer;
    width: 70px;
    height: 70px;
  }
  header .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 17px;
    height: 2px;
    border-radius: 2px;
    background-color: #898989;
    width: 32px;
  }
  header .openbtn span:nth-of-type(1) {
    top: 23px;
  }
  header .openbtn span:nth-of-type(2) {
    top: 34px;
  }
  header .openbtn span:nth-of-type(3) {
    top: 45px;
  }
  header .openbtn.active span:nth-of-type(1) {
    top: 28px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 32px;
  }
  header .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .openbtn.active span:nth-of-type(3) {
    top: 40px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 32px;
  }
}

/*===== footer ====================================*/
footer {
  background: #333333;
  padding: 50px 0 clamp(30px, 6.6vw, 50px) 0;
  color: #ffffff;
}
footer .footer1 {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  padding: 0 0 70px 0;
}
@media (max-width: 768px) {
  footer .footer1 {
    display: block;
    text-align: center;
    padding: 0;
  }
}
footer .footer1 .logo {
  margin: 0 0 30px 0;
}
footer .footer1 .logo img {
  width: 206px;
}
footer .footer1 .sitemap {
  display: flex;
}
@media (max-width: 768px) {
  footer .footer1 .sitemap {
    display: block;
  }
}
footer .footer1 .sitemap ul {
  margin: 0 0 0 80px;
}
@media (max-width: 768px) {
  footer .footer1 .sitemap ul {
    margin: 0;
  }
}
footer .footer1 .sitemap ul li {
  margin: 0 0 30px 0;
}
footer .footer1 .sitemap ul a {
  color: #ffffff;
  font-weight: 300;
}
footer .footer1 .sitemap ul a:hover {
  opacity: 0.7;
}
footer .footer2 {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: baseline;
}
@media (max-width: 768px) {
  footer .footer2 {
    display: block;
    text-align: center;
  }
  footer .footer2 .copy {
    margin: 60px 0 0 0;
    display: block;
  }
}
footer .footer2 a {
  color: #ffffff;
  opacity: 0.6;
}
footer .footer2 a:hover {
  opacity: 0.3;
}
footer .footer2 a img {
  width: 11px;
  margin: 0 0 0 3px;
  vertical-align: middle;
}
footer .footer2 .isms {
  display: inline-block;
  width: 80px;
  margin: 0 0 0 20px;
}
@media (max-width: 768px) {
  footer .footer2 .isms {
    display: block;
    margin: 40px auto 0;
  }
}

/*===== 固定ボタン ====================================*/
#fix_btn {
  display: none;
}
@media (max-width: 768px) {
  #fix_btn {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
    opacity: 0;
    transition: all 0.5s ease 0s;
  }
  #fix_btn.fixed {
    opacity: 1;
    transition: all 0.5s ease 0s;
  }
  #fix_btn a {
    display: inline-block;
    padding: 12px 24px;
    padding-right: 60px;
    border-radius: 5px 0 0 0;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
  }
  #fix_btn a.btn_inquiry {
    background: #E87539;
    color: #fff;
  }
  #fix_btn a.btn_inquiry::after {
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    top: 10px;
    right: 12px;
    background: url("../images/arrow_w.png") no-repeat center center;
    background-size: cover;
  }
  #fix_btn a.btn_inquiry:hover {
    background: #fff;
    border: 1px solid #E87539;
    color: #E87539;
  }
  #fix_btn a.btn_inquiry:hover::after {
    background: url("../images/arrow_o.png") no-repeat center center;
    background-size: cover;
  }
}

/*===== Grid ====================================*/
.grid_container {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  width: 100%;
  display: grid;
}
.grid_container.gap {
  grid-gap: 20px;
}
.grid_container .item {
  height: auto;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*===== common ====================================*/
.line_green {
  background: linear-gradient(transparent 60%, #42b86a 60%);
  display: inline;
}

.title1 {
  text-align: center;
  color: #181818;
  font-size: clamp(24px, 4.2vw, 32px);
  line-height: 1.3;
  margin: 0 0 20px 0;
  letter-spacing: 0.1em;
}
.title1 span {
  font-size: 20px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  display: block;
  color: #1959E1;
  letter-spacing: 0;
  margin: 0 0 5px 0;
}
.title1 + p {
  margin: 0 0 30px 0;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .title1 + p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.title2 {
  text-align: center;
  color: #181818;
  font-size: clamp(18px, 3.2vw, 24px);
  line-height: 1.3;
  margin: 0 0 10px 0;
  letter-spacing: 0.1em;
  color: #1959E1;
}
.title2 + ul {
  margin: 0 auto 30px auto;
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .title2 + ul {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.title2 + ul li {
  text-align: center;
  border-radius: 50px;
  border: solid 2px #1959E1;
  background: #ffffff;
  margin: 0 5px 5px;
  padding: 3px 15px;
  display: inline-block;
}

.inner_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .inner_flex {
    display: block;
  }
}
.inner_flex.fw_w {
  flex-wrap: wrap;
}
.inner_flex.ai_fe {
  align-items: flex-end;
}
.inner_flex.ai_c {
  align-items: center;
}
.inner_flex.fd_rr {
  flex-direction: row-reverse;
}
.inner_flex.jc_c {
  justify-content: center;
}
.inner_flex.jc_sa {
  justify-content: space-around;
}

a.button, input.button, button.button {
  display: block;
  margin: 0 auto;
  color: #1D619D;
  background-color: #FFCB29;
  text-align: center;
  position: relative;
  background-color: #FFCB29;
  text-decoration: none;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 100%;
  cursor: pointer;
}
a.button:hover, input.button:hover, button.button:hover {
  background-color: #ffe48f;
  transition: all 0.5s ease 0s;
}
a.button.ss, input.button.ss, button.button.ss {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 10px;
}
@media (max-width: 768px) {
  a.button.ss, input.button.ss, button.button.ss {
    font-size: 3vw;
    padding: 1.3vw 1.3vw;
  }
}
a.button.s, input.button.s, button.button.s {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 15px 10px;
}
@media (max-width: 768px) {
  a.button.s, input.button.s, button.button.s {
    font-size: 3.5vw;
    padding: 1.9vw 1.3vw;
  }
}
a.button.m, input.button.m, button.button.m {
  font-size: 20px;
  font-size: 2rem;
  padding: 25px 30px;
}
@media (max-width: 768px) {
  a.button.m, input.button.m, button.button.m {
    font-size: 4.2vw;
    padding: 3.2vw 3.9vw;
  }
}
a.button.l, input.button.l, button.button.l {
  font-size: clamp(13px, 3.467vw, 26px);
  padding: 20px 30px;
}
@media (max-width: 768px) {
  a.button.l, input.button.l, button.button.l {
    padding: 3vw 3.9vw;
  }
}
a.button.arrow_r::after, input.button.arrow_r::after, button.button.arrow_r::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #1D619D;
  border-right: 3px solid #1D619D;
  transform: rotate(45deg);
  position: absolute;
  right: 30px;
  top: calc(50% - 6px);
}
@media (max-width: 768px) {
  a.button.arrow_r::after, input.button.arrow_r::after, button.button.arrow_r::after {
    width: 1.5vw;
    height: 1.5vw;
    right: 4vw;
    top: calc(50% - 0.7vw);
  }
}

/*===== TOP ====================================*/
/*===== MV ====================================*/
#mv {
  background: url(https://bco-ici-ktltwb9t.landinghub.site/.landinghub/https%3A%2F%2Fjohsyskun.com%2Flp%2F1%2Fimages%2Fmv.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 0 30px 0;
}
@media (max-width: 980px) {
  #mv {
    background: url(https://bco-ici-ktltwb9t.landinghub.site/.landinghub/https%3A%2F%2Fjohsyskun.com%2Flp%2F1%2Fimages%2Fmv.jpg) no-repeat right 20% center;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  #mv {
    background: url(https://bco-ici-ktltwb9t.landinghub.site/.landinghub/https%3A%2F%2Fjohsyskun.com%2Flp%2F1%2Fimages%2Fmv%40sp.jpg) no-repeat top -70px center;
    background-size: 100%;
    position: relative;
    padding: 130px 0 0px 0;
  }
  #mv::after {
    content: "";
    display: block;
    background: linear-gradient(0deg, rgba(84, 142, 193, 0), rgb(57, 126, 187) 25%, rgb(28, 82, 197) 50%, rgb(57, 126, 187) 75%, rgba(57, 126, 187, 0));
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
    z-index: 0;
  }
}
#mv .txt1 {
  font-size: clamp(14px, 3vw, 23px);
  font-weight: bold;
  color: #1959E1;
  background: #ffffff;
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 4px 15px;
}
@media (max-width: 768px) {
  #mv .txt1 {
    margin: 0 0 5px 0;
  }
}
#mv .txt2 {
  font-size: clamp(30px, 6.6vw, 50px);
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 20px 0;
  letter-spacing: 0.01em;
  line-height: 1.3;
}
@media (max-width: 768px) {
  #mv .txt2 {
    font-weight: bold;
    margin: 0 0 10px 0;
  }
}
#mv .txt3 {
  font-size: clamp(14px, 2.9vw, 20px);
  font-weight: 300;
  color: #ffffff;
  margin: 0 0 70px 0;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media (max-width: 768px) {
  #mv .txt3 {
    margin: 0 0 15px 0;
  }
}
#mv .btn_area {
  display: flex;
  margin: 0 0 30px 0;
  align-items: flex-start;
}
@media (max-width: 768px) {
  #mv .btn_area {
    flex-wrap: wrap;
    margin: 0 0 5px 0;
  }
}
#mv .btn_area .btn_contact,
#mv .btn_area .btn_request {
  border-radius: 2px;
  font-size: clamp(16px, 3.2vw, 24px);
  font-weight: bold;
  padding: 10px 70px 10px 30px;
}
@media (max-width: 768px) {
  #mv .btn_area .btn_contact,
  #mv .btn_area .btn_request {
    padding: 10px 45px 10px 20px;
    font-size: 4vw;
  }
}
#mv .btn_area .btn_contact {
  background: url(../images/arrow_white.svg) no-repeat center right 30px #E87539;
  color: #ffffff;
  position: relative;
  margin: 0 15px 0 0;
}
@media (max-width: 768px) {
  #mv .btn_area .btn_contact {
    background: url(../images/arrow_white.svg) no-repeat center right 20px #E87539;
    background-size: 17px;
    margin: 0 5px 10px 0;
  }
}
#mv .btn_area .btn_contact::before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background: url(../images/mv_first.svg) no-repeat center center;
  position: absolute;
  top: -50px;
  left: -25px;
}
@media (max-width: 768px) {
  #mv .btn_area .btn_contact::before {
    display: none;
  }
}
#mv .btn_area .btn_contact:hover {
  background: url(../images/arrow_white.svg) no-repeat center right 30px #ED9161;
}
@media (max-width: 768px) {
  #mv .btn_area .btn_contact:hover {
    background: url(../images/arrow_white.svg) no-repeat center right 20px #ED9161;
    background-size: 17px;
  }
}
#mv .btn_area .btn_request {
  background: url(../images/arrow_blue.svg) no-repeat center right 30px #ffffff;
  color: #1959E1;
}
@media (max-width: 768px) {
  #mv .btn_area .btn_request {
    background: url(../images/arrow_blue.svg) no-repeat center right 20px #ffffff;
    background-size: 17px;
  }
}
#mv .btn_area .btn_request:hover {
  opacity: 0.8;
}
#mv .emblem_area {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  display: inline-flex;
}
@media (max-width: 768px) {
  #mv .emblem_area {
    border-radius: 5px;
    _display: block;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 8px 5px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    width: 100%;
  }
}
#mv .emblem_area img {
  width: auto;
  margin: 0 10px;
  max-height: 52px;
  height: 5.8vw;
}
@media (max-width: 768px) {
  #mv .emblem_area img {
    margin: 3px 5px;
    height: auto;
    max-height: 8.5vw;
  }
}

/*===== user ====================================*/
#user {
  padding: 10px 0 0 0;
}
#user .title {
  font-size: clamp(18px, 3.2vw, 24px);
  font-weight: bold;
  text-align: center;
  margin: 0 0 clamp(30px, 5.3vw, 40px) 0;
}
#user ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#user ul li {
  margin: 15px 15px;
}
#user ul img {
  width: auto;
}

.client_slider {
  margin: 20px 0;
  overflow: hidden;
  max-height: 100px;
}
@media (max-width: 768px) {
  .client_slider {
    margin: 0;
  }
}

.slide1 .swiper-wrapper {
  transition-timing-function: linear;
}

.slide1 .swiper-slide {
  height: 90px !important;
  _width: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .slide1 .swiper-slide {
    height: 45px !important;
  }
}

.slide1 .swiper-slide img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  max-width: 150px;
}

/*===== onayami ====================================*/
#onayami {
  padding: clamp(80px, 16vw, 120px) 0 40px 0;
}
#onayami .title {
  font-size: clamp(24px, 4.2vw, 32px);
  font-weight: bold;
  text-align: center;
  margin: 0 0 clamp(30px, 9.3vw, 70px) 0;
  letter-spacing: 0.1em;
}
#onayami .title span {
  font-size: 32px;
  color: #1959E1;
  text-decoration: underline;
}
#onayami .box {
  width: 30%;
  margin: 0 0 70px 0;
}
@media (max-width: 768px) {
  #onayami .box {
    width: 100%;
    margin: 0 0 25px 0;
  }
}
#onayami .box figure {
  text-align: center;
  margin: 0 0 30px 0;
}
@media (max-width: 768px) {
  #onayami .box figure {
    margin: 0 0;
  }
}
#onayami .box figure img {
  height: 160px;
  width: auto;
}
@media (max-width: 768px) {
  #onayami .box figure img {
    height: 80px;
  }
}
#onayami .box h3 {
  font-size: clamp(18px, 3.2vw, 24px);
  font-weight: bold;
  margin: 0 0 5px 0;
}
#onayami .box p {
  font-size: clamp(15px, 2.4vw, 18px);
}
#onayami .omakase {
  color: #1959E1;
  text-align: center;
  line-height: 1.7;
  background: url(../images/arrow_orange.svg) no-repeat center bottom;
  padding: 0 0 65px 0;
}
#onayami .omakase dt {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
#onayami .omakase dt span {
  display: inline-block;
  background: #1959E1;
  border-radius: 2px;
  padding: 0 10px;
  color: #ffffff;
  margin: 0 0 0 5px;
}
#onayami .omakase dd {
  font-size: clamp(22px, 3.7vw, 28px);
  font-weight: bold;
}

/*===== feature ====================================*/
#feature {
  background: #EDF4FE;
  padding: clamp(50px, 16vw, 120px) 0;
}
#feature .feature_box {
  display: flex;
  justify-content: space-between;
  margin: 0 0 clamp(60px, 13.3vw, 100px) 0;
}
@media (max-width: 768px) {
  #feature .feature_box {
    display: block;
  }
}
#feature .feature_box:last-child {
  margin: 0;
}
#feature .feature_box .det {
  width: 55%;
}
@media (max-width: 768px) {
  #feature .feature_box .det {
    width: 100%;
  }
}
#feature .feature_box .det .title {
  border-bottom: dashed #DBDBDB 1px;
  margin: 0 0 18px 0;
  padding: 0 0 18px 0;
}
@media (max-width: 768px) {
  #feature .feature_box .det .title {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
  }
}
#feature .feature_box .det .title dl {
  display: flex;
}
@media (max-width: 768px) {
  #feature .feature_box .det .title dl {
    display: block;
  }
}
#feature .feature_box .det .title dl dt {
  text-align: center;
  font-size: clamp(40px, 7vw, 53px);
  font-weight: bold;
  font-family: "Inter", sans-serif;
  line-height: 1;
  margin: 0 35px 0 0;
  letter-spacing: 0;
  width: 70px;
}
@media (max-width: 768px) {
  #feature .feature_box .det .title dl dt {
    width: 54px;
    margin: 0 0 10px 0;
  }
}
#feature .feature_box .det .title dl dt span {
  display: block;
  font-size: 12px;
}
#feature .feature_box .det .title dl dt.feature1 {
  color: #1959E1;
}
#feature .feature_box .det .title dl dt.feature2 {
  color: #E87539;
}
#feature .feature_box .det .title dl dt.feature3 {
  color: #2CA6B4;
}
#feature .feature_box .det .title dl dd {
  font-size: clamp(24px, 4.5vw, 34px);
  font-weight: bold;
}
#feature .feature_box .det p {
  font-size: clamp(16px, 2.2vw, 17px);
  line-height: 1.7;
}
#feature .feature_box figure {
  width: 37%;
}
@media (max-width: 768px) {
  #feature .feature_box figure {
    display: none;
  }
}

/*===== cta ====================================*/
.cta_area {
  background: linear-gradient(110deg, #3E9CF0, #29359E);
  padding: clamp(40px, 9.3vw, 70px) 0;
  text-align: center;
  color: #ffffff;
}
.cta_area .title {
  font-size: clamp(22px, 4.2vw, 32px);
  font-weight: bold;
}
.cta_area p {
  font-size: clamp(18px, 3.2vw, 24px);
}
.cta_area .btn_area {
  margin: clamp(20px, 5.3vw, 40px) 0 0 0;
}
.cta_area .btn_area .btn_contact,
.cta_area .btn_area .btn_request {
  border-radius: 3px;
  padding: 12px 30px;
  text-align: center;
  position: relative;
  width: 300px;
  display: inline-block;
  font-size: clamp(20px, 3.2vw, 24px);
  font-weight: bold;
  margin: 0 15px;
}
.cta_area .btn_area .btn_contact::after,
.cta_area .btn_area .btn_request::after {
  content: "";
  display: inline-block;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin: 0 0 5px 15px;
}
.cta_area .btn_area .btn_contact {
  background: #E87539;
  color: #ffffff;
}
.cta_area .btn_area .btn_contact::after {
  border-right: solid 3px #ffffff;
  border-top: solid 3px #ffffff;
}
.cta_area .btn_area .btn_contact:hover {
  background: #ED9161;
}
@media (max-width: 768px) {
  .cta_area .btn_area .btn_contact {
    margin: 0 0 20px 0;
  }
}
.cta_area .btn_area .btn_request {
  background: #ffffff;
  color: #1959E1;
}
.cta_area .btn_area .btn_request::after {
  border-right: solid 3px #1959E1;
  border-top: solid 3px #1959E1;
}
.cta_area .btn_area .btn_request:hover {
  opacity: 0.8;
}
.cta_area.cta2 {
  background: url(../images/bg_contact.png) no-repeat right 30px center, linear-gradient(110deg, #3E9CF0, #29359E);
  background-size: contain, auto;
}
@media (max-width: 768px) {
  .cta_area.cta2 {
    background: url(../images/bg_contact.png) no-repeat right -80px top, linear-gradient(110deg, #3E9CF0, #29359E);
    background-size: contain, auto;
  }
}
.cta_area.cta2 .title {
  font-size: clamp(24px, 4.8vw, 36px);
  font-weight: bold;
}
.cta_area.cta2 p {
  font-size: clamp(14px, 2.6vw, 20px);
  margin: 30px 0 0 0;
}

/*===== scope ====================================*/
#scope {
  padding: clamp(80px, 13.3vw, 100px) 0 0 0;
}
#scope .inner_flex {
  align-items: start;
}
#scope .box {
  text-align: center;
}
#scope .box .number {
  font-size: clamp(24px, 4vw, 30px);
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #ffffff;
  display: block;
  width: clamp(40px, 6.6vw, 50px);
  height: clamp(40px, 6.6vw, 50px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px auto;
}
#scope .box h3 {
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 30px 0;
}
#scope .box h3 span {
  font-size: 20px;
  color: #ffffff;
  padding: 2px 8px;
  margin: 5px 0;
}
#scope .box.scope1 {
  width: 44%;
}
@media (max-width: 768px) {
  #scope .box.scope1 {
    width: 100%;
  }
}
#scope .box.scope1 .number {
  background: #1959E1;
}
#scope .box.scope1 h3 span {
  background: #1959E1;
}
@media (max-width: 768px) {
  #scope .box.scope1 .image {
    padding: 0 20px;
  }
  #scope .box.scope1 .image img {
    max-width: 400px;
  }
}
#scope .box.scope2 {
  width: 47%;
}
@media (max-width: 768px) {
  #scope .box.scope2 {
    width: 100%;
  }
  #scope .box.scope2 img {
    max-width: 400px;
  }
}
#scope .box.scope2 .number {
  background: #E87539;
}
#scope .box.scope2 h3 span {
  background: #E87539;
}
@media (max-width: 768px) {
  #scope .box.scope3 img {
    max-width: 400px;
  }
}
#scope .box.scope3 .number {
  background: #2CA6B4;
}
#scope .box.scope3 h3 span {
  background: #2CA6B4;
}
#scope .box.scope3 .category_box {
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
  #scope .box.scope3 .category_box {
    width: 100%;
  }
}
#scope .box.scope3 .category_box .inner_flex {
  align-items: stretch;
}
@media (max-width: 768px) {
  #scope .box.scope3 .category_box .inner_flex {
    display: flex;
  }
}
#scope .box.scope3 .category_box h4 {
  background: rgba(44, 166, 180, 0.8);
  color: #ffffff;
  border-radius: 3px;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px 0;
  padding: 5px 0;
}
@media (max-width: 768px) {
  #scope .box.scope3 .category_box h4 {
    margin: 0 0 10px 0;
    font-size: 16px;
  }
}
#scope .box.scope3 .category_box dl {
  border: solid 1px #2CA6B4;
  border-radius: 3px;
  padding: 15px;
  width: calc(50% - 10px);
  margin: 0 0 10px 0;
}
@media (max-width: 768px) {
  #scope .box.scope3 .category_box dl {
    width: calc(50% - 5px);
    padding: 13px;
  }
}
#scope .box.scope3 .category_box dl dt {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #2CA6B4;
  margin: 0 0 10px 0;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  #scope .box.scope3 .category_box dl dt {
    font-size: 15px;
  }
}
#scope .box.scope3 .category_box dl dd {
  font-size: 15px;
  color: #666666;
  line-height: 1.7;
  text-align: left;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  #scope .box.scope3 .category_box dl dd {
    font-size: 14px;
  }
  #scope .box.scope3 .category_box dl dd .sp-only {
    display: inline;
  }
}
#scope .x_box {
  width: 5%;
  display: block;
  height: 60vw;
  max-height: 750px;
  background: url(../images/img_x.svg) no-repeat center center;
  background-size: 100%;
}
@media (max-width: 768px) {
  #scope .x_box {
    width: 100%;
    background: url(../images/img_x.svg) no-repeat center center;
    background-size: 35px;
    height: 100px;
  }
}
#scope .more {
  max-width: 360px;
  width: 90%;
  margin: clamp(50px, 9.3vw, 70px) auto;
}

/*===== system ====================================*/
#system {
  padding: clamp(80px, 16vw, 120px) 0 0 0;
}
#system .block_left {
  width: calc(56% - 45px);
  background: #EDF4FE;
  border-radius: 5px;
  position: relative;
  padding: 20px;
}
@media (max-width: 768px) {
  #system .block_left {
    width: 100%;
  }
}
#system .block_left::after {
  content: "";
  background: #EDF4FE;
  position: absolute;
  top: 0;
  left: 100%;
  width: 45px;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media (max-width: 768px) {
  #system .block_left::after {
    top: auto;
    bottom: -42px;
    left: 0;
    width: 100%;
    height: 42px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
            clip-path: polygon(0 0, 100% 0%, 50% 100%);
  }
}
#system .block_left h3 {
  text-align: center;
  background: #1959E1;
  border-radius: 2px;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 0;
}
#system .block_left .box {
  background: #ffffff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  margin: 15px 0 0 0;
  padding: 20px;
}
@media (max-width: 768px) {
  #system .block_left .box {
    display: block;
  }
}
#system .block_left .box.support1 {
  border: solid 2px #1959E1;
}
#system .block_left .box.support2 {
  border: solid 2px #E87539;
}
#system .block_left .box.support3 {
  border: solid 2px #2CA6B4;
}
#system .block_left .box dl {
  width: 120px;
  margin: 0 30px 0 0;
  text-align: center;
}
@media (max-width: 768px) {
  #system .block_left .box dl {
    width: 100%;
  }
}
#system .block_left .box dl dt {
  margin: 0 0 5px 0;
}
#system .block_left .box dl dt img {
  height: clamp(70px, 12vw, 90px);
  width: auto;
}
#system .block_left .box dl dd {
  font-size: 16px;
  font-weight: bold;
}
#system .block_left .box p {
  display: block;
  width: calc(100% - 150px);
  font-size: 18px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  #system .block_left .box p {
    width: 100%;
    font-size: 14px;
    margin: 10px 0 0 0;
  }
}
#system .block_left .box p span {
  font-weight: bold;
}
#system .block_right {
  width: calc(44% - 30px);
  border-radius: 5px;
  border: solid 2px #FFCB29;
  padding: 20px 30px;
  margin: 0 0 0 30px;
  text-align: center;
}
@media (max-width: 768px) {
  #system .block_right {
    width: 100%;
    margin: 60px 0 0 0;
  }
}
#system .block_right .title {
  font-size: 24px;
  margin: 0 0 10px 0;
  font-weight: bold;
}
#system .block_right img {
  max-width: 306px;
  margin: 0 0 10px 0;
}
#system .block_right p {
  display: block;
  font-size: 18px;
  line-height: 1.7;
}
@media (max-width: 768px) {
  #system .block_right p {
    font-size: 16px;
  }
}
#system .block_right p span {
  font-weight: bold;
}

/*===== order ====================================*/
#order {
  padding: clamp(80px, 16vw, 120px) 0 80px 0;
}
#order ul.tag {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 40px 0;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  #order ul.tag {
    justify-content: start;
  }
}
#order ul.tag li {
  border-radius: 30px;
  border: solid 2px #1959E1;
  padding: 10px 10px;
  margin: 0 10px;
  color: #1959E1;
  font-size: clamp(11px, 2.1vw, 16px);
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 768px) {
  #order ul.tag li {
    margin: 0 5px 5px 0;
    padding: 5px 7px;
  }
}
#order ul.tag li img {
  width: auto;
  vertical-align: text-bottom;
  margin: 0 5px 0 0;
}
#order .box {
  width: 31%;
  border-radius: 10px;
}
@media (max-width: 768px) {
  #order .box {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
#order .box h3 {
  border-radius: 7px 7px 0 0;
  text-align: center;
  font-size: clamp(20px, 3.2vw, 24px);
  font-weight: bold;
  color: #ffffff;
  padding: 10px 0;
}
#order .box p {
  padding: 0 0 20px 0;
  margin: 20px 30px 20px 30px;
  font-size: 16px;
}
#order .box dl {
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  padding: 0 0 20px 0;
}
#order .box dl dt {
  font-size: 16px;
}
#order .box dl dd {
  font-size: 36px;
}
#order .box dl dd span {
  font-size: 66.6%;
}
#order .box dl dd ul {
  text-align: left;
  padding: 10px 30px;
  display: inline-block;
}
#order .box dl dd ul li {
  font-size: 20px;
  font-weight: normal;
  margin: 5px 0;
}
#order .box.green {
  border: solid 2px #2CA6B4;
}
#order .box.green h3 {
  background: #2CA6B4;
}
#order .box.green p {
  border-bottom: dashed 1px #2CA6B4;
}
#order .box.green dl {
  color: #2CA6B4;
}
#order .box.orange {
  border: solid 2px #E87539;
}
#order .box.orange h3 {
  background: #E87539;
}
#order .box.orange p {
  border-bottom: dashed 1px #E87539;
}
#order .box.orange dl {
  color: #E87539;
}
#order .box.blue {
  border: solid 2px #1959E1;
}
#order .box.blue h3 {
  background: #1959E1;
}
#order .box.blue p {
  border-bottom: dashed 1px #1959E1;
}
#order .box.blue dl {
  color: #1959E1;
}

/*===== difference ====================================*/
#difference {
  background: #EDF4FE;
  padding: clamp(60px, 10vw, 80px) 0;
}
@media (max-width: 768px) {
  #difference .scroll {
    width: calc(100% + 40px);
    overflow-x: scroll;
    margin: 0 0 0 -20px;
    padding: 0 20px;
  }
  #difference .scroll img {
    width: 550px;
    max-width: 550px;
  }
  #difference .scroll_txt {
    text-align: right;
    color: #1D619D;
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  #difference .scroll_txt img {
    width: auto;
    vertical-align: middle;
    margin: 0 0 0 10px;
  }
}

/*===== case ====================================*/
#case {
  background: #F7F7F7;
  padding: clamp(80px, 1.6vw, 120px) 0 0 0;
}
#case .slider .case_box {
  background: #ffffff;
  border-radius: 5px;
  margin: 0 50px;
  padding: 30px;
}
@media (max-width: 768px) {
  #case .slider .case_box {
    margin: 0 5px;
    padding: 15px;
  }
}
#case .slider .case_box figure {
  width: 35%;
}
@media (max-width: 768px) {
  #case .slider .case_box figure {
    width: 100%;
  }
}
#case .slider .case_box .company_info {
  width: 60%;
}
@media (max-width: 768px) {
  #case .slider .case_box .company_info {
    width: 100%;
  }
}
#case .slider .case_box .company_info .title {
  font-size: 28px;
  font-size: 2.8rem;
  margin: 10px 0 20px 0;
}
@media (max-width: 768px) {
  #case .slider .case_box .company_info .title {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 20px 0 10px 0;
  }
}
#case .slider .case_box .company_info .company_name {
  color: #666666;
  font-size: 18px;
  font-size: 1.8rem;
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px 0;
}
@media (max-width: 768px) {
  #case .slider .case_box .company_info .company_name {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #case .slider .case_box .company_info .company_name img {
    height: 30px;
  }
}
#case .slider .case_box .company_info ul {
  color: #666666;
  font-size: 14px;
  font-size: 1.4rem;
}
#case .slider .case_box .company_info ul li {
  margin: 5px 0;
}
#case .slider .case_box .detail {
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  border-top: solid 1px #EFEFEF;
}
#case .slider .case_box .detail dt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0 0 10px 0;
}
#case .slider .case_box .detail dt::before {
  content: "■";
  color: #1959E1;
  margin: 0 10px 0 0;
  vertical-align: baseline;
}
@media (max-width: 768px) {
  #case .slider .case_box .detail dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#case .slider .case_box .detail dd {
  margin: 0 0 30px 0;
  font-size: 17px;
  font-size: 1.7rem;
}
#case .slider .case_box .detail dd:last-of-type {
  margin: 0;
}
@media (max-width: 768px) {
  #case .slider .case_box .detail dd {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
#case .slider .slick-prev,
#case .slider .slick-next {
  position: absolute;
  top: 42%;
  cursor: pointer;
  outline: none;
  z-index: 1;
  height: 50px;
  width: 20px;
}
@media (max-width: 768px) {
  #case .slider .slick-prev,
  #case .slider .slick-next {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: -50px;
  }
}
#case .slider .slick-prev {
  left: 14%;
  background: url(../images/arrow_slide01.svg) no-repeat center center;
  background-size: 20px;
}
@media (max-width: 768px) {
  #case .slider .slick-prev {
    left: 4%;
    background: url(../images/arrow_slide03.svg) no-repeat center center;
    background-size: 40px;
  }
}
#case .slider .slick-next {
  right: 14%;
  background: url(../images/arrow_slide02.svg) no-repeat center center;
  background-size: 20px;
}
@media (max-width: 768px) {
  #case .slider .slick-next {
    right: 4%;
    background: url(../images/arrow_slide04.svg) no-repeat center center;
    background-size: 40px;
  }
}

/*===== flow ====================================*/
#flow {
  background: #F7F7F7;
  padding: clamp(80px, 1.6vw, 120px) 0;
}
#flow .flow_area {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 60px;
}
@media (max-width: 768px) {
  #flow .flow_area {
    padding: 0 30px 0 0;
  }
}
#flow .flow_area .step_box {
  display: flex;
  margin: 50px 0 0 0;
}
@media (max-width: 768px) {
  #flow .flow_area .step_box {
    display: block;
  }
}
#flow .flow_area .step_box .number {
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 40px 0 0;
  padding: 5px;
  background: #346FEC;
  color: #ffffff;
  border-radius: 5px 0 5px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 30px;
  font-family: "Inter", sans-serif;
  line-height: 1.2;
}
@media (max-width: 768px) {
  #flow .flow_area .step_box .number {
    width: 80px;
    height: 30px;
    font-size: 20px;
    margin: 0 0 10px 0;
  }
}
#flow .flow_area .step_box .number span {
  display: block;
  font-size: 14px;
}
@media (max-width: 768px) {
  #flow .flow_area .step_box .number span {
    font-size: 12px;
  }
}
#flow .flow_area .step_box dl {
  width: calc(100% - 110px);
}
@media (max-width: 768px) {
  #flow .flow_area .step_box dl {
    width: 100%;
  }
}
#flow .flow_area .step_box dl dt {
  font-size: clamp(22px, 3.7vw, 28px);
  font-weight: bold;
  border-bottom: dashed 1px #cccccc;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
#flow .flow_area .step_box dl dd {
  font-size: 16px;
}
@media (max-width: 768px) {
  #flow .flow_area .step_box dl dd {
    font-size: 14px;
  }
}
#flow .flow_area .period_area {
  position: relative;
}
#flow .flow_area .period_area .period_box {
  position: absolute;
  top: 0;
  left: -60px;
  height: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  #flow .flow_area .period_area .period_box {
    left: auto;
    right: -40px;
  }
}
#flow .flow_area .period_area .period_box .circle {
  width: 3px;
  background: #E87539;
  display: inline-block;
  position: relative;
}
@media (max-width: 768px) {
  #flow .flow_area .period_area .period_box .circle {
    width: 2px;
  }
}
#flow .flow_area .period_area .period_box .circle::before {
  content: "";
  left: -6px;
  display: block;
  border-radius: 50%;
  border: solid 3px #E87539;
  height: 11px;
  width: 11px;
  position: absolute;
}
@media (max-width: 768px) {
  #flow .flow_area .period_area .period_box .circle::before {
    left: -7px;
    border: solid 2px #E87539;
  }
}
#flow .flow_area .period_area .period_box .circle.top {
  margin: 15px 0 0 0;
  flex-grow: 1;
}
@media (max-width: 768px) {
  #flow .flow_area .period_area .period_box .circle.top {
    flex-grow: 0.5;
  }
}
#flow .flow_area .period_area .period_box .circle.top::before {
  top: -15px;
}
#flow .flow_area .period_area .period_box .circle.bottom {
  margin: 0 0 15px 0;
  flex-grow: 1;
}
@media (max-width: 768px) {
  #flow .flow_area .period_area .period_box .circle.bottom {
    flex-grow: 2;
  }
}
#flow .flow_area .period_area .period_box .circle.bottom::before {
  bottom: -15px;
}
#flow .flow_area .period_area .period_box p {
  font-size: 24px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: center;
  flex-grow: 0;
  padding: 10px 0;
}
@media (max-width: 768px) {
  #flow .flow_area .period_area .period_box p {
    font-size: 17px;
  }
}
#flow .flow_area .period_area .period_box p span {
  font-size: 12px;
}

/*===== faq ====================================*/
#faq {
  background: #EDF4FE;
  padding: 80px 0 120px 0;
}
#faq h3 {
  font-size: clamp(20px, 3.2vw, 24px);
  font-weight: bold;
  margin: 80px 0 40px 0;
}
#faq h3::before {
  content: "■";
  margin: 0 0 5px 0;
  color: #1959E1;
}
#faq dl dt {
  font-size: clamp(16px, 2.4vw, 18px);
  font-weight: bold;
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
  padding: 10px 60px 10px 20px;
  background: #ffffff;
  border-radius: 5px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #faq dl dt {
    padding: 15px 35px 15px 20px;
  }
}
#faq dl dt::before {
  content: "Q";
  color: #1959E1;
  font-size: clamp(36px, 4.5vw, 30px);
  font-weight: bold;
  font-family: "Inter", sans-serif;
  margin: 0 20px 0 0;
}
#faq dl dt::after {
  content: "+";
  color: #666666;
  font-size: clamp(30px, 3.5vw, 40px);
  font-weight: normal;
  margin: 0 0 0 0;
  position: absolute;
  right: 40px;
}
@media (max-width: 768px) {
  #faq dl dt::after {
    right: 30px;
  }
}
#faq dl dt.active::after {
  content: "ー";
  font-size: clamp(20px, 3.5vw, 24px);
}
#faq dl dd {
  font-size: 18px;
  margin: 0 0 40px 0;
  padding: 0 0 0 70px;
  display: none;
}
@media (max-width: 768px) {
  #faq dl dd {
    padding: 0 0 0 10px;
  }
}

/*===== company ====================================*/
#company {
  padding: clamp(80px, 16vw, 120px) 0;
}
#company .title1 {
  text-align: left;
  width: 200px;
  margin: 0 50px 0 0;
}
@media (max-width: 768px) {
  #company .title1 {
    text-align: center;
    width: 100%;
    margin: 0 0 40px 0;
  }
}
#company .detail {
  width: calc(100% - 250px);
}
@media (max-width: 768px) {
  #company .detail {
    width: 100%;
  }
}
#company .detail dl {
  border-bottom: solid 1px #E9EAED;
  padding: 40px 0;
  display: flex;
  font-size: 18px;
}
@media (max-width: 768px) {
  #company .detail dl {
    font-size: 16px;
    padding: 30px 0;
  }
}
#company .detail dl dt {
  width: 150px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #company .detail dl dt {
    width: 130px;
  }
}
#company .detail dl dd {
  width: calc(100% - 150px);
}

/*===== page_contact お問い合わせページ ====================================*/
#page_contact {
  background: #F7F7F7;
}
#page_contact .container {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  #page_contact .container {
    padding: 0 10px 20px;
  }
}
#page_contact .main_title {
  padding: clamp(70px, 10vw, 80px) 0;
  font-size: clamp(32px, 4.8vw, 36px);
  font-weight: bold;
  color: #ffffff;
  background: url(../images/bg_contact.png) no-repeat right 5vw top -50px, linear-gradient(110deg, #3E9CF0, #29359E);
  background-size: 320px, auto;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  #page_contact .main_title {
    background: url(../images/bg_contact.png) no-repeat right -80px top, linear-gradient(110deg, #3E9CF0, #29359E);
    background-size: contain, auto;
  }
}
#page_contact .form_area {
  margin: clamp(40px, 10.6vw, 80px) auto clamp(80px, 16vw, 120px);
  padding: clamp(20px, 5.3vw, 40px);
  background: #ffffff;
  border-radius: 10px;
  width: 100%;
  max-width: 800px;
  /*チェックボックス*/
  /*セレクト*/
  /*ラジオボタン*/
  /* エラーメッセージ*/
}
#page_contact .form_area h2 {
  text-align: center;
  font-size: clamp(21px, 3.2vw, 24px);
  font-weight: normal;
  margin: 0 0 40px 0;
}
#page_contact .form_area dl {
  width: 100%;
  margin: 0 0 50px 0;
}
#page_contact .form_area dl dt {
  padding: 0 0 10px 0;
  font-size: 18px;
  font-size: 1.8rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  #page_contact .form_area dl dt {
    padding: 0 0 5px 0;
    width: 100%;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#page_contact .form_area dl dt .hissu {
  background: #D84C51;
  color: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 10px 0 0;
  padding: 1px 4px;
  border-radius: 2px;
}
#page_contact .form_area dl dt a:link,
#page_contact .form_area dl dt a:visited {
  text-decoration: underline;
}
#page_contact .form_area dl dt a:hover {
  text-decoration: none;
}
#page_contact .form_area dl dd {
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  #page_contact .form_area dl dd {
    padding: 0px 0 0 0;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    display: block;
  }
}
#page_contact .form_area dl dd p {
  font-size: 13px;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  #page_contact .form_area dl dd p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#page_contact .form_area dl dd ul li {
  margin: 13px 0;
}
#page_contact .form_area input[type=text],
#page_contact .form_area input[type=email],
#page_contact .form_area input[type=tel],
#page_contact .form_area textarea {
  border: solid 1px #cccccc;
  border-radius: 4px;
  background: #ffffff !important;
  padding: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
}
@media (max-width: 768px) {
  #page_contact .form_area input[type=text],
  #page_contact .form_area input[type=email],
  #page_contact .form_area input[type=tel],
  #page_contact .form_area textarea {
    padding: 10px;
  }
}
#page_contact .form_area input[type=text]::-moz-placeholder, #page_contact .form_area input[type=email]::-moz-placeholder, #page_contact .form_area input[type=tel]::-moz-placeholder, #page_contact .form_area textarea::-moz-placeholder {
  color: #cccccc;
}
#page_contact .form_area input[type=text]::placeholder,
#page_contact .form_area input[type=email]::placeholder,
#page_contact .form_area input[type=tel]::placeholder,
#page_contact .form_area textarea::placeholder {
  color: #cccccc;
}
#page_contact .form_area input[type=text]:focus,
#page_contact .form_area input[type=email]:focus,
#page_contact .form_area input[type=tel]:focus,
#page_contact .form_area textarea:focus {
  border: solid 2px #007AFF;
}
#page_contact .form_area input[type=text].error,
#page_contact .form_area input[type=email].error,
#page_contact .form_area input[type=tel].error,
#page_contact .form_area textarea.error {
  border: solid 2px #FF3B30;
  background: rgba(255, 59, 48, 0.1) !important;
}
#page_contact .form_area textarea {
  height: 250px;
  border-radius: 4px;
}
#page_contact .form_area input[type=checkbox] {
  display: none;
  margin: 0;
}
#page_contact .form_area input[type=checkbox] + label {
  padding: 0 0 0 30px;
  position: relative;
}
#page_contact .form_area input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: -1px;
  background: #FFF;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
#page_contact .form_area input[type=checkbox]:checked + label::before {
  background: #5496E5;
  border: 1px solid #ADC6E4;
}
#page_contact .form_area input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 5px;
  box-sizing: border-box;
  display: block;
  left: 4px;
  width: 13px;
  height: 7px;
  margin-top: 3px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}
#page_contact .form_area select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff url(../images/arrow_select.svg) no-repeat right 20px center;
  background-size: 12px;
  border: solid 1px #cccccc;
  border-radius: 4px;
  padding: 15px 50px 15px 15px;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  color: #181818;
}
@media (max-width: 768px) {
  #page_contact .form_area select {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 50px 10px 10px;
  }
}
#page_contact .form_area select ::-ms-expand {
  display: none;
}
#page_contact .form_area select.error {
  border: solid 2px #FF3B30;
  background: rgba(255, 59, 48, 0.1) url(../images/arrow_select.svg) no-repeat right 20px center;
  background-size: 12px;
}
#page_contact .form_area label.radio {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin: 0 0 0 0;
  padding: 0 0 0 30px;
}
#page_contact .form_area label.radio:before {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: "";
  z-index: 3;
}
#page_contact .form_area label.radio:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  left: 4px;
  top: 6px;
  background-color: #5496E5;
  z-index: 1;
}
#page_contact .form_area label.radio input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 1px;
  margin: 0px !important;
  box-shadow: 26px 2px #FFFFFF;
}
#page_contact .form_area label.radio input[type=radio]:checked {
  box-shadow: none;
}
#page_contact .form_area label.radio input[type=radio]:focus {
  opacity: 0.2;
  box-shadow: 26px 2px #FFF;
}
#page_contact .form_area p.error {
  color: #8E8E93;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 5px 0 0 0;
}
#page_contact .form_area p.error:empty {
  display: none;
}
#page_contact .form_area .policy {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  padding: 40px 0 30px;
  border-top: solid 2px #cccccc;
  margin-top: 30px;
}
#page_contact .form_area .policy dt {
  text-align: left;
  font-weight: bold;
  margin: 0 0 10px 0;
}
#page_contact .form_area .policy dd {
  text-align: left;
}
#page_contact .form_area .policy .scroll {
  overflow-y: scroll;
  width: 100%;
  border: 2px solid #cccccc;
  height: 200px;
  padding: 20px;
  margin: 0 0 30px 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}
@media (max-width: 768px) {
  #page_contact .form_area .policy .scroll {
    height: 150px;
  }
}
#page_contact .form_area .btn {
  margin: 20px 0 20px 0;
  text-align: center;
}
@media (max-width: 768px) {
  #page_contact .form_area .btn {
    margin: 20px 0 0 0;
  }
}
#page_contact .form_area .btn input,
#page_contact .form_area .btn button,
#page_contact .form_area .btn a {
  margin: 0 10px;
  padding: 10px 0;
  max-width: 250px;
  width: calc(100% - 20px);
  border: none;
  border-radius: 0;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 768px) {
  #page_contact .form_area .btn input,
  #page_contact .form_area .btn button,
  #page_contact .form_area .btn a {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#page_contact .form_area .btn input.btn_contact, #page_contact .form_area .btn input.btn_entry, #page_contact .form_area .btn input.btn_confirm,
#page_contact .form_area .btn button.btn_contact,
#page_contact .form_area .btn button.btn_entry,
#page_contact .form_area .btn button.btn_confirm,
#page_contact .form_area .btn a.btn_contact,
#page_contact .form_area .btn a.btn_entry,
#page_contact .form_area .btn a.btn_confirm {
  background: #1959E1;
  cursor: pointer;
  color: #ffffff;
}
#page_contact .form_area .btn input.btn_contact:hover, #page_contact .form_area .btn input.btn_entry:hover, #page_contact .form_area .btn input.btn_confirm:hover,
#page_contact .form_area .btn button.btn_contact:hover,
#page_contact .form_area .btn button.btn_entry:hover,
#page_contact .form_area .btn button.btn_confirm:hover,
#page_contact .form_area .btn a.btn_contact:hover,
#page_contact .form_area .btn a.btn_entry:hover,
#page_contact .form_area .btn a.btn_confirm:hover {
  opacity: 0.7;
}
#page_contact .form_area .btn input.btn_back,
#page_contact .form_area .btn button.btn_back,
#page_contact .form_area .btn a.btn_back {
  background: #666666;
  cursor: pointer;
  color: #ffffff;
}
#page_contact .form_area .btn input.btn_back:hover,
#page_contact .form_area .btn button.btn_back:hover,
#page_contact .form_area .btn a.btn_back:hover {
  background: #999999;
}
#page_contact .form_area .btn_other {
  margin: 20px 0 0 0;
}
#page_contact .form_area .btn_other a {
  margin: 0;
}
#page_contact .form_area.confirm table {
  margin: 50px 0 0 0;
}
#page_contact .form_area.confirm table tr th {
  padding: 20px 40px 30px 0;
  width: 40%;
}
@media (max-width: 768px) {
  #page_contact .form_area.confirm table tr th {
    width: 100%;
  }
}
#page_contact .form_area.confirm table tr td {
  width: 60%;
}
@media (max-width: 768px) {
  #page_contact .form_area.confirm table tr td {
    width: 100%;
  }
}
#page_contact .form_area.confirm .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0 0;
}
#page_contact .form_area.confirm .btn a, #page_contact .form_area.confirm .btn input, #page_contact .form_area.confirm .btn button {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  #page_contact .form_area.confirm table {
    margin: 30px 0 0 0;
  }
  #page_contact .form_area.confirm table tr th {
    padding: 15px 0 5px 0;
  }
  #page_contact .form_area.confirm .btn {
    display: block;
  }
  #page_contact .form_area.confirm .btn a, #page_contact .form_area.confirm .btn input, #page_contact .form_area.confirm .btn button {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
#page_contact .form_area.thankyou {
  padding: 120px 0 120px;
  min-height: 650px;
  background: none;
  text-align: center;
}
@media (max-width: 768px) {
  #page_contact .form_area.thankyou {
    padding: 80px 0 80px;
    _height: calc(100vh - 120px);
    min-height: 450px;
  }
}
#page_contact .form_area.thankyou h1 {
  color: #1959E1;
  font-size: clamp(30px, 5.3vw, 40px);
  font-weight: bold;
  margin: 0 0 40px 0;
  background: none;
}
#page_contact .form_area.thankyou p {
  font-size: 24px;
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  #page_contact .form_area.thankyou p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#page_contact .form_area.thankyou .btn {
  margin: 40px 0 0 0;
}
#page_contact .form_area.thankyou .btn a {
  border: solid 1px #1959E1;
  border-radius: 2px;
  background: #ffffff;
  width: 250px;
  margin: 0 auto;
  padding: 10px 20px;
  color: #1959E1;
  font-size: 16px;
  font-weight: normal;
}
#page_contact .form_area.thankyou .btn a:hover {
  background: #DFE9FF;
}

/*===== Utility ====================================*/
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.w10 {
  width: 10px !important;
}

.w20 {
  width: 20px !important;
}

.w30 {
  width: 30px !important;
}

.w40 {
  width: 40px !important;
}

.w50 {
  width: 50px !important;
}

.w60 {
  width: 60px !important;
}

.w70 {
  width: 70px !important;
}

.w80 {
  width: 80px !important;
}

.w90 {
  width: 90px !important;
}

.w100 {
  width: 100px !important;
}

.w120 {
  width: 120px !important;
}

.w150 {
  width: 150px !important;
}

.w200 {
  width: 200px !important;
}

.w250 {
  width: 250px !important;
}

.w300 {
  width: 300px !important;
}

.w350 {
  width: 350px !important;
}

.w50p {
  width: 50% !important;
  max-width: 50% !important;
}

@media (max-width: 768px) {
  .w100p_sp {
    width: 100% !important;
  }
}
.mincho {
  font-family: "Noto Serif JP", serif;
}

.gothic {
  font-family: "Noto Sans JP", sans-serif;
}

.fs_ss {
  font-size: 10px;
  font-size: 1rem;
}

.fs_s {
  font-size: 12px;
  font-size: 1.2rem;
}

.fs_m {
  font-size: 14px;
  font-size: 1.4rem;
}

.fs_l {
  font-size: 16px;
  font-size: 1.6rem;
}

.fs_ll {
  font-size: 18px;
  font-size: 1.8rem;
}

.bold {
  font-weight: bold !important;
}

.normal {
  font-weight: normal !important;
}

.tl {
  text-align: left !important;
}

.tr {
  text-align: right !important;
}

.tc {
  text-align: center !important;
}

.vt {
  vertical-align: top !important;
}

.vm {
  vertical-align: middle !important;
}

.vb {
  vertical-align: bottom !important;
}

.fl {
  padding: 0 20px 10px 0;
  float: left !important;
}

.fr {
  padding: 0 0 10px 20px;
  float: right !important;
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.photo-16-9 {
  position: relative;
}
.photo-16-9::before {
  content: "";
  float: left;
  padding-top: 56.25%;
}
.photo-16-9::after {
  content: "";
  display: block;
  clear: both;
}
.photo-16-9 > :first-child {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.photo-16-9 > .image {
  -o-object-fit: cover;
     object-fit: cover;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 10px 0;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  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 {
  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;
}/*# sourceMappingURL=style.css.map */