@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

html {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow: auto;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 1.5;
  color: #1A1A1A;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  overflow: clip;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

strong {
  font-weight: bold;
}

table {
  width: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

figure {
  margin: 0 !important;
}

a {
  text-decoration: none;
  color: #1A1A1A;
  outline: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
a:hover {
  cursor: pointer;
}

.en {
  font-family: "Roboto", sans-serif;
}

.mgt-10 {
  margin-top: 10px;
}

.mgt-20 {
  margin-top: 20px;
}

.mgt-30 {
  margin-top: 30px;
}

.mgt-40 {
  margin-top: 40px;
}

.mgt-50 {
  margin-top: 50px;
}

.mgt-60 {
  margin-top: 60px;
}

.text-c {
  text-align: center;
}

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

.margin-auto {
  margin: auto 0;
}

.flex, .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row {
  margin-right: -20px;
  margin-left: -20px;
}

.col, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .col-2 {
    width: 8.33%;
  }
  .col-2 {
    width: 16.66%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.3%;
  }
  .col-5 {
    width: 41.6%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.3%;
  }
  .col-8 {
    width: 66.6%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.33%;
  }
  .col-11 {
    width: 91.66%;
  }
}
.sp-br {
  display: block;
}

.pc-br {
  display: none;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 768px) {
  .sp-br {
    display: none;
  }
  .pc-br {
    display: block;
  }
  .order-1 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
#canvas-basic {
  display: block;
  width: 100%;
}

.scrollGallery a {
  display: block;
}
.scrollGallery a:hover {
  opacity: 0.7;
}

#home .scrollGallery {
  margin-top: 0;
}

.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);
          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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 36px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.vbox-overlay {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1040;
  -webkit-transform: translateZ(1000px);
  transform: translateZ(1000px);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* ----- navigation ----- */
.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 40px;
  overflow: hidden;
  position: fixed;
  display: none;
  left: 0;
  z-index: 1050;
}

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: -1px;
  right: 0;
  width: 50px;
  height: 40px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  z-index: 1050;
}

.vbox-num {
  cursor: pointer;
  position: fixed;
  left: 0;
  height: 40px;
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  display: none;
  z-index: 1050;
}

/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 1050;
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #B6B6B6;
  border-right-color: #B6B6B6;
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.vbox-next span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
}

/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
}

/* ------- Video & iFrames window ------ */
.venoframe {
  max-width: 100%;
  width: 100%;
  border: none;
  width: 100%;
  height: 260px;
  height: 70vh;
}

.venoframe.vbvid {
  height: 260px;
}

@media (min-width: 768px) {
  .venoframe, .vbox-inline {
    width: 90%;
    height: 360px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 640px;
    height: 360px;
  }
}
@media (min-width: 992px) {
  .venoframe, .vbox-inline {
    max-width: 1200px;
    width: 80%;
    height: 540px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 960px;
    height: 540px;
  }
}
/* 
Please do NOT edit this part! 
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open {
  overflow: hidden;
}

.vbox-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  z-index: 20;
  max-height: 100%;
}

.vbox-content {
  text-align: center;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 10px;
}

.vbox-container img {
  max-width: 100%;
  height: auto;
}

.figlio {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial;
}

img.figlio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.vbox-content.swipe-left {
  margin-left: -200px !important;
}

.vbox-content.swipe-right {
  margin-left: 200px !important;
}

.animated {
  webkit-transition: margin 300ms ease-out;
  -webkit-transition: margin 300ms ease-out;
  transition: margin 300ms ease-out;
}

.animate-in {
  opacity: 1;
}

.animate-out {
  opacity: 0;
}

/* ---------- preloader ----------
 * SPINKIT 
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce, .sk-rotating-plane {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-rotating-plane {
  background-color: #333;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-double-bounce {
  position: relative;
}

.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-doubleBounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-wave {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  margin: 40px auto;
}

.sk-wave .sk-rect {
  background-color: #333;
  height: 100%;
  width: 4px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
.sk-three-bounce {
  margin: 40px auto;
  width: 100px;
  text-align: center;
}

.sk-three-bounce .sk-child {
  width: 16px;
  height: 16px;
  background-color: #333;
  border-radius: 100%;
  margin: 4px;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-cube-grid, .sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-three-bounce {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sk-spinner-pulse {
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #333;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-wandering-cubes .sk-cube {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}

.sk-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
:root {
  --blue: #1775BC;
  --green: #89C767;
  --green-dark: #6fbd4d;
  --pink: #EE509D;
  --yellow: #FFFF00;
  --text: #333;
  --bg-blue: #edf7fb;
  --max-width: 1100px;
  --shadow: 0 4px 12px rgba(0,0,0,.08);
}

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

html {
  scroll-behavior: smooth;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

section {
  padding: 80px 20px;
}

.pc-br {
  display: block;
}

/* =========================
header
========================= */
header {
  width: calc(100% - 100px);
  height: 60px;
  right: 0;
  left: 0;
  margin: 0 auto;
  position: fixed;
  top: 20px;
  padding: 0 20px;
  background: rgba(255, 255, 255, 0.96);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  z-index: 40;
}

