@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap&subset=japanese");
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

li {
  list-style: none;
}

/*■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■

共通設定

■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■*/
.fadeinup {
  transform: translate(0, 50px);
}

.fadeindown {
  transform: translate(0, -50px);
}

.fadeinleft {
  transform: translate(-50px, 0);
}

.fadeinright {
  transform: translate(50px, 0);
}

.fadeinup,
.fadeindown,
.fadeinleft,
.fadeinright {
  opacity: 0;
  transition: all 500ms;
}

/* 画面内に入った状態 */
.fadeinup.scrollin,
.fadeindown.scrollin,
.fadeinleft.scrollin,
.fadeinright.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.returnbutton {
  display: block;
  background-color: #C13711;
  text-align: center;
  color: #fff;
  position: fixed;
  right: 2vw;
  z-index: 9998;
}
.returnbutton img {
  width: 40%;
  height: auto;
}

.returnbutton {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  font-size: 14px;
  padding-top: 4px;
}
.returnbutton span {
  display: block;
  margin-top: -5px;
}

@-moz-document url-prefix() {
  padding-top: 0;
}
@-moz-document url-prefix() {
  margin-top: -10px;
}
/*スクロールして途中から固定*/
/*ナビゲーション、もしくはヘッダーが「middlenav」*/
.middlenav {
  position: absolute;
}

.middlenav.fixed {
  position: fixed;
  top: 0;
}

.accordionarea {
  display: none;
}

.accordionclose .accordionarea {
  display: block;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━共通設定━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━明朝体読み込み━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━基礎設定━━━━━━━━━━━━━━━━━━━━━━━━━*/
body {
  font-family: "Noto Sans JP", "YuGothic normal normal medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  color: #303030;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.1em;
}

main {
  overflow-x: hidden;
}

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

a {
  text-decoration: none;
  color: #303030;
  display: block;
}

/*ロード画面*/
.loadinghidden {
  display: none;
}

.loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: 2147483647;
  display: grid;
  place-content: center;
  opacity: 0; /* 初期状態は透明にする */
  transition: opacity 0.5s ease; /* アニメーションを適用 */
  pointer-events: none; /* 背後のコンテンツにマウスイベントが影響しないようにする */
}
.loading img {
  width: 200px;
  height: auto;
  text-align: center;
  margin: 0 auto 25px auto;
}
.loading .loadingtxt {
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
  letter-spacing: 0.2rem;
  font-size: 20px;
}

.loading.active {
  display: grid;
  opacity: 1;
  transition: opacity 0.5s ease; /* アニメーションを適用 */
}

