@charset "UTF-8";
/* リセットcss */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Noto+Sans+JP:wght@300;400;500;600&display=swap");
*,
::before,
::after {
  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.
 */
/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

figure {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 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 {
  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;
}

/* ブレイクポイント設定 */
/* ヘッダー */
* {
  font-family: "Noto Sans JP", sans-serif;
  outline: 0;
}

header .header_pc_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  z-index: 100;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background: rgba(255, 255, 255, 0.9);
}
header .header_pc_menu .header_logo {
  z-index: 100;
  margin-left: 60px;
  max-width: 240px;
  width: 100%;
}
header .header_pc_menu .header_logo a img {
  width: 100%;
  height: auto;
}
header .header_pc_menu .header_menu {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  gap: 10px 25px;
}
header .header_pc_menu .header_menu li a {
  position: relative;
  transition: 0.2s ease-in-out;
}
header .header_pc_menu .header_menu li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #2097C7;
  bottom: -10px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s ease-in-out;
}
header .header_pc_menu .header_menu li a:hover::after {
  transform: scale(1, 1);
}
header .header_pc_menu .header_menu li :hover {
  color: #2097C7;
  transform: scale(1, 1);
}
header .header_pc_menu .header_side_menu {
  display: flex;
  justify-content: space-between;
  font-size: 22px;
  margin-left: 30px;
  margin-right: 60px;
}
header .header_pc_menu .header_side_menu li {
  border-left: 1px solid #6D6D6D;
  padding: 17px 25px;
}
header .header_pc_menu .header_side_menu li a {
  display: flex;
  position: relative;
  align-items: center;
  white-space: nowrap;
  transition: 0.2s ease-in-out;
}
header .header_pc_menu .header_side_menu li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -7px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s ease-in-out;
}
header .header_pc_menu .header_side_menu li a:hover::after {
  transform: scale(1, 1);
}
header .header_pc_menu .header_side_menu li img {
  padding-right: 10px;
}
header .header_pc_menu .header_side_menu li:first-child {
  color: #2097C7;
  font-weight: bold;
}
header .header_pc_menu .header_side_menu li:first-child a::before {
  content: "";
  width: 30px;
  height: 26px;
  margin-right: 5px;
  background-image: url(../images/common/Vector.svg);
  background-repeat: no-repeat;
  background-size: contain; /* 画像を要素内に収める */
  transition: 0.2s ease-in-out;
}
header .header_pc_menu .header_side_menu li:first-child a:hover::before {
  background-image: url(../images/common/hover-Vector.svg);
  transform: scale(1, 1);
}
header .header_pc_menu .header_side_menu li:first-child a::after {
  background: #035AA6;
}
header .header_pc_menu .header_side_menu li:first-child :hover {
  color: #035AA6;
  transform: scale(1, 1);
}
header .header_pc_menu .header_side_menu li:last-child {
  color: #035AA6;
  border-right: 1px solid #6D6D6D;
}
header .header_pc_menu .header_side_menu li:last-child a::before {
  content: "";
  width: 30px;
  height: 20px;
  margin-right: 5px;
  background-image: url(../images/common/icon.svg);
  background-repeat: no-repeat;
  background-size: contain; /* 画像を要素内に収める */
  transition: 0.2s ease-in-out;
}
header .header_pc_menu .header_side_menu li:last-child a:hover::before {
  background-image: url(../images/common/hover-icon.svg);
  transform: scale(1, 1);
}
header .header_pc_menu .header_side_menu li:last-child a::after {
  background: #2097C7;
}
header .header_pc_menu .header_side_menu li:last-child :hover {
  color: #2097C7;
  transform: scale(1, 1);
}
header .header_sp_menu {
  display: none;
  /* チェックボックスを非表示にする */
  /* ハンバーガーアイコンの設置スペース */
  /* アイコンがクリックされたら真ん中の線を透明にする */
  /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
  /* メニューのデザイン */
  /* アイコンがクリックされたらメニューを表示 */
  /* メニューがクリックされたらメニューを非表示 */
}
header .header_sp_menu .header_logo_sp {
  max-width: 180px;
  width: 100%;
  margin: 0 0 0 20px;
}
header .header_sp_menu .header_logo_sp a img {
  width: 100%;
}
header .header_sp_menu .drawer_hidden {
  display: none;
}
header .header_sp_menu .drawer_open {
  align-items: center;
  position: relative;
  z-index: 100; /* 重なり順を一番上にする */
  cursor: pointer;
  display: inline-block;
  padding: 15px 30px 15px 5px;
  margin: 0 15px 0 0;
}
header .header_sp_menu .drawer_openlabel {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
}
header .header_sp_menu .drawer_open span,
header .header_sp_menu .drawer_open span:before,
header .header_sp_menu .drawer_open span:after {
  content: "";
  display: block;
  height: 2px;
  width: 25px;
  border-radius: 3px;
  background: #4367D2;
  transition: 0.5s;
  position: absolute;
}
header .header_sp_menu .drawer_open span:before {
  bottom: 8px;
}
header .header_sp_menu .drawer_open span:after {
  top: 8px;
}
header .header_sp_menu #drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}
header .header_sp_menu #drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}
header .header_sp_menu #drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
header .header_sp_menu .nav_content {
  width: 100%;
  height: 780px;
  position: fixed;
  top: 70px;
  left: 100%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: opacity 0.5s, transform 0.5s; /* フェードインと少しの移動を追加 */
  transform: translateY(-10px); /* 少し上に移動しておく */
  -webkit-backdrop-filter: blur(2px) !important;
          backdrop-filter: blur(2px) !important;
}
header .header_sp_menu .nav_content .nav_list {
  list-style: none;
  margin: 16px 10px 0;
}
header .header_sp_menu .nav_content .nav_list .nav_item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  padding: 15px 0;
  border-bottom: 1px solid #035AA6;
}
header .header_sp_menu .nav_content .nav_list .nav_item a::after {
  content: "";
  background-image: url(../images/common/arrow.svg);
  background-repeat: no-repeat;
  width: 25px;
  height: 19px;
}
header .header_sp_menu .nav_content .sp_side_menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header_sp_menu .nav_content .sp_side_menu .side_item a {
  display: flex;
  align-items: center;
  font-size: 20px;
  padding: 10px;
  margin: 30px 0 0;
}
header .header_sp_menu .nav_content .sp_side_menu .side_item:first-child a {
  color: #2097C7;
  font-weight: bold;
  border-right: 1px solid #2097C7;
}
header .header_sp_menu .nav_content .sp_side_menu .side_item:first-child a::before {
  content: "";
  background-image: url(../images/common/Vector.svg);
  background-repeat: no-repeat;
  width: 35px;
  height: 26px;
}
header .header_sp_menu .nav_content .sp_side_menu .side_item:last-child a {
  color: #035AA6;
}
header .header_sp_menu .nav_content .sp_side_menu .side_item:last-child a::before {
  content: "";
  background-image: url(../images/common/icon.svg);
  background-repeat: no-repeat;
  width: 35px;
  height: 20px;
}
header .header_sp_menu #drawer_input:checked ~ .nav_content {
  left: 0; /* メニューを画面に入れる */
  opacity: 1; /* フェードイン */
}
header .header_sp_menu .nav_content:target {
  opacity: 0; /* フェードアウト */
}
@media only screen and (max-width: 1600px) {
  header .header_pc_menu .header_menu {
    flex-wrap: nowrap;
    font-size: 17px;
    gap: 10px 20px;
  }
  header .header_pc_menu .header_side_menu {
    margin-left: 0;
  }
  header .header_pc_menu .header_side_menu li {
    padding: 5px 15px;
  }
  header .header_pc_menu .header_side_menu li a p {
    display: none;
  }
  header .header_pc_menu .header_side_menu li:first-child a::before {
    width: 26px;
    height: 26px;
    margin: 0;
  }
  header .header_pc_menu .header_side_menu li:last-child a::before {
    width: 24px;
    height: 20px;
    margin: 3px 0 0 0;
  }
}
@media only screen and (max-width: 1200px) {
  header .header_pc_menu {
    padding: 0 15px;
    height: 60px;
  }
  header .header_pc_menu .header_logo {
    max-width: 170px;
  }
  header .header_pc_menu .header_logo,
  header .header_pc_menu .header_menu,
  header .header_pc_menu .header_side_menu {
    display: none;
  }
  header .header_sp_menu {
    display: flex;
    padding: 10px 0;
    justify-content: space-between;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    align-items: center;
  }
}

/* パーツ */
.EN_font {
  font-family: "Inter", sans-serif;
}


.main-title .title-00 {
  display:block;
  font-size: 30px;
  padding: 0.5rem 1.5rem 0.7rem;
  color: #fff;
  border-radius: 100vh;
  background-color: #035AA6;
}

.main-title .title-01 {
  display: block;
  font-size: 22px;
  color: #035AA6;
  padding: 0.5rem 0 0.5rem;
}
.main-title .title-02 {
  font-size: 40px;
}

p.main-text {
  font-size: 16px;
  margin: 30px auto 0;
  line-height: 1.5;
}

.main-btn {
  max-width: 420px;
  margin: 30px auto 0;
}
.main-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(113deg, #035AA6 0%, #035AA6 50%, #2097C7 50%, #2097C7 100%);
  max-width: 420px;
  width: 100%;
  padding: 25px 0;
  font-size: 20px;
  color: #fff;
  position: relative;
  z-index: 1;
  transition: transform ease 0.3s;
}
.main-btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(to left, #2097C7 0%, #035AA6 99%, #035AA6 100%); /* スライドするグラデーション */
  transform-origin: 0% 100%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.main-btn a::after {
  content: "";
  position: absolute;
  background-image: url(../images/common/hover_aroow.svg);
  background-repeat: no-repeat;
  top: 28px;
  right: 80px;
  width: 21px;
  height: 18px;
  transform: translateY(-2%);
  transition: transform ease 0.3s;
}
.main-btn:hover a {
  background: #2097C7;
  transform: scaleX(1);
}
.main-btn:hover ::before {
  background: #035AA6;
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.main-btn:hover ::after {
  transform: translateX(30px);
}

.news {
  margin: 0 auto 100px;
  max-width: 1600px;
  padding: 0 20px;
}
.news .news_outer {
  margin: 30px 0 0;
}
.news .news_outer .news_inner {
  border-top: 1px solid #000;
  transition: 0.2s;
}
.news .news_outer .news_inner:last-child {
  border-bottom: 1px solid #000;
}
.news .news_outer .news_inner a {
  display: flex;
  align-items: baseline;
  padding: 20px 10px;
  position: relative;
}
.news .news_outer .news_inner a .news_data {
  font-size: 20px;
  color: #035AA6;
  font-weight: bold;
  font-family: "sans-serif";
}
.news .news_outer .news_inner a .news_tag {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 6px 0;
  margin: 0 20px;
  width: 100px;
  white-space: nowrap;
  text-align: center;
}
.news .news_outer .news_inner a .news_text {
  font-size: 16px;
  margin: 0 30px 0 0;
  line-height: 1.3;
  padding-bottom: 2px;
}
.news .news_outer .news_inner a::after {
  position: absolute;
  top: 40%;
  right: 1%;
  display: flex;
  content: "";
  background-image: url(../images/common/arrow.svg);
  background-repeat: no-repeat;
  width: 21px;
  height: 19px;
}
.news .news_outer .news_inner:hover {
  background: #F0F4F5;
  transition: 0.2s;
}
.news .news_outer .news_inner:hover a .news_text {
  color: #035AA6;
  padding-bottom: 1px;
  border-bottom: 1px solid #035AA6;
}

.template_wrap {
  display: flex;
  align-items: center;
  max-width: 1425px;
  padding: 0 20px;
}
.template_wrap .template_outer {
  max-width: 700px;
  width: 100%;
}
.template_wrap .template_outer .template_inner .main-btn {
  margin: 30px 0 0;
}
.template_wrap .template_image {
  max-width: 800px;
  width: 100%;
}
.template_wrap .template_image img {
  width: 100%;
}

.top_background {
  background: #ECF4F6;
  padding: 60px 0;
  width: 100%;
}

#splide1 {
  max-width: 950px;
  width: 100%;
  height: 100%;
  margin-right: 30px;
}
#splide1 .splide__arrows .splide__arrow {
  border-radius: 0;
  background: #035AA6;
  opacity: 1;
}
#splide1 .splide__arrows .splide__arrow--prev {
  left: -2em;
}
#splide1 .splide__arrows .splide__arrow--next {
  right: -2em;
}
#splide1 .splide__arrows .splide__arrow svg {
  fill: #fff;
  width: 1em;
  height: 1em;
}
#splide1 .splide__track {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
#splide1 .splide__track .splide__list .splide__slide {
  max-width: 320px;
  width: 100%;
  padding: 0 10px;
}
#splide1 .splide__track .splide__list .splide__slide img {
  max-width: 320px;
  width: 100%;
  height: auto;
}
#splide1 .splide__track .splide__list .splide__slide span {
  display: block;
  color: #2097C7;
  font-size: 20px;
  padding-top: 10px;
}
#splide1 .splide__pagination {
  bottom: -2em;
  top: 100%;
}
#splide1 .splide__pagination li .splide__pagination__page {
  background: rgba(3, 90, 166, 0.4);
  margin: 6px;
}
#splide1 .splide__pagination li .splide__pagination__page.is-active {
  transform: none;
  width: 8px;
  height: 8px;
  background: #035AA6;
}