.head-logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.head-logo img {
  width: 200px;
}

.hamburger {
  width: 42px;
  height: 42px;
  position: relative;
  cursor: pointer;
  z-index: 60;
}

.hamburger span:not(.ham-tit) {
  position: absolute;
  left: 7px;
  width: 28px;
  height: 2px;
  background: var(--blue);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ham-1 {
  top: 8px;
}

.ham-2 {
  top: 17px;
}

.ham-3 {
  top: 26px;
}

.ham-tit {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 10px;
  color: var(--blue);
  font-weight: 700;
}

.hamburger.active .ham-1 {
  top: 17px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger.active .ham-2 {
  opacity: 0;
}

.hamburger.active .ham-3 {
  top: 17px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* =========================
global nav
========================= */
.global-nav {
  position: fixed;
  inset: 0;
  background: rgba(22, 129, 189, 0.96);
  z-index: 35;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}

.global-nav.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.global-nav ul {
  text-align: center;
}

.global-nav li {
  margin-bottom: 24px;
}

.global-nav a {
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.global-nav a:hover {
  opacity: 0.75;
}

/* =========================
fixed support button
========================= */
#support-free-btn {
  display: block;
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 30;
  background: var(--pink);
  color: #fff;
  padding: 15px 25px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-radius: 5px;
}
#support-free-btn:hover {
  opacity: 0.7;
}

#support-free-btn h2 {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 32px;
  font-weight: 800;
  color: var(--yellow);
  line-height: 1.3;
}

#support-free-btn h2 img {
  width: 28px;
}

#support-free-btn p {
  margin: 5px 0 0;
  font-size: 20px;
  color: var(--pink);
  font-weight: 600;
  background: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  position: relative;
  width: 100%;
  border-radius: 5px;
}

#support-free-btn p::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--pink);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

/* 三角 */
#support-free-btn p::before {
  content: "";
  position: absolute;
  right: calc(50% - 110px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
  z-index: 2;
}

/* =========================
main visual / gradient + slick fade zoom
========================= */
.top-main-visial {
  position: relative;
  padding: 100px 0 50px;
  overflow: hidden;
  background: #e8fbff;
}

#main-gradient {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.main-visial-slider {
  position: relative;
  z-index: 3;
  width: min(1180px, 100% - 100px);
  margin: 0 auto;
  overflow: hidden;
}

.top-main-title {
  position: absolute;
  left: 50%;
  bottom: 120px;
  -webkit-transform: translateX(-540px);
          transform: translateX(-540px);
  z-index: 4;
}

.top-main-title h2,
.top-main-title h3 {
  display: table;
  margin: 0 0 10px;
  padding: 5px 18px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--blue);
  font-weight: 800;
  line-height: 1.15;
}

.top-main-title h2 {
  font-size: 52px;
}

.top-main-title h3 {
  font-size: 44px;
}

.pattern-bg {
  position: absolute;
  top: 0;
  overflow: hidden;
  z-index: 2;
  height: 100%;
  width: 100%;
}

.pattern-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/img/common/back-pattern.svg");
  background-repeat: repeat;
  background-size: auto;
  opacity: 0.2;
  pointer-events: none;
}

/* =========================
about
========================= */
.top-about-sec {
  text-align: center;
}

.top-about-sec > h3 {
  margin: 0 auto 26px;
  font-size: 28px;
  line-height: 1.8;
  font-weight: 800;
}