/* JS が無効なときのスタイル */
@media (scripting: none) {
  .loading {
    display: none;
  }
  .loadinghidden {
    display: block;
  }
}
.loader-2 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 4px;
  border-color: #2D3269 rgba(45, 50, 105, 0.062745098) rgba(45, 50, 105, 0.062745098);
  position: relative;
  animation-name: spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin: 0 auto;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes stagger {
  25% {
    border-color: rgba(45, 50, 105, 0.062745098) #2D3269 rgba(45, 50, 105, 0.062745098) rgba(45, 50, 105, 0.062745098);
  }
  50% {
    border-color: rgba(45, 50, 105, 0.062745098) rgba(45, 50, 105, 0.062745098) #2D3269 rgba(45, 50, 105, 0.062745098);
  }
  75% {
    border-color: rgba(45, 50, 105, 0.062745098) rgba(45, 50, 105, 0.062745098) rgba(45, 50, 105, 0.062745098) #2D3269;
  }
}
@media print, screen and (max-width: 767px) {
  .brspnone {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .tabnone {
    display: none;
  }
}

@media print, screen and (min-width: 1501px) {
  .pc2none {
    display: none;
  }
}

.commonfirst {
  padding-top: 80px;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  background-image: url(../img/common_firstview.jpg);
}
@media print, screen and (min-width: 1501px) {
  .commonfirst {
    padding-top: 85px;
  }
}

.commonfirst_in {
  padding: 35px 0 35px 0;
  background: transparent linear-gradient(89deg, rgba(15, 198, 255, 0.7019607843) 0%, rgba(45, 50, 105, 0.2509803922) 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.commonfirst_boldline {
  padding: 15px 0;
  border-top: 10px solid #FFFFFF;
  border-bottom: 10px solid #FFFFFF;
}

.commonfirst_section {
  padding: 50px 0;
  border-top: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}

.commonfirst_h2 {
  color: #FFFFFF;
  font-family: "VDL Ｖ７明朝", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho ProN W3", "Noto Serif JP", "Noto Sans JP", sans-serif, serif;
  text-align: center;
  font-size: clamp(1.875rem, 1.42rem + 2.27vw, 3.125rem);
  line-height: 1em;
  margin-bottom: 35px;
  letter-spacing: 0.1em;
}

.commonfirst_h2span {
  font-family: "Noto Sans JP", "YuGothic normal normal medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.568rem + 0.91vw, 1.25rem);
}

.commonfirst_nav {
  display: flex;
  justify-content: center;
  max-width: 90vw;
  margin: 0 auto;
}

.commonfirst_navlist {
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid #FFFFFF;
  padding: 20px 25px;
}

.commonfirst_navitem {
  padding: 0 15px;
  position: relative;
  font-weight: 600;
  transition: 0.2s;
}
.commonfirst_navitem a {
  color: #2D3269;
}
.commonfirst_navitem:hover {
  opacity: 0.5;
}

@media print, screen and (min-width: 768px) {
  .commonfirst_navitem::before {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    transform: rotate(25deg);
    border-right: 1px solid #2D3269;
  }
}

.commonfirst_navitem:last-child::before {
  display: none;
}

.commonh3 {
  text-align: center;
  margin: 0 auto;
  font-family: "VDL Ｖ７明朝", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho ProN W3", "Noto Serif JP", "Noto Sans JP", sans-serif, serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #2D3269;
  font-size: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
  line-height: 1.2em;
  position: relative;
  padding-bottom: 25px;
}

.commonh3span {
  font-family: "Noto Sans JP", "YuGothic normal normal medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-weight: 600;
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
}

.commonh3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: transparent linear-gradient(90deg, #3574AA 0%, #1B2155 100%) 0% 0% no-repeat padding-box;
  height: 10px;
  width: 50px;
}
@media print, screen and (max-width: 767px) {
  .commonh3::before {
    height: 8px;
    width: 25px;
  }
}

.commonarea {
  width: 90vw;
  max-width: 1500px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: clamp(1.875rem, 0.852rem + 5.11vw, 4.688rem) clamp(0.938rem, -0.994rem + 9.66vw, 6.25rem);
  margin-bottom: clamp(2.813rem, 2.131rem + 3.41vw, 4.688rem);
}

.common_button {
  display: block;
  padding: 15px 0px;
  width: 100%;
  max-width: 500px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
  color: #fff;
  position: relative;
  z-index: 0;
  background: linear-gradient(to right, #0066FF, #13005A);
  border-radius: 1000px;
  border: 1px solid #FFFFFF;
  margin: 0px auto;
}
.common_button a {
  color: #FFFFFF;
}

/* マウスホバー時の背景色を重ねて表示（初期状態で透明） */
.common_button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(to right, #0066FF, #0066FF);
  opacity: 0;
  transition: opacity 0.2s;
  border-radius: 1000px;
  border: #FFFFFF;
}

/* マウスホバー時に透明化を解除 */
.common_button:hover::before {
  opacity: 1;
}

.common_h4 {
  width: 100%;
  max-width: 300px;
  background: linear-gradient(to right, #3574AA, #1B2155);
  margin: 0 auto;
  padding: 10px;
}

.common_h4span {
  display: inline-block;
  width: 100%;
  border: 1px solid #FFFFFF;
  padding: 10px;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 0.2em;
  font-weight: 500;
}

.common_h4_mini {
  font-size: 0.7em;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
}
@media print, screen and (min-width: 1001px) {
  header {
    height: 85px;
    background-color: #FFFFFF;
  }
}
header h1 {
  z-index: 9999;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  header h1 {
    left: 15px;
    top: 15px;
    width: 125px;
    height: auto;
  }
}
@media print, screen and (min-width: 768px) {
  header h1 {
    left: 25px;
    top: 15px;
    width: 125px;
    height: auto;
  }
}
@media print, screen and (min-width: 1001px) {
  header h1 {
    left: 50px;
    top: 15px;
    width: 125px;
    padding: 0;
  }
}
@media print, screen and (min-width: 1501px) {
  header h1 {
    left: 60px;
  }
}
header h1 a {
  height: auto;
  width: 100%;
}

header::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8600;
  background-color: #FFFFFF;
  height: 80px;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  header::before {
    height: 80px;
  }
}
@media print, screen and (min-width: 1001px) {
  header::before {
    display: none;
  }
}

/* メニュー画面 */
.global-nav {
  position: fixed;
  right: -100vw;
  height: 100vh;
  transition: all 0.6s;
  z-index: 8500;
  background-color: #FFFFFF;
  width: 100vw;
}
@media print, screen and (min-width: 1001px) {
  .global-nav {
    position: relative;
    right: auto;
    height: auto;
    transition: all 0.6s;
    z-index: 8500;
    background-color: rgba(0, 0, 0, 0);
    width: auto;
  }
}

/* メニュー項目の籠への指定 */
.global-nav__list {
  margin-top: 25vh;
}
@media print, screen and (min-width: 1001px) {
  .global-nav__list {
    display: flex;
    margin-right: 60px;
    margin-top: 0;
  }
}

/* メニュー項目それぞれの指定 */
.global-nav__item {
  text-align: center;
  padding: 0 14px;
  /* メニュー項目それぞれの内側に関する指定 */
}
@media print, screen and (min-width: 1001px) {
  .global-nav__item {
    position: relative;
    padding: 0;
  }
}
.global-nav__item a {
  display: block;
  color: #303030;
  width: 200px;
  margin: 0 auto;
  padding: 5px 0;
  margin-bottom: 2vh;
  transition: 0.2s;
  font-size: 16px;
  font-weight: bold;
}
@media print, screen and (min-width: 1001px) {
  .global-nav__item a {
    z-index: 9999;
    transition: 0.2s;
    padding: 30px 10px;
    width: auto;
    margin: 0;
    height: 100%;
    display: inline-block;
  }
}
@media print, screen and (min-width: 1001px) {
  .global-nav__item ::before {
    content: "";
    display: inline-block;
    width: 0px;
    height: 2px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #2D3269;
    top: 60px;
    transition: 0.2s;
  }
}

@media print, screen and (min-width: 1001px) {
  .global-nav__item:hover ::before {
    width: 50%;
  }
}

.global-nav__item_icon ::before {
  display: none;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━SPのみハンバーガーの指定━━━━━━━━━━━━━━━━━━━━━━━━━*/
.nav-open .global-nav {
  right: 0;
}
@media print, screen and (min-width: 1001px) {
  .nav-open .global-nav {
    right: auto;
  }
}

/* 三本線の親 */
.hamburger {
  position: absolute;
  top: 15px;
  width: 50px;
  height: 50px;
  z-index: 9000;
}
@media print, screen and (max-width: 767px) {
  .hamburger {
    right: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .hamburger {
    right: 25px;
  }
}
@media print, screen and (min-width: 1001px) {
  .hamburger {
    display: none;
  }
}

/* 三本線全てへの指定 */
.hamburger__line {
  position: absolute;
  left: 11px;
  width: 35px;
  height: 2px;
  background-color: #0090FF;
  transition: all 0.6s;
}

.hamburger__line--1 {
  top: 14px;
}

.hamburger__line--2 {
  top: 23px;
}

.hamburger__line--3 {
  top: 33px;
}

.nav-open .hamburger__line--1 {
  transform: rotate(30deg);
  top: 23px;
}

.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}

.nav-open .hamburger__line--3 {
  transform: rotate(-390deg);
  top: 23px;
}

.global-nav__item_icon {
  width: 40px;
  height: auto;
  z-index: 9999;
}
@media print, screen and (max-width: 767px) {
  .global-nav__item_icon {
    margin: 0 auto;
    padding: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .global-nav__item_icon {
    margin: 0 auto;
    padding: 0;
  }
}
.global-nav__item_icon a {
  width: auto;
}

@media print, screen and (max-width: 767px) {
  .nav__item_icon:first-child {
    margin-top: 60px !important;
  }
}

.footer_area {
  background: linear-gradient(to right, #0090FF, #2D3269);
}
@media print, screen and (max-width: 767px) {
  .footer_area {
    padding-top: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer_area {
    padding-top: 100px;
  }
}

.footer_logo {
  width: 100px;
  margin: 0 auto 50px auto;
}

.footer_list {
  margin: 0 auto 50px auto;
}
@media print, screen and (min-width: 768px) {
  .footer_list {
    display: flex;
    justify-content: center;
  }
}

@media print, screen and (max-width: 767px) {
  .footer_item {
    text-align: center;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer_item {
    margin-right: 15px;
  }
}
@media print, screen and (min-width: 1001px) {
  .footer_item {
    margin-right: 25px;
  }
}
.footer_item a {
  font-size: 16px;
  color: #FFFFFF;
}

.footer_item:last-child {
  margin-right: 0;
}

.footer_bottom {
  border-radius: 999px;
  width: max-content;
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  .footer_bottom {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer_bottom {
    border: 2px solid #FFFFFF;
    display: flex;
    align-items: center;
    margin-bottom: 100px;
  }
}

@media print, screen and (max-width: 767px) {
  .footer_tel {
    border: 2px solid #FFFFFF;
    border-radius: 999px;
    padding: 15px 15px;
    margin-bottom: 15px;
  }
}
.footer_tel a {
  padding: 0 15px;
  font-size: 16px;
  color: #FFFFFF;
}

.footer_icons {
  display: flex;
}
@media print, screen and (max-width: 767px) {
  .footer_icons {
    justify-content: center;
  }
}

.footer_icon {
  width: 80px;
  height: 80px;
  padding: 20px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 767px) {
  .footer_icon {
    border-radius: 999px;
    margin-right: 15px;
  }
}

@media print, screen and (max-width: 767px) {
  .footer_icon:last-child {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .footer_icon:last-child {
    border-radius: 0 999px 999px 0;
  }
}

.footer_footer {
  background-color: #FFFFFF;
  padding: 15px 0;
  text-align: center;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
.top_firstview {
  position: relative;
  z-index: 9999;
  width: 100%;
  background: linear-gradient(to right, #dddddd 0%, #ffffff 34%);
  transition: 1s;
}
@media print, screen and (max-width: 767px) {
  .top_firstview {
    height: 650px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_firstview {
    height: 1150px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_firstview {
    height: 100vh;
  }
}

.topfirstviewanime {
  transform: scale(2);
}

.top_firstview::before {
  content: "";
  position: absolute;
  z-index: 9997;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: left bottom;
  background-size: cover;
  opacity: 0.3;
}
@media print, screen and (max-width: 767px) {
  .top_firstview::before {
    background-image: url(../img/top/firstview_texture_sp.png);
  }
}
@media print, screen and (min-width: 768px) {
  .top_firstview::before {
    background-image: url(../img/top/firstview_texture_tab.png);
  }
}
@media print, screen and (min-width: 1001px) {
  .top_firstview::before {
    background-image: url(../img/top/firstview_texture_pc.png);
  }
}
@media print, screen and (min-width: 1501px) {
  .top_firstview::before {
    background-image: url(../img/top/firstview_texture_pcbig.png);
  }
}

.top_firstview_h2 {
  position: absolute;
  z-index: 9998;
  color: #2D3269;
  font-family: "VDL Ｖ７明朝", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho ProN W3", "Noto Serif JP", "Noto Sans JP", sans-serif, serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  font-size: clamp(2.5rem, 1.591rem + 4.55vw, 5rem);
  line-height: 1.5em;
  width: 100%;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .top_firstview_h2 {
    top: 325px;
    font-size: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_firstview_h2 {
    font-size: 60px;
    top: 575px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
@media print, screen and (min-width: 1001px) {
  .top_firstview_h2 {
    font-size: 60px;
    top: 50%;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_firstview_h2 {
    font-size: 75px;
  }
}

.top_firstview_picarea {
  position: absolute;
  width: 100%;
  max-width: 1500px;
  height: 100%;
  z-index: 9000;
  top: 0;
}
@media print, screen and (min-width: 768px) {
  .top_firstview_picarea {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

.top_firstview_pics {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .top_firstview_pics {
    height: 100%;
  }
}

.top_firstview_pic {
  position: absolute;
}
@media print, screen and (max-width: 767px) {
  .top_firstview_pic {
    height: 200px;
    width: 90vw;
  }
}
@media print, screen and (min-width: 768px) {
  .top_firstview_pic {
    height: 450px;
    width: 90vw;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_firstview_pic {
    width: 43vw;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_firstview_pic {
    width: 48%;
  }
}
.top_firstview_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media print, screen and (max-width: 767px) {
  .top_firstview_pic:first-child {
    top: 175px;
    left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .top_firstview_pic:first-child {
    top: 125px;
    left: 0;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_firstview_pic:first-child {
    top: 0;
    left: 5vw;
    height: calc(100vh - 50px);
  }
}
@media print, screen and (min-width: 1501px) {
  .top_firstview_pic:first-child {
    top: 0;
    left: 0;
    height: calc(100vh - 50px);
  }
}
@media print, screen and (max-width: 767px) {
  .top_firstview_pic:first-child img {
    object-position: bottom;
  }
}
@media print, screen and (min-width: 768px) {
  .top_firstview_pic:first-child img {
    object-position: bottom;
  }
}

@media print, screen and (max-width: 767px) {
  .top_firstview_pic:last-child {
    top: 400px;
    right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .top_firstview_pic:last-child {
    top: 600px;
    right: 0;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_firstview_pic:last-child {
    top: auto;
    bottom: 0;
    right: 5vw;
    height: calc(100vh - 125px);
  }
}
@media print, screen and (min-width: 1501px) {
  .top_firstview_pic:last-child {
    bottom: 0;
    right: 0;
    height: calc(100vh - 150px);
  }
}

.top_firstview_nav_logo {
  position: absolute;
  z-index: 9999;
}
@media print, screen and (max-width: 767px) {
  .top_firstview_nav_logo {
    width: 75px;
    top: 25px;
    right: 5vw;
  }
}
@media print, screen and (min-width: 768px) {
  .top_firstview_nav_logo {
    width: 150px;
    top: 30px;
    left: 5vw;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_firstview_nav_logo {
    width: 100px;
    top: 25px;
    right: 5vw;
    left: auto;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_firstview_nav_logo {
    width: 100px;
    top: 30px;
    right: calc((100vw - 1500px) / 2);
  }
}

.top_firstview_nav_list {
  position: absolute;
  z-index: 9999;
}
@media print, screen and (max-width: 767px) {
  .top_firstview_nav_list {
    top: 70px;
    right: 5vw;
    text-align: right;
  }
}
@media print, screen and (min-width: 768px) {
  .top_firstview_nav_list {
    top: 50px;
    right: 5vw;
    display: flex;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_firstview_nav_list {
    top: 80px;
    right: 5vw;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_firstview_nav_list {
    top: 90px;
    right: calc((100vw - 1500px) / 2);
  }
}

.top_firstview_nav_item {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .top_firstview_nav_item {
    margin-bottom: 0;
    margin-right: clamp(0.938rem, 0.71rem + 1.14vw, 1.563rem);
  }
}

.top_firstview_nav_item:last-child {
  margin: 0;
}

.top_introduction {
  width: 100%;
  background: linear-gradient(to right, #dddddd 0%, #ffffff 34%);
  padding-top: clamp(3.75rem, 1.705rem + 10.23vw, 9.375rem);
  padding-bottom: clamp(5.625rem, 4.261rem + 6.82vw, 9.375rem);
}

.top_introduction_h3 {
  font-family: "VDL Ｖ７明朝", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho ProN W3", "Noto Serif JP", "Noto Sans JP", sans-serif, serif;
  font-weight: 200;
  width: 90vw;
  max-width: 1500px;
  font-weight: 400;
  margin: 0 auto;
  line-height: 1.7em;
  margin-bottom: clamp(3.75rem, 3.409rem + 1.7vw, 4.688rem);
}
@media print, screen and (max-width: 767px) {
  .top_introduction_h3 {
    text-align: center;
    font-size: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_introduction_h3 {
    font-size: 40px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_introduction_h3 {
    font-size: 40px;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_introduction_h3 {
    font-size: 50px;
  }
}

.top_introduction_h3_whiteblue {
  color: #0090FF;
}

.top_introduction_h3_darkblue {
  color: #005DA5;
}

.top_introduction_area {
  width: 90vw;
  max-width: 1500px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1001px) {
  .top_introduction_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.top_introduction_txt {
  font-family: "VDL Ｖ７明朝", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho ProN W3", "Noto Serif JP", "Noto Sans JP", sans-serif, serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  line-height: clamp(2.063rem, 1.744rem + 1.59vw, 2.938rem);
  margin-bottom: 60px;
}
@media print, screen and (min-width: 1001px) {
  .top_introduction_txt {
    margin-bottom: 0;
    width: 50%;
  }
}

.top_introduction_txt_in {
  margin-bottom: 1rem;
  display: inline-block;
}

@media print, screen and (min-width: 1001px) {
  .top_introduction_right {
    width: 45%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
.top_introduction_img {
  line-height: 0;
  margin-bottom: 50px;
  display: none;
}
@media print, screen and (min-width: 1001px) {
  .top_introduction_img {
    display: inline-block;
  }
}
.top_introduction_btn {
  width: 90%;
  max-width: 300px;
  border-radius: 99999px;
  font-size: 16px;
  background-image: linear-gradient(to right, #0090FF 0%, #2D3269 100%);
  text-align: center;
  padding: 15px 0;
  color: #FFFFFF;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
@media print, screen and (max-width: 767px) {
  .top_introduction_btn {
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_introduction_btn {
    margin: 0 auto;
  }
}
.top_introduction_btn::after {
  border-radius: 99999px;
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  transition: opacity 0.1s;
  content: "";
  background-image: linear-gradient(to left, #0090FF 0%, #0090FF 100%);
  z-index: -1;
  width: 100%;
  height: 100%;
}
.top_introduction_btn:hover::after {
  opacity: 1;
}

.top_about {
  background-color: #FFFFFF;
  padding-top: clamp(6.25rem, 5.682rem + 2.84vw, 7.813rem);
  padding-bottom: clamp(6.25rem, 5.114rem + 5.68vw, 9.375rem);
}

.top_about_h3 {
  font-family: "vollkorn", serif;
  font-weight: 400;
  font-size: clamp(2.25rem, 1.932rem + 1.59vw, 3.125rem);
  line-height: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);
  color: #2D3269;
}
@media print, screen and (max-width: 767px) {
  .top_about_h3 {
    margin-bottom: 50px;
    margin-left: 5vw;
  }
}
@media print, screen and (min-width: 768px) {
  .top_about_h3 {
    margin-bottom: 50px;
    margin-left: 5vw;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_about_h3 {
    margin-bottom: 0px;
    margin-left: 5vw;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_about_h3 {
    margin-bottom: 25px;
    margin-left: calc((100vw - 1400px) / 2);
  }
}

.top_about_h3span {
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  font-weight: 600;
}

.top_about_list {
  width: 90vw;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .top_about_list {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_about_list {
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_about_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
}
.top_about_list::before {
  content: "";
  position: absolute;
  z-index: 999;
  transform: translateY(-50%);
  bottom: auto;
  top: 50%;
  left: -90vw;
  right: 0;
  margin: auto;
  width: 200vw;
  background-color: #DEF0FE;
}
@media print, screen and (max-width: 767px) {
  .top_about_list::before {
    height: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_about_list::before {
    height: 40px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_about_list::before {
    height: 50px;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_about_list::before {
    height: 50px;
  }
}

.top_about_item {
  background-size: cover;
  background-position: center;
  border: 1px solid #FFFFFF;
  transition: 0.2s;
  position: relative;
  z-index: 1000;
}
@media print, screen and (max-width: 767px) {
  .top_about_item {
    width: 85%;
    height: 90px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_about_item {
    width: 80vw;
    height: 150px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_about_item {
    width: 30%;
    max-width: 400px;
    height: 500px;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_about_item {
    height: 600px;
  }
}

.top_about_item:hover {
  transform: scale(1.1);
}

.top_about_item:nth-child(1) {
  background-image: url(../img/top/service_service.jpg);
}
@media print, screen and (max-width: 767px) {
  .top_about_item:nth-child(1) {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_about_item:nth-child(1) {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_about_item:nth-child(1) {
    margin-top: 100px;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .top_about_item:nth-child(1) img {
    object-position: bottom;
  }
}
@media print, screen and (min-width: 768px) {
  .top_about_item:nth-child(1) img {
    object-position: bottom;
  }
}

.top_about_item:nth-child(2) {
  background-image: url(../img/top/service_performance.jpg);
}
@media print, screen and (max-width: 767px) {
  .top_about_item:nth-child(2) {
    margin: 0 auto;
    margin-bottom: 15px;
    z-index: 1000;
  }
}
@media print, screen and (min-width: 768px) {
  .top_about_item:nth-child(2) {
    margin-left: 5vw;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_about_item:nth-child(2) {
    margin-left: 0;
    margin-top: 50px;
    margin-bottom: 0;
  }
}
.top_about_item:nth-child(3) {
  background-image: url(../img/top/service_recruit.jpg);
}
@media print, screen and (max-width: 767px) {
  .top_about_item:nth-child(3) {
    margin-left: auto;
    margin-right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .top_about_item:nth-child(3) {
    margin-left: 10vw;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_about_item:nth-child(3) {
    margin-left: 0;
  }
}
.top_about_btn {
  transition: 0.2s;
  padding: 10px;
  background-color: rgba(21, 16, 59, 0.5);
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 1001px) {
  .top_about_btn {
    padding: 15px;
  }
}

.top_about_btn:hover {
  background-color: rgba(0, 0, 0, 0);
}

.top_about_line {
  border: 1px solid #FFFFFF;
  width: 100%;
  height: 100%;
  position: relative;
}

.top_about_tit {
  color: #FFFFFF;
  font-family: "VDL Ｖ７明朝", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho ProN W3", "Noto Serif JP", "Noto Sans JP", sans-serif, serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 1.136rem + 0.57vw, 1.563rem);
  line-height: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
@media print, screen and (min-width: 1001px) {
  .top_about_tit {
    bottom: 5px;
    top: auto;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
  }
}

.top_about_txt {
  color: #FFFFFF;
  font-family: "VDL Ｖ７明朝", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho ProN W3", "Noto Serif JP", "Noto Sans JP", sans-serif, serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  display: inline-block;
  line-height: 1.4em;
}

.top_about_con {
  font-size: 16px;
  line-height: 30px;
}
@media print, screen and (max-width: 767px) {
  .top_about_con {
    width: 90vw;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .top_about_con {
    width: 90vw;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_about_con {
    width: 45vw;
    margin-left: auto;
    margin-right: 5vw;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_about_con {
    width: 45vw;
    margin-left: auto;
    margin-right: 5vw;
  }
}

.top_service {
  background-color: #DEF0FE;
  width: 100%;
}

.top_service::before {
  position: relative;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media print, screen and (max-width: 767px) {
  .top_service::before {
    background-image: url(../img/top/service_sp.png);
  }
}
@media print, screen and (min-width: 768px) {
  .top_service::before {
    background-image: url(../img/top/service_tab.png);
  }
}
@media print, screen and (min-width: 1001px) {
  .top_service::before {
    background-image: url(../img/top/service_pcmini.png);
  }
}
@media print, screen and (min-width: 1501px) {
  .top_service::before {
    background-image: url(../img/top/service_pc.png);
  }
}

.top_service_in {
  background-size: cover;
  padding-top: clamp(5.625rem, 5.456rem + 0.85vw, 6.25rem);
  padding-bottom: clamp(5.625rem, 5.456rem + 0.85vw, 6.25rem);
  background-position: center top;
}
@media print, screen and (max-width: 767px) {
  .top_service_in {
    background-image: url(../img/top/service_sp.png);
  }
}
@media print, screen and (min-width: 768px) {
  .top_service_in {
    background-image: url(../img/top/service_tab.png);
  }
}
@media print, screen and (min-width: 1001px) {
  .top_service_in {
    background-image: url(../img/top/service_pcmini.png);
  }
}
@media print, screen and (min-width: 1501px) {
  .top_service_in {
    background-image: url(../img/top/service_pc.png);
  }
}

.top_service_h3 {
  font-family: "vollkorn", serif;
  font-weight: 400;
  font-size: clamp(2.25rem, 1.932rem + 1.59vw, 3.125rem);
  line-height: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);
  color: #2D3269;
  width: 90vw;
  max-width: 1500px;
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  .top_service_h3 {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_service_h3 {
    margin-bottom: 75px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_service_h3 {
    margin-bottom: 75px;
  }
}

.top_service_h3span {
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
}

@media print, screen and (max-width: 767px) {
  .top_service_list {
    width: 90vw;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .top_service_list {
    width: 90vw;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_service_list {
    width: 100%;
  }
}
.top_service_item {
  margin-bottom: clamp(90px, 2.841rem + 4.55vw, 6.25rem);
}
@media print, screen and (min-width: 1001px) {
  .top_service_item {
    position: relative;
    width: 100%;
    margin-bottom: 0;
  }
}

.top_service_item:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 1001px) {
  .top_service_item::before {
    z-index: 1;
    font-size: 120px;
    transform: rotate(90deg);
    font-family: "VDL Ｖ７明朝", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho ProN W3", "Noto Serif JP", "Noto Sans JP", sans-serif, serif;
    font-weight: 600;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_service_item::before {
    font-size: 150px;
  }
}

@media print, screen and (min-width: 1001px) {
  .top_service_item_in {
    position: relative;
    z-index: 10;
    left: 5vw;
    width: 90vw;
    max-width: 1500px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_service_item_in {
    left: calc((100vw - 1500px) / 2);
  }
}

@media print, screen and (min-width: 1001px) {
  #top_service_service {
    margin-top: -100px;
  }
}
#top_service_service .top_service_item_in .top_service_img img {
  object-position: bottom;
}
@media print, screen and (min-width: 1001px) {
  #top_service_service::before {
    content: "Cost reduction";
    left: 100%;
    top: 100%;
    transform-origin: top left;
    color: #FFFFFF;
    line-height: 0.6em;
    opacity: 0.4;
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
  }
}

@media print, screen and (min-width: 1001px) {
  #top_service_performance {
    margin-top: -250px;
  }
}
@media print, screen and (min-width: 1501px) {
  #top_service_performance {
    margin-top: -150px;
  }
}
@media print, screen and (min-width: 1001px) {
  #top_service_performance .top_service_item_in {
    position: sticky;
    margin: 200px auto 0 auto;
    flex-direction: row-reverse;
  }
}
#top_service_performance .top_service_item_in .top_service_img img {
  object-position: center;
}
@media print, screen and (min-width: 1001px) {
  #top_service_performance::before {
    content: "Business scale";
    left: 0;
    bottom: 100%;
    transform-origin: bottom left;
    color: #2D3269;
    line-height: 1em;
    opacity: 0.2;
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
  }
}

#top_service_recruit .top_service_item_in .top_service_img img {
  object-position: bottom;
}
@media print, screen and (min-width: 1001px) {
  #top_service_recruit {
    margin-top: 0px;
  }
}
@media print, screen and (min-width: 1501px) {
  #top_service_recruit {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 1001px) {
  #top_service_recruit::before {
    content: "Recruit";
    left: 100%;
    top: 100%;
    transform-origin: top left;
    color: #FFFFFF;
    line-height: 0.6em;
    opacity: 0.4;
    margin-right: 0;
    margin-left: auto;
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
  }
}

.top_service_img {
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .top_service_img {
    width: 90vw;
    height: 65vw;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_service_img {
    width: 75vw;
    height: 50vw;
    left: 7.5vw;
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_service_img {
    left: 0;
    width: 425px;
    height: 300px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_service_img {
    width: 700px;
    height: 550px;
  }
}
.top_service_img img {
  position: absolute;
  z-index: 10;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border: 2px solid #FFFFFF;
}
@media print, screen and (max-width: 767px) {
  .top_service_img img {
    width: 82vw;
    height: 57vw;
  }
}
@media print, screen and (min-width: 768px) {
  .top_service_img img {
    width: 70vw;
    height: 45vw;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_service_img img {
    width: 400px;
    height: 275px;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_service_img img {
    width: 650px;
    height: 500px;
  }
}

.top_service_img::before,
.top_service_img::after {
  content: "";
  position: absolute;
  z-index: 9;
}
@media print, screen and (max-width: 767px) {
  .top_service_img::before,
  .top_service_img::after {
    width: 82vw;
    height: 57vw;
  }
}
@media print, screen and (min-width: 768px) {
  .top_service_img::before,
  .top_service_img::after {
    width: 70vw;
    height: 45vw;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_service_img::before,
  .top_service_img::after {
    width: 400px;
    height: 275px;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_service_img::before,
  .top_service_img::after {
    width: 650px;
    height: 500px;
  }
}

.top_service_img::before {
  left: 0;
  top: 0;
  background: transparent linear-gradient(126deg, #92C2F2 0%, rgba(215, 236, 251, 0.5019607843) 100%) 0% 0% no-repeat padding-box;
}

.top_service_img::after {
  right: 0;
  bottom: 0;
  background: transparent linear-gradient(305deg, #92C2F2 0%, rgba(215, 236, 251, 0.5019607843) 100%) 0% 0% no-repeat padding-box;
}

@media print, screen and (max-width: 767px) {
  .top_service_con {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .top_service_con {
    width: 100%;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_service_con {
    width: calc(100% - 460px);
  }
}
@media print, screen and (min-width: 1501px) {
  .top_service_con {
    width: calc(100% - 750px);
  }
}

.top_service_h4 {
  font-size: clamp(1.125rem, 0.922rem + 1.02vw, 1.875rem);
  line-height: 1.5em;
  font-family: "VDL Ｖ７明朝", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho ProN W3", "Noto Serif JP", "Noto Sans JP", sans-serif, serif;
  font-weight: 600;
  color: #2D3269;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 767px) {
  .top_service_h4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .top_service_h4 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_service_h4 {
    display: inline-block;
  }
}

.top_service_h4span {
  font-size: clamp(2.813rem, 1.88rem + 4.66vw, 6.25rem);
  font-family: "VDL Ｖ７明朝", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho ProN W3", "Noto Serif JP", "Noto Sans JP", sans-serif, serif;
  font-weight: 400;
  color: #2D3269;
}
@media print, screen and (max-width: 767px) {
  .top_service_h4span {
    margin-bottom: -5px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_service_h4span {
    margin-right: 25px;
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_service_h4span {
    line-height: 1.4em;
    margin-right: 0;
    margin-top: 0;
  }
}

.top_service_txt {
  font-size: 16px;
  line-height: 32px;
  color: #2D3269;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 767px) {
  .top_service_txt {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_service_txt {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_service_txt {
    margin-bottom: 50px;
  }
}

.top_service_btn {
  width: 90%;
  max-width: 300px;
  border-radius: 99999px;
  font-size: 16px;
  background-image: linear-gradient(to right, #0090FF 0%, #2D3269 100%);
  text-align: center;
  padding: 15px 0;
  color: #FFFFFF;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.top_service_btn::after {
  border-radius: 99999px;
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  transition: opacity 0.1s;
  content: "";
  background-image: linear-gradient(to left, #0090FF 0%, #0090FF 100%);
  z-index: -1;
  width: 100%;
  height: 100%;
}
.top_service_btn:hover::after {
  opacity: 1;
}

.top_company {
  background-color: #FFFFFF;
  padding-top: clamp(5.625rem, 5.456rem + 0.85vw, 6.25rem);
}

.top_company_h3 {
  font-family: "vollkorn", serif;
  font-weight: 400;
  font-size: clamp(2.25rem, 1.932rem + 1.59vw, 3.125rem);
  line-height: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);
  color: #2D3269;
}
@media print, screen and (max-width: 767px) {
  .top_company_h3 {
    margin-bottom: 50px;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .top_company_h3 {
    margin-bottom: 50px;
    margin-left: 5vw;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_company_h3 {
    margin-bottom: 50px;
    margin-left: 5vw;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_company_h3 {
    margin-bottom: 25px;
    margin-left: calc((100vw - 1500px) / 2);
  }
}

.top_company_h3span {
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  font-weight: 600;
}

.top_company_iframe {
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .top_company_iframe {
    height: 300px;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_company_iframe {
    height: 400px;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_company_iframe {
    overflow: hidden;
    max-width: 1500px;
    margin: 0 auto 50px auto;
    height: 500px;
    transform: skewY(-5deg);
    position: relative;
  }
}
.top_company_iframe iframe {
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .top_company_iframe iframe {
    height: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .top_company_iframe iframe {
    height: 100%;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_company_iframe iframe {
    position: absolute;
    transform: skewY(5deg);
    height: 150%;
    top: -25%;
  }
}

@media print, screen and (max-width: 767px) {
  .top_company_con {
    width: 90vw;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .top_company_con {
    width: 400px;
    margin-left: auto;
    margin-right: 5vw;
  }
}
@media print, screen and (min-width: 1501px) {
  .top_company_con {
    margin-right: calc((100vw - 1500px) / 2);
  }
}

.top_company_con_tit {
  border-bottom: 1px solid #303030;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 20px;
}

.top_blog {
  padding-top: clamp(5.625rem, 5.456rem + 0.85vw, 6.25rem);
  padding-bottom: clamp(5.625rem, 5.456rem + 0.85vw, 6.25rem);
}

.top_blog_h3 {
  font-family: "vollkorn", serif;
  font-weight: 400;
  font-size: clamp(2.25rem, 1.932rem + 1.59vw, 3.125rem);
  line-height: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);
  color: #2D3269;
  margin-bottom: clamp(3.75rem, 3.072rem + 3.39vw, 6.25rem);
  text-align: center;
  position: relative;
}

.top_blog_h3span {
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  font-weight: 600;
}

.top_blog_h3::before {
  content: "";
  position: absolute;
  background: linear-gradient(to right, #0090FF 0%, #2D3269 100%);
  width: 50px;
  height: 10px;
  bottom: -35px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.top_blog_list {
  width: 90vw;
  max-width: 1500px;
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  .top_blog_list {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_blog_list {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_blog_list {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
  }
}

.top_blog_item {
  border: 1px solid #FFFFFF;
  background-size: cover;
  transition: 0.2s;
}
@media print, screen and (max-width: 767px) {
  .top_blog_item {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_blog_item {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_blog_item {
    width: 32%;
    height: 300px;
    margin-bottom: 0;
  }
}
.top_blog_item:last-child {
  margin-bottom: 0;
}
.top_blog_item a {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.2s;
  padding: 15px;
}
@media print, screen and (min-width: 1001px) {
  .top_blog_item a {
    padding: 10px 10px 0 10px;
  }
}

.top_blog_item:nth-child(1) {
  background-image: url(../img/top/blog/blog1.jpg);
}

.top_blog_item:nth-child(2) {
  background-image: url(../img/news/221102_2.jpg);
}

.top_blog_item:nth-child(3) {
  background-image: url(../img/news/221102_1.jpg);
}

.top_blog_item_in {
  border: 1px solid #FFFFFF;
  padding: 15px;
  text-align: center;
}
@media print, screen and (min-width: 1001px) {
  .top_blog_item_in {
    height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.top_blog_day {
  font-size: 16px;
  margin-bottom: 15px;
  color: #FFFFFF;
}

.top_blog_tit {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 15px;
  color: #FFFFFF;
}

.top_blog_tri {
  font-size: 16px;
  color: #FFFFFF;
}

.top_blog_item:hover {
  transform: scale(1.1);
}
.top_blog_item:hover a {
  background-color: rgba(0, 0, 0, 0.1);
}

.top_blog_btn {
  width: 90%;
  max-width: 300px;
  border-radius: 99999px;
  font-size: 16px;
  background-image: linear-gradient(to right, #0090FF 0%, #2D3269 100%);
  text-align: center;
  padding: 15px 0;
  color: #FFFFFF;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.top_blog_btn::after {
  border-radius: 99999px;
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  transition: opacity 0.1s;
  content: "";
  background-image: linear-gradient(to left, #0090FF 0%, #0090FF 100%);
  z-index: -1;
  width: 100%;
  height: 100%;
}
.top_blog_btn:hover::after {
  opacity: 1;
}

/*媒体別指定*/
@-moz-document url-prefix() {}
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
.contact {
  background-color: #DEF0FE;
}

.contact_toplist {
  background-color: #2D3269;
  padding-top: 200px;
  padding-bottom: 200px;
  margin-bottom: 200PX;
}

.contact_toplist_h2 {
  color: #FFFFFF;
}
@media print, screen and (max-width: 767px) {
  .contact_toplist_h2 {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_toplist_h2 {
    margin-bottom: 75px;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_toplist_h2 {
    margin-bottom: 75px;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_toplist_h2 {
    margin-bottom: 75px;
  }
}

.contact_toplist_list {
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  .contact_toplist_list {
    width: 90vw;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_toplist_list {
    display: flex;
    flex-wrap: wrap;
    width: 90vw;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_toplist_list {
    width: 90vw;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_toplist_list {
    width: 1025px;
  }
}

.contact_toplist_item {
  border: 3px solid #FFFFFF;
  transition: 0.2s;
}
@media print, screen and (max-width: 767px) {
  .contact_toplist_item {
    width: 100%;
    margin-bottom: 30PX;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_toplist_item {
    width: 49%;
    margin-bottom: 1.8vw;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_toplist_item {
    width: 49%;
    margin-bottom: 1.8vw;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_toplist_item {
    width: 500px;
    margin-bottom: 25px;
  }
}

@media print, screen and (max-width: 767px) {
  .contact_toplist_item:last-child {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .contact_toplist_item:nth-child(2n) {
    margin-left: 2%;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_toplist_item:nth-child(2n) {
    margin-left: 25px;
  }
}

.contact_toplist_item:hover {
  opacity: 0.8;
}

.contact_toplist_itemh3 {
  background-color: #FFFFFF;
  color: #2D3269;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .contact_toplist_itemh3 {
    font-size: 20px;
    line-height: 30px;
    padding: 25px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_toplist_itemh3 {
    font-size: 20px;
    line-height: 30px;
    padding: 25px 0;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_toplist_itemh3 {
    font-size: 25px;
    line-height: 30px;
    padding: 25px 0;
  }
}
.contact_toplist_itemh3span {
  font-weight: lighter;
}
@media print, screen and (max-width: 767px) {
  .contact_toplist_itemh3span {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_toplist_itemh3span {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_toplist_itemh3span {
    font-size: 16px;
  }
}
.contact_toplist_itemtxt {
  text-align: center;
  color: #FFFFFF;
  padding: 15px 0;
}

/*メールフォーム*/
.contact_form {
  padding-top: clamp(3.75rem, 2.841rem + 4.55vw, 6.25rem);
  margin-bottom: clamp(3.75rem, 2.841rem + 4.55vw, 6.25rem);
}

@media print, screen and (max-width: 767px) {
  .contact_form_h3 {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_form_h3 {
    margin-bottom: 75px;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_form_h3 {
    margin-bottom: 75px;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_form_h3 {
    margin-bottom: 75px;
  }
}

.contact_form_toptxt {
  width: 90vw;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #303030;
  font-weight: 500;
  margin-bottom: clamp(1.875rem, 0.852rem + 5.11vw, 4.688rem);
  margin-top: 50px;
}
.contact_formlist {
  margin: 0 auto;
  margin-bottom: clamp(1.875rem, 1.42rem + 2.27vw, 3.125rem);
  background-color: #FFFFFF;
  width: 90vw;
  max-width: 1200px;
  padding: clamp(1.875rem, 0.852rem + 5.11vw, 4.688rem) clamp(0.938rem, -0.994rem + 9.66vw, 6.25rem);
}
@media print, screen and (max-width: 767px) {
  .contact_formitem {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_formitem {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_formitem {
    border: 0px solid #2D3269;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
  }
}
.contact_formitem:last-child {
  margin-bottom: 0;
}

.contact_formtitle {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
@media print, screen and (max-width: 767px) {
  .contact_formtitle {
    background-color: #2D3269;
    color: #FFFFFF;
    border: 1px solid #2D3269;
    padding: 15px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_formtitle {
    background-color: #2D3269;
    color: #FFFFFF;
    padding: 15px 0;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_formtitle {
    display: inline-block;
    text-align: left;
    width: 24%;
    padding: 15px 0;
    background-color: #FFFFFF;
    color: #2D3269;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_formtitle {
    width: 300px;
    padding: 15px 0;
  }
}

@media print, screen and (min-width: 1001px) {
  .contact_formbox {
    width: 75%;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_formbox {
    width: 975px;
  }
}
.contact_formbox .form-control {
  width: 100%;
  padding: 15px;
  border: 1px solid #2D3269;
  border-top: 0px;
}
@media print, screen and (min-width: 1001px) {
  .contact_formbox .form-control {
    border-top: 1px solid #2D3269;
  }
}

@media print, screen and (max-width: 767px) {
  .contact_formitem_in_select {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_formitem_in_select {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_formitem_in_select {
    margin-top: 0px;
    width: 75%;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_formitem_in_select {
    width: 975px;
  }
}

.contact_formitem_in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .contact_formitem_in {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_formitem_in {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_formitem_in {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_formitem_in {
    margin-bottom: 5px;
  }
}

.contact_formitem_in:last-child {
  margin-bottom: 0;
}

.contact_formitem_in_title {
  text-align: left;
}
@media print, screen and (max-width: 767px) {
  .contact_formitem_in_title {
    width: 85px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_formitem_in_title {
    width: 85px;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_formitem_in_title {
    width: 85px;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_formitem_in_title {
    width: 85px;
  }
}

.contact_formitem_in_box {
  border: 1px solid #303030;
  border-radius: 5px;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .contact_formitem_in_box {
    padding: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_formitem_in_box {
    padding: 5px;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_formitem_in_box {
    padding: 5px;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_formitem_in_box {
    padding: 5px;
  }
}
.contact_formitem_in_box input {
  height: 100%;
  width: 100%;
}

.contact_form_btns {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 767px) {
  .contact_form_btns {
    justify-content: center;
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_form_btns {
    justify-content: center;
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_form_btns {
    margin-top: 0px;
    width: 75%;
    justify-content: start;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_form_btns {
    width: 975px;
  }
}
.contact_form_btns label {
  margin-right: 5px;
}

#mfp_buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact_button {
  width: 90%;
  max-width: 500px;
}

.contact__top {
  padding: 100px 0;
  text-align: center;
}

.contact_end {
  padding: 50px 0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
.news {
  background-color: #DEF0FE;
  padding: clamp(3.75rem, 2.841rem + 4.55vw, 6.25rem) 0;
}

.news_list {
  width: 90vw;
  max-width: 1500px;
  margin: 0 auto;
}

.news_item {
  background-color: #FFFFFF;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  padding: clamp(1.875rem, 0.852rem + 5.11vw, 4.688rem) clamp(0.938rem, -0.994rem + 9.66vw, 6.25rem);
  margin-bottom: clamp(2.813rem, 2.131rem + 3.41vw, 4.688rem);
}

.news_item:last-child {
  margin-bottom: 0;
}

.news_day {
  margin-bottom: 5px;
}

.news_tit {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  line-height: 1.6em;
  margin-bottom: 25px;
  font-weight: 600;
}

.news_txt {
  margin-bottom: clamp(1.875rem, 1.42rem + 2.27vw, 3.125rem);
}

.news_imgs {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .news_imgs {
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1001px) {
  .news_imgs {
    justify-content: flex-start;
  }
}
@media print, screen and (max-width: 767px) {
  .news_img {
    width: 100%;
    height: 50vw;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .news_img {
    width: 49%;
    height: 25vw;
  }
}
@media print, screen and (min-width: 1001px) {
  .news_img {
    width: 400px;
    height: 250px;
    margin-right: 5px;
  }
}
.news_img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.news_img:last-child {
  margin: 0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
.service {
  background-color: #DEF0FE;
}
.service .commonfirst {
  margin-bottom: clamp(3.75rem, 2.841rem + 4.55vw, 6.25rem);
}

#servicecompany {
  width: 90vw;
  max-width: 1500px;
  margin: 0 auto;
  margin-bottom: clamp(3.75rem, 2.841rem + 4.55vw, 6.25rem);
  position: relative;
}
@media print, screen and (min-width: 1001px) {
  #servicecompany {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-between;
    align-items: center;
  }
}

@media print, screen and (min-width: 768px) {
  .service_company_con {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .service_company_con {
    width: 50%;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-between;
    align-items: center;
  }
}
@media print, screen and (min-width: 1001px) {
  .service_company_con {
    display: inline-block;
    width: calc(100% - 450px);
  }
}
@media print, screen and (min-width: 1501px) {
  .service_company_con {
    width: calc(100% - 700px);
  }
}

.service_company_h3_sptab, .service_company_h3_pc {
  font-family: "VDL Ｖ７明朝", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho ProN W3", "Noto Serif JP", "Noto Sans JP", sans-serif, serif;
  color: #040039;
  line-height: 1.6em;
  font-weight: 400;
}
@media print, screen and (max-width: 767px) {
  .service_company_h3_sptab, .service_company_h3_pc {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .service_company_h3_sptab, .service_company_h3_pc {
    font-size: 25px;
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 1001px) {
  .service_company_h3_sptab, .service_company_h3_pc {
    font-size: 30px;
    letter-spacing: 0.01em;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1501px) {
  .service_company_h3_sptab, .service_company_h3_pc {
    font-size: 40px;
    margin-bottom: 50px;
  }
}

@media print, screen and (max-width: 767px) {
  .service_company_h3_sptab {
    text-align: center;
  }
}
@media print, screen and (min-width: 1001px) {
  .service_company_h3_sptab {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .service_company_h3_brtabnone {
    display: none;
  }
}

.service_company_h3_pc {
  display: none;
}
@media print, screen and (min-width: 1001px) {
  .service_company_h3_pc {
    display: inline-block;
  }
}

.service_company_h3_lightblue {
  color: #0090FF;
}

.service_company_h3_darkblue {
  color: #005DA5;
}

.service_company_txt {
  color: #2D3269;
  font-family: "Noto Sans JP", "YuGothic normal normal medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 500;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .service_company_txt {
    width: 90%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .service_company_txt {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 1001px) {
  .service_company_txt {
    width: 100%;
    line-height: 2em;
  }
}

@media print, screen and (max-width: 767px) {
  .service_company_img {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .service_company_img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45%;
    height: 30vw;
  }
}
@media print, screen and (min-width: 1001px) {
  .service_company_img {
    width: 400px;
    height: 300px;
  }
}
@media print, screen and (min-width: 1501px) {
  .service_company_img {
    width: 650px;
    height: 450px;
  }
}
.service_company_img span {
  width: 100%;
  height: 100%;
}
.service_company_img span img {
  width: calc(100% - 25px);
  height: calc(100% - 25px);
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  border: 2px solid #FFFFFF;
}

.service_company_img span::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
  background: transparent linear-gradient(233deg, #2D3269 0%, #0090FF 100%) 0% 0% no-repeat padding-box;
  width: calc(100% - 25px);
  height: calc(100% - 25px);
}

#interion, #exterior {
  margin-bottom: clamp(2.813rem, 2.131rem + 3.41vw, 4.688rem);
}

.service_coating_txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: clamp(1.875rem, 1.42rem + 2.27vw, 3.125rem);
}

.service_coating_imgs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 1001px) {
  .service_coating_imgs {
    margin: 0 auto;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 1100px;
  }
}

.service_coating_img {
  margin-bottom: 15px;
}
@media print, screen and (max-width: 767px) {
  .service_coating_img {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .service_coating_img {
    width: 49%;
    height: 20vw;
  }
}
@media print, screen and (min-width: 1001px) {
  .service_coating_img {
    width: 32%;
    max-width: 350px;
    height: 18vw;
    max-height: 225px;
  }
}
.service_coating_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#paint {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #2D3269;
  padding: 50px clamp(1.875rem, -0.284rem + 10.8vw, 7.813rem);
}

.service_paint_h3 {
  width: 100%;
  padding: 15px 0;
  color: #2D3269;
  background-color: #FFFFFF;
  text-align: center;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  margin-bottom: 40px;
  border-radius: 1000px;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.service_paint_txt {
  color: #FFFFFF;
  line-height: 1.6rem;
  font-weight: 400;
  width: 100%;
}
@media print, screen and (min-width: 1001px) {
  .service_paint_txt {
    width: 90%;
    margin: 0 auto;
  }
}

.service_strengths_txt {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
}

.service_strengths_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .service_strengths_list {
    justify-content: space-between;
  }
}

.service_strengths_item {
  background-color: #2D3269;
  display: flex;
  flex-direction: column;
  padding: 50px 15px;
}
@media print, screen and (max-width: 767px) {
  .service_strengths_item {
    margin-bottom: 15px;
    width: 90%;
  }
}
@media print, screen and (min-width: 768px) {
  .service_strengths_item {
    width: 32%;
  }
}

.service_strengths_img {
  margin: 0 auto;
  width: 150px;
  height: 150px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 767px) {
  .service_strengths_img {
    width: 125px;
    height: 125px;
  }
}
.service_strengths_img img {
  width: 100px;
  height: 100px;
}
@media print, screen and (max-width: 767px) {
  .service_strengths_img img {
    width: 75px;
    height: 75px;
  }
}

.service_strengths_h4 {
  margin: 0 auto;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}

.service_strengths_itemtxt {
  color: #FFFFFF;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .service_strengths_itemtxt {
    width: 80%;
  }
}

.service_flow_list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px auto;
}

.service_flow_item {
  width: 100%;
  padding-bottom: 25px;
  position: relative;
  z-index: 11;
}
@media print, screen and (min-width: 768px) {
  .service_flow_item::before {
    content: "";
    position: absolute;
    left: 25px;
    top: 5px;
    width: 2px;
    height: 100%;
    background-color: #2D3269;
    z-index: 10;
  }
}
.service_flow_item:last-child::before {
  display: none;
}

.service_flow_time {
  color: #2D3269;
  font-weight: 600;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 11;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
}
@media print, screen and (max-width: 767px) {
  .service_flow_time {
    margin-bottom: 15px;
  }
}

.service_flow_tit {
  line-height: 1em;
  background-color: #2D3269;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 767px) {
  .service_flow_tit {
    margin-right: 10px;
    width: 30px;
    height: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .service_flow_tit {
    margin-right: 25px;
    width: 50px;
    height: 50px;
    border: 3px solid #FFFFFF;
    border-radius: 1000px;
  }
}

@media print, screen and (min-width: 768px) {
  .service_flow_txt {
    margin-left: 75px;
  }
}

#performance .common_h4 {
  margin-bottom: 30px;
}

.service_performance_txt {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
}

@media print, screen and (min-width: 768px) {
  .service_performance_btnlist {
    display: flex;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) {
  .service_performance_btnleft, .service_performance_btnright {
    width: 49%;
  }
}

.service_performance_btnitem {
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  position: relative;
  border-radius: 15px;
  box-shadow: 10px 5px 5px #cacaca;
  cursor: pointer;
}

.service_performance_btnright .service_performance_btnitem:first-child {
  margin-bottom: 15px;
}

.service_performance_btnitem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 50, 105, 0.5);
  z-index: 11;
  border-radius: 15px;
}
@media print, screen and (max-width: 767px) {
  .service_performance_btnitem::before {
    border-radius: 10px;
  }
}

.service_performance_btnitem::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}
@media print, screen and (max-width: 767px) {
  .service_performance_btnitem::after {
    border-radius: 10px;
  }
}

.service_performance_btnleft .service_performance_btnitem {
  height: 100%;
}
@media print, screen and (max-width: 767px) {
  .service_performance_btnleft .service_performance_btnitem {
    margin-bottom: 15px;
  }
}

.service_performance_btnitem__list::after {
  background-image: url(../img/service/performance/performance_list.jpg);
}

.service_performance_btnitem_interion::after {
  background-image: url(../img/service/performance/performance_interion.jpg);
}

.service_performance_btnitem_exterior::after {
  background-image: url(../img/service/performance/performance_exterior.jpg);
}

@media print, screen and (max-width: 767px) {
  .service_performance_right .service_performance_btnitem {
    margin-bottom: 15px;
  }
}

.service_performance_btnitem_in {
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 12;
  padding: 25px 25px;
  height: 100%;
}

.service_performance_btnitem_h4 {
  font-size: clamp(1rem, 0.795rem + 1.02vw, 1.563rem);
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 1001px) {
  .service_performance_btnitem_h4 {
    font-weight: 600;
  }
}

.service_performance_btnitem_txt {
  color: #FFFFFF;
}

.service_performance_img_interion, .service_performance_img_exterior {
  background-color: rgba(48, 48, 48, 0.7);
  position: fixed;
  top: 0;
  left: 50%;
  height: 100vh;
  width: 100vw;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
  transform: translatex(-50%);
  overflow-y: hidden;
}

.service_slider_js {
  display: inline-block;
  opacity: 1;
  pointer-events: all;
}

.service_performance_none {
  position: absolute;
  right: 5vw;
  top: 50px;
  color: #FFFFFF;
  font-size: 50px;
  cursor: pointer;
}
@media print, screen and (min-width: 1501px) {
  .service_performance_none {
    right: calc((100% - 1500px) / 2);
  }
}

.service_performance_img_list {
  margin: 0 15px;
  width: 90vw;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  z-index: 9000;
}
@media print, screen and (max-width: 767px) and (max-height: 800px) {
  .service_performance_img_list {
    transform: translateY(0);
    top: 100px;
  }
}
@media print, screen and (min-width: 1501px) {
  .service_performance_img_list {
    width: 1300px;
  }
}

.service_performance_img_item {
  width: auto;
}
.service_performance_img_item img {
  margin: auto;
  object-fit: contain;
  width: 100%;
  height: auto;
  display: block;
  max-width: 90vw;
  max-height: 80vh;
}
@media print, screen and (min-width: 1001px) {
  .service_performance_img_item img {
    max-width: calc(100% - 200px);
  }
}

.slick-arrow {
  background-color: #2D3269;
  border-radius: 1000px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 0;
  position: absolute;
  top: -60px;
  z-index: 9001;
}
@media print, screen and (min-width: 1001px) {
  .slick-arrow {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    bottom: auto;
  }
}
.slick-arrow::before {
  font-size: 20px;
  line-height: 1.2em;
}
@media print, screen and (min-width: 1001px) {
  .slick-arrow::before {
    font-size: 30px;
  }
}

.slick-prev {
  left: 0;
}
.slick-prev::before {
  content: "◀";
}

.slick-next {
  left: 60px;
}
@media print, screen and (min-width: 1001px) {
  .slick-next {
    left: auto;
    right: 0;
  }
}
.slick-next::before {
  content: "▶";
}

.service_performance_listarea {
  padding-top: clamp(5.625rem, 4.261rem + 6.82vw, 9.375rem);
}

.service_performance_list {
  width: 100%;
  border: 1px solid #2D3269;
}

@media print, screen and (min-width: 768px) {
  .service_performance_item {
    display: flex;
  }
}

.service_performance_tit {
  width: 100%;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  background-color: #2D3269;
  color: #FFFFFF;
}
@media print, screen and (max-width: 767px) {
  .service_performance_tit {
    justify-content: center;
  }
}
@media print, screen and (min-width: 768px) {
  .service_performance_tit {
    border-bottom: 1px solid #FFFFFF;
    width: 250px;
  }
}

.service_performance_item_txt {
  padding: 10px 15px;
  border-bottom: 1px solid #2D3269;
}
@media print, screen and (min-width: 768px) {
  .service_performance_item_txt {
    width: calc(100% - 250px);
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 1501px) {
  .service_performance_item_txt .pcnone {
    display: none;
  }
}

.service_performance_item:last-child .service_performance_tit, .service_performance_item:last-child .service_performance_item_txt {
  border: none;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
.about {
  background-color: #DEF0FE;
}
.about .commonfirst {
  margin-bottom: clamp(3.75rem, 2.841rem + 4.55vw, 6.25rem);
}

@media print, screen and (min-width: 768px) {
  #introduction {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media print, screen and (max-width: 767px) {
  .introduction_img {
    width: 100%;
    height: 40vw;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .introduction_img {
    width: 300px;
    height: 200px;
  }
}
@media print, screen and (min-width: 1001px) {
  .introduction_img {
    width: 40%;
    height: 20vw;
  }
}
@media print, screen and (min-width: 1501px) {
  .introduction_img {
    width: 500px;
    height: 350px;
  }
}
.introduction_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.introduction_con {
  margin: 0;
  padding: 0;
}
@media print, screen and (max-width: 767px) {
  .introduction_con {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .introduction_con {
    width: calc(100% - 325px);
  }
}
@media print, screen and (min-width: 1001px) {
  .introduction_con {
    width: 55%;
  }
}
@media print, screen and (min-width: 1501px) {
  .introduction_con {
    width: calc(100% - 550px);
  }
}

.introduction_h3 {
  margin: 0;
  padding: 0;
  font-family: "VDL Ｖ７明朝", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho ProN W3", "Noto Serif JP", "Noto Sans JP", sans-serif, serif;
  font-size: clamp(1rem, 0.682rem + 1.59vw, 1.875rem);
  margin-bottom: 40px;
  color: #303030;
}
@media print, screen and (max-width: 767px) {
  .introduction_h3 {
    text-align: center;
  }
}

.introduction_h3span {
  margin: 0;
  padding: 0;
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  color: #2D3269;
  line-height: 3em;
}

.introduction_txt {
  color: #303030;
  line-height: 2em;
}

.commonh3 {
  margin-bottom: 50px;
}

.history_list {
  width: 100%;
  border: 1px solid #2D3269;
}

@media print, screen and (min-width: 768px) {
  .history_item {
    display: flex;
  }
}

.history_day {
  width: 100%;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  background-color: #2D3269;
  color: #FFFFFF;
}
@media print, screen and (max-width: 767px) {
  .history_day {
    justify-content: center;
  }
}
@media print, screen and (min-width: 768px) {
  .history_day {
    border-bottom: 1px solid #FFFFFF;
    width: 150px;
  }
}

.history_txt {
  padding: 10px 15px;
  border-bottom: 1px solid #2D3269;
}
@media print, screen and (min-width: 768px) {
  .history_txt {
    width: calc(100% - 150px);
  }
}

.history_item:last-child .history_day, .history_item:last-child .history_txt {
  border: none;
}

@media print, screen and (min-width: 1001px) {
  .company_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media print, screen and (max-width: 767px) {
  .company_map {
    width: 100%;
    height: 200px;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .company_map {
    width: 100%;
    margin: 0 auto 40px auto;
    height: 300px;
  }
}
@media print, screen and (min-width: 1001px) {
  .company_map {
    margin: 0;
    width: calc(100% - 350px);
    height: 300px;
  }
}
@media print, screen and (min-width: 1501px) {
  .company_map {
    margin: 0;
    width: calc(100% - 600px);
    height: 300px;
  }
}
.company_map iframe {
  width: 100%;
  height: 100%;
}

.company_list {
  display: flex;
  flex-direction: column;
}
@media print, screen and (max-width: 767px) {
  .company_list {
    width: 100%;
    justify-content: center;
  }
}
@media print, screen and (min-width: 768px) {
  .company_list {
    width: 550px;
    justify-content: center;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1001px) {
  .company_list {
    margin: 0;
    width: 325px;
    justify-content: flex-start;
  }
}
@media print, screen and (min-width: 1501px) {
  .company_list {
    width: 550px;
  }
}

.company_item {
  width: 100%;
  margin-bottom: 5px;
  display: flex;
}

.company_tit {
  width: 150px;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .company_tit {
    width: 100px;
  }
}
@media print, screen and (min-width: 768px) {
  .company_tit {
    width: 150px;
  }
}
@media print, screen and (min-width: 1001px) {
  .company_tit {
    width: 125px;
  }
}
@media print, screen and (min-width: 1501px) {
  .company_tit {
    width: 150px;
  }
}

.company_tit::before {
  content: "：";
  position: absolute;
  right: 0;
  top: 0;
}

@media print, screen and (max-width: 767px) {
  .company_txt {
    width: calc(100% - 100px);
  }
}
@media print, screen and (min-width: 768px) {
  .company_txt {
    width: calc(100% - 150px);
  }
}
@media print, screen and (min-width: 1001px) {
  .company_txt {
    width: calc(100% - 125px);
  }
}
@media print, screen and (min-width: 1501px) {
  .company_txt {
    width: calc(100% - 150px);
  }
}

.recruit_con {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .recruit_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media print, screen and (max-width: 767px) {
  .recruit_img {
    width: 100%;
    height: 40vw;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit_img {
    width: 300px;
    height: 200px;
  }
}
@media print, screen and (min-width: 1001px) {
  .recruit_img {
    width: 40%;
    height: 20vw;
  }
}
@media print, screen and (min-width: 1501px) {
  .recruit_img {
    width: 550px;
    height: 350px;
  }
}
.recruit_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit_txt {
  color: #303030;
  line-height: 2em;
}
@media print, screen and (max-width: 767px) {
  .recruit_txt {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit_txt {
    width: calc(100% - 325px);
  }
}
@media print, screen and (min-width: 1001px) {
  .recruit_txt {
    width: 55%;
  }
}
@media print, screen and (min-width: 1501px) {
  .recruit_txt {
    width: calc(100% - 600px);
  }
}

.recruit_con_btns {
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
}
@media print, screen and (min-width: 768px) {
  .recruit_con_btns {
    display: flex;
  }
}
.recruit_con_btns .common_button {
  width: 100%;
  margin-bottom: 15px;
}
.recruit_con_btns .common_button:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .recruit_con_btns .common_button {
    margin-bottom: 0;
    width: 47%;
  }
}
.recruit_con_btns .common_button a {
  color: #FFFFFF;
}
.recruit_con_btns .common_button::before {
  width: 100%;
}

#recruit_day, #recruit_info {
  padding-top: clamp(5.625rem, 4.261rem + 6.82vw, 9.375rem);
}
#recruit_day .common_h4, #recruit_info .common_h4 {
  margin-bottom: 50px;
}

.recruit_day_list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.recruit_day_item {
  width: 100%;
  padding-bottom: 25px;
  position: relative;
  z-index: 11;
}
@media print, screen and (min-width: 768px) {
  .recruit_day_item::before {
    content: "";
    position: absolute;
    left: 25px;
    top: 5px;
    width: 2px;
    height: 100%;
    background-color: #2D3269;
    z-index: 10;
  }
}
.recruit_day_item:last-child::before {
  display: none;
}

.recruit_day_time {
  color: #2D3269;
  font-weight: 600;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 11;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
}
@media print, screen and (max-width: 767px) {
  .recruit_day_time {
    margin-bottom: 15px;
  }
}

.recruit_day_number {
  line-height: 1em;
  background-color: #2D3269;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 767px) {
  .recruit_day_number {
    margin-right: 10px;
    width: 30px;
    height: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit_day_number {
    margin-right: 25px;
    width: 50px;
    height: 50px;
    border: 3px solid #FFFFFF;
    border-radius: 1000px;
  }
}

@media print, screen and (min-width: 768px) {
  .recruit_day_txt {
    margin-left: 75px;
  }
}

.recruit_info_list {
  width: 100%;
  border: 1px solid #2D3269;
  margin-bottom: 50px;
}

.recruit_info_list:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .recruit_info_item {
    display: flex;
  }
}

.recruit_info_tit {
  width: 100%;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  background-color: #2D3269;
  color: #FFFFFF;
}
@media print, screen and (max-width: 767px) {
  .recruit_info_tit {
    justify-content: center;
  }
}
@media print, screen and (min-width: 768px) {
  .recruit_info_tit {
    border-bottom: 1px solid #FFFFFF;
    width: 150px;
  }
}

.recruit_info_txt {
  padding: 10px 15px;
  border-bottom: 1px solid #2D3269;
}
@media print, screen and (min-width: 768px) {
  .recruit_info_txt {
    width: calc(100% - 150px);
  }
}

.recruit_info_item:last-child .recruit_info_tit, .recruit_info_item:last-child .recruit_info_txt {
  border: none;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
.privacy_mainareacommon_top {
  padding-bottom: 100px;
}
.privacy_mainareacommon_top .commonarea {
  margin-bottom: clamp(1.875rem, 1.42rem + 2.27vw, 3.125rem);
}
.privacy_mainareacommon_top .privacy_h3 {
  margin-bottom: 15px;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
}
.privacy_mainareacommon_top .privacy_txt a {
  display: inline;
  margin: 0 5px;
  border-bottom: 1px solid #303030;
}

.privacy_section:first-child {
  padding: 100px 0;
}/*# sourceMappingURL=style.css.map */