.works {
  display: flex;
  gap: 45px 0;
  justify-content: space-around;
}
.works li {
  width: 23.25%;
  padding: 0 9px;
}
.works li a {
  display: block;
  max-width: 380px;
  width: 100%;
  margin: 0 10px;
}
.works li a .works_image {
  display: flex;
  align-items: center;
  max-width: 380px;
  max-height: 280px;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  overflow: hidden;
  transition: 0.2s ease-in-out;
  aspect-ratio: 4/3; /* ここで縦横比を指定します。例えば4:3の比率 */
}
.works li a .works_image img {
  width: 100%;
  transition: 0.2s ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.works li a .works_tag {
  display: block;
  font-size: 20px;
  color: #2097C7;
  border-left: 3px solid #2097C7;
  padding-left: 7px;
  margin: 0 0 3px 0;
}
.works li a .works_text {
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.2;
}
.works li a .works_text span {
  display: block;
}
.works li a:hover .works_image img {
  transform: scale(1.1);
  transition: 0.2s ease-in-out;
}

.common_area {
  margin-top: 100px;
}

.common_eyecatch {
  border-top: 1px solid #035AA6;
  border-bottom: 1px solid #035AA6;
  height: 94px;
  margin: 0 auto 80px;
  display: flex;
  align-items: center;
}
.common_eyecatch li {
  max-width: 1500px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 20px;
}
.common_eyecatch li h1 {
  font-size: 45px;
}
.common_eyecatch li span {
  color: #035AA6;
  font-size: 18px;
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
}
.common_eyecatch li span::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50px;
  margin: 0 5px 0 0;
  background: #035AA6;
}

.common_background {
  background: #ECF4F6;
  padding: 40px 0;
  width: 100%;
}

.sp_space {
  padding: 0 20px;
}

.table_area table {
  max-width: 1200px;
  width: 100%;
  margin: 30px auto;
}
.table_area table tr {
  display: flex;
  align-items: center;
  padding: 20px 20px;
  border-top: 1px solid #6D6D6D;
}
.table_area table tr:last-child {
  border-bottom: 1px solid #6D6D6D;
}
.table_area table tr th {
  width: 15%;
  font-size: 20px;
  color: #035AA6;
  padding-right: 10px;
}
.table_area table tr td {
  width: 85%;
  font-size: 18px;
  line-height: 1.4;
}
.table_area .company_map {
  margin: 0 auto;
}
.table_area .company_map iframe {
  max-width: 1200px;
  width: 100%;
}

.history {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.history .history_outer .history_inner {
  display: flex;
  align-items: center;
}
.history .history_outer .history_inner th {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #035AA6;
  padding: 20px 0 20px 20px;
}
.history .history_outer .history_inner th .history_years {
  padding: 0 47px 0 0;
  width: 50px;
}
.history .history_outer .history_inner th .history_border {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50px;
  background: #035AA6;
  position: relative;
  margin: 4px 0 0 0;
}
.history .history_outer .history_inner th .history_border::after {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  width: 1px;
  height: 100px;
  background: #035AA6;
}
.history .history_outer .history_inner th .last_border::after {
  height: 65px;
}
.history .history_outer .history_inner th .border_none::after {
  width: 0;
}
.history .history_outer .history_inner th .history_data {
  white-space: nowrap;
  padding: 0 15px 0 47px;
  width: 45px;
}
.history .history_outer .history_inner .history_text {
  padding: 0 20px 0 15px;
  font-size: 16px;
  color: #231815;
  border-left: 1px solid #231815;
}
.history .history_outer .history_inner .history_text a {
  display: inline-block;
  color: #035AA6;
  border-bottom: 1px solid #035AA6;
}

.image_template_wrap {
  display: flex;
}

.sp_slide_image {
  margin-top: 30px;
}
.sp_slide_image ul {
  display: flex;
  justify-content: center;
  gap: 2.5%;
}
.sp_slide_image ul li {
  max-width: 450px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sp_slide_image ul li .global_title_01 {
  margin-bottom: 30px;
}
.sp_slide_image ul li .global_text_01 {
  margin-bottom: 10px;
}
.sp_slide_image ul li img {
  width: 100%;
}

.sp_slide {
  max-width: 1425px;
  margin: 30px auto 0;
}
.sp_slide .splide__track {
  max-width: 1425px;
}
.sp_slide .splide__track .splide__list {
  display: flex !important;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}
.sp_slide .splide__track .splide__list .splide__slide {
  width: calc((100% - 20px) / 3); /* 3列用：gapぶんを引いて割る */
  box-sizing: border-box;

  flex-shrink: 1;
  /* max-width: 450px; */
  padding: 0;
  margin-bottom: 20px;

}
.sp_slide .splide__track .splide__list .splide__slide img {
  max-width: 100%;
  height: auto;
  display: block;
}

#splide10 .splide__track {
  margin-left: 12px;
}
#splide10 .splide__track .splide__list {
  flex-wrap: wrap;
  justify-content: flex-start;
}
#splide10 .splide__track .splide__list .splide__slide {
  width: 32.3333333333%;
}
#splide10 .splide__track .splide__list .splide__slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.global_title_01 {
  display: inline-block;
  font-size: 26px;
  padding: 0 5px 2px;
  margin-bottom: 8px;
  text-decoration: underline;
  text-decoration-color: #9AC6D8;
  text-underline-offset: -3px;
  text-decoration-thickness: 10px;
}

.global_text_01 {
  font-size: 16px;
  line-height: 1.5;
}

.head-border {
  display: inline-block;
  font-size: 35px;
  position: relative;
  text-align: center;
}
.head-border::before, .head-border::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #2097C7;
}
.head-border::before {
  left: -70px;
}
.head-border::after {
  right: -70px;
}

.global_title_02 {
  display: inline-flex;
  font-size: 21px;
  background-color: #fff;
  border: 1px solid #2097C7;
  padding: 15px 20px;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  align-items: center;
}
.global_title_02::before, .global_title_02::after {
  content: "";
  background: #2097C7;
  width: 25px;
  height: 25px;
  border-radius: 50px;
}
.global_title_02::before {
  margin: 0 20px 0 0;
}
.global_title_02::after {
  margin: 0 0 0 20px;
}

.tab_wrap {
  margin: 0 auto;
}

input[type=radio] {
  display: none;
}

.tab_area label {
  text-align: center;
  font-size: 22px;
  position: relative;
  transition: 0.2s ease-in-out;
}
.tab_area label::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #2097C7;
  bottom: -2px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s ease-in-out;
}
.tab_area label:hover::after {
  transform: scale(1, 1);
}
.tab_area label:hover {
  color: #2097C7;
  transform: scale(1, 1);
}

.tab_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
.tab_area span {
  display: flex;
  padding: 10px 30px;
  border-left: 1px solid #6D6D6D;
}
.tab_area .tab_01 label {
  color: #231815;
}
.tab_area .tab_01 label:hover {
  padding-bottom: 3px;
}
.tab_area .tab_01 label:hover::after {
  background: #231815;
}
.tab_area .tab_02 label {
  color: #2097C7;
}
.tab_area .tab_02 label:hover {
  padding-bottom: 3px;
}
.tab_area .tab_02 label:hover::after {
  background: #2097C7;
}
.tab_area .tab_03 label {
  color: #F1A212;
}
.tab_area .tab_03 label:hover {
  padding-bottom: 3px;
}
.tab_area .tab_03 label:hover::after {
  background: #F1A212;
}
.tab_area .tab_04 {
  border-right: 1px solid #6D6D6D;
}
.tab_area .tab_04 label {
  color: #6D6D6D;
}
.tab_area .tab_04 label:hover {
  padding-bottom: 3px;
}
.tab_area .tab_04 label:hover::after {
  background: #6D6D6D;
}
.tab_area .example_tag1 label {
  color: #82B21C;
}
.tab_area .example_tag1 label:hover::after {
  background: #82B21C;
}
.tab_area .example_tag2 label {
  color: #F1A212;
}
.tab_area .example_tag2 label:hover::after {
  background: #F1A212;
}

.tab_panel {
  width: 100%;
  display: none;
}

.works-wrap p {
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}

#tab1:checked ~ .tab_area .tab1_label,
#tab2:checked ~ .tab_area .tab2_label,
#tab3:checked ~ .tab_area .tab3_label,
#tab4:checked ~ .tab_area .tab4_label {
  position: relative;
  padding-bottom: 3px;
}
#tab1:checked ~ .tab_area .tab1_label::after,
#tab2:checked ~ .tab_area .tab2_label::after,
#tab3:checked ~ .tab_area .tab3_label::after,
#tab4:checked ~ .tab_area .tab4_label::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -2px;
  transform: none;
  transform-origin: left top;
  transition: 0.2s ease-in-out;
}
#tab1:checked ~ .tab_area .tab1_label:hover::after,
#tab2:checked ~ .tab_area .tab2_label:hover::after,
#tab3:checked ~ .tab_area .tab3_label:hover::after,
#tab4:checked ~ .tab_area .tab4_label:hover::after {
  transform: none;
}

#tab1:checked ~ .tab_area .tab1_label::after {
  background: #231815;
}

#tab2:checked ~ .tab_area .tab2_label::after {
  background: #2097C7;
}

#tab3:checked ~ .tab_area .tab3_label::after {
  background: #F1A212;
}

#tab4:checked ~ .tab_area .tab4_label::after {
  background: #6D6D6D;
}

#tab3:checked ~ .tab_area .ex_border_color1::after {
  background: #82B21C;
}

#tab4:checked ~ .tab_area .ex_border_color2::after {
  background: #F1A212;
}

#tab1:checked ~ .panel_area #panel1,
#tab2:checked ~ .panel_area #panel2,
#tab3:checked ~ .panel_area #panel3,
#tab4:checked ~ .panel_area #panel4 {
  display: block;
}

.tags-wrap {
  display: flex;
  flex-wrap: wrap;
}

.no-news,
.no-contents {
  text-align: center;
  margin: 50px auto 100px;
  font-size: 20px;
}

.page_example {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
  font-size: 23px;
  color: #035AA6;
  font-weight: normal;
}
.page_example span.current {
  font-family: "Inter", sans-serif;
  background-color: #035AA6;
  border: 1px solid #035AA6;
  color: #fff;
  padding: 4px 15px;
  display: flex;
  justify-content: center;
  margin: 0 10px;
  line-height: 1.5;
}
.page_example a.page-numbers {
  font-family: "Inter", sans-serif;
  color: #035AA6;
  border: 1px solid #D9D9D9;
  display: flex;
  justify-content: center;
  padding: 4px 15px;
  margin: 0 10px;
  transition: 0.3s;
  line-height: 1.5;
}
.page_example a.prev::before {
  content: "";
  background-image: url(../images/common/pagenation_arow_before.svg);
  background-repeat: no-repeat;
  margin: 5.5px 0;
  width: 12px;
  height: 24px;
}
.page_example a.next::after {
  content: "";
  background-image: url(../images/common/pagenation_arow_after.svg);
  background-repeat: no-repeat;
  margin: 5.5px 0;
  width: 12px;
  height: 24px;
}

.works_tag .private {
  color: #2097C7;
  border-left: 3px solid #2097C7;
}
.works_tag .government {
  color: #F1A212;
  border-left: 3px solid #F1A212;
}
.works_tag .housing-complex {
  color: #82B21C;
  border-left: 3px solid #82B21C;
}