.top-about-sec > h3 span {
  color: var(--blue);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #fff200));
  background: -webkit-linear-gradient(transparent 70%, #fff200 0%);
  background: linear-gradient(transparent 70%, #fff200 0%);
}

.about-point-text {
  width: min(1100px, 100% - 40px);
  margin: 0 auto 60px;
  background: var(--bg-blue);
  padding: 12px 20px;
  color: var(--blue);
  font-weight: 700;
  font-size: 20px;
}

.about-wrap {
  width: min(1100px, 100% - 40px);
  margin: 0 auto;
}

.about-wrap article {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  text-align: left;
}
.about-wrap article div {
  position: relative;
}
.about-wrap article div::before {
  content: "";
  position: absolute;
  background-image: url("/img/common/mark-b.svg");
  width: 250px;
  height: 250px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.08;
  z-index: -1;
}

.about-wrap figure {
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
}

.about-wrap figure img {
  width: 100%;
}

.about-wrap h3 {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 28px;
  line-height: 1.4;
  font-weight: 800;
}

.about-wrap p {
  margin: 0 0 10px;
  font-size: 18px;
}

.t-blue {
  color: var(--blue);
  font-weight: 700;
}

/* =========================
common title
========================= */
.title-design {
  position: relative;
  margin: 0 auto 60px;
  padding: 14px 20px;
  background: var(--blue);
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 800;
}

.title-design::before,
.title-design::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/img/common/mark-g.svg");
  width: 35px;
  height: 35px;
  opacity: 0.5;
}

.title-design::before {
  left: 70px;
}

.title-design::after {
  right: 70px;
}

/* =========================
support
========================= */
.top-support-sec {
  background: var(--green);
  padding: 0;
  padding-top: 80px;
}

.top-support-sec .title-design {
  background: #fff;
  color: var(--green-dark);
  margin-bottom: 0;
}

.top-support-sec .title-design::before,
.top-support-sec .title-design::after {
  color: rgba(111, 189, 77, 0.5);
}

.support-wrap {
  width: min(1100px, 100% - 40px);
  margin: 0 auto;
  padding: 60px 20px;
}

.support-wrap article {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
  color: #fff;
}

.support-wrap figure {
  margin: 0;
  position: relative;
}

.support-wrap figure > img {
  width: 180px;
}

.support-wrap figcaption {
  position: absolute;
  top: -10px;
  left: -10px;
}

.support-wrap figcaption img {
  width: 60px;
}

.support-wrap h3 {
  margin: 0 0 12px;
  font-size: 30px;
  font-weight: 800;
}

.support-wrap p {
  margin: 0;
  font-size: 18px;
  line-height: 2;
}

.support-free-area {
  background: var(--pink);
  color: #fff;
  text-align: center;
  padding: 34px 20px 46px;
}

.support-free-area h3 {
  margin: 0 0 20px;
  font-size: 42px;
  font-weight: 800;
}

.support-free-area h3 span {
  color: var(--yellow);
}

.support-free-area a {
  width: min(100%, 800px);
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 10px;
  background: #fff;
  border-radius: 999px;
  color: #ef4a9b;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* 丸 */
.support-free-area a::after {
  content: "";
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: #ef4a9b;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* 三角 */
.support-free-area a::before {
  content: "";
  position: absolute;
  right: calc(50% - 180px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
  z-index: 2;
}

.support-free-area a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/* =========================
job
========================= */
.top-job-sec {
  padding: 80px 0px;
  text-align: center;
}
.top-job-sec .title-design::before,
.top-job-sec .title-design::after {
  content: "";
  background-image: url("/img/common/mark-b-half.svg");
  width: 35px;
  height: 35px;
  opacity: 1;
}

.top-job-all {
  margin: 0 auto 50px;
  position: relative;
}

/* slick arrow */
.slide-arrow-2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  width: 0;
  height: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}

/* 左矢印 */
.prev-arrow-2 {
  left: 29.2vw;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 18px solid #1681bd;
}

/* 右矢印 */
.next-arrow-2 {
  right: 29.2vw;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid #1681bd;
}

/* hover */
.slide-arrow-2:hover {
  opacity: 0.7;
}

/* disabled時 */
.slide-arrow-2.slick-disabled {
  opacity: 0.25;
  cursor: default;
}

/* SP */
@media (max-width: 768px) {
  .prev-arrow-2 {
    left: 5px;
    border-top-width: 13px;
    border-bottom-width: 13px;
    border-right-width: 13px;
  }
  .next-arrow-2 {
    right: 5px;
    border-top-width: 13px;
    border-bottom-width: 13px;
    border-left-width: 13px;
  }
}
.job-green {
  background: #F3F9F0;
}
.job-green h3 {
  color: var(--green);
}

.job-blue {
  background: #E8F1F8;
}
.job-blue h3 {
  color: var(--blue);
}

.job-pink {
  background: #FDEDF5;
}
.job-pink h3 {
  color: var(--pink);
}

.top-job-all article {
  margin: 0 25px;
  position: relative;
  text-align: left;
}

.new-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 72px !important;
  z-index: 2;
}

.top-job-all figure {
  margin: 0;
  position: relative;
  padding: 15px 15px 0;
  height: 300px;
}

.top-job-all figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 280px;
}

.top-job-all figcaption {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #fff;
  background: #333333;
  padding: 2px 12px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
}

.job-category,
.top-job-all h3,
.top-job-all p {
  padding: 0 25px;
}

.top-job-all p {
  height: 5em;
}

.job-category {
  margin-top: 15px;
}

.job-category span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  width: 5em;
}

.job-c-full {
  background: var(--blue);
}

.job-first-cat {
  background: var(--green);
}

.job-second-cat {
  background: var(--blue);
}

.job-three-cat {
  background: var(--pink);
}

.job-four-cat {
  background: #333;
}

.job-first-cat-color h3 {
  color: var(--green);
}

.job-second-cat-color h3 {
  color: var(--blue);
}

.job-three-cat-color h3 {
  color: var(--pink);
}

.job-four-cat-color h3 {
  color: #333333;
}

.top-job-all h3 {
  margin: 10px 0 8px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}

.top-job-all p {
  margin: 0 0 30px;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
}

.job-in-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  gap: 10px;
  position: relative;
}

.job-in-btn::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

/* 三角 */
.job-in-btn::before {
  content: "";
  position: absolute;
  right: calc(50% - 65px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  z-index: 2;
}

.job-green .job-in-btn {
  background: var(--green);
}
.job-green .job-in-btn::before {
  border-left: 7px solid var(--green);
}

.job-blue .job-in-btn {
  background: var(--blue);
}
.job-blue .job-in-btn::before {
  border-left: 7px solid var(--blue);
}

.job-pink .job-in-btn {
  background: var(--pink);
}
.job-pink .job-in-btn::before {
  border-left: 7px solid var(--pink);
}

.job-in-btn:hover {
  opacity: 0.85;
}

.naka-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 600px;
  padding: 10px;
  border-radius: 999px;
  background: var(--pink);
  font-size: 23px;
  color: #fff;
  font-weight: 600;
  gap: 10px;
  position: relative;
}

.naka-btn::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

/* 三角 */
.naka-btn::before {
  content: "";
  position: absolute;
  right: calc(50% - 98px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #ef4a9b;
  z-index: 2;
}

/* =========================
access
========================= */
.top-access-sec {
  padding-left: 0;
  padding-right: 0;
}
.top-access-sec .title-design::before,
.top-access-sec .title-design::after {
  content: "";
  background-image: url("/img/common/mark-b-half.svg");
  width: 35px;
  height: 35px;
  opacity: 1;
}

.access-wrap {
  width: min(1100px, 100% - 40px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 50%;
  gap: 40px;
}

.access-wrap li {
  padding: 25px 10px;
  border-bottom: 1px solid #8BBADD;
  font-size: 18px;
  line-height: 1.3;
}

.access-wrap li span {
  display: block;
  margin-bottom: 5px;
  color: var(--blue);
  font-size: 16px;
  font-weight: 500;
}

.g-map iframe {
  width: 100%;
  height: 450px;
}

.g-map figure {
  margin: 20px 0 0;
}

.g-map figure img {
  width: 270px;
  margin: 20px auto 0;
}

/* =========================
footer
========================= */
footer {
  position: relative;
  background: #eaf8ff;
  text-align: center;
  overflow: hidden;
  padding: 80px 20px 60px;
  z-index: 0;
}

.footer-con-btn {
  display: block;
  position: relative;
  width: min(1000px, 100%);
  margin: 0 auto 30px;
  background: var(--green);
  padding: 40px 20px;
  overflow: hidden;
}
.footer-con-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/img/common/foot-contact.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1;
  pointer-events: none;
}

.footer-con-btn h3 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.footer-con-btn h3 span {
  color: var(--yellow);
}

.footer-con-btn p {
  position: relative;
  z-index: 2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 450px;
  border-radius: 999px;
  background: #fff;
  color: var(--green);
  font-weight: 700;
  font-size: 20px;
  padding: 10px;
  margin: 0;
  gap: 10px;
  position: relative;
}

.footer-con-btn p::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--green);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

/* 三角 */
.footer-con-btn p::before {
  content: "";
  position: absolute;
  right: calc(50% - 130px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #fff;
  z-index: 2;
}

.footer-logo {
  margin: 0 0 24px;
}

.footer-logo img {
  max-width: 560px;
  margin: 0 auto 20px;
}

.footer-text p {
  margin: 5px 0;
  font-weight: 700;
}

.tel-text {
  font-size: 30px;
}

.tel-text span {
  font-size: 15px;
}

.footer-group-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 18px;
  margin-top: 25px !important;
}

.footer-group-logo img {
  width: 250px;
}

.footer-back-icon {
  position: absolute;
  right: -30px;
  bottom: -100px;
  width: 450px;
  opacity: 0.2;
  z-index: -1;
}

.copy-right {
  margin: 0;
  background: var(--blue);
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 14px;
}