.preparation {
  font-size: 30px;
  text-align: center;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 1200px) {
  .common_area {
    margin-top: 60px;
  }
  #splide1 {
    max-width: 600px;
  }
  #splide1 .splide__track {
    max-width: 600px;
  }
  #splide1 .splide__track .splide__list .splide__slide {
    max-width: 300px;
  }
  #splide1 .splide__track .splide__list .splide__slide img {
    max-width: 300px;
  }
  .common_eyecatch {
    margin: 0 auto 80px;
  }
  .common_eyecatch li h1 {
    font-size: 35px;
  }
  .common_eyecatch li span {
    font-size: 16px;
  }
  .main-title .title-00 {
    font-size: 22px;
  }
  .main-title .title-01 {
    font-size: 20px;
  }
  .main-title .title-02 {
    font-size: 30px;
  }
  .main-btn {
    max-width: 380px;
  }
  .main-btn a {
    max-width: 380px;
    padding: 20px 0;
  }
  .main-btn a::after {
    top: 23px;
    right: 60px;
  }
  .global_title_01 {
    font-size: 24px;
  }
  .head-border {
    font-size: 28px;
  }
  .global_title_02 {
    font-size: 20px;
  }
  .tab_area label {
    font-size: 24px;
  }
  .tab_area span {
    padding: 5px 15px;
  }
  .works li {
    width: 31.6666666667%;
    padding: 0 5px;
  }
}
@media only screen and (max-width: 1000px) {
  #splide1 {
    max-width: 400px;
  }
  #splide1 .splide__track {
    max-width: 400px;
  }
  #splide1 .splide__track .splide__list .splide__slide {
    max-width: 400px;
  }
  #splide1 .splide__track .splide__list .splide__slide img {
    max-width: 400px;
  }
}
@media only screen and (max-width: 800px) {
  .news {
    margin: 0 auto 40px;
  }
  .news .news_outer .news_inner a {
    display: block;
  }
  .news .news_outer .news_inner a .news_text {
    font-size: 18px;
    margin: 15px 30px 0 0;
  }
  .news .news_outer .news_inner a::after {
    top: 55%;
  }
  .top_background {
    padding: 30px 0;
  }
  .template_wrap {
    flex-direction: column !important;
    align-items: flex-start;
  }
  .template_wrap .template_outer {
    max-width: 100% !important;
    margin: 0 !important;
  }
  .template_wrap .template_outer .template_inner .main-btn {
    margin: 20px auto 0;
  }
  .template_wrap .template_image {
    margin-top: 30px;
  }
  .template_wrap .template_image img {
    width: 100%;
    height: 340px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #splide1 {
    max-width: 85%;
    margin: 40px 30px 50px;
  }
  #splide1 .splide__pagination {
    top: 105%;
  }
  #splide1 .splide__arrows .splide__arrow--prev {
    left: -1.5em;
    bottom: 10px;
    top: 110%;
  }
  #splide1 .splide__arrows .splide__arrow--next {
    right: -1.5em;
    top: 110%;
  }
  #splide1 .splide__arrows .splide__arrow svg {
    fill: #fff;
    width: 1em;
    height: 1em;
  }
  #splide1 .splide__track {
    max-width: 100%;
  }
  #splide1 .splide__track .splide__list .splide__slide {
    max-width: 100%;
  }
  #splide1 .splide__track .splide__list .splide__slide img {
    max-width: 100%;
  }
  .sp_slide {
    max-width: 600px;
    margin: 30px auto 60px;
  }
  .sp_slide .splide__track .splide__list {
    gap: 0;
  }
  .sp_slide .splide__track .splide__list .splide__slide {
    flex-shrink: 0;
    max-width: 100%;
  }
  .sp_slide .splide__track .splide__list .splide__slide img {
    width: 100%;
  }
  .sp_slide .splide__arrows .splide__arrow {
    border-radius: 0;
    background: #035AA6;
    opacity: 1;
  }
  .sp_slide .splide__arrows .splide__arrow--prev {
    left: 0em;
    bottom: 10px;
    top: 112%;
  }
  .sp_slide .splide__arrows .splide__arrow--next {
    right: 0em;
    top: 112%;
  }
  .sp_slide .splide__arrows .splide__arrow svg {
    fill: #fff;
    width: 1em;
    height: 1em;
  }
  .sp_slide .splide__pagination {
    bottom: -5em;
    top: 100%;
  }
  .sp_slide .splide__pagination li .splide__pagination__page {
    background: rgba(3, 90, 166, 0.4);
    margin: 6px;
  }
  .sp_slide .splide__pagination li .splide__pagination__page.is-active {
    transform: none;
    width: 8px;
    height: 8px;
    background: #035AA6;
  }
  #splide10 {
    margin: 30px auto 100px;
  }
  #splide10 .splide__track {
    margin-left: 0;
  }
  #splide10 .splide__track .splide__list {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .works li {
    width: 47.5%;
    padding: 0 5px;
  }
  .works li a {
    margin: 0;
  }
  .common_eyecatch {
    margin: 0 auto 40px;
  }
  .common_background {
    padding: 30px 0;
  }
  .image_template_wrap {
    flex-direction: column;
  }
  .sp_slide_image ul {
    gap: 15px;
  }
  .table_area table tr {
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
  }
  .table_area table tr th {
    width: 100%;
    padding-right: 0;
  }
  .table_area table tr td {
    width: 100%;
  }
  .tab_area {
    gap: 20px;
  }
  .tab_area span {
    padding: 0;
    border-left: none;
    white-space: nowrap;
  }
  .tab_area .tab_04 {
    border-right: none;
  }
}
@media only screen and (max-width: 630px) {
  #splide1 .splide__pagination {
    margin: -10px 0;
  }
  .sp_slide .splide__pagination {
    bottom: -4em;
  }
}
@media only screen and (max-width: 500px) {
  .main-title .title-00 {
    font-size: 20px;
  }
  .main-title .title-01 {
    font-size: 16px;
  }
  .main-title .title-02 {
    font-size: 24px;
  }
  p.main-text {
    font-size: 14px;
    margin: 20px auto 0;
  }
  .main-btn {
    max-width: 280px;
    margin: 20px auto 0;
  }
  .main-btn a {
    max-width: 280px;
    padding: 15px 0;
    font-size: 16px;
    margin: 0 auto;
  }
  .main-btn a::after {
    top: 16px;
    right: 35px;
  }
  .main-btn:hover ::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
  .main-btn:hover ::after {
    transform: translateX(25px);
  }
  .news .news_outer {
    margin: 20px 0 0;
  }
  .news .news_outer .news_inner a {
    padding: 10px;
  }
  .news .news_outer .news_inner a .news_data {
    font-size: 18px;
  }
  .news .news_outer .news_inner a .news_tag {
    width: 80px;
    font-size: 14px;
    padding: 4px 0;
    margin: 0 5px;
  }
  .news .news_outer .news_inner a .news_text {
    font-size: 18px;
    margin: 10px 20px 0 0;
  }
  .news .news_outer .news_inner a::after {
    top: 55%;
  }
  .template_wrap .template_image img {
    height: 200px;
  }
  #splide1 {
    margin: 30px 0 0;
  }
  #splide1 .splide__arrows .splide__arrow--prev {
    top: 108%;
  }
  #splide1 .splide__arrows .splide__arrow--next {
    top: 108%;
  }
  #splide1 .splide__track .splide__list .splide__slide span {
    font-size: 18px;
  }
  .sp_slide {
    margin: 20px auto 40px;
  }
  .sp_slide .splide__pagination {
    bottom: -3em;
  }
  #splide10 {
    margin: 30px auto 70px;
  }
  .works {
    gap: 25px 0;
    padding: 0;
  }
  .works li {
    width: 100%;
    padding: 0;
  }
  .works li a {
    max-width: 100%;
  }
  .works li a .works_image {
    max-width: 100%;
    max-height: 100%;
    height: 220px;
    margin-bottom: 10px;
  }
  .works li a .works_tag {
    font-size: 16px;
    padding-left: 5px;
  }
  .works li a .works_text {
    font-size: 16px;
    margin-top: 5px;
  }
  .common_eyecatch {
    height: 68px;
  }
  .common_eyecatch li h1 {
    font-size: 23px;
  }
  .common_eyecatch li span {
    font-size: 16px;
  }
  .table_area {
    margin: 40px auto;
  }
  .table_area table {
    margin: 20px auto;
  }
  .table_area table tr {
    padding: 10px 5px;
    gap: 5px;
  }
  .table_area table tr th {
    font-size: 16px;
  }
  .table_area table tr td {
    font-size: 14px;
  }
  .table_area .company_map iframe {
    height: 250px;
  }
  .history .history_outer .history_inner {
    flex-direction: column;
    align-items: flex-start;
    border-top: 1px solid #231815;
  }
  .history .history_outer .history_inner:last-child {
    border-bottom: 1px solid #231815;
  }
  .history .history_outer .history_inner th {
    font-size: 16px;
    padding: 10px 0;
  }
  .history .history_outer .history_inner th .history_years {
    padding: 0 10px 0 0;
    border-right: 1px solid #035AA6;
    width: 100%;
  }
  .history .history_outer .history_inner th .history_border {
    display: none;
  }
  .history .history_outer .history_inner th .history_data {
    padding: 0 0 0 10px;
    width: auto;
  }
  .history .history_outer .history_inner th .history_space {
    padding: 0 0 0 10px;
  }
  .history .history_outer .history_inner .history_text {
    padding: 0 0 10px;
    font-size: 14px;
    border-left: none;
  }
  .global_title_01 {
    font-size: 18px;
    padding: 0 3px 2px;
    margin-bottom: 5px;
    text-underline-offset: -2px;
    text-decoration-thickness: 7px;
  }
  .head-border {
    font-size: 21px;
  }
  .head-border::before, .head-border::after {
    width: 30px;
  }
  .head-border::before {
    left: -40px;
  }
  .head-border::after {
    right: -40px;
  }
  .global_title_02 {
    font-size: 18px;
    padding: 10px 15px;
  }
  .global_title_02::before {
    margin: 0 10px 0 0;
  }
  .global_title_02::after {
    margin: 0 0 0 10px;
  }
  .tab_area label {
    font-size: 18px;
  }
  .no-news {
    margin: 30px auto 40px;
    font-size: 16px;
  }
  .no-contents {
    margin: 0 0 20px;
    font-size: 16px;
  }
  .page_example {
    margin: 20px auto 0;
    font-size: 18px;
  }
  .page_example span.current {
    padding: 4px 13px;
    margin: 0 5px;
  }
  .page_example a.page-numbers {
    padding: 4px 13px;
    margin: 0 5px;
  }
  .page_example a.prev::before {
    width: 9px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
  }
  .page_example a.next::after {
    width: 9px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
  }
  .preparation {
    font-size: 25px;
  }
}
/* トップページ */
main .firstView {
  max-width: 1750px;
  width: 95%;
  margin: 100px auto 30px;
}
main .firstView .slideshow {
  position: relative;
  max-width: 1750px;
  width: 100%;
  height: 800px;
  overflow: hidden;
}
main .firstView .slideshow-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  animation-name: kenburns;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 48s;
  opacity: 1;
  transform: scale(1.2);
}
main .firstView .slideshow-image:nth-child(1) {
  animation-name: kenburns-1;
  z-index: 5;
}
main .firstView .slideshow-image:nth-child(2) {
  animation-name: kenburns-2;
  z-index: 4;
}
main .firstView .slideshow-image:nth-child(3) {
  animation-name: kenburns-3;
  z-index: 3;
}
main .firstView .slideshow-image:nth-child(4) {
  animation-name: kenburns-4;
  z-index: 2;
}
main .firstView .slideshow-image:nth-child(5) {
  animation-name: kenburns-5;
  z-index: 1;
}
main .firstView .slideshow-image:nth-child(6) {
  animation-name: kenburns-6;
  z-index: 0;
}
@keyframes kenburns-1 {
  0% {
    opacity: 1;
    transform: scale(1.2);
  }
  0.8333333333% {
    opacity: 1;
  }
  15.8333333333% {
    opacity: 1;
  }
  17.5% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
  99.1666666667% {
    opacity: 0;
    transform: scale(1.2095238095);
  }
  100% {
    opacity: 1;
  }
}
@keyframes kenburns-2 {
  15.8333333333% {
    opacity: 1;
    transform: scale(1.2);
  }
  17.5% {
    opacity: 1;
  }
  32.5% {
    opacity: 1;
  }
  34.1666666667% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes kenburns-3 {
  32.5% {
    opacity: 1;
    transform: scale(1.2);
  }
  34.1666666667% {
    opacity: 1;
  }
  49.1666666667% {
    opacity: 1;
  }
  50.8333333333% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes kenburns-4 {
  49.1666666667% {
    opacity: 1;
    transform: scale(1.2);
  }
  50.8333333333% {
    opacity: 1;
  }
  65.8333333333% {
    opacity: 1;
  }
  67.5% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes kenburns-5 {
  65.8333333333% {
    opacity: 1;
    transform: scale(1.2);
  }
  67.5% {
    opacity: 1;
  }
  82.5% {
    opacity: 1;
  }
  84.1666666667% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes kenburns-6 {
  82.5% {
    opacity: 1;
    transform: scale(1.2);
  }
  84.1666666667% {
    opacity: 1;
  }
  99.1666666667% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
main .firstView .top_title {
  position: absolute;
  top: 390px;
  left: 150px;
  color: #fff;
  z-index: 10;
  background-color: rgb(54 86 149 / 30%);
  backdrop-filter: blur(5px);
  padding: 25px;
}
main .firstView .top_title .catch_text_01 {
  display: block;
  font-size: 32px;
  padding-bottom: 10px;
}
main .firstView .top_title .catch_text_02 {
  display: block;
  font-size: 48px;
  padding-bottom: 25px;
}
main .firstView .top_title .catch_text_03 {
  font-size: 28px;
  font-family: "Inter", sans-serif;
}
main .top_area_01 {
  flex-direction: row-reverse;
  margin: 0 auto 100px;
}
main .top_area_01 .template_outer {
  margin: 0 0 0 50px;
}
main .top_area_02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1590px;
  padding: 0 20px;
}
main .top_area_02 .template_outer {
  max-width: 420px;
  width: 100%;
  margin-right: 50px;
}
main .top_works {
  margin: 100px auto;
  max-width: 1600px;
  padding: 0 20px;
}
main .top_works .main-title {
  text-align: center;
  margin-bottom: 30px;
}
main .top_company {
  max-width: 1525px;
  margin: 0 auto;
}
main .top_company .template_outer {
  margin: 0 50px 0 0;
}
main .top_recruit {
  max-width: 1525px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin: 100px auto;
}
main .top_recruit .template_outer {
  max-width: 432px;
  width: 100%;
  margin: 0 0 0 50px;
}
@media only screen and (max-width: 1200px) {
  main .firstView {
    max-width: 1200px;
    margin: 60px auto 30px;
  }
  main .firstView .slideshow {
    max-width: 1200px;
    height: 516px;
  }
  main .firstView .slideshow .slideshow-image img {
    max-width: 1200px;
  }
  main .firstView .top_title {
    top: 240px;
    left: 100px;
  }
  main .firstView .top_title .catch_text_01 {
    font-size: 28px;
  }
  main .firstView .top_title .catch_text_02 {
    font-size: 40px;
  }
  main .firstView .top_title .catch_text_03 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 919px) {
  main .works {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 800px) {
  main .firstView {
    max-width: 800px;
  }
  main .firstView .slideshow {
    max-width: 800px;
    height: 373px;
  }
  main .firstView .slideshow .slideshow-image img {
    max-width: 800px;
  }
  main .firstView .top_title {
    top: 250px;
    left: 50px;
  }
  main .firstView .top_title .catch_text_01 {
    font-size: 22px;
  }
  main .firstView .top_title .catch_text_02 {
    font-size: 30px;
  }
  main .firstView .top_title .catch_text_03 {
    font-size: 20px;
  }
  main .top_area_01 {
    margin: 0 auto 40px;
  }
  main .top_area_02 {
    flex-direction: column;
  }
  main .top_area_02 .template_outer {
    max-width: 100%;
    margin: 0;
  }
  main .top_works {
    margin: 40px auto;
  }
  main .top_recruit {
    margin: 40px auto;
  }
}
@media only screen and (max-width: 500px) {
  main .firstView {
    max-width: 500px;
    width: 93%;
  }
  main .firstView .slideshow {
    max-width: 500px;
    height: 280px;
  }
  main .firstView .slideshow .slideshow-image img {
    max-width: 650px;
  }
  main .firstView .top_title {
    top: 240px;
    left: 35px;
  }
  main .firstView .top_title .catch_text_01 {
    font-size: 16px;
    padding-bottom: 5px;
  }
  main .firstView .top_title .catch_text_02 {
    font-size: 20px;
    padding-bottom: 5px;
  }
  main .firstView .top_title .catch_text_03 {
    font-size: 12px;
  }
  main .bottom_space_01 {
    padding: 30px 0 70px;
  }
}

/* 会社概要 */
.company .greeting {
  margin: 0 auto 80px;
  max-width: 1425px;
  padding: 0 20px;
}
.company .greeting .template_outer {
  margin: 0 50px 0 0;
  max-width: 575px;
  width: 100%;
}
.company .greeting .template_outer .template_inner .main-text span {
  display: block;
  text-align: right;
}
.company .mission {
  flex-direction: row-reverse;
  margin: 0 auto;
  max-width: 1225px;
  padding: 0 20px;
}
.company .mission .template_outer {
  margin: 0 0 0 50px;
  max-width: 575px;
  width: 100%;
}
.company .about {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 20px;
}
.company .about .company_map {
  margin: 30px auto;
}
.company .about .company_map .map_title {
  margin-bottom: 10px ;
  font-size: 20px;
  color: #035AA6;
  font-weight: bold;
}
.company .about .company_map iframe {
  max-width: 1200px;
  width: 100%;
}
.company .bottom_space_02 {
  margin: 0 auto 80px;
}
.company .bottom_space_02 .history .history_wrap {
  display: flex;
}
.company .bottom_space_02 .history .history_wrap .company_history {
  margin: 30px 0 0;
}
.company .bottom_space_02 .history .history_wrap .personal_history {
  margin: 30px 0 0 40px;
}
@media only screen and (max-width: 1000px) {
  .company .bottom_space_02 .history .history_wrap {
    display: flex;
    flex-direction: column;
  }
  .company .bottom_space_02 .history .history_wrap .company_history {
    margin: 20px 0 0;
  }
  .company .bottom_space_02 .history .history_wrap .personal_history {
    margin: 40px 0 0;
  }
}
@media only screen and (max-width: 800px) {
  .company .greeting {
    margin: 0 auto 40px;
  }
  .company .about {
    margin: 40px auto;
  }
  .company .bottom_space_02 {
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 500px) {
  .company .about {
    margin: 40px auto;
  }
  .company .about table {
    margin: 20px auto;
  }
  .company .about table tr {
    padding: 10px 5px;
    gap: 5px;
  }
  .company .about table tr th {
    font-size: 16px;
  }
  .company .about table tr td {
    font-size: 14px;
  }
  .company .about .company_map iframe {
    height: 250px;
  }
  .company .bottom_space_02 .history .history_wrap .company_history .history_outer {
    margin-top: 10px;
  }
  .company .bottom_space_02 .history .history_wrap .personal_history {
    margin: 30px 0 0;
  }
  .company .bottom_space_02 .history .history_wrap .personal_history .history_outer {
    margin-top: 10px;
  }
}

/* 施工実績紹介 */
.common_example {
  margin: 100px auto 80px;
}
.common_example .example {
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 20px;
}
.common_example .example .tab_wrap .panel_area .tab_panel {
  margin-top: 30px;
}
.common_example .example .tab_wrap .panel_area .tab_panel .works {
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1200px) {
  .common_example {
    margin: 60px auto 40px;
  }
}
@media only screen and (max-width: 500px) {
  .common_example .example {
    margin: 0 auto;
    max-width: 1600px;
  }
  .common_example .example .tab_wrap .panel_area .tab_panel {
    margin-top: 30px;
  }
  .common_example .example .tab_wrap .panel_area .tab_panel .works {
    justify-content: center;
    padding: 0;
  }
}

/* 施工実績紹介詳細 */
.example_single .example_detail {
  max-width: 1425px;
  margin: 0 auto;
  padding: 0 20px;
}
.example_single .example_detail .example_single_outer {
  display: flex;
  align-items: center;
}
.example_single .example_detail .example_single_outer .example_single_inner {
  width: 100%;
  flex: 1 1 100%; /* 画像がない場合にテキスト要素を全幅に */
}
.example_single .example_detail .example_single_outer .example_single_inner .no-image {
  flex: 1; /* テキスト要素を可変幅に */
}
.example_single .example_detail .example_single_outer .example_single_inner .example-title span {
  display: flex;
  align-items: center;
}
.example_single .example_detail .example_single_outer .example_single_inner .example-title .example-title-01 {
  font-size: 40px;
}
.example_single .example_detail .example_single_outer .example_single_inner .example-title .example-tag {
  font-size: 22px;
  color: #2097C7;
  border-left: 3px solid #2097C7;
  padding-left: 5px;
  margin-top: 10px;
}
.example_single .example_detail .example_single_outer .example_single_inner .example-sub-text {
  margin: 10px 0;
}
.example_single .example_detail .example_single_outer .example_single_inner .example-sub-text span {
  font-size: 16px;
  display: flex;
  color: #6D6D6D;
  line-height: 1.5;
}
.example_single .example_detail .example_single_outer .example_single_inner .example_single_text {
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0 0;
  border-top: 1px solid #6D6D6D;
  width: 100%;
}
.example_single .example_detail .example_single_outer .example_single_image {
  max-width: 800px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 0 0 50px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.example_single .example_detail .example_single_outer .example_single_image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.example_single .example_detail .comment {
  display: flex;
  padding: 30px 0;
  margin: 30px 0 0;
  border-top: 1px solid #6D6D6D;
  border-bottom: 1px solid #6D6D6D;
}
.example_single .example_detail .comment .example-title {
  margin: 0 30px 0 0;
}
.example_single .example_detail .comment .example-title .example-title-02 {
  font-size: 35px;
  white-space: nowrap;
}
.example_single .example_detail .comment .comment_outer .comment_inner {
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 100%;
  gap: 30px;
  margin-top: 30px;
}
.example_single .example_detail .comment .comment_outer .comment_inner:first-child {
  margin-top: 0;
}
.example_single .example_detail .comment .comment_outer .comment_inner img {
  max-width: 100px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100px;
  aspect-ratio: 2/1; /* ここで縦横比を指定します。例えば4:3の比率 */
}
.example_single .example_detail .comment .comment_outer .comment_inner p {
  font-size: 16px;
  line-height: 1.5;
}
.example_single .example_detail .gallery_images {
  text-align: center;
  margin: 30px auto 80px;
}
.example_single .example_detail .gallery_images #splide10 .splide__track .splide__list .splide__slide {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.example_single .example_detail .gallery_images #splide10 .splide__track .splide__list .splide__slide img {
  width: 100%;
}
.example_single .example_detail .gallery_images .example-btn {
  margin: 80px auto 0;
}
@media only screen and (max-width: 1200px) {
  .example_single .example_detail .example_single_outer .example_single_inner .example-title .example-title-01 {
    font-size: 30px;
  }
  .example_single .example_detail .example_single_outer .example_single_inner .example-title .example-tag {
    font-size: 20px;
  }
  .example_single .example_detail .comment .example-title .example-title-02 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 800px) {
  .example_single .example_detail .example_single_outer {
    flex-direction: column;
  }
  .example_single .example_detail .example_single_outer .example_single_inner {
    max-width: 100%;
    width: 100%;
    margin: 0 0 50px;
  }
  .example_single .example_detail .example_single_outer .example_single_image {
    margin: 0;
  }
  .example_single .example_detail .comment {
    flex-direction: column;
  }
  .example_single .example_detail .comment .example-title {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 500px) {
  .example_single .example_detail .example_single_outer .example_single_inner {
    margin: 0 0 30px;
  }
  .example_single .example_detail .example_single_outer .example_single_inner .example-title .example-title-01 {
    font-size: 24px;
  }
  .example_single .example_detail .example_single_outer .example_single_inner .example-title .example-tag {
    font-size: 16px;
    border-left: 3px solid #2097C7;
    padding-left: 5px;
    margin-top: 10px;
  }
  .example_single .example_detail .example_single_outer .example_single_inner .example-sub-text {
    margin: 10px 0;
  }
  .example_single .example_detail .example_single_outer .example_single_inner .example-sub-text span {
    font-size: 14px;
  }
  .example_single .example_detail .example_single_outer .example_single_inner .example_single_text {
    font-size: 14px;
  }
  .example_single .example_detail .comment {
    padding: 20px 0;
  }
  .example_single .example_detail .comment .example-title {
    margin: 0 30px 0 0;
  }
  .example_single .example_detail .comment .example-title .example-title-02 {
    font-size: 24px;
  }
  .example_single .example_detail .comment .comment_outer .comment_inner {
    align-items: self-start;
    flex-direction: column;
    gap: 5px;
    margin-top: 20px;
  }
  .example_single .example_detail .comment .comment_outer .comment_inner:first-child {
    margin-top: 20px;
  }
  .example_single .example_detail .comment .comment_outer .comment_inner p {
    font-size: 14px;
  }
  .example_single .example_detail .gallery_images {
    margin: 30px auto 40px;
  }
  .example_single .example_detail .gallery_images .example-btn {
    margin: 30px auto 0;
  }
}

/* お問い合わせ */
.contact .common_eyecatch {
  margin: 0 auto;
}
.contact .contact_tel {
  padding: 40px 20px;
  text-align: center;
  background: linear-gradient(113deg, #DFF1F6 0%, #DFF1F6 50%, #ECF4F6 50%, #ECF4F6 100%);
}
.contact .contact_tel .footer_contact_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  gap: 20px;
  flex-direction: row-reverse;
}
.contact .contact_tel .footer_contact_wrap li .main-text {
  margin: 0 auto;
  text-align: left;
  font-size: 18px;
}
.contact .contact_tel .footer_contact_wrap li .main-text span {
  color: #EE002B;
}
.contact .contact_tel .footer_contact_wrap .footer_contact_inner {
  max-width: 400px;
  width: 100%;
  margin: 0 30px;
}
.contact .contact_tel .footer_contact_wrap .footer_contact_inner a {
  display: block;
  background: #fff;
  border: 1px solid #2097C7;
  color: #035AA6;
  max-width: 400px;
  height: 80px;
  padding: 25px;
  transition: 0.2s;
}
.contact .contact_tel .footer_contact_wrap .footer_contact_inner a .footer_c_title {
  display: inline-block;
  font-size: 20px;
  border-bottom: 1px solid #035AA6;
  padding-bottom: 15px;
}
.contact .contact_tel .footer_contact_wrap .footer_contact_inner a .footer_c_tel {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 28px;
  padding-top: 10px;
  width: 100%;
}
.contact .contact_tel .footer_contact_wrap .footer_contact_inner a .footer_c_text::after {
  content: "";
  background-image: url(../images/common/arrow.svg);
  background-repeat: no-repeat;
  width: 21px;
  height: 19px;
  margin-left: 20px;
}
.contact .contact_tel .footer_contact_wrap .footer_contact_inner a:hover {
  transform: scale(1, 1);
  background: #035AA6;
  color: #fff;
}
.contact .contact_tel .footer_contact_wrap .footer_contact_inner a:hover .footer_c_title {
  border-bottom: 1px solid #fff;
}
.contact .contact_form {
  display: block;
  max-width: 1425px;
  margin: 80px auto;
  padding: 0 20px;
}
.contact .contact_form .form_area {
  display: flex;
}
.contact .contact_form .form_area .main-title .title-01 {
  display: block;
}
.contact .contact_form .form_area .Form {
  max-width: 1000px;
  width: 100%;
  margin: 0 0 0 50px;
  padding: 0 0 0 50px;
  border-left: 1px solid #6D6D6D;
}
.contact .contact_form .form_area .Form .Form-Item {
  margin: 0 0 25px;
}
.contact .contact_form .form_area .Form .Form-Item .sp-br-area {
  display: flex;
}
.contact .contact_form .form_area .Form .Form-Item:last-child {
  margin: 0;
}
.contact .contact_form .form_area .Form .Form-Item .Form-Item-Label {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.contact .contact_form .form_area .Form .Form-Item .Form-Item-Label .form-title {
  display: flex;
  align-items: center;
}
.contact .contact_form .form_area .Form .Form-Item .Form-Item-Label-Required {
  font-size: 13px;
  color: #EE002B;
  border: 1px solid #EE002B;
  padding: 0 7px;
  margin: 0 0 0 10px;
  white-space: nowrap;
}
.contact .contact_form .form_area .Form .Form-Item .description {
  font-size: 16px;
  color: #035AA6;
  margin: 0 0 0 30px;
}
.contact .contact_form .form_area .Form .Form-Item .wpcf7-form-control-wrap input::-moz-placeholder {
  color: #AAAAAA;
}
.contact .contact_form .form_area .Form .Form-Item .wpcf7-form-control-wrap input::placeholder {
  color: #AAAAAA;
}
.contact .contact_form .form_area .Form .Form-Item .wpcf7-form-control::-moz-placeholder {
  color: #AAAAAA;
}
.contact .contact_form .form_area .Form .Form-Item .wpcf7-form-control::placeholder {
  color: #AAAAAA;
}
.contact .contact_form .form_area .Form .Form-Item .Form-Item-Input {
  width: 100%;
  padding: 10px 15px;
  margin: 10px 0 0;
  box-sizing: border-box;
  border: 1px solid #6D6D6D;
  line-height: 1;
}
.contact .contact_form .form_area .Form .Form-Item .arrow {
  display: flex;
  align-items: center;
  position: relative;
}
.contact .contact_form .form_area .Form .Form-Item .arrow::after {
  content: "";
  background-image: url(../images/common/bottom_arrow.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 10px;
  position: relative;
  top: 7px;
  right: 28px;
  pointer-events: none;
}
.contact .contact_form .form_area .Form .Form-Item .Form-Item-Select {
  display: flex;
  margin: 10px 0 0;
  padding: 10px 15px;
  padding-right: 38px;
  box-sizing: border-box;
  border: 1px solid #6D6D6D;
}
.contact .contact_form .form_area .Form .Form-Item .Select_02::after {
  left: 143px;
}
.contact .contact_form .form_area .Form .Form-Item .Form-Item-Textarea {
  width: 100%;
  height: 200px;
  padding: 10px 15px;
  margin: 10px 0 0;
  box-sizing: border-box;
  border: 1px solid #6D6D6D;
}
.contact .contact_form .form_area .Form .Form-Item .placebox {
  border: 1px solid #6D6D6D;
  padding: 10px 15px;
  margin: 10px 0 0;
}
.contact .contact_form .form_area .Form .Form-Item .select-inline {
  display: inline-block;
}
.contact .contact_form .c_content {
  margin-top: 25px;
}
.contact .contact_form .contact_center {
  margin-top: 80px;
}
.contact .contact_form .contact_center .checkbox {
  position: relative;
  cursor: pointer;
  font-size: 18px;
  max-width: 333px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.contact .contact_form .contact_center .checkbox .wpcf7-list-item {
  margin: 0;
}
.contact .contact_form .contact_center .checkbox input[type=checkbox] {
  display: none;
}
.contact .contact_form .contact_center .checkbox .wpcf7-list-item-label {
  padding-left: 45px; /* チェックボックスのサイズを考慮して調整 */
  padding-top: 3px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contact .contact_form .contact_center .checkbox .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #fff; /* チェックボックスの背景色 */
  border: 1px solid #6D6D6D; /* ボーダーカラー */
  transition: all 0.3s ease;
}
.contact .contact_form .contact_center .checkbox .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  top: 36%;
  left: 10px;
  transform: translateY(-50%);
  width: 10px;
  height: 5px;
  border: 2px solid;
  border-color: transparent; /* ボーダーカラー */
  border-top-style: none;
  border-right-style: none;
  transform: rotate(-45deg);
  opacity: 0; /* チェックが非表示になるようにする */
  transition: all 0.3s ease;
}
.contact .contact_form .contact_center .checkbox .acceptance:checked + .wpcf7-list-item-label:before {
  background-color: #035AA6; /* チェックされたときの背景色 */
  border: 1px solid #035AA6; /* ボーダーカラー */
}
.contact .contact_form .contact_center .checkbox .acceptance:checked + .wpcf7-list-item-label:after {
  opacity: 1; /* チェックが表示されるようにする */
  border-color: #fff; /* チェックのボーダーカラー */
}
.contact .contact_form .contact_center .checkbox .p-link {
  color: #ff6347; /* attention-color */
}
.contact .contact_form .contact_center .checkbox .p-link:hover {
  transition: all 0.3s ease;
  color: #035AA6; /* main-color01 */
  border-bottom: 1px solid #035AA6; /* main-color01 */
}
.contact .contact_form .confirmcheck {
  max-width: 265px !important;
  margin: 0 auto;
}
.contact .contact_form .confirmcheck .checkboxConfirm {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.contact .contact_form .confirmcheck .checkboxConfirm::before {
  content: "";
  background-image: url(../images/common/confirm_check.svg);
  background-repeat: no-repeat;
  width: 14px;
  height: 11px;
  margin: 0 10px 0 0;
}
.contact .contact_form .backbtn {
  display: flex;
  justify-content: center;
  color: #fff;
  background-color: #6D6D6D;
  max-width: 280px;
  margin: 20px auto;
  position: relative;
  transition: 0.2s ease-in-out;
}
.contact .contact_form .backbtn .wpcf7-previous {
  padding: 15px 108px;
}
.contact .contact_form .backbtn::before {
  content: "";
  position: absolute;
  background-image: url(../images/common/backbtn.svg);
  background-repeat: no-repeat;
  width: 18px;
  height: 16px;
  margin: 0 20px 0 0;
  top: 16px;
  left: 50px;
  transform: translateY(5%);
  transition: transform ease 0.3s;
}
.contact .contact_form .backbtn:hover {
  background-color: #AAAAAA;
}
.contact .contact_form .backbtn:hover::before {
  transform: translateX(-15px);
}
.contact .contact_form .c-btn {
  display: flex;
  justify-content: center;
  max-width: 420px;
  margin: 25px auto 0;
  background: linear-gradient(113deg, #035AA6 0%, #035AA6 50%, #2097C7 50%, #2097C7 100%);
  color: #fff;
  font-size: 20px;
  position: relative;
  transition: transform ease 0.3s;
}
.contact .contact_form .c-btn .contact-btn {
  padding: 25px 120px;
}
.contact .contact_form .c-btn .wpcf7-spinner {
  display: none;
}
.contact .contact_form .c-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(to left, #2097C7 0%, #035AA6 99%, #035AA6 100%); /* スライドするグラデーション */
  transform-origin: 0% 100%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
}
.contact .contact_form .c-btn::after {
  content: "";
  position: absolute;
  background-image: url(../images/common/hover_aroow.svg);
  background-repeat: no-repeat;
  top: 28px;
  right: 80px;
  width: 21px;
  height: 18px;
  transform: translateY(-2%);
  transition: transform ease 0.3s;
}
.contact .contact_form .c-btn:hover {
  background: #2097C7;
  transform: scaleX(1);
}
.contact .contact_form .c-btn:hover::before {
  background: #035AA6;
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.contact .contact_form .c-btn:hover::after {
  transform: translateX(30px);
}
.contact .contact_form .transmission {
  margin: 0 auto;
}
.contact .contact_form .transmission .contact-btn {
  padding: 25px 170px;
}
.contact .contact_thanks_wrap {
  max-width: 1000px;
  padding: 0 20px;
  margin: 80px auto 480px;
}
.contact .contact_thanks_wrap .c_thanks_btn {
  margin: 180px auto 0;
}
@media only screen and (max-width: 919px) {
  .contact .footer_contact_wrap {
    flex-direction: column;
    align-items: center;
  }
  .contact .footer_contact_wrap .footer_contact_inner {
    margin: 10px 30px;
  }
}
@media only screen and (max-width: 800px) {
  .contact .contact_tel .footer_contact_wrap {
    flex-direction: column;
  }
  .contact .contact_form {
    margin: 30px auto;
  }
  .contact .contact_form .form_area {
    flex-direction: column;
  }
  .contact .contact_form .form_area .Form {
    margin: 20px 0 0;
    padding: 0;
    border-left: none;
  }
  .contact .contact_form .form_area .Form .Form-Item-Label {
    display: block !important;
  }
  .contact .contact_form .form_area .Form .Form-Item-Label .description {
    display: block;
    margin: 8px 0 0;
  }
  .contact .contact_form .c_content {
    margin-top: 45px;
  }
  .contact .contact_form .contact_center {
    margin-top: 30px;
  }
  .contact .contact_thanks_wrap {
    margin: 40px auto 340px;
  }
  .contact .contact_thanks_wrap .c_thanks_btn {
    margin: 60px auto 0;
  }
}
@media only screen and (max-width: 500px) {
  .contact .contact_tel {
    padding: 20px;
  }
  .contact .contact_tel .footer_contact_wrap {
    margin: 0 auto;
    gap: 10px;
  }
  .contact .contact_tel .footer_contact_wrap li .main-text {
    font-size: 14px;
  }
  .contact .contact_tel .footer_contact_wrap .footer_contact_inner a {
    max-width: 300px;
    height: 63px;
    padding: 15px;
    margin: 0 auto;
  }
  .contact .contact_tel .footer_contact_wrap .footer_contact_inner a .footer_c_title {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .contact .contact_tel .footer_contact_wrap .footer_contact_inner a .footer_c_tel {
    font-size: 25px;
    padding-top: 5px;
  }
  .contact .contact_form .form_area {
    flex-direction: column;
  }
  .contact .contact_form .form_area .Form .Form-Item {
    margin: 0 0 20px;
  }
  .contact .contact_form .form_area .Form .Form-Item .Form-Item-Label {
    font-size: 14px;
  }
  .contact .contact_form .form_area .Form .Form-Item .Form-Item-Label .Form-Item-Label-Required {
    font-size: 13px;
  }
  .contact .contact_form .form_area .Form .Form-Item .Form-Item-Label .description {
    font-size: 14px;
  }
  .contact .contact_form .c_content {
    margin-top: 25px;
  }
  .contact .contact_form .contact_center .checkbox {
    font-size: 16px;
    max-width: 285px;
  }
  .contact .contact_form .contact_center .backbtn {
    max-width: 240px;
    margin: 15px auto;
    position: relative;
    transition: 0.2s ease-in-out;
  }
  .contact .contact_form .contact_center .backbtn .wpcf7-previous {
    padding: 12px 88px;
  }
  .contact .contact_form .contact_center .backbtn::before {
    top: 13px;
    left: 50px;
  }
  .contact .contact_form .contact_center .c-btn {
    max-width: 280px;
    font-size: 16px;
  }
  .contact .contact_form .contact_center .c-btn .contact-btn {
    padding: 15px 110px;
  }
  .contact .contact_form .contact_center .c-btn::after {
    top: 16px;
    right: 40px;
  }
  .contact .contact_form .contact_center .c-btn:hover::after {
    transform: translateX(20px);
  }
}

/* 業務内容 */
.work .work_area_01 {
  margin: 30px auto 80px;
  max-width: 1425px;
  padding: 0 20px;
  display: block;
}
.work .work_area_01 .image_template_wrap {
  padding: 0;
}
.work .work_area_01 .image_template_wrap .template_outer {
  margin: 0 50px 0 0;
  max-width: 916px;
  width: 100%;
}
.work .work_area_01 .image_template_wrap .template_outer .template_inner .main-text span {
  display: block;
  text-align: right;
}
.work .work_area_01 .image_template_wrap .work_flow_01 {
  max-width: 447px;
  width: 100%;
}
.work .work_area_01 .image_template_wrap .work_flow_01 ul li:nth-child(2), .work .work_area_01 .image_template_wrap .work_flow_01 ul li:nth-child(4) {
  display: flex;
  justify-content: center;
  margin: 15px 0;
}
.work .work_area_01 .image_template_wrap .work_flow_01 ul li .flow_text {
  font-size: 26px;
  color: #fff;
  font-weight: 500;
  background: #035AA6;
  padding: 5px 0;
  border-radius: 7px;
  text-align: center;
}
.work .work_area_01 .image_template_wrap .work_flow_01 ul li .color1 {
  background: #F1A212;
}
.work .work_area_01 .image_template_wrap .work_flow_01 ul li .color2 {
  background: #A3DC2A;
}
.work .work_area_01 .image_template_wrap .work_flow_01 ul li .sub_flow {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 15px;
}
.work .work_area_01 .image_template_wrap .work_flow_01 ul li .sub_flow span {
  font-size: 21px;
  color: #231815;
  border: 2px solid #6D6D6D;
  padding: 5px 15px;
  font-weight: 500;
  border-radius: 5px;
}
.work #id_work01 {
  padding: 80px 0 0;
}
.work .work_area_02 {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.work .work_area_02 .work_outer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 50px;
}
.work .work_area_02 .work_outer li {
  display: block;
  max-width: 600px !important;
  width: 45%;
}
.work .work_area_02 .work_outer li span {
  display: flex;
  justify-content: center;
  font-size: 18px;
  color: #035AA6;
  margin-top: 10px;
  font-weight: 500;
  line-height: 1.5;
}
.work .work_area_02 .work_outer li .area_height_01 {
  max-height: 54px;
  height: 100%;
  align-items: center;
}
.work .work_area_02 .work_outer li img {
  width: 100%;
  margin-top: 10px;
}
.work .work_area_02 .work_outer li .global_text_01 {
  text-align: left;
  margin-top: 10px;
}
.work .work_area_03 {
  max-width: 1425px;
  margin: 80px auto 0;
  padding: 0 20px;
}
.work .work_area_03 .image_template_wrap {
  padding: 0;
}
.work .work_area_03 .image_template_wrap .template_outer {
  max-width: 765px;
  width: 100%;
  margin: 0 60px 0 0;
}
.work .work_area_03 .image_template_wrap .template_image {
  max-width: 600px;
}
.work .work_area_03 #splide4 {
  margin: 30px auto 100px;
}
.work .work_area_03 #splide4 .splide__track .splide__list .splide__slide {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
.work .work_area_03 #splide4 .splide__track .splide__list .splide__slide .global_text_01 {
  padding: 20px 0 10px;
}
.work .work_area_04 {
  max-width: 1500px;
  margin: 80px auto 0;
  padding: 0 20px;
  text-align: center;
}
.work .work_area_04 .work_table {
  display: flex;
  justify-content: center;
  text-align: left;
  margin: 50px auto 0;
  gap: 80px;
}
.work .work_area_04 .work_table img {
  max-width: 230px;
  width: 100%;
}
.work .work_area_04 .work_table table {
  max-width: 800px;
  width: 100%;
}
.work .work_area_04 .work_table table .first_heading td {
  display: flex;
  align-items: center;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 10px;
}
.work .work_area_04 .work_table table .first_heading td::before {
  content: "";
  background-image: url(../images/common/table_icon.svg);
  background-repeat: no-repeat;
  width: 26px;
  height: 27px;
  margin-right: 5px;
}
.work .work_area_04 .work_table table .second_heading {
  display: flex;
  align-items: center;
  padding: 20px 10px;
  border-top: 1px solid #6D6D6D;
}
.work .work_area_04 .work_table table .second_heading:last-child {
  border-bottom: 1px solid #6D6D6D;
}
.work .work_area_04 .work_table table .second_heading th {
  font-size: 20px;
  color: #035AA6;
  font-weight: bold;
  width: 20%;
  padding-right: 10px;
}
.work .work_area_04 .work_table table .second_heading td {
  font-size: 16px;
  width: 80%;
  line-height: 1.5;
}
.work .work_area_04 .work_table table .second_heading td a {
  display: inline-block;
  line-height: 1.1;
  border-bottom: 1px solid #231815;
}
.work .work_area_05 {
  max-width: 1425px;
  margin: 80px auto 0;
  padding: 0 20px;
}
.work .work_area_05 .image_template_wrap {
  padding: 0;
}
.work .work_area_05 .image_template_wrap .template_outer {
  max-width: 765px;
  width: 100%;
  margin: 0 60px 0 0;
}
.work .work_area_05 .image_template_wrap .template_image {
  max-width: 600px;
}
.work .work_area_05 .sp_slide_image ul li .area_height_02 {
  max-height: 48px;
  height: 100%;
  align-items: center;
}
.work .work_area_05 #splide5 {
  margin: 30px auto 0;
}
.work .work_area_05 #splide5 .splide__track .splide__list {
  justify-content: center;
  gap: 40px;
}
.work .work_area_05 #splide5 .splide__track .splide__list .splide__slide {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
.work .work_area_05 #splide5 .splide__track .splide__list .splide__slide .global_text_01 {
  padding: 20px 0 10px;
}
.work .work_area_06 {
  padding: 0 20px;
  text-align: center;
}
.work .work_area_06 .work_flow_02 {
  max-width: 724px;
  width: 100%;
  margin: 10px auto 0;
}
.work .work_area_06 .work_flow_02 ul {
  display: flex;
  justify-content: center;
  align-items: end;
  font-weight: 500;
}
.work .work_area_06 .work_flow_02 ul .block_flow {
  display: block;
  max-width: 250px;
  width: 100%;
}
.work .work_area_06 .work_flow_02 ul .block_flow p {
  font-size: 21px;
  color: #035AA6;
}
.work .work_area_06 .work_flow_02 ul .block_flow .block_text {
  display: flex;
  justify-content: center;
  white-space: nowrap;
  color: #fff;
  font-size: 29px;
  border-radius: 7px;
  padding: 5px 0;
  background: #035AA6;
  margin-top: 15px;
}
.work .work_area_06 .work_flow_02 ul li:nth-child(2), .work .work_area_06 .work_flow_02 ul li:nth-child(4) {
  display: none;
  margin: 0 15px;
}
.work .work_area_06 .work_flow_02 ul .flex_flow {
  display: flex;
  align-items: center;
  max-width: 232px;
  width: 100%;
  margin-left: 15px;
}
.work .work_area_06 .work_flow_02 ul .flex_flow span {
  display: flex;
  justify-content: center;
  white-space: nowrap;
  color: #fff;
  font-size: 29px;
  border-radius: 7px;
  width: 100%;
  padding: 64px 0;
}
.work .work_area_06 .work_flow_02 ul .flex_flow:nth-child(3) span {
  background: #F1A212;
}
.work .work_area_06 .work_flow_02 ul .flex_flow:last-child span {
  background: #FF805A;
}
.work .work_area_06 .work_flow_02 ul .flex_flow::before {
  content: "";
  background-image: url(../images/common/flex_flow_arrow.svg);
  background-repeat: no-repeat;
  width: 85px;
  height: 12px;
  margin-right: 5px;
}
.work .work_area_07 {
  max-width: 1425px;
  margin: 80px auto;
  padding: 0 20px;
}
.work .work_area_07 .image_template_wrap {
  padding: 0;
}
.work .work_area_07 .image_template_wrap .template_outer {
  max-width: 765px;
  width: 100%;
  margin: 0 60px 0 0;
}
.work .work_area_07 .image_template_wrap .template_image {
  max-width: 600px;
}
.work .work_area_07 .f_wrap ul {
  flex-wrap: wrap;
  gap: 20px;
}
.work .work_area_07 .f_wrap ul li {
  width: 31%;
}
.work .work_area_07 .f_wrap ul li .area_height_02 {
  max-height: 48px;
  height: 100%;
  align-items: center;
}
.work .work_area_07 .f_wrap ul li .global_title_01 .number {
  color: #035AA6;
  font-size: 28px;
  font-weight: bold;
  margin-right: -1px;
  border-bottom: 10px solid #9AC6D8;
  padding: 0 5px 0 0;
  display: inline-block;
  line-height: 0.65;
}
.work .work_area_07 #splide6 {
  margin: 30px auto 100px;
}
.work .work_area_07 #splide6 .splide__track .splide__list {
  justify-content: center;
}
.work .work_area_07 #splide6 .splide__track .splide__list .splide__slide {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.work .work_area_07 #splide6 .splide__track .splide__list .splide__slide .global_text_01 {
  padding: 20px 0 10px;
}
@media only screen and (max-width: 1200px) {
  .work .work_area_04 .work_table table .first_heading td {
    font-size: 23px;
  }
}
@media only screen and (max-width: 800px) {
  .work .work_area_01 .image_template_wrap .work_flow_01 {
    margin-top: 30px;
    max-width: 100%;
  }
  .work #id_work01 {
    padding: 40px 0 0;
  }
  .work .work_area_02 #splide3 {
    max-width: 600px;
  }
  .work .work_area_02 #splide3 .splide__arrows .splide__arrow--prev {
    top: 107%;
  }
  .work .work_area_02 #splide3 .splide__arrows .splide__arrow--next {
    top: 107%;
  }
  .work .work_area_02 .work_outer {
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 0;
  }
  .work .work_area_04 .work_table {
    flex-direction: column;
    gap: 40px;
  }
  .work .work_area_04 .work_table img {
    margin: 0 auto;
  }
  .work .work_area_03 {
    margin: 40px auto 0;
  }
  .work .work_area_03 #splide4 .splide__pagination {
    bottom: -7em;
  }
  .work .work_area_04 {
    margin: 40px auto 0;
  }
  .work .work_area_05 #splide5 {
    margin: 30px auto 70px;
  }
  .work .work_area_05 #splide5 .splide__track .splide__list {
    justify-content: space-between;
    gap: 0;
  }
  .work .work_area_05 #splide5 .splide__pagination {
    bottom: -7em;
  }
  .work .work_area_05 {
    margin: 40px auto 0;
  }
  .work .work_area_07 {
    margin: 40px auto;
  }
  .work .work_area_03 .image_template_wrap .template_image,
  .work .work_area_05 .image_template_wrap .template_image,
  .work .work_area_07 .image_template_wrap .template_image {
    max-width: 100%;
  }
  .work .work_area_06 .work_flow_02 ul {
    flex-direction: column;
    align-items: center;
  }
  .work .work_area_06 .work_flow_02 ul .block_flow {
    max-width: 60%;
  }
  .work .work_area_06 .work_flow_02 ul li:nth-child(2), .work .work_area_06 .work_flow_02 ul li:nth-child(4) {
    display: block;
    margin: 15px 0;
  }
  .work .work_area_06 .work_flow_02 ul .flex_flow {
    max-width: 100%;
    margin-left: 0;
  }
  .work .work_area_06 .work_flow_02 ul .flex_flow span {
    padding: 20px 0;
  }
  .work .work_area_06 .work_flow_02 ul .flex_flow:nth-child(3) span {
    max-width: 40%;
    margin: 0 auto;
  }
  .work .work_area_06 .work_flow_02 ul .flex_flow::before {
    display: none;
  }
  .work .work_area_07 .f_wrap ul {
    flex-wrap: nowrap;
    gap: 0;
  }
  .work .work_area_07 .f_wrap ul li {
    width: auto;
  }
  .work .work_area_07 #splide6 {
    margin: 30px auto 100px;
  }
  .work .work_area_07 #splide6 .splide__track .splide__list {
    justify-content: space-between;
    gap: 0;
  }
  .work .work_area_07 #splide6 .splide__track .splide__list .splide__slide {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .work .work_area_07 #splide6 .splide__track .splide__list .splide__slide .global_text_01 {
    padding: 20px 0 10px;
  }
  .work .work_area_07 #splide6 .splide__pagination {
    bottom: -7em;
  }
}
@media only screen and (max-width: 630px) {
  .work .work_area_03 #splide4 .splide__pagination {
    bottom: -6em;
  }
  .work .work_area_05 #splide5 .splide__pagination {
    bottom: -6em;
  }
  .work .work_area_07 #splide6 .splide__pagination {
    bottom: -6em;
  }
}
@media only screen and (max-width: 500px) {
  .work .work_area_01 .image_template_wrap .work_flow_01 {
    margin-top: 20px;
    max-width: 100%;
  }
  .work .work_area_01 .image_template_wrap .work_flow_01 ul li:nth-child(2), .work .work_area_01 .image_template_wrap .work_flow_01 ul li:nth-child(4) {
    margin: 10px 0;
  }
  .work .work_area_01 .image_template_wrap .work_flow_01 ul li .flow_text {
    font-size: 16px;
    padding: 5px 0;
  }
  .work .work_area_01 .image_template_wrap .work_flow_01 ul li .sub_flow {
    margin-top: 10px;
  }
  .work .work_area_01 .image_template_wrap .work_flow_01 ul li .sub_flow span {
    font-size: 14px;
    border: 1px solid #6D6D6D;
    padding: 5px;
  }
  .work .work_area_02 #splide3 .splide__arrows .splide__arrow--prev {
    top: 105%;
  }
  .work .work_area_02 #splide3 .splide__arrows .splide__arrow--next {
    top: 105%;
  }
  .work .work_area_02 .work_outer li span {
    font-size: 15px;
  }
  .work .work_area_02 .work_outer li .area_height_01 {
    max-height: 45px;
  }
  .work .work_area_02 .work_outer li .global_text_01 {
    font-size: 14px;
  }
  .work .work_area_03 #splide4 {
    margin: 30px auto 80px;
  }
  .work .work_area_03 #splide4 .splide__track .splide__list .splide__slide .global_text_01 {
    padding: 0 0 5px;
  }
  .work .work_area_03 #splide4 .splide__pagination {
    bottom: -5em;
  }
  .work .work_area_04 .work_table {
    margin: 30px auto 0;
    gap: 10px;
  }
  .work .work_area_04 .work_table img {
    max-width: 150px;
  }
  .work .work_area_04 .work_table table .first_heading td {
    font-size: 18px;
  }
  .work .work_area_04 .work_table table .first_heading td::before {
    margin-right: 5px;
  }
  .work .work_area_04 .work_table table .second_heading {
    align-items: left;
    flex-direction: column;
    padding: 10px 5px;
  }
  .work .work_area_04 .work_table table .second_heading th {
    font-size: 16px;
    width: 100%;
    padding: 0 0 5px 0;
  }
  .work .work_area_04 .work_table table .second_heading td {
    font-size: 14px;
    width: 100%;
  }
  .work .work_area_05 #splide5 {
    margin: 30px auto 50px;
  }
  .work .work_area_05 #splide5 .splide__track .splide__list .splide__slide .global_text_01 {
    padding: 5px;
  }
  .work .work_area_05 #splide5 .splide__pagination {
    bottom: -5em;
  }
  .work .work_area_06 .work_flow_02 {
    max-width: 724px;
    width: 100%;
    margin: 10px auto 0;
  }
  .work .work_area_06 .work_flow_02 ul .block_flow img {
    max-width: 65px;
    width: 100%;
  }
  .work .work_area_06 .work_flow_02 ul .block_flow p {
    font-size: 18px;
  }
  .work .work_area_06 .work_flow_02 ul .block_flow .block_text {
    font-size: 16px;
    padding: 5px 0;
    margin-top: 15px;
  }
  .work .work_area_06 .work_flow_02 ul li:nth-child(2), .work .work_area_06 .work_flow_02 ul li:nth-child(4) {
    margin: 10px 0;
  }
  .work .work_area_06 .work_flow_02 ul .flex_flow span {
    font-size: 16px;
    padding: 10px 0;
  }
  .work .work_area_06 .work_flow_02 ul .flex_flow:last-child span {
    background: #FF805A;
    padding: 20px 0;
    font-size: 23px;
  }
  .work .work_area_07 #splide6 .splide__track .splide__list .splide__slide .global_title_01 .number {
    border-bottom: 7px solid #9AC6D8;
    padding: 0 5px 0 0;
    line-height: 0.665;
  }
  .work .work_area_07 #splide6 .splide__track .splide__list .splide__slide .global_text_01 {
    padding: 5px;
  }
  .work .work_area_07 #splide6 .splide__pagination {
    bottom: -5em;
  }
}
@media only screen and (max-width: 445px) {
  .work .work_area_02 .work_outer li span {
    align-items: center;
    height: 60px;
  }
  .work .work_area_02 .work_outer li .area_height_01 {
    max-height: 60px;
  }
}
@media only screen and (max-width: 399px) {
  .work .work_area_03 #splide4 .splide__pagination {
    bottom: -4em;
  }
  .work .work_area_05 #splide5 .splide__pagination {
    bottom: -4em;
  }
  .work .work_area_07 #splide6 .splide__pagination {
    bottom: -4em;
  }
}