/* =========================
responsive
========================= */
@media (max-width: 1024px) {
  section {
    padding: 80px 20px;
  }
  .top-main-title {
    left: 24px;
    -webkit-transform: none;
            transform: none;
  }
  .top-job-all {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  section {
    padding: 40px 20px;
  }
  .pc-br {
    display: none;
  }
  header {
    width: calc(100% - 20px);
    height: 54px;
    margin-top: 10px;
    top: 0;
  }
  footer {
    padding: 40px 20px 60px;
  }
  .footer-back-icon {
    right: -150px;
  }
  .head-logo img {
    width: 220px;
  }
  .global-nav a {
    font-size: 22px;
  }
  .top-main-visial {
    height: 540px;
    margin-top: -64px;
  }
  .main-visial-slider {
    width: calc(100% - 20px);
    height: 385px;
    margin-top: 40px;
  }
  .top-main-title {
    left: 18px;
    bottom: 20px;
  }
  .top-main-title h2 {
    font-size: 30px;
  }
  .top-main-title h3 {
    font-size: 28px;
  }
  .top-support-sec {
    padding-top: 40px;
  }
  .support-wrap {
    padding: 40px 20px 0;
  }
  .support-wrap figcaption img {
    width: 40px;
  }
  .top-about-sec > h3,
  .title-design,
  .footer-con-btn h3 {
    font-size: 20px;
    line-height: 1.6;
    margin: 0 auto 20px;
  }
  .title-design::before {
    left: 18px;
  }
  .title-design::after {
    right: 18px;
  }
  .about-point-text {
    width: 100%;
    margin: 0 auto 30px;
    padding: 10px 10px;
    font-size: 18px;
  }
  .about-wrap,
  .support-wrap,
  .access-wrap {
    width: 100%;
  }
  .about-wrap article,
  .access-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 40px;
  }
  .about-wrap h3 {
    font-size: 23px;
  }
  .about-wrap p {
    font-size: 16px;
  }
  .about-wrap article div::before {
    width: 180px;
    height: 180px;
    background-repeat: no-repeat;
  }
  .order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .support-wrap article {
    grid-template-columns: 90px 1fr;
    gap: 18px;
  }
  .support-wrap figure > img {
    width: 90px;
  }
  .support-wrap h3 {
    font-size: 18px;
  }
  .support-wrap p {
    font-size: 14px;
    line-height: 1.8;
  }
  .support-free-area {
    padding: 20px 20px 30px;
  }
  .support-free-area h3 {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 auto 10px;
  }
  .support-free-area a,
  .footer-con-btn p {
    min-width: 100%;
  }
  .naka-btn {
    min-width: calc(100% - 40px);
  }
  .support-free-area a {
    font-size: 18px;
  }
  .support-free-area a::before {
    right: calc(50% - 139px);
  }
  .top-job-all {
    grid-template-columns: 1fr;
  }
  .top-job-all figure {
    height: 240px;
  }
  .top-job-all figure img {
    height: 220px;
  }
  .new-tag {
    top: 5px;
    left: 5px;
    width: 50px !important;
  }
  .top-job-all p {
    height: auto;
  }
  .footer-logo img {
    width: 280px;
  }
  .top-job-sec {
    padding: 40px 0px;
  }
  .access-wrap li {
    padding: 20px;
  }
  #support-free-btn {
    top: auto;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    text-align: center;
    padding: 8px 0px 0;
  }
  #support-free-btn h2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 25px;
  }
  #support-free-btn h2 img {
    width: 25px;
    margin-top: 3px;
  }
  #support-free-btn p {
    padding: 5px;
    margin: 8px 0 0;
    border-radius: 0;
  }
}
/* ======================================
中ページタイトル
====================================== */
.naka-main-visial {
  padding: 130px 0 50px;
  height: 350px;
  position: relative;
}
.naka-main-visial .pattern-bg::before {
  background-size: 100%;
}

.naka-main-tit {
  font-size: 45px;
  color: var(--blue);
  font-weight: 700;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
}
.naka-main-tit span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  color: #fff;
  opacity: 0.5;
  font-size: 4em;
}

@media (max-width: 768px) {
  .naka-main-visial {
    padding: 0px;
    height: 230px;
  }
  .naka-main-tit {
    font-size: 25px;
    width: 100%;
  }
}
/* ======================================
flow
====================================== */
.about-flow-sec {
  background: var(--blue);
  padding-left: 0;
  padding-right: 0;
}
.about-flow-sec .title-design {
  background: #fff;
  color: var(--blue);
}
.about-flow-sec .title-design::before,
.about-flow-sec .title-design::after {
  content: "";
  background-image: url("/img/common/mark-b-half.svg");
  width: 35px;
  height: 35px;
  opacity: 1;
}

.flow-wrap {
  width: min(1000px, 100% - 40px);
  margin: 0 auto;
  padding: 60px;
  background: #eef5fb;
  border-radius: 10px;
}
.flow-wrap article {
  position: relative;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 35px;
  margin-bottom: 60px;
}
.flow-wrap article:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.flow-wrap article:last-child::before {
  display: none;
}
.flow-wrap article::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 43px;
  width: 10px;
  height: calc(100% - 50px);
  background: -webkit-radial-gradient(circle, #000 35%, transparent 0%);
  background: radial-gradient(circle, #000 35%, transparent 0%);
  background-size: 8px 11px;
  background-repeat: repeat-y;
}
.flow-wrap figure {
  margin: 0;
}
.flow-wrap figure img {
  width: 90px;
}
.flow-wrap h3 {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.4;
}
.flow-wrap p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .flow-wrap {
    padding: 30px 20px;
  }
  .flow-wrap article {
    grid-template-columns: 50px 1fr;
    gap: 15px;
    margin-bottom: 40px;
  }
  .flow-wrap article::before {
    top: 60px;
    left: 23px;
    width: 5px;
    height: calc(100% - 30px);
  }
  .flow-wrap h3 {
    font-size: 21px;
  }
  .flow-wrap p {
    font-size: 16px;
  }
}
.naka-about-sec {
  text-align: center;
  padding: 80px 0;
}
.naka-about-sec .title-design::before,
.naka-about-sec .title-design::after {
  content: "";
  background-image: url("/img/common/mark-b-half.svg");
  width: 35px;
  height: 35px;
  opacity: 1;
}

.job-list-sec {
  padding: 80px 0 120px;
  background: #fff;
}
.job-list-sec .title-design {
  margin-bottom: 0;
}
.job-list-sec .title-design::before, .job-list-sec .title-design::after {
  background-image: url("/img/common/mark-b-half.svg");
  opacity: 1;
}

.job-filter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  width: min(1100px, 100% - 40px);
  margin: 0 auto 40px;
  padding: 40px;
}
.job-filter select {
  width: 100%;
  height: 60px;
  padding: 0 60px 0 20px;
  border: 2px solid var(--blue);
  border-radius: 8px;
  background-color: var(--blue);
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  /* 矢印 */
  background-image: -webkit-linear-gradient(45deg, transparent 50%, #fff 50%), -webkit-linear-gradient(315deg, #fff 50%, transparent 50%);
  background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%);
  background-position: calc(100% - 28px) 50%, calc(100% - 20px) 50%;
  background-size: 8px 8px;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .naka-about-sec {
    padding: 40px 0;
  }
  .naka-about-sec .about-wrap {
    padding: 10px 20px 0;
  }
}
/* SP */
@media (max-width: 768px) {
  .title-design::before {
    left: 10px !important;
  }
  .title-design::after {
    right: 10px !important;
  }
  .title-design::before,
  .title-design::after {
    width: 25px !important;
    height: 25px !important;
  }
  .job-filter {
    grid-template-columns: 1fr;
    gap: 18px;
    margin: 0 auto 10px;
    padding: 24px;
  }
  .job-list-sec {
    padding: 40px 0 0;
  }
}
.job-list-all {
  width: min(1100px, 100% - 40px);
  margin: 0 auto;
}

.job-list-card {
  position: relative;
  padding: 35px 35px 30px;
  margin-bottom: 50px;
  border-radius: 8px;
}
.job-list-card .new-tag {
  position: absolute;
  top: 10px;
  right: 25px;
  left: auto;
  width: 72px !important;
  z-index: 2;
}
.job-list-card .job-in-btn {
  width: min(100%, 420px);
  margin: 30px auto 0;
  border-radius: 999px;
}
.job-list-card .job-in-btn::before {
  right: calc(50% - 64px);
}

.job-list-head {
  display: grid;
  grid-template-columns: 1fr 48%;
  gap: 40px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 30px;
}
.job-list-head figure {
  padding: 0;
  margin: 0;
  height: 280px;
}
.job-list-head figure img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
.job-list-head h3 {
  margin: 0 0 18px;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.35;
}
.job-list-head p {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}
.job-list-head .job-category {
  padding: 0;
}
.job-list-head .job-category span {
  margin-right: 5px;
}

.job-area {
  width: auto !important;
  background: #333;
  color: #fff !important;
  border-radius: 5px !important;
}

.job-list-table {
  width: 100%;
  border-collapse: collapse;
}
.job-list-table th,
.job-list-table td {
  padding: 18px 16px;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
  vertical-align: middle;
  width: 30%;
}
.job-list-table th {
  width: 15%;
  text-align: center;
}
.job-list-table td {
  background: #fff;
}

.job-green {
  background: #f3f9f0;
}
.job-green .job-list-table th {
  background: #d9ebcf;
  border: 1px solid #9dca83;
}
.job-green .job-list-table td {
  border: 1px solid #9dca83;
}

.job-blue {
  background: #e8f1f8;
}
.job-blue .job-list-table th {
  background: #cfe3f4;
  border: 1px solid #7eb0d7;
}
.job-blue .job-list-table td {
  border: 1px solid #7eb0d7;
}

.job-pink {
  background: #fdedf5;
}
.job-pink .job-list-table th {
  background: #f8c5df;
  border: 1px solid #ea8fbc;
}
.job-pink .job-list-table td {
  border: 1px solid #ea8fbc;
}

@media (max-width: 768px) {
  .job-list-card {
    padding: 24px 18px;
  }
  .job-list-head {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .job-list-head h3 {
    font-size: 23px;
  }
  .job-list-head p {
    font-size: 16px;
  }
  .job-list-card .new-tag {
    width: 50px !important;
  }
  .job-list-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .job-list-table th,
  .job-list-table td {
    padding: 12px;
    font-size: 13px;
  }
}
/* ======================================
job detail
====================================== */
.job-detail-sec,
.job-require-sec {
  padding-left: 0;
  padding-right: 0;
}
.job-detail-sec .title-design,
.job-require-sec .title-design {
  margin-bottom: 50px;
  color: #fff;
}
.job-detail-sec .title-design::before,
.job-detail-sec .title-design::after,
.job-require-sec .title-design::before,
.job-require-sec .title-design::after {
  content: "";
  background-image: url("/img/common/mark-g-half.svg");
  width: 35px;
  height: 35px;
  opacity: 1;
}
.job-detail-sec .job-category,
.job-require-sec .job-category {
  padding: 0;
}
.job-detail-sec .job-category span,
.job-require-sec .job-category span {
  margin-right: 5px;
}
.job-detail-sec .job-in-btn::before,
.job-require-sec .job-in-btn::before {
  right: calc(50% - 70px);
}

.job-require-sec {
  background: #fff !important;
}

.job-detail-card {
  width: min(1000px, 100% - 40px);
  margin: 0 auto;
  padding: 35px;
  background: #fff;
  border-radius: 8px;
}
.job-detail-card h2 {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--green);
  color: var(--green);
  font-size: 30px;
  font-weight: 800;
  text-align: center;
}
.job-detail-card figure {
  margin-bottom: 25px !important;
}
.job-detail-card figure img {
  width: 100%;
}
.job-detail-card .job-category {
  margin-bottom: 18px;
}