/* お知らせ */
.common_news {
  margin: 100px auto 80px;
}
.common_news .news {
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .common_news {
    margin: 60px auto 40px;
  }
}
/* お知らせ詳細 */
.news_single .news_single_outer {
  max-width: 1425px;
  margin: 0 auto 80px;
  padding: 0 20px;
}
.news_single .news_single_outer .news_single_inner .news_wrap {
  display: flex;
  align-items: center;
  padding: 0 0 15px;
  gap: 20px;
}
.news_single .news_single_outer .news_single_inner .news_wrap .news_single_data {
  font-size: 20px;
  color: #035AA6;
  font-weight: bold;
}
.news_single .news_single_outer .news_single_inner .news_wrap .news_single_tag {
  display: flex;
  align-items: center;
  font-size: 16px;
  background: #2097C7;
  padding: 5px 20px;
  text-align: center;
  color: #fff;
}
.news_single .news_single_outer .news_single_inner .news_single_title {
  font-size: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #6D6D6D;
}
.news_single .news_single_outer .news_single_inner .news_single_text {
  font-size: 16px;
  padding: 20px 0 0;
  line-height: 1.5;
}
.news_single .news_single_outer .news_single_inner .news_main_image {
  max-width: 800px;
  width: 100%;
  margin: 30px auto 0;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.news_single .news_single_outer .news_single_inner .news_main_image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.news_single .news_single_outer .news_single_inner .sp_slide_image ul {
  gap: 15px;
}
.news_single .news_single_outer .news_single_inner .main-btn {
  margin: 80px auto 0;
}
@media only screen and (max-width: 500px) {
  .news_single .news_single_outer {
    margin: 0 auto 40px;
  }
  .news_single .news_single_outer .news_single_inner .news_wrap {
    padding: 0 0 10px;
    gap: 10px;
  }
  .news_single .news_single_outer .news_single_inner .news_wrap .news_single_data {
    font-size: 18px;
  }
  .news_single .news_single_outer .news_single_inner .news_wrap .news_single_tag {
    font-size: 14px;
    padding: 5px 15px;
  }
  .news_single .news_single_outer .news_single_inner .news_single_title {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .news_single .news_single_outer .news_single_inner .news_single_text {
    font-size: 14px;
  }
  .news_single .news_single_outer .news_single_inner .sp_slide_image {
    margin: 20px auto 0;
  }
  .news_single .news_single_outer .news_single_inner .sp_slide_image ul {
    gap: 15px;
  }
  .news_single .news_single_outer .news_single_inner .main-btn {
    margin: 20px auto 0;
  }
}

/* リンク集 */
.link .link_wrap {
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 0 20px;
}
.link .link_wrap ul li {
  border-top: 1px solid #6D6D6D;
}
.link .link_wrap ul li:last-child {
  border-bottom: 1px solid #6D6D6D;
}
.link .link_wrap ul li a {
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 80px;
  color: #035AA6;
  font-size: 20px;
  font-weight: bold;
  transition: 0.2s;
}
.link .link_wrap ul li a img {
  max-width: 40px;
  width: 100%;
  margin-right: 30px;
}
.link .link_wrap ul li a:hover {
  background: #F0F4F5;
  transition: 0.2s;
}
@media only screen and (max-width: 500px) {
  .link .link_wrap {
    margin: 0 auto 40px;
  }
  .link .link_wrap ul li a {
    padding: 0 10px;
    height: 50px;
    font-size: 18px;
  }
  .link .link_wrap ul li a img {
    max-width: 30px;
    margin-right: 15px;
  }
}

/* 求人案内 */
.recruit .recruit_area_01 {
  max-width: 1425px;
  margin: 0 auto;
  padding: 0 20px;
}
.recruit .recruit_area_01 .image_template_wrap {
  padding: 0;
}
.recruit .recruit_area_01 .image_template_wrap .template_outer {
  margin-right: 60px;
}
.recruit .recruit_area_02 {
  max-width: 1200px;
  margin: 80px auto 0;
  padding: 0 20px;
  text-align: center;
}
.recruit .recruit_area_02 table {
  margin-top: 30px;
  text-align: left;
}
.recruit .recruit_area_02 .recruit_area_none {
  width: 100%;
  height: 375px;
  background-color: #ECF4F6;
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.recruit .recruit_area_03 {
  max-width: 1425px;
  margin: 80px auto 0;
  padding: 0 20px;
  text-align: center;
}
.recruit .recruit_area_03 .template_wrap {
  padding: 0;
  margin-top: 30px;
  flex-direction: row-reverse;
  text-align: left;
  justify-content: center;
}
.recruit .recruit_area_03 .template_wrap .template_outer {
  margin: 0 0 0 60px;
}
.recruit .recruit_area_03 .template_wrap .template_outer .template_inner .recruit_table {
  margin-top: 30px;
}
.recruit .recruit_area_03 .template_wrap .template_outer .template_inner .recruit_table tr {
  display: flex;
  padding: 20px;
  border-top: 1px solid #6D6D6D;
}
.recruit .recruit_area_03 .template_wrap .template_outer .template_inner .recruit_table tr:last-child {
  border-bottom: 1px solid #6D6D6D;
}
.recruit .recruit_area_03 .template_wrap .template_outer .template_inner .recruit_table tr th {
  font-size: 20px;
  color: #035AA6;
  width: 30%;
  padding: 0 10px 0 0;
}
.recruit .recruit_area_03 .template_wrap .template_outer .template_inner .recruit_table tr td {
  font-size: 16px;
  width: 70%;
  line-height: 1.5;
}
.recruit .recruit_area_03 .template_wrap .template_image {
  max-width: 600px;
}
.recruit .recruit_area_03 .history {
  text-align: left;
  margin-top: 30px;
}
.recruit .recruit_area_03 .history .recruit_schedule {
  margin-top: 0;
}
.recruit .recruit_area_03 .history .recruit_schedule .history_inner th {
  padding: 35px 0 35px 20px;
}
.recruit .recruit_area_03 .history .recruit_schedule .history_inner th .history_years {
  padding: 0 30px 0 0;
  width: 76px;
}
.recruit .recruit_area_03 .history .recruit_schedule .history_inner th .history_border {
  margin: 0;
}
.recruit .recruit_area_03 .history .recruit_schedule .history_inner th .history_border::after {
  height: 130px;
}
.recruit .recruit_area_03 .history .recruit_schedule .history_inner th .last_border::after {
  height: 100px;
}
.recruit .recruit_area_03 .history .recruit_schedule .history_inner th .sp_sch_none {
  display: none;
}
.recruit .recruit_area_03 .history .recruit_schedule .history_inner .history_text {
  margin: 20px 0 20px 30px;
  line-height: 1.5;
}
.recruit .recruit_area_03 .history .recruit_schedule .history_inner .history_text span {
  color: #035AA6;
  font-size: 20px;
  font-weight: bold;
}
.recruit .interview_02 {
  margin: 80px auto;
}
.recruit .interview_02 .template_wrap {
  flex-direction: row;
}
.recruit .interview_02 .template_wrap .template_outer {
  margin: 0 60px 0 0;
}
@media only screen and (max-width: 1200px) {
  .recruit .recruit_area_03 .template_wrap .template_outer .template_inner .main-title .title-01 {
    font-size: 18px;
  }
  .recruit .recruit_area_03 .template_wrap .template_outer .template_inner .main-title .title-02 {
    font-size: 27px;
  }
  .recruit .recruit_area_03 .template_wrap .template_outer .template_inner .recruit_table {
    margin-top: 20px;
  }
  .recruit .recruit_area_03 .template_wrap .template_outer .template_inner .recruit_table tr {
    padding: 10px 5px;
    flex-direction: column;
  }
  .recruit .recruit_area_03 .template_wrap .template_outer .template_inner .recruit_table tr th {
    width: 100%;
    padding: 0 0 10px 0;
  }
  .recruit .recruit_area_03 .template_wrap .template_outer .template_inner .recruit_table tr td {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .recruit .recruit_area_02 {
    margin: 40px auto 0;
  }
  .recruit .recruit_area_03 {
    margin: 40px auto;
  }
  .recruit .recruit_area_03 .template_wrap .template_image {
    max-width: 100%;
  }
  .recruit #splide7, .recruit #splide8, .recruit #splide9 {
    margin: 30px auto 100px;
  }
}
@media only screen and (max-width: 500px) {
  .recruit .recruit_area_02 .recruit_area_none {
    height: 250px;
    margin: 20px auto 0;
    font-size: 15px;
  }
  .recruit .recruit_area_03 .template_wrap {
    margin-top: 20px;
  }
  .recruit .recruit_area_03 .template_wrap .template_outer .template_inner .recruit_table {
    margin-top: 20px;
  }
  .recruit .recruit_area_03 .template_wrap .template_outer .template_inner .recruit_table tr {
    padding: 10px 5px;
  }
  .recruit .recruit_area_03 .template_wrap .template_outer .template_inner .recruit_table tr th {
    font-size: 16px;
    padding: 0 0 5px 0;
  }
  .recruit .recruit_area_03 .template_wrap .template_outer .template_inner .recruit_table tr td {
    font-size: 14px;
  }
  .recruit .recruit_area_03 .template_wrap .template_image {
    margin-top: 20px;
  }
  .recruit .recruit_area_03 .history {
    padding: 0;
  }
  .recruit .recruit_area_03 .history .recruit_schedule {
    width: 100%;
    margin-top: 20px;
  }
  .recruit .recruit_area_03 .history .recruit_schedule .history_inner th {
    padding: 10px 0 5px 5px;
  }
  .recruit .recruit_area_03 .history .recruit_schedule .history_inner th .history_years {
    padding: 0 10px 0 0;
    border-right: 1px solid #035AA6;
    width: 100%;
  }
  .recruit .recruit_area_03 .history .recruit_schedule .history_inner th .sp_sch_none {
    display: block;
  }
  .recruit .recruit_area_03 .history .recruit_schedule .history_inner .history_text {
    margin: 0 0 0 5px;
  }
  .recruit .recruit_area_03 .history .recruit_schedule .history_inner .history_text span {
    display: none;
  }
  .recruit .recruit_area_03 .history .recruit_schedule .history_inner .history_text .sp-none {
    display: none;
  }
  .recruit .interview_02 {
    margin: 40px auto;
  }
  .recruit #splide7, .recruit #splide8, .recruit #splide9 {
    margin: 30px auto 80px;
  }
}

/* プライバシーポリシー */
.privacypolicy .global_wrap {
  max-width: 1425px;
  margin: 0 auto 80px;
  padding: 0 20px;
}
.privacypolicy .global_wrap li {
  margin-bottom: 25px;
}
.privacypolicy .global_wrap li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 500px) {
  .privacypolicy .global_wrap {
    margin: 0 auto 40px;
  }
  .privacypolicy .global_wrap li {
    margin-bottom: 30px;
  }
}

/* 404ページ */
.not_found {
  margin: 100px auto 0;
}
.not_found .not_wrap {
  max-width: 1000px;
  margin: 80px auto;
  padding: 0 20px;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  .not_found {
    margin: 60px auto 0;
  }
  .not_found .not_wrap {
    margin: 40px auto;
  }
}

/* フッター */
.contact_area {
  padding: 60px 20px;
  text-align: center;
  background: linear-gradient(113deg, #DFF1F6 0%, #DFF1F6 50%, #ECF4F6 50%, #ECF4F6 100%);
}
.contact_area .footer_contact_wrap {
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
  gap: 20px;
}
.contact_area .footer_contact_wrap .footer_contact_inner {
  max-width: 600px;
  width: 100%;
  margin: 0 30px;
}
.contact_area .footer_contact_wrap .footer_contact_inner a {
  display: block;
  background: #fff;
  border: 1px solid #2097C7;
  color: #035AA6;
  max-width: 600px;
  height: 80px;
  padding: 25px;
  transition: 0.2s;
}
.contact_area .footer_contact_wrap .footer_contact_inner a .footer_c_title {
  display: inline-block;
  font-size: 20px;
  border-bottom: 1px solid #035AA6;
  padding-bottom: 15px;
}
.contact_area .footer_contact_wrap .footer_contact_inner a .footer_c_tel {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 28px;
  padding-top: 10px;
  width: 100%;
}
.contact_area .footer_contact_wrap .footer_contact_inner a .footer_c_text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  padding-top: 10px;
}
.contact_area .footer_contact_wrap .footer_contact_inner a .footer_c_text::after {
  content: "";
  background-image: url(../images/common/arrow.svg);
  background-repeat: no-repeat;
  width: 21px;
  height: 19px;
  margin-left: 20px;
}
.contact_area .footer_contact_wrap .footer_contact_inner a:hover {
  transform: scale(1, 1);
  background: #035AA6;
  color: #fff;
}
.contact_area .footer_contact_wrap .footer_contact_inner a:hover .footer_c_title {
  border-bottom: 1px solid #fff;
}
.contact_area .footer_contact_wrap .footer_contact_inner a:hover .footer_c_text::after {
  background-image: url(../images/common/hover_aroow.svg);
}
.contact_area .footer_contact_wrap .fc_02 a:hover {
  background: #2097C7;
}

footer {
  background: #002d8b;
  font-weight: normal;
}
footer .footer_area {
  display: flex;
  justify-content: space-between;
  max-width: 1500px;
  padding: 50px 20px;
  margin: 0 auto;
}
footer .footer_area .footer_box li {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}
footer .footer_area .footer_box li .working_area {
  border-left: 1px solid #fff;
  padding-left: 15px;
  line-height: 1.5;
  margin: 20px 0;
}
footer .footer_area .footer_box li .footer_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
footer .footer_area .footer_box .footer_logo {
  max-width: 400px;
}
footer .footer_area .footer_box .footer_logo a img {
  width: 100%;
  /* mix-blend-mode: darken; */
}
footer .footer_area .footer_map {
  max-width: 740px;
  width: 100%;
}
footer .footer_area .footer_map iframe {
  width: 100%;
  height: 247px;
}
footer .copyLight {
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  padding: 0 0 20px;
}

@media only screen and (max-width: 1200px) {
  .contact_area .footer_contact_wrap .footer_contact_inner a {
    height: 75px;
    padding: 20px;
    margin: 0 auto;
  }
  .contact_area .footer_contact_wrap .footer_contact_inner a .footer_c_title {
    font-size: 19px;
  }
  .contact_area .footer_contact_wrap .footer_contact_inner a .footer_c_tel {
    font-size: 26px;
  }
  .contact_area .footer_contact_wrap .footer_contact_inner a .footer_c_text {
    font-size: 22px;
  }
  footer .footer_area .footer_box li {
    font-size: 17px;
  }
  footer .footer_area .footer_box li .footer_menu {
    gap: 25px;
  }
  footer .copyLight {
    font-size: 11px;
    padding: 25px 0 10px;
  }
}
@media only screen and (max-width: 919px) {
  .footer_contact_wrap {
    flex-direction: column;
    align-items: center;
  }
  .footer_contact_wrap .footer_contact_inner {
    margin: 10px 30px;
  }
}
@media only screen and (max-width: 800px) {
  .contact_area {
    padding: 30px 20px;
  }
  .contact_area .footer_contact_wrap {
    margin: 30px auto 0;
  }
  footer .footer_area {
    flex-direction: column;
    padding: 40px 20px;
  }
  footer .footer_area .footer_box li {
    font-size: 18px;
    color: #fff;
  }
  footer .footer_area .footer_box li .working_area {
    border-left: 1px solid #fff;
    padding-left: 15px;
    line-height: 1.5;
    margin: 20px 0;
  }
  footer .footer_area .footer_box li .footer_menu {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  footer .footer_area .footer_box .footer_logo {
    max-width: 300px;
    margin: 0 auto;
  }
  footer .footer_area .footer_map {
    max-width: 100%;
    margin-top: 20px;
  }
  footer .copyLight {
    font-size: 11px;
    padding: 0 0 10px;
  }
}
@media only screen and (max-width: 500px) {
  .contact_area .footer_contact_wrap {
    margin: 20px auto 0;
    gap: 10px;
  }
  .contact_area .footer_contact_wrap .footer_contact_inner a {
    max-width: 300px;
    height: 63px;
    padding: 15px;
    margin: 0 auto;
  }
  .contact_area .footer_contact_wrap .footer_contact_inner a .footer_c_title {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .contact_area .footer_contact_wrap .footer_contact_inner a .footer_c_tel {
    font-size: 25px;
    padding-top: 5px;
  }
  .contact_area .footer_contact_wrap .footer_contact_inner a .footer_c_text {
    font-size: 20px;
    padding-top: 8px;
    font-weight: bold;
  }
  footer .footer_area {
    padding: 20px 20px 0;
  }
  footer .footer_area .footer_box li {
    font-size: 16px;
    color: #fff;
  }
  footer .footer_area .footer_box li .working_area {
    border-left: 1px solid #fff;
    padding-left: 15px;
    line-height: 1.5;
    margin: 20px 0;
  }
  footer .footer_area .footer_box li .footer_menu {
    flex-direction: column;
    gap: 15px;
  }
  footer .footer_area .footer_box .footer_logo {
    max-width: 200px;
  }
  footer .footer_area .footer_map iframe {
    height: 200px;
  }
  footer .copyLight {
    font-size: 11px;
    padding: 10px 0;
  }
}/*# sourceMappingURL=style.css.map */

 .map_link {
  font-size: 20px;
  color: #035AA6;
  font-weight: bold;
  }

 .sub_title {
  display:flex;
  font-size: 18px;
  font-weight: bold;
}

 .sub_txt {
  display:flex;
  font-size: 15px;
  padding-top:5px;
}