.job-detail-lead {
  margin-bottom: 28px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.8;
}

/* ======================================
require
====================================== */
.job-require-sec {
  background: #fff;
}

.require-wrap {
  width: min(1000px, 100% - 40px);
  margin: 0 auto;
}
.require-wrap .require-list {
  margin-bottom: 60px;
}
.require-wrap .require-list > div {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 40px;
  padding: 24px 0;
  border-bottom: 3px dotted #9FA0A0;
}
.require-wrap .require-list > div:last-child {
  border-bottom: none;
}
.require-wrap .require-list dt {
  color: var(--green);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}
.require-wrap .require-list dd {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
}
.require-wrap .job-in-btn {
  width: min(100%, 420px);
  margin: 0 auto;
  border-radius: 999px;
  background: var(--green);
}

/* 色分け */
.job-first-cat-color {
  background: #f3f9f0;
}
.job-first-cat-color .job-list-head h3 {
  color: var(--green);
}
.job-first-cat-color .title-design,
.job-first-cat-color .job-in-btn {
  background: var(--green);
}
.job-first-cat-color .job-in-btn::before {
  border-left: 7px solid var(--green);
}
.job-first-cat-color .title-design::before,
.job-first-cat-color .title-design::after {
  background-image: url("/img/common/mark-g-half.svg");
}
.job-first-cat-color .job-list-table th {
  background: #d9ebcf;
  border: 1px solid #9dca83;
}
.job-first-cat-color .job-list-table td {
  border: 1px solid #9dca83;
}

.job-second-cat-color {
  background: #e8f1f8;
}
.job-second-cat-color .title-design,
.job-second-cat-color .job-in-btn {
  background: var(--blue);
}
.job-second-cat-color .job-list-head h3 {
  color: var(--blue);
}
.job-second-cat-color .job-in-btn::before {
  border-left: 7px solid var(--blue);
}
.job-second-cat-color .title-design::before,
.job-second-cat-color .title-design::after {
  background-image: url("/img/common/mark-b-half.svg");
}
.job-second-cat-color .job-list-table th {
  background: #e8f1f8;
  border: 1px solid var(--blue);
}
.job-second-cat-color .job-list-table td {
  border: 1px solid var(--blue);
}
.job-second-cat-color .job-detail-card h2,
.job-second-cat-color .require-wrap dt {
  color: var(--blue);
}
.job-second-cat-color .job-detail-card h2 {
  border-bottom-color: var(--blue);
}

.job-three-cat-color {
  background: #fdedf5;
}
.job-three-cat-color .job-list-head h3 {
  color: var(--pink);
}
.job-three-cat-color .title-design,
.job-three-cat-color .job-in-btn {
  background: var(--pink);
}
.job-three-cat-color .job-in-btn::before {
  border-left: 7px solid var(--pink);
}
.job-three-cat-color .title-design::before,
.job-three-cat-color .title-design::after {
  background-image: url("/img/common/mark-p-half.svg");
}
.job-three-cat-color .job-list-table th {
  background: #f8c5df;
  border: 1px solid #ea8fbc;
}
.job-three-cat-color .job-list-table td {
  border: 1px solid #ea8fbc;
}
.job-three-cat-color .job-detail-card h2,
.job-three-cat-color .require-wrap dt {
  color: var(--pink);
}
.job-three-cat-color .job-detail-card h2 {
  border-bottom-color: var(--pink);
}

.job-four-cat-color {
  background: #EBEBEB;
}
.job-four-cat-color .job-list-head h3 {
  color: #333333;
}
.job-four-cat-color .title-design,
.job-four-cat-color .job-in-btn {
  background: #333333;
}
.job-four-cat-color .job-in-btn::before {
  border-left: 7px solid #333333;
}
.job-four-cat-color .title-design::before,
.job-four-cat-color .title-design::after {
  background-image: url("/img/common/mark-m-half.svg");
}
.job-four-cat-color .job-list-table th {
  background: #EBEBEB;
  border: 1px solid #333333;
}
.job-four-cat-color .job-list-table td {
  border: 1px solid #333333;
}
.job-four-cat-color .job-detail-card h2,
.job-four-cat-color .require-wrap dt {
  color: #333333;
}
.job-four-cat-color .job-detail-card h2 {
  border-bottom-color: #333333;
}

/* ======================================
responsive
====================================== */
@media (max-width: 768px) {
  .job-detail-card {
    padding: 24px 18px;
  }
  .job-detail-card h2 {
    font-size: 22px;
  }
  .require-wrap .require-list > div {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 0;
  }
  .require-wrap .require-list dt,
  .require-wrap .require-list dd {
    font-size: 14px;
    line-height: 1.8;
  }
}
/* ======================================
form
====================================== */
.form-sec {
  padding-left: 0;
  padding-right: 0;
  background: #E8F1F8;
}

.form-lead {
  margin-bottom: 60px;
  padding: 0 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}

.form-wrap {
  width: min(1100px, 100% - 40px);
  margin: 0 auto;
  padding: 60px;
  background: #fff;
  border-radius: 10px;
}

/* ======================================
cf7 list
====================================== */
.cf7-list > div {
  margin-bottom: 40px;
}
.cf7-list > div:last-child {
  margin-bottom: 0;
}
.cf7-list dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 700;
}
.cf7-list dd {
  margin: 0;
}

/* ======================================
required
====================================== */
.required {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 52px;
  height: 30px;
  border-radius: 6px;
  background: var(--pink);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

/* ======================================
input
====================================== */
.cf7-list input[type=text],
.cf7-list input[type=email],
.cf7-list input[type=tel],
.cf7-list select,
.cf7-list textarea {
  width: 100%;
  height: 50px;
  padding: 0 18px;
  border: 1px solid var(--blue);
  border-radius: 8px;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.cf7-list textarea {
  height: 200px;
  padding-top: 18px;
}
.cf7-list input::-webkit-input-placeholder, .cf7-list textarea::-webkit-input-placeholder {
  color: #999;
}
.cf7-list input::-moz-placeholder, .cf7-list textarea::-moz-placeholder {
  color: #999;
}
.cf7-list input:-ms-input-placeholder, .cf7-list textarea:-ms-input-placeholder {
  color: #999;
}
.cf7-list input::-ms-input-placeholder, .cf7-list textarea::-ms-input-placeholder {
  color: #999;
}
.cf7-list input::placeholder,
.cf7-list textarea::placeholder {
  color: #999;
}

/* ======================================
birthday
====================================== */
.birthday-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px;
}
.birthday-flex select,
.birthday-flex input {
  width: 110px !important;
}
.birthday-flex span {
  font-size: 20px;
  font-weight: 700;
}

/* ======================================
zip
====================================== */
.zip-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.zip-flex input {
  width: 300px !important;
}
.zip-flex span {
  font-size: 26px;
  font-weight: 700;
}

/* ======================================
tel
====================================== */
.tel-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* ======================================
radio
====================================== */
.cf7-list .wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
}
.cf7-list .wpcf7-list-item {
  margin: 0;
}
.cf7-list .wpcf7-list-item label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cf7-list input[type=radio],
.cf7-list input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.cf7-list .wpcf7-list-item-label {
  font-size: 20px;
  font-weight: 700;
}

/* ======================================
checkbox
====================================== */
.check-grid .wpcf7-form-control {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 40px;
}
.check-grid .wpcf7-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ======================================
other
====================================== */
.other-box {
  margin-top: 30px;
  padding: 24px;
  background: #E8F1F8;
  border-radius: 8px;
}
.other-box p {
  margin-bottom: 16px;
  font-size: 18px;
  color: var(--blue);
  font-weight: 700;
}

/* ======================================
submit
====================================== */
.wpcf7-spinner {
  display: none !important;
}

.form-submit {
  margin-top: 50px;
  text-align: center;
}

.form-btn-wrap {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(100%, 450px);
}

/* submit */
.form-btn {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* 丸 */
.form-btn-wrap::after {
  content: "";
  position: absolute;
  right: 115px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
}

/* 三角 */
.form-btn-wrap::before {
  content: "";
  position: absolute;
  right: 121px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid var(--blue);
  z-index: 2;
}

.form-btn:hover {
  opacity: 0.85;
}

.wpcf7-not-valid-tip {
  font-size: 15px !important;
  font-weight: normal !important;
}

/* ======================================
responsive
====================================== */
@media (max-width: 768px) {
  .form-btn-wrap {
    width: min(100%, 320px);
  }
  .form-wrap {
    padding: 30px 20px;
  }
  .form-lead {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .cf7-list dt {
    gap: 10px;
    font-size: 18px;
    line-height: 1.5;
  }
  .cf7-list input[type=text],
  .cf7-list input[type=email],
  .cf7-list input[type=tel],
  .cf7-list select,
  .cf7-list textarea {
    height: 50px;
    font-size: 16px;
  }
  .cf7-list .wpcf7-list-item-label {
    font-size: 16px;
  }
  .birthday-flex {
    gap: 8px;
  }
  .birthday-flex select,
  .birthday-flex input {
    width: 72px !important;
  }
  .birthday-flex span {
    font-size: 16px;
  }
  .zip-flex input {
    width: 100% !important;
  }
  .zip-flex span {
    font-size: 18px;
  }
  .tel-flex {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .check-grid .wpcf7-form-control {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .other-box p {
    font-size: 14px;
    line-height: 1.8;
  }
  .form-btn {
    height: 58px;
    font-size: 22px;
  }
  .form-btn-wrap::after {
    right: 24px;
    width: 18px;
    height: 18px;
  }
  .form-btn-wrap::before {
    right: 30px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid var(--blue);
  }
}/*# sourceMappingURL=style.css.map */