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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
/* お問い合わせのチェックボックスの兼ね合いでinput抜いてます */
button,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
/* [type="number"] {
  -moz-appearance: textfield;
} */
/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* --------------------------------------------
 * 　基本設計
 * -------------------------------------------- */
body {
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.06em;
  line-height: 2;
  color: #333;
  font-weight: 400;
}

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

h1 {
  font-size: clamp(2rem, 0.625rem + 4.4vw, 3rem);
  line-height: 1;
  letter-spacing: 0.3rem;
}

h2 {
  font-size: clamp(1.875rem, 1.25rem + 2vw, 2.5rem);
  line-height: 1.35;
}

h3 {
  font-family: "Yu Mincho Demibold", "YuMincho Medium", "serif";
  font-size: clamp(1.875rem, 1.25rem + 2vw, 2.5rem);
  line-height: 1.35;
  text-shadow: 0px 0px 0px #333;
}

h4 {
  font-family: "Yu Mincho Demibold", "YuMincho Medium", "serif";
  font-size: clamp(1.5rem, 1rem + 1.6vw, 2rem);
  line-height: 1;
  text-shadow: 0px 0px 0px #333;
}

html {
  font-size: clamp(0.875rem, 0.829rem + 0.19vw, 1rem);
}

.heading {
  font-family: "Yu Mincho Demibold", "YuMincho Medium", "serif";
  font-size: clamp(1.5rem, 1.221rem + 1.143vw, 2.25rem);
  text-shadow: 0px 0px 0px #333;
  letter-spacing: 0.15em;
  line-height: 1.75;
}

.bg {
  font-weight: 900;
  font-size: clamp(3.125rem, 1.964rem + 4.762vw, 6.25rem);
  line-height: 0.8;
  color: #F0F2F4;
}

.sub {
  font-size: clamp(1rem, 0.907rem + 0.381vw, 1.25rem);
  line-height: 1;
}

.sub-bold {
  font-weight: 700;
  font-size: clamp(1rem, 0.907rem + 0.381vw, 1.25rem);
  line-height: 1;
}

.title {
  font-size: clamp(0.875rem, 0.829rem + 0.19vw, 1rem);
  font-size: 700;
  line-height: 1;
}

.item {
  font-size: clamp(1rem, 0.907rem + 0.381vw, 1.25rem);
  line-height: 1;
}

.tell__number {
  font-family: "Yu Mincho Demibold", "YuMincho Medium", "serif";
  font-size: clamp(2.5rem, 2.221rem + 1.143vw, 3.25rem);
  text-shadow: 0px 0px 0px #333;
  line-height: 1.35;
  color: #065BA2;
}

/**
 * コンテント
 */
.content {
  overflow: hidden;
}

/**
 * headerのための余白
 */
.top-margin {
  margin-top: 96px;
}
@media screen and (max-width: 959px) {
  .top-margin {
    margin-top: 70px;
  }
}

/**
 * コンテナ
 */
.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 16px;
}

/**
 * セクション
 */
.section {
  margin: 160px 0;
}
.section:first-child {
  margin-top: 60px;
}
.section__heading {
  margin-bottom: 60px;
}
.section__heading--title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.section__heading--title::after {
  content: "";
  height: 5rem;
  width: 8rem;
  background-image: url(../img/section-heading.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

/**
 * リンク装飾
 */
.link {
  text-decoration: underline;
}
.link:hover {
  opacity: 0.6;
  -webkit-transition: all 0.2s 0s ease-in;
  transition: all 0.2s 0s ease-in;
}

/**
 * パンクズ
 */
.breadcrumbs {
  margin: 0.5rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb__list {
  max-width: 100%;
  padding: 1.6rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb__list-item {
  font-size: 0.8rem;
  white-space: nowrap;
}
.breadcrumb__list-item:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb__list-item:not(:last-child)::after {
  content: ">";
  margin: 0 1rem;
}

/**
 * 記事ページ
 */

.single .wrapper {
	max-width: 800px;
	margin: 0 auto;
}
.center {
	text-align: center;
	margin: 0 auto;
}
.single p {
	margin-bottom: 2.5em;
	line-height: 1.8;
}
.single section a {
	color: #065BA2;
	cursor: pointer;
    text-decoration: underline;
}
.single section a:hover {
	opacity: 0.6;
}
.wp-block-image {
	margin: 0 0 1em;
}
.wp-block-image img {
    height: auto;
    width: 100%;
}

/**
 * 採用ページを別タブで開く
 */
.external::after {
  content: "";
  display: inline-block;
  background-image: url(../img/external.svg);
  background-repeat: no-repeat;
  padding: 1rem 1.2em 1em 0;
  background-position: center;
  vertical-align: top;
}

/**
 * ボタン
 */
a.btn, a.btn--black, a.btn--sea-green, a.btn--endeavour {
  display: block;
  text-align: center;
  text-decoration: none;
  max-width: 330px;
  width: 100%;
  padding: 1.2em;
  line-height: 1.5;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
a.btn::before, a.btn--black::before, a.btn--sea-green::before, a.btn--endeavour::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
a.btn:hover, a.btn--black:hover, a.btn--sea-green:hover, a.btn--endeavour:hover {
  color: #fff;
}
a.btn--endeavour {
  border: 2px solid #065BA2;
}
a.btn--endeavour::before {
  background-color: #065BA2;
}
a.btn--endeavour:hover {
  border: 2px solid #065BA2;
}
a.btn--sea-green {
  border: 2px solid #259F46;
}
a.btn--sea-green::before {
  background-color: #259F46;
}
a.btn--sea-green:hover {
  border: 2px solid #259F46;
}
a.btn--black {
  border: 2px solid #333;
}
a.btn--black::before {
  background-color: #333;
}
a.btn--black:hover {
  border: 2px solid #333;
}
a.btn:hover::before, a.btn--endeavour:hover::before, a.btn--sea-green:hover::before, a.btn--black:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
a.btn .arrow--to-right::after, a.btn--endeavour .arrow--to-right::after, a.btn--sea-green .arrow--to-right::after, a.btn--black .arrow--to-right::after {
  content: "";
  display: inline-block;
  -webkit-mask-image: url(../img/arrow-black.svg);
          mask-image: url(../img/arrow-black.svg);
  background-repeat: no-repeat;
  padding: 16px 16px 0px 50px;
  -webkit-mask-position: left 16px center;
          mask-position: left 16px center;
  vertical-align: middle;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #333;
}
a.btn:hover .arrow--to-right::after, a.btn--endeavour:hover .arrow--to-right::after, a.btn--sea-green:hover .arrow--to-right::after, a.btn--black:hover .arrow--to-right::after {
  background-color: #fff;
}
a.btn .arrow--to-left::before, a.btn--endeavour .arrow--to-left::before, a.btn--sea-green .arrow--to-left::before, a.btn--black .arrow--to-left::before {
  content: "";
  display: inline-block;
  background-image: url(../img/arrow-black.svg);
  background-repeat: no-repeat;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  padding: 16px 16px 0px 50px;
  background-position: left 16px center;
  vertical-align: middle;
}
a.btn:hover .arrow--to-left::before, a.btn--endeavour:hover .arrow--to-left::before, a.btn--sea-green:hover .arrow--to-left::before, a.btn--black:hover .arrow--to-left::before {
  content: "";
  display: inline-block;
  background-image: url(../img/arrow-white.svg);
  background-repeat: no-repeat;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/**
 * 外部サイトボタン
 */
a.btn--external {
  display: block;
  text-align: center;
  text-decoration: none;
  max-width: 330px;
  width: 100%;
  padding: 1.2em;
  line-height: 1.5;
  border: 2px solid #333;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
a.btn--external::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
a.btn--external:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
a.btn--external:hover {
  border: 2px solid #333;
  color: #fff;
}
a.btn--external .to-external::after {
  content: "";
  display: inline-block;
  -webkit-mask-image: url(../img/external.svg);
          mask-image: url(../img/external.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  padding: 16px 0 0 50px;
  -webkit-mask-position: left 16px center;
          mask-position: left 16px center;
  vertical-align: middle;
  background-color: #333;
}
a.btn--external:hover .to-external::after {
  background-color: #fff;
}

/**
 * 送信ボタン
 */
.btn--transmit {
  display: block;
  text-align: center;
  text-decoration: none;
  max-width: 330px;
  width: 100%;
  padding: 1.2em;
  line-height: 1.5;
  border: 2px solid #065BA2;
  background-color: #065BA2;
  color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn--transmit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.btn--transmit:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.btn--transmit:hover {
  border: 2px solid #065BA2;
  color: #333;
}
.btn--transmit input {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 3;
  opacity: 0;
}
.btn--transmit .button__submit {
  display: block;
  height: 100%;
  position: relative;
  z-index: 2;
  text-align: center;
}
.btn--transmit .button__submit::after {
  content: "";
  display: inline-block;
  -webkit-mask-image: url(../img/arrow-black.svg);
          mask-image: url(../img/arrow-black.svg);
  background-repeat: no-repeat;
  padding: 16px 16px 0px 50px;
  -webkit-mask-position: left 16px center;
          mask-position: left 16px center;
  vertical-align: middle;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
}
.btn--transmit:hover .button__submit::after {
  background-color: #333;
}

/**
 * 矢印ボタン
 */
.arrow-button,
.arrow-button--short,
.arrow-button--short--to-left,
.arrow-button--short-green,
.arrow-button--short-gray
{
  display: block;
  width: 12rem;
  text-align: center;
}
.arrow-button::after,
.arrow-button--short::after,
.arrow-button--short--to-left::after,
.arrow-button--short-green::after,
.arrow-button--short-gray::after
{
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  -webkit-mask-image: url(../img/arrow-long.svg);
          mask-image: url(../img/arrow-long.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  stroke-width: 4px;
  background-color: #333;
}
.arrow-button:hover,
.arrow-button--short:hover,
.arrow-button--short--to-left:hover,
.arrow-button--short-green:hover,
.arrow-button--short-gray:hover
{
  color: #065BA2;
  -webkit-transition: all 0.2s 0s ease-in;
  transition: all 0.2s 0s ease-in;
}
.arrow-button:hover::after,
.arrow-button--short:hover::after,
.arrow-button--short--to-left:hover::after,
.arrow-button--short-green:hover::after,
.arrow-button--short-gray:hover::after
{
  background-color: #065BA2;
}
.arrow-button--short,
.arrow-button--short--to-left,
.arrow-button--short-green,
.arrow-button--short-gray
{
  width: 8rem;
}
.arrow-button--short::after,
.arrow-button--short--to-left::after,
.arrow-button--short-green::after,
.arrow-button--short-gray::after
{
  background-image: url(../img/arrow-short.svg);
}
.arrow-button--short-green:hover {
  color: #259F46;
}
.arrow-button--short-green:hover::after {
  background-color: #259F46;
}
.arrow-button--short-gray:hover {
  color: #b9babb;
}
.arrow-button--short-gray:hover::after {
  background-color: #b9babb;
}
.arrow-button--short--to-left::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/**
 * ローディング画面
 */
.loader-bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

.loader {
  width: 12vw;
  height: 12vw;
}

@media screen and (max-width: 768px) {
  .loader {
    width: 32vw;
    height: 32vw;
  }
}
.header {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 999;
}
.header__inner {
  position: static;
  width: 100%;
  height: initial;
}

.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); /* 上に消えるようにする */
}

@media screen and (min-width: 960px) {
  .header {
    height: 96px;
    width: 100%;
  }
  .header__inner {
    position: relative;
    height: 96px;
  }
}
/* ヘッダーのロゴ部分 */
.header__title {
  position: absolute;
  width: 200px;
  left: 1rem;
  top: 20px;
}
.header__title:hover {
  opacity: 0.8;
}

@media screen and (min-width: 960px) {
  .header__title {
    position: absolute;
    width: 240px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
.header__title img {
  display: block;
  width: 100%;
  height: 100%;
}

/* ヘッダーのナビ部分 */
.header__nav {
  position: absolute;
  right: 0;
  width: 100%;
  -webkit-transform: translateX(120%);
          transform: translateX(120%);
  background-color: #F0F2F4;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  padding: 40px 32px;
  margin: 0 auto;
}

.header__nav.active{
  height: 100vh;
  height: 100dvh;
  padding-bottom: 100px;
  overflow-y: scroll;
}

@media screen and (max-width: 959px) {
  .header__nav {
	top: 70px;
  }
}
@media screen and (min-width: 960px) {
  .header__nav {
    position: absolute;
    -webkit-transform: initial;
            transform: initial;
    background-color: inherit;
    display: block;
    right: 0;
    bottom: 0;
    width: 70%;
    padding: 0;
  }
}
.nav__items {
  margin: auto;
}

@media screen and (min-width: 960px) {
  .nav__items {
    margin: initial;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: initial;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.nav-items__item {
  cursor: pointer;
  position: relative;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-items__item .menu {
  font-weight: 700;
  margin-bottom: 24px;
}
.menu:hover , .dropdown__list:hover{
  opacity: 0.6;
  -webkit-transition: all 0.2s 0s ease-in;
  transition: all 0.2s 0s ease-in;
}

@media screen and (min-width: 960px) {
  .nav-items__item:before {
    position: absolute;
    content: "";
    bottom: -1px;
    right: 0;
    width: 100%;
    height: 3px;
    background: #065BA2;
    opacity: 0;
    z-index: 1;
	transition: 0.5s;
  }
  .nav-items__item:hover:before {
    opacity: 1;
  }
  .menu:hover , .dropdown__list:hover{
	opacity: 1;
	-webkit-transition: all 0s 0s ease-in;
    transition: all 0s 0s ease-in;
  }
}
/* ナビのリンク */
.nav-items__item a {
  color: #333;
  width: 100%;
  display: block;
  text-align: left;
  margin-bottom: 24px;
}

@media screen and (min-width: 960px) {
  .nav-items__item a {
    margin-bottom: 0;
	transition: 0.5s;
  }
  .nav-items__item a:hover {
    color: #065BA2;
  }
  .nav-items__item .menu {
	margin-bottom: 0.5rem;
	transition: 0.5s;
  }
  .nav-items__item .menu:hover {
	color: #065BA2;
	opacity: 1;
  }
}
@media screen and (min-width: 960px) {
  .nav__menu::after {
    content: "";
    background-image: url(../img/arrow-down.svg);
    display: inline-block;
    background-repeat: no-repeat;
    padding: 14px 4px 4px 16px;
    background-position: center;
    vertical-align: middle;
  }
  .nav__menu:hover::after {
    background-image: url(../img/arrow-down-endeavour.svg);
  }
}
/* ドロップダウンメニュー */
.dropdown__content ::before {
  content: "- ";
}

@media screen and (min-width: 960px) {
  .dropdown__lists {
    visibility: hidden;/*デフォルトでは非表示の状態にしておく*/
    opacity: 0;/*不透明度0*/
    transition: all .3s;/*表示の変化を0.3秒に指定*/
    width: 240px;
    position: absolute;
    top: 39px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 14px;
  }
  .nav-items__item:hover .dropdown__lists {
    visibility: visible;/*Gナビメニューにホバーしたら表示*/
    opacity: 1;/*不透明度1*/
  }
  .dropdown__list {
    background-color: rgba(255, 255, 255, 0.9);
	  border-bottom: solid 1px rgba(51, 51, 51, 0.1);
    width: 100%;
    padding: 10px 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .dropdown__list:hover a {
    color: #065BA2;
  }
}

.header__instagram {
  background-image: url(../img/Instagram_Glyph_Gradient_RGB.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  right: 4rem;
  top: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

/* ハンバーガーメニュー */
.header__hamburger {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 1rem;
  top: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}

@media screen and (min-width: 960px) {
  .header__sp {
    display: none;
  }
}
/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #333;
  border-width: 1px;
  position: relative;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* headerの使用ボタン */
.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 959px) {
  .button-wrapper {
    display: none;
  }
}
.button-wrapper-tb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/**
 * ヘッダーボタン
 */
a.header__btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 210px;
  padding: 0.5rem;
  margin-left: 0.5em;
  border: 2px solid #259F46;
  background-color: #259F46;
  -webkit-box-shadow: 0px 2px 4px rgba(51, 51, 51, 0.25);
          box-shadow: 0px 2px 4px rgba(51, 51, 51, 0.25);
  color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
a.header__btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
a.header__btn:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
a.header__btn:hover {
  color: #259F46;
}
.button-wrapper-tb a.header__btn {
  width: 50%;
  margin: 0 0 1rem 0;
}
@media screen and (max-width: 768px) {
	.button-wrapper-tb a.header__btn {
		width: 100%;
	}
}

/**
 * ヘッダーボタンSDGs
 */
a.header__btn--external {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 210px;
  margin-left: 0.5em;
  padding: 0.5rem;
  border: 2px solid #fff;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(51, 51, 51, 0.25);
          box-shadow: 0px 2px 4px rgba(51, 51, 51, 0.25);
  color: #333;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
a.header__btn--external::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F0F2F4;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
a.header__btn--external:hover::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
a.header__btn--external:hover {
  border: 2px solid #F0F2F4;
}
a.header__btn--external div::after {
  content: "";
  display: inline-block;
  background-image: url(../img/external.svg);
  background-repeat: no-repeat;
  padding: 16px 16px 0px 8px;
  background-position: center;
  vertical-align: middle;
}
/* SDGsロゴからインスタロゴへ変更・画像を追加する */
a.header__btn--external div::before {
  content: "";
  display: inline-block;
  background-image: url(../img/Instagram_Glyph_Gradient_RGB.svg);
  background-repeat: no-repeat;
  padding: 20px 16px 1px 20px;
  background-position: center;
  vertical-align: text-top;
}
.button-wrapper-tb a.header__btn--external {
  width: 50%;
  margin: 0 0 1rem 0;
}
@media screen and (max-width: 768px) {
	.button-wrapper-tb a.header__btn--external {
		width: 100%;
	}
}
@media screen and (min-width: 960px) {
  .button-wrapper-tb {
    display: none;
  }
}

.footer {
  background: #F0F2F4;
  padding: 64px 0 32px;
}
.footer__inner {
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__copyright {
  font-size: 0.4rem;
  text-align: center;
  margin-top: 64px;
}

/**
 * 関連情報
 */
.infomation {
  width: 40%;
  display: grid;
  row-gap: 40px;
}
.infomation__logo-wrapper {
  height: auto;
  width: 350px;
}
.infomation__sns--list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.infomation__sns--item {
  width: 50px;
  height: auto;
}
.infomation__sns--item:not(:last-child) {
  margin-right: 24px;
}
.infomation__tel-number {
  font-family: "Yu Mincho Demibold", "YuMincho Medium", "serif";
  color: #259F46;
  font-size: 2.4rem;
  line-height: 1.2;
}

/**
 * サイトマップ
 */
.sitemap {
  font-weight: 700;
  width: 40%;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.sitemap > .sitemap__item:not(:first-child) {
  margin-top: 1rem;
}
.sitemap__secondary .sitemap__item {
  font-weight: 400;
}
.sitemap__secondary .sitemap__item::before {
  content: "-";
  display: inline-block;
  margin-right: 8px;
}
.sitemap__link:hover {
  opacity: 0.6;
  -webkit-transition: all 0.2s 0s ease-in;
  transition: all 0.2s 0s ease-in;
}
.sitemap__tertiary {
  padding-left: 1rem;
}

@media screen and (max-width: 768px) {
  .footer {
    background: #F0F2F4;
    padding: 64px 0 32px;
  }
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__copyright {
    text-align: center;
    margin-top: 64px;
  }
  .infomation {
    width: 100%;
  }
  .infomation__logo-wrapper {
    width: 240px;
  }
  .infomation__company span {
    display: block;
  }
  .sitemap {
    width: 100%;
    margin-top: 40px;
  }
}
/**
 * 固定ページMV
 */
.mv {
  background-color: #fff;
}
.mv__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 300px;
}
.mv__titleArea {
  z-index: 99;
}
.mv__title span {
  background-color: #fff;
  line-height: 1.4;
}
.mv__subtitle {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.2;
  background-image: -webkit-gradient(linear, left top, right top, from(hsl(207, 93%, 33%)), color-stop(50%, hsl(189, 100%, 31%)), to(hsl(136, 62%, 38%)));
  background-image: -webkit-linear-gradient(left, hsl(207, 93%, 33%) 0%, hsl(189, 100%, 31%) 50%, hsl(136, 62%, 38%) 100%);
  background-image: linear-gradient(90deg, hsl(207, 93%, 33%) 0%, hsl(189, 100%, 31%) 50%, hsl(136, 62%, 38%) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mv__img-wrapper {
  position: absolute;
  top: 96px;
  right: 0;
  height: 300px;
  width: 60vw;
}
.mv__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.mv__contact.mv__img {
  -o-object-position: left bottom;
     object-position: left bottom;
}

@media screen and (max-width: 959px) {
  .mv__inner {
    height: 160px;
  }
  .mv__title {
    font-size: 2.4rem;
  }
  .mv__subtitle {
    font-size: 3rem;
  }
  .mv__img-wrapper {
    top: 70px;
    height: 160px;
    width: 70vw;
  }
}
/**
 * カテゴリ表示
 */
/**
 * タグ表示
 */
/**
 * カテゴリタブ表示
 */
.category-tabs, .category-tabs--blog {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.category-tabs--blog {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem 2.4rem;
}
.category-tabs__icon::before {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  -webkit-mask-image: url(../img/triangle.png);
          mask-image: url(../img/triangle.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: rgba(130, 129, 129, 0.6);
  -webkit-mask-position: bottom;
          mask-position: bottom;
  margin-right: 4px;
}
.category-tabs__item, .category-tabs__item--blog, .category-tabs__item--sea-green {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  color: rgba(130, 129, 129, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 0.4rem;
}
.category-tabs__item:hover, .category-tabs__item--blog:hover, .category-tabs__item--sea-green:hover {
  color: #065BA2;
  -webkit-transition: all 0.2s 0s ease-in;
  transition: all 0.2s 0s ease-in;
}
.category-tabs__item:hover .category-tabs__icon::before, .category-tabs__item--blog:hover .category-tabs__icon::before, .category-tabs__item--sea-green:hover .category-tabs__icon::before {
  background-color: #065BA2;
}
.category-tabs__item a, .category-tabs__item--blog a, .category-tabs__item--sea-green a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.category-tabs__item a.active, .category-tabs__item--blog a.active, .category-tabs__item--sea-green a.active {
  text-decoration: underline;
  text-underline-offset: 0.3ex;
  color: #065BA2;
}
.category-tabs__item a.active .category-tabs__icon::before, .category-tabs__item--blog a.active .category-tabs__icon::before, .category-tabs__item--sea-green a.active .category-tabs__icon::before {
  background-color: #065BA2;
}
.category-tabs__item--sea-green:hover {
  color: #259F46;
  -webkit-transition: all 0.2s 0s ease-in;
  transition: all 0.2s 0s ease-in;
}
.category-tabs__item--sea-green:hover .category-tabs__icon::before {
  background-color: #259F46;
}
.category-tabs__item--blog {
  font-size: 1.6rem;
}

/**
 * 投稿一覧用
 */
.posts {
  margin: 3rem 0;
}
.posts__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.posts__item {
  float: left;
  width: calc(33.3333333333% - 1.3333333333rem);
  margin-left: 2rem;
  margin-bottom: 3.2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #F0F2F4;
}
.posts__item:nth-child(3n+1) {
  margin-left: 0;
}
.posts__item:hover .posts__img-wrapper img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.2s 0s ease-in;
  transition: all 0.2s 0s ease-in;
}
.posts__item:hover .posts__title, .posts__item:hover .posts__date {
  opacity: 0.6;
  -webkit-transition: all 0.2s 0s ease-in;
  transition: all 0.2s 0s ease-in;
}
.posts__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.posts__img-wrapper {
  overflow: hidden;
  width: 100%;
  margin: 0;
  aspect-ratio: 1.618/1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.posts__img-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.posts__text-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem;
}
.posts__text-area .post__category-item:hover, .posts__text-area .post__tag-item:hover {
  pointer-events: none;
}
.posts__title {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.4;
}
.posts__date {
  line-height: 1.2;
  font-size: 0.8rem;
}
.posts__category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.4rem 0.8rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.posts__category-item {
  color: #828181;
  border: 1px solid #828181;
  background-color: #fff;
  border-radius: 1rem;
  font-size: 0.8rem;
  line-height: 1.6;
  padding: 0 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.posts__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.4rem 0.8rem;
}
.posts__tag-item {
  font-size: 0.8rem;
  line-height: 1.2;
}
.posts__tag-item::before {
  content: "#";
}

@media screen and (max-width: 768px) {
  .category-tabs__item, .category-tabs__item--sea-green, .category-tabs__item--blog {
    font-size: 1.6rem;
  }
  .category-tabs__item--blog {
    font-size: 1.2rem;
  }
  .posts__item {
    width: 100%;
    margin-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
  }
  .posts__item a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .posts__img-wrapper {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 40vw;
  }
  .posts__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .posts__date {
    display: none;
  }
}

/**
 * 投稿ページ用
 */
.post__keyvisual {
  width: 60%;
  aspect-ratio: 1.618/1;
  margin: 0 auto;
}
.post__keyvisual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.post__desc {
  margin: 2.4rem 0 3.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
.post__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2;
  position: relative;
}
.post__title::after {
  content: "";
  height: 5rem;
  width: 7rem;
  background-image: url(../img/section-heading.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.post__title--undlerline {
  color: #F0F2F4;
}
.post__labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.post__date {
  line-height: 1.2;
  font-size: 0.8rem;
}
.post__category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.4rem 0.8rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.post__category-item {
  color: #828181;
  border: 1px solid #828181;
  background-color: #fff;
  border-radius: 1rem;
  font-size: 0.8rem;
  line-height: 1.6;
  padding: 0 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.post__category-item:hover {
  color: #fff;
  background-color: #828181;
  -webkit-transition: all 0.2s 0s ease-in;
  transition: all 0.2s 0s ease-in;
}
.post__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.4rem 0.8rem;
}
.post__tag-item {
  font-size: 0.8rem;
  line-height: 1.2;
}
.post__tag-item::before {
  content: "#";
}
.post__tag-item:hover {
  opacity: 0.6;
  -webkit-transition: all 0.2s 0s ease-in;
  transition: all 0.2s 0s ease-in;
}

@media screen and (max-width: 768px) {
  .post__keyvisual {
    width: 100%;
  }
  .post__labels {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .post__title::after {
    height: 3rem;
    width: 4rem;
    top: 0;
    right: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .post__desc {
    margin: 1.6rem 0 2.4rem;
  }
}

/**
 * ページネーション（一覧用）
 */
.pagination {
  margin: 1rem auto 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination li a, .pagination li span {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-content: center;
  cursor: pointer;
}
.pagination li {
  background-color: #F0F2F4;
}
.pagination li span.dots {
  background-color: #fff;
}
.pagination li:has(span.current) {
  background-color: #065BA2;
}
.pagination li:has(span.current) span {
  color: #fff;
}
.pagination li a.page-numbers:hover {
  color: #fff;
  -webkit-transition: all 0.2s 0s ease-in;
  transition: all 0.2s 0s ease-in;
  background-color: #065BA2;
}
.pagination li.current {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  display: grid;
  place-content: center;
  cursor: pointer;
  background-color: #065BA2;
  color: #fff;
}

/**
 * ページャー（投稿ページ用）
 */
.pager {
  margin: 120px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-template-areas: "prev back next";
}
.pager__prev {
  grid-area: prev;
  justify-self: start;
}
.pager__back {
  grid-area: back;
  justify-self: center;
}
.pager__next {
  grid-area: next;
  justify-self: end;
}

@media screen and (max-width: 768px) {
  .pager {
    margin: 80px auto;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-template-areas: "prev next" "back back";
    grid-row-gap: 4rem;
  }
}
/**
 * 施工情報テーブル
 */
.works-info {
  width: 100%;
  max-width: 800px;
  margin: 4rem auto;
}
.works-info table, .works-info th, .works-info td {
  border: 1px solid #828181;
}
.works-info th, .works-info td {
  text-align: center;
  padding: 1rem;
}
.works-info th {
  color: #065BA2;
  background-color: #F0F2F4;
  white-space: nowrap;
}
/**
 * 代表挨拶
 */
.president__message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  padding: 0 64px;
}
.president__text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 70%;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
}
.president__img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.president__bg {
  width: 32vw;
  height: 28vw;
  background-image: url(../img/triangle.png);
  background-size: cover;
  position: absolute;
  bottom: -40px;
  right: -40px;
  z-index: -1;
}

/**
 * 経営理念
 */
.philosophy {
  height: auto;
  max-height: 430px;
  width: 100%;
  padding: 90px 0;
  position: relative;
}
.philosophy::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-image: url(../img/philosophy.jpg);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.philosophy__desc {
  color: #fff;
  padding: 0 64px;
  position: relative;
}
.philosophy__desc .section__heading {
  border-bottom: 1px solid;
  margin-bottom: 48px;
}
.philosophy__desc .section__heading--title {
  margin: 0;
}
.philosophy__desc::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-image: url(../img/triangle-trans.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -2rem;
  left: 0;
  z-index: -1;
}
.philosophy__text {
  font-size: 2.4rem;
  line-height: 1.4;
}

/**
 * 事業内容
 */
.companyBuisiness__wrapper:not(:first-child) {
  margin-top: 80px;
}
.companyBuisiness__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding-bottom: 8px;
  border-bottom: 2px solid;
}
.companyBuisiness__title {
  margin-left: 1rem;
}
.companyBuisiness__subtitle {
  font-size: 1.2rem;
}
.companyBuisiness__endeavour .companyBuisiness__heading {
  color: #065BA2;
}
.companyBuisiness__endeavour .companyBuisiness__desc {
  margin: 32px 0 0 1rem;
  padding-right: 20%;
  position: relative;
}
.companyBuisiness__endeavour .companyBuisiness__desc::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  -webkit-mask-image: url(../img/triangle-trans.png);
          mask-image: url(../img/triangle-trans.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #065BA2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.companyBuisiness__endeavour .companyBuisiness__desc::after {
  content: "01";
  font-family: "Yu Mincho Demibold", "YuMincho Medium", "serif";
  color: #F0F2F4;
  display: block;
  font-size: 16rem;
  line-height: 1;
  position: absolute;
  top: -2rem;
  right: 1rem;
  z-index: -1;
}
.companyBuisiness__sea-green .companyBuisiness__heading {
  color: #259F46;
}
.companyBuisiness__sea-green .companyBuisiness__desc {
  margin: 32px 0 0 1rem;
  padding-right: 20%;
  position: relative;
}
.companyBuisiness__sea-green .companyBuisiness__desc::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  -webkit-mask-image: url(../img/triangle-trans.png);
          mask-image: url(../img/triangle-trans.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #259F46;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.companyBuisiness__sea-green .companyBuisiness__desc::after {
  content: "02";
  font-family: "Yu Mincho Demibold", "YuMincho Medium", "serif";
  color: #F0F2F4;
  display: block;
  font-size: 16rem;
  line-height: 1;
  position: absolute;
  top: -2rem;
  right: 1rem;
  z-index: -1;
}
.companyBuisiness__gray .companyBuisiness__heading {
  color: #828181;
}
.companyBuisiness__gray .companyBuisiness__desc {
  margin: 32px 0 0 1rem;
  padding-right: 20%;
  position: relative;
}
.companyBuisiness__gray .companyBuisiness__desc::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  -webkit-mask-image: url(../img/triangle-trans.png);
          mask-image: url(../img/triangle-trans.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #828181;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.companyBuisiness__gray .companyBuisiness__desc::after {
  content: "03";
  font-family: "Yu Mincho Demibold", "YuMincho Medium", "serif";
  color: #F0F2F4;
  display: block;
  font-size: 16rem;
  line-height: 1;
  position: absolute;
  top: -2rem;
  right: 1rem;
  z-index: -1;
}

/**
 * 研修
 */
.training__wrapper {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, #065BA2), color-stop(10%, #fff));
  background: -webkit-linear-gradient(#065BA2 90%, #fff 10%);
  background: linear-gradient(#065BA2 90%, #fff 10%);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.training__desc {
  text-align: center;
  color: #fff;
  padding: 60px 1rem;
}
.training__point {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2rem;
}
.training__card {
  font-weight: 700;
  width: 300px;
  aspect-ratio: 1.618/1;
  background-color: #fff;
  -webkit-box-shadow: 1rem 1rem 0 0 rgba(51, 51, 51, 0.6);
          box-shadow: 1rem 1rem 0 0 rgba(51, 51, 51, 0.6);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.training__card--desc {
  padding: 3rem 1rem;
}
.training__card--subtitle {
  margin-top: 1rem;
}
.training__card--endeavour {
  position: relative;
}
.training__card--endeavour .training__card--title {
  color: #065BA2;
  font-size: 1.2rem;
}
.training__card--endeavour::after {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  -webkit-mask-image: url(../img/triangle.svg);
          mask-image: url(../img/triangle.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  background-color: #065BA2;
  position: absolute;
  bottom: 0;
  right: 0;
}
.training__card--sea-green {
  position: relative;
}
.training__card--sea-green .training__card--title {
  color: #259F46;
  font-size: 1.2rem;
}
.training__card--sea-green::after {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  -webkit-mask-image: url(../img/triangle.svg);
          mask-image: url(../img/triangle.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  background-color: #259F46;
  position: absolute;
  bottom: 0;
  right: 0;
}

/**
 * 会社概要
 */
.companyInfo__list {
  width: 100%;
  height: auto;
}
.companyInfo__item {
  width: 100%;
  height: auto;
  padding: 2rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #828181;
}
.companyInfo__item:first-child {
  border-top: 1px solid #828181;
}
.companyInfo__item--title {
  font-weight: 700;
  color: #065BA2;
  width: 30%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.companyInfo__item--text {
  width: 70%;
  padding-right: 2rem;
}

/**
 * 地図
 */
.map__wrapper {
  width: 100%;
  height: 360px;
  overflow: hidden;
  position: relative;
}
.map__wrapper:last-child {
  margin-top: 60px;
}
.map__tag {
  font-weight: 700;
  color: #fff;
  padding: 1rem 2rem;
  position: absolute;
  /* 130px + 11px + 11px */
  top: 152px; 
  left: 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.map__tag--endeavour {
  background-color: #065BA2;
}
.map__tag--sea-green {
  background-color: #259F46;
}
.map__frame {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .president {
    position: relative;
  }
  .president__message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .president__img {
    position: initial;
    padding: 0 4rem;
  }
  .president__bg {
    width: 100vw;
    height: 80vw;
    right: 0;
  }
  .philosophy {
    padding: 56px 0;
  }
  .philosophy__desc {
    padding: 0;
  }
  .philosophy__desc .section__heading {
    margin-bottom: 40px;
  }
  .philosophy__desc::before {
    top: -1rem;
    left: -1rem;
  }
  .philosophy__text {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .philosophy__text span {
    display: block;
  }
  .companyBuisiness__wrapper:not(:first-child) {
    margin-top: 60px;
  }
  .companyBuisiness__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .companyBuisiness__title {
    margin-left: 0;
  }
  .companyBuisiness__desc {
    margin-left: 0 !important;
    padding-right: 0 !important;
  }
  .companyBuisiness__desc::after {
    top: auto !important;
    right: 0 !important;
    bottom: -2rem;
  }
  .companyInfo__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem;
    gap: 8px;
  }
  .companyInfo__item--title {
    width: 100%;
	text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .companyInfo__item--text {
    width: 100%;
    padding: 0;
  }
}

/**
 * TOP メインビジュアル
 */
.mainvisual {
  height: 85vh;
  position: relative;
  margin: 96px 0 100px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.mainvisual__bg {
  width: 90%;
  height: 90%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  z-index: 1;
}
.mainvisual__slider {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mainvisual .slick-track {
  height: 100%;
}
.mainvisual .slick-list {
  height: 100%;
}
.mainvisual .slider-item {
  width: 100%;
  height: 100%;
  position: relative;
}
.mainvisual .slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv-top img {
  -o-object-position: top;
     object-position: top;
}
.mainvisual .text-block {
  width: 100%;
  position: absolute;
  top: -10%;
  left: -7.8%;
}
.mainvisual .text-black {
  width: auto;
  top: 1%;
  left: 3%;
}
.mainvisual .text {
  text-align: left;
  line-height: 1.4;
  font-family: "Yu Mincho Demibold", "YuMincho Medium", "serif";
}
.mainvisual .sub-text {
  margin-top: 0.5rem;
  text-align: left;
  line-height: 1.6;
  font-family: "Arial";
  font-style: italic;
  font-size: clamp(0.875rem, 0.643rem + 0.952vw, 1.5rem);
}
.mainvisual .text-white .text {
  color: #fff;
  width: 100%;
}
.mainvisual .text-white .sub-text {
  color: #fff;
  width: 100%;
}
.mainvisual .text-black .text {
  color: #333;
}
.mainvisual .slider-item__pc {
  display: block;
}
.mainvisual .slider-item__sp {
  display: none;
}
.mainvisual__mesh {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/main__mesh.png);
  width: 100%;
  height: 100%;
}
.container__pc {
	display: block;
}
.container__sp {
	display: none;
}
.mainvisual__topic {
  position: absolute;
  right: 3%;
  bottom: 10px;
  background: #fff;
  opacity: 0.95;
  -webkit-box-shadow: 0px 2px 4px rgba(130, 129, 129, 0.6);
          box-shadow: 0px 2px 4px rgba(130, 129, 129, 0.6);
}
.mainvisual__topic-inner {
  padding: 0.3rem 2em;
  width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mainvisual__title {
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 1;
}
.mainvisual__title::after {
  content: "";
  height: 1.5rem;
  width: 2.4rem;
  background-image: url(../img/section-heading.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.mainvisual__deta {
  color: #065BA2;
  padding-right: 1rem;
}
.news_text {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.news_text > a {
  display: inline-block;
  animation : text_scroll 12s linear infinite;
  -webkit-animation: text_scroll 12s linear infinite;
          animation: text_scroll 12s linear infinite;
  white-space : nowrap;
  padding-left:100%;
}
@keyframes text_scroll{
  0% { transform: translateX(0)}
  100% { transform: translateX(-100%)}
}

@media screen and (max-width: 768px) {
  .mainvisual {
    margin: 70px 0 27px;
	height: 55vh;
  }
  .mainvisual h1 {
    bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    letter-spacing: 0.5rem;
  }
  .container__pc {
	display: none;
  }
  .container__sp {
	display: block;
	max-width: 1180px;
    margin: 0 auto;
    padding: 0 16px;
  }
  .mainvisual__topic {
    position: static;
  }
  .mainvisual__topic-inner {
    width: 100%;
	margin-bottom: 30px;
  }
  .mainvisual .slider-item {
    height: 50vh;
  }
  .mainvisual .slider-item__pc {
    display: none;
  }
  .mainvisual .slider-item__sp {
    display: block;
  }
  .mainvisual .slider-item img {
    -o-object-position: 10% 50%;
       object-position: 10% 50%;
  }
}

/**
 * TOP 内田孔建設について
 */
.about {
  text-align: center;
}
.about .section__heading h2 {
  z-index: 1;
}
.about__background {
  position: relative;
}
.about .bg {
  position: absolute;
  top: -50px;
  left: 150px;
  color: #F0F2F4;
}
.about__img {
  position: absolute;
  top: 250px;
  right: 50px;
  width: 217px;
  height: 197px;
  background: url(../img/about-bg.jpg);
}
.about h4 {
  color: #065BA2;
  text-shadow: 0px 0px 0px #065BA2;
  letter-spacing: 0.15em;
  line-height: 1.75;
}
.about__text {
  padding: 60px 0;
}
.about__button {
  height: 52px;
}
.about__button .arrow-button {
  margin: 0 auto;
  position: relative;
}
.about__message {
  position: relative;
  z-index: 3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about .bg {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 0px;
    left: 50%;
    color: #F0F2F4;
  }
  .about__img {
    right: 0;
    top: 270px;
  }
  .about h4 {
    display: grid;
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-stretch: ultra-condensed;
  }
  .about__text {
    padding: 32px 0;
  }
}

/**
 * TOP 事業内容
 */
.services__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: flex-start;
  gap: 3rem;
}
.services__inner {
  position: relative;
  overflow: hidden;
}
.services__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: left;
     object-position: left;
}
.services__img--left {
  position: absolute;
  top: 12%;
  left: 0;
  width: 49vw;
  height: 550px;
  z-index: -11;
}
.services__img--cover {
  position: absolute;
  top: 0;
  left: 0;
}
.services__img--right {
  position: absolute;
  bottom: 7%;
  right: 0;
  width: 49vw;
  height: 550px;
  z-index: -11;
}
@media (min-width: 769px) {
  .services__img--sp {
    display: none;
  }
}
.services .bg {
  position: relative;
  line-height: 0.8;
}
.services .bg p {
  position: absolute;
  bottom: 0;
  right: 0;
}
.services__content {
  height: 580px;
  width: 30%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  gap: 10px;
  overflow: hidden;
}
.services__public {
  margin-top: 30px;
}
.services__landscaping {
  margin-top: 60px;
}
.services__text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.services__caption {
  margin: 0 auto;
  z-index: -10;
}
.services__caption--architecture {
  -webkit-filter: drop-shadow(8px 8px 0px rgba(6, 91, 162, 0.5));
          filter: drop-shadow(8px 8px 0px rgba(6, 91, 162, 0.5));
}
.services__caption--public {
  -webkit-filter: drop-shadow(8px 8px 0px rgba(37, 159, 70, 0.5));
          filter: drop-shadow(8px 8px 0px rgba(37, 159, 70, 0.5));
}
.services__caption--landscaping {
  -webkit-filter: drop-shadow(8px 8px 0px rgba(130, 129, 129, 0.5));
          filter: drop-shadow(8px 8px 0px rgba(130, 129, 129, 0.5));
}
.services__caption img {
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.service__title--sub {
  padding-bottom: 24px;
}
.services__title {
  position: absolute;
  top: 32px;
  text-shadow: 0px 0px 0px #333;
}
.services__link {
  margin: 0 auto;
}
/* .services__desc {
  position: absolute;
  bottom: 65px;
} */
/* .services__link {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
} */
.services__architecture:hover h3 {
  color: #065BA2;
}
.services__architecture:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.services__public:hover h3 {
  color: #259F46;
}
.services__public:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.services__landscaping:hover h3 {
  color: #828181;
}
.services__landscaping:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .services .section__heading {
    margin: 15% 0 7%;
  }
  .services .section__heading--title {
    margin-right: 5%;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
  }
  .services .section__heading--title::after {
    top: 70%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
  .services__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .services__content {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  .services__public {
    margin: 0 auto;
  }
  .services__landscaping {
    margin: 0 0 40px;
  }
  .services__text {
    justify-content: flex-start
  }
  .services__caption {
    /* top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%); */
    margin: 0 auto;
    max-width: 430px;
    width: 100%;
  }
  .services__caption img {
    width: 100%;
  }
  .service__title--sub {
    position: absolute;
  }
  .services__img--left, .services__img--cover, .services__img--right {
    display: none;
  }
  .services__img--sp {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -12;
    width: 100vw;
  }
}

/**
 * TOP ブログ
 */
.blogs {
  position: relative;
}
.blogs .section__heading {
  padding-top: 24px;
}
.blogs .section__heading--title {
  margin: 0;
}
.blogs__background {
  position: absolute;
  background: url(../img/top-blogs.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -2;
}
.blogs .container {
  position: relative;
}
.blogs .container .bg {
  position: absolute;
  top: 0;
  left: 10%;
  z-index: -2;
}
.blogs__button .arrow-button {
  margin: 0 auto;
  padding-bottom: 16px;
}

/**
 * TOP 採用
 */
.recruit {
  position: relative;
}
.recruit .bg {
  position: relative;
  line-height: 0.8;
  z-index: -2;
}
.recruit__inner {
  position: relative;
  overflow: hidden;
}
.recruit .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 480px;
}
.recruit__img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 480px;
  width: 99vw;
}
.recruit__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.recruit .section__heading {
  z-index: 0;
}
.recruit .section__heading--title {
  margin: 0;
}
.recruit__desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.recruit__message {
  width: 70%;
}
.recruit__message h4 {
  color: #065BA2;
  text-shadow: 0px 0px 0px #065BA2;
  letter-spacing: 0.15em;
  line-height: 1.75;
}
.recruit__text {
  padding: 40px 0;
  width: 90%;
}
.recruit__link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit__link .btn--endeavour {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .recruit .bg p {
    position: absolute;
    bottom: -115px;
    right: 0;
  }
  .recruit__message, .recruit__link, .recruit__text {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .recruit .container {
    height: 580px;
  }
  .recruit__img-wrapper {
    height: 270px;
    top: 20%;
  }
  .recruit__text {
    padding: 20px 0 40px;
  }
}

/**
 * TOP お問い合わせ
 */
.inquiry__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.inquiry__content {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  height: 313px;
}
.inquiry__contact, .inquiry__request {
  width: 100%;
  height: 313px;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.inquiry__contact {
  background-image: url(../img/top-contect.jpg);
}
.inquiry__request {
  background-image: url(../img/top-request.jpg);
}
.inquiry__request .sub-bold {
  padding: 2rem 0;
}
.inquiry__content-inner {
  height: 180px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.inquiry .tel {
  font-weight: 700;
  font-size: clamp(2rem, 1.814rem + 0.762vw, 2.5rem);
  font-family: "Yu Mincho Demibold", "YuMincho Medium", "serif";
  text-shadow: 0px 0px 0px #fff;
  line-height: 2;
}
.inquiry .btn--black {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inquiry__wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .inquiry__content, .inquiry__contact, .inquiry__request {
    height: 214px;
    width: 100%;
  }
  .inquiry__content .sub-bold, .inquiry__contact .sub-bold, .inquiry__request .sub-bold {
    padding: 0;
  }
  .inquiry__content-inner {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .inquiry .tel {
    line-height: 1;
  }
}

/**
 * TOP Instagram
 */
.instagram {
  text-align: center;
}
.instagram h2 img {
  width: 3rem;
}
.instagram__button {
  margin-top: 48px;
}
.instagram__button .btn--black {
  margin: 0 auto;
}
/**
 * Instagram feed カラムが崩れるのを防ぐ
 */
.instagram-media {
position: static !important;
}

/**
 * 特徴
 */
.feature__intro {
  text-align: center;
}
.feature__point, .feature__point--sea-green, .feature__point--endeavour, .feature__point--gray {
  margin: 10rem 0 16rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-row-gap: 3rem;
  position: relative;
}
.feature__point--left {
  grid-area: 1/1/2/4;
}
.feature__point--center {
  grid-area: 2/2/3/5;
}
.feature__point--right {
  grid-area: 3/3/4/6;
}
.feature__point::before, .feature__point--sea-green::before, .feature__point--endeavour::before, .feature__point--gray::before {
  content: "";
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  display: block;
  height: 44vw;
  width: 44vw;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  top: -4rem;
  right: 0;
  z-index: -1;
}
.feature__point::after, .feature__point--sea-green::after, .feature__point--endeavour::after, .feature__point--gray::after {
  content: "";
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  display: block;
  height: 44vw;
  width: 44vw;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  bottom: -4rem;
  left: 0;
  z-index: -1;
}
.feature__point--endeavour::before {
  background-image: url(../img/arch-feature1.jpg);
}
.feature__point--endeavour::after {
  background-image: url(../img/arch-feature2.jpg);
}
.feature__point--sea-green::before {
  background-image: url(../img/public-feature1.jpg);
}
.feature__point--sea-green::after {
  background-image: url(../img/public-feature2.png);
}
.feature__point--gray::before {
  background-image: url(../img/buisiness/landscaping-feature1.jpg);
}
.feature__point--gray::after {
  background-image: url(../img/buisiness/landscaping-feature2.png);
}
.feature__title--endeavour {
  color: #065BA2;
}
.feature__title--sea-green {
  color: #259F46;
}
.feature__title--gray {
  color: #828181;
}
.feature__desc, .feature__desc--sea-green, .feature__desc--endeavour, .feature__desc--gray {
  margin-top: 0.8rem;
  position: relative;
}
.feature__desc::before, .feature__desc--sea-green::before, .feature__desc--endeavour::before, .feature__desc--gray::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  -webkit-mask-image: url(../img/triangle-trans.png);
          mask-image: url(../img/triangle-trans.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
.feature__desc--endeavour::before {
  background-color: #065BA2;
}
.feature__desc--sea-green::before {
  background-color: #259F46;
}
.feature__desc--gray::before {
  background-color: #828181;
}
@media screen and (max-width: 768px) {
  .feature__point, .feature__point--endeavour, .feature__point--sea-green, .feature__point--gray {
    margin-bottom: 12rem;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.8);
    grid-template-columns: 1fr;
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
  }
  .feature__point--left {
    grid-area: 1/1/2/2;
  }
  .feature__point--center {
    grid-area: 2/1/3/2;
  }
  .feature__point--right {
    grid-area: 3/1/4/2;
  }
  .feature__point::before, .feature__point--endeavour::before, .feature__point--sea-green::before, .feature__point--gray::before {
    height: 90vw;
    width: 90vw;
  }
  .feature__point::after, .feature__point--endeavour::after, .feature__point--sea-green::after, .feature__point--gray::after {
    height: 90vw;
    width: 90vw;
  }
}
/**
* 3D測量
*/
.survey {
  background-color: #F0F2F4;
  padding: 4rem 0;
}
.survey__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
.survey__contents {
  -webkit-box-flex: 0;
      -webkit-flex: 0 1 40%;
          -ms-flex: 0 1 40%;
              flex: 0 1 40%;
}
.surver__img {
  -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
  position: relative;
}
.surver__img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  -webkit-filter: drop-shadow(4px 4px 4px rgba(130, 129, 129, 0.5));
          filter: drop-shadow(4px 4px 4px rgba(130, 129, 129, 0.5));
}

@media screen and (max-width: 768px) {
  .survey__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .survey__contents {
    width: 100%;
  }
  .surver__img {
    width: 100%;
  }
}
/**
 * 事業内容
 */
.buisiness__contents, .buisiness__contents--sea-green, .buisiness__contents--endeavour, .buisiness__contents--gray {
  padding: 4rem 0;
  position: relative;
}
.buisiness__contents::after, .buisiness__contents--sea-green::after, .buisiness__contents--endeavour::after, .buisiness__contents--gray::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background-size: cover;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.buisiness__contents--endeavour::after {
  background-image: url(../img/arch-buisiness-bg.jpg);
}
.buisiness__contents--sea-green::after {
  background-image: url(../img/public-buisiness-bg.jpg);
}
.buisiness__contents--gray::after {
  background-image: url(../img/landscaping-buisiness-bg.jpg);
}

/* タブ */
.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 2rem;
  overflow: scroll;
  -ms-overflow-style: none;
}
.tabs::-webkit-scrollbar {
  display: none;
}
.tabs__item {
  width: calc(14.2857142857% - 0.8571428571rem);
  min-width: 130px;
  cursor: pointer;
}
.tabs__item.is-active .tabs__icon, .tabs__item.is-active .tabs__icon--sea-green, .tabs__item.is-active .tabs__icon--endeavour, .tabs__item.is-active .tabs__icon--gray {
  -webkit-filter: none;
          filter: none;
}
.tabs__item.is-active .tabs__icon-wrapper--endeavour {
  background-color: #065BA2;
}
.tabs__item.is-active .tabs__icon-wrapper--sea-green {
  background-color: #259F46;
}
.tabs__item.is-active .tabs__icon-wrapper--gray {
  background-color: #828181;
}
.tabs__item.is-active .tabs__title::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background-image: url(../img/triangle.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: -1.6rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tabs__icon-wrapper, .tabs__icon-wrapper--sea-green, .tabs__icon-wrapper--endeavour, .tabs__icon-wrapper--gray {
  display: inline-block;
  background-color: #fff;
  width: 100%;
  height: 130px;
  display: grid;
  place-items: center;
}
.tabs__icon, .tabs__icon--sea-green, .tabs__icon--endeavour, .tabs__icon--gray {
  width: 60%;
  height: auto;
}
.tabs__icon--endeavour {
  -webkit-filter: invert(49%) sepia(12%) saturate(2177%) hue-rotate(165deg) brightness(94%) contrast(88%);
          filter: invert(49%) sepia(12%) saturate(2177%) hue-rotate(165deg) brightness(94%) contrast(88%);
}
.tabs__icon--sea-green {
  -webkit-filter: invert(48%) sepia(55%) saturate(5555%) hue-rotate(116deg) brightness(98%) contrast(71%);
          filter: invert(48%) sepia(55%) saturate(5555%) hue-rotate(116deg) brightness(98%) contrast(71%);
}
.tabs__icon--gray {
  -webkit-filter: invert(52%) sepia(5%) saturate(19%) hue-rotate(338deg) brightness(97%) contrast(85%);
          filter: invert(52%) sepia(5%) saturate(19%) hue-rotate(338deg) brightness(97%) contrast(85%);
}
.tabs__title {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  position: relative;
}

/* パネル */
.panels {
  margin-top: 1rem;
}
.panels__item {
  display: none;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1.6rem 120px;
}
.panels__item.is-show {
  display: block;
}
.panels__list {
  margin-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.4rem 1.6rem;
}
.panels__desc {
  margin-top: 1rem;
}
.panels__imgs {
  margin-top: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
}
.panels__img-wrapper {
  width: 30%;
  aspect-ratio: 1.618/1;
}
.panels__img-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.panels__button {
  margin-top: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .buisiness__contents, .buisiness__contents--endeavour, .buisiness__contents--sea-green, .buisiness__contents--gray {
    padding: 2rem 0;
  }
  .tabs {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .tabs__item {
    width: calc(33.3333333333% - 0.6666666667rem);
    min-width: 100px;
  }
  .tabs__item.is-active .tabs__title::after {
    width: 1.2rem;
    height: 1.2rem;
    bottom: -1.2rem;
  }
  .tabs__icon-wrapper, .tabs__icon-wrapper--endeavour, .tabs__icon-wrapper--sea-green, .tabs__icon-wrapper--gray {
    height: 100px;
  }
  .tabs__icon--gray {
    height: 70%;
  }
  .tabs__title {
    font-size: 1rem;
    font-weight: 700;
  }
  .panels {
    margin-top: 0;
  }
  .panels__item {
    padding: 2rem 1rem 4rem;
  }
  .panels__desc {
    margin-top: 1rem;
  }
  .panels__imgs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.6rem;
  }
  .panels__img-wrapper {
    width: 100%;
  }
}
/**
 * お問い合わせ
 */
.contact--all .section {
  margin: 48px 0;
}
.contact--all .section__heading {
  margin-bottom: 48px;
}
.contact--all .section:last-child {
  margin-bottom: 0;
}

.contact {
  z-index: 1;
}
.contact__message {
  text-align: center;
  padding: 0 16px;
}
.contact .container {
  background-color: #F0F2F4;
}
.contact__inner {
  max-width: 800px;
  margin: 48px auto;
  padding: 40px 0;
}
.contact .section__heading {
  position: relative;
  z-index: 1;
}
.contact__response {
  margin-bottom: 2.5rem;
  text-align: center;
}
.contact__item {
  margin-bottom: 2.5rem;
}
.contact__item .comment {
  text-align: center;
}
.contact__item a {
	color: #065BA2;
    cursor: pointer;
    text-decoration: underline;
}
.contact__label {
  display: block;
  margin-bottom: 1rem;
}
.contact__label .label_tag {
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  margin: 0 1rem;
  padding: 2px 4px;
  background-color: #065BA2;
}
.contact input[type=text], .contact input[type=email] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  padding: 1rem 0.5rem;
  font-size: clamp(0.875rem, 0.829rem + 0.19vw, 1rem);
  margin-bottom: 10px;
}
.contact input[type=text]:focus, .contact input[type=email]:focus {
  outline: #065BA2 2px solid;
}
.contact input[type=text]::-webkit-input-placeholder, .contact input[type=email]::-webkit-input-placeholder {
  color: #828181;
}
.contact input[type=text]::-moz-placeholder, .contact input[type=email]::-moz-placeholder {
  color: #828181;
}
.contact input[type=text]:-ms-input-placeholder, .contact input[type=email]:-ms-input-placeholder {
  color: #828181;
}
.contact input[type=text]::-ms-input-placeholder, .contact input[type=email]::-ms-input-placeholder {
  color: #828181;
}
.contact input[type=text]::placeholder, .contact input[type=email]::placeholder {
  color: #828181;
}
.contact textarea {
  width: 100%;
  height: 300px;
  background-color: #fff;
  padding: 0.5rem;
  letter-spacing: 0.06rem;
}
.contact textarea:focus {
  outline: #065BA2 2px solid;
}
.contact span.wpcf7-list-item {
  margin: 5px 0 0 0;
  display: block;
}
.contact input[type=radio]:checked {
  background-color: #065BA2; /* チェック後の中心の色 */
}
.contact .wpcf7-list-item-label {
  cursor: pointer;
}
.contact .btn--transmit {
  margin: 0 auto;
}
.contact input.wpcf7-submit {
  font: inherit;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact .section__heading--title span {
    display: block;
	text-align: center;
  }
}

div.wpcf7 .wpcf7-spinner {
  display: none !important;
}

form.sent .contact__item {
  display: none;
}

form.sent .btn--transmit {
  display: none;
}

form.sent .contact__item {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 0;
}

form.sent p {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  text-align: center;
}

/* reCAPTCHAの非表示設定 */
.grecaptcha-badge { 
	visibility: hidden; 
}

.tell .container {
  background-color: #F0F2F4;
  text-align: center;
}
.tell__inner {
  max-width: 800px;
  padding: 40px 16px;
}
.tell .section__heading {
  position: relative;
  z-index: 1;
}
.tell__number {
  margin-top: 48px;
  -webkit-text-decoration: underline 2px;
          text-decoration: underline 2px;
}
.tell__number:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../img/tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: baseline;
}

/**
 * こだわり
 */
.policy__intro {
  text-align: center;
}
.policy__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  margin-top: 80px;
}
.policy__item {
  padding: 6rem 1.6rem;
  background-color: #fff;
  position: relative;
}
.policy__item:nth-child(odd):not(:first-child) {
  margin-top: 1.6rem;
}
.policy__item:nth-child(odd) .policy__title, .policy__item:nth-child(odd) .policy__desc {
  margin: 0 0 0 auto;
}
.policy__item:nth-child(odd) .policy__desc {
  width: 70%;
}
.policy__item:nth-child(odd) .policy__img {
  top: -1rem;
  left: 0;
}
.policy__item:nth-child(odd) .policy__img img {
  -o-object-position: top left;
     object-position: top left;
}
.policy__item:nth-child(even) .policy__title, .policy__item:nth-child(even) .policy__desc {
  margin: 0 auto 0 0;
}
.policy__item:nth-child(even) .policy__desc {
  width: 60%;
}
.policy__item:nth-child(even) .policy__img {
  bottom: -1rem;
  right: 0;
}
.policy__item:nth-child(even) .policy__img img {
  -o-object-position: bottom right;
     object-position: bottom right;
}
.policy__item:nth-child(1) {
  position: relative;
}
.policy__item:nth-child(1)::after {
  content: "01";
  font-family: "Yu Mincho Demibold", "YuMincho Medium", "serif";
  color: rgba(37, 159, 70, 0.2);
  display: block;
  font-size: 14rem;
  line-height: 1;
  position: absolute;
  bottom: 1.6rem;
}
.policy__item:nth-child(1)::after {
  right: 1.6rem;
}
.policy__item:nth-child(2) {
  position: relative;
}
.policy__item:nth-child(2)::after {
  content: "02";
  font-family: "Yu Mincho Demibold", "YuMincho Medium", "serif";
  color: rgba(6, 91, 162, 0.2);
  display: block;
  font-size: 14rem;
  line-height: 1;
  position: absolute;
  bottom: 1.6rem;
}
.policy__item:nth-child(2)::after {
  left: 1.6rem;
}
.policy__item:nth-child(3) {
  position: relative;
}
.policy__item:nth-child(3)::after {
  content: "03";
  font-family: "Yu Mincho Demibold", "YuMincho Medium", "serif";
  color: rgba(37, 159, 70, 0.2);
  display: block;
  font-size: 14rem;
  line-height: 1;
  position: absolute;
  bottom: 1.6rem;
}
.policy__item:nth-child(3)::after {
  right: 1.6rem;
}
.policy__item:nth-child(4) {
  position: relative;
}
.policy__item:nth-child(4)::after {
  content: "04";
  font-family: "Yu Mincho Demibold", "YuMincho Medium", "serif";
  color: rgba(6, 91, 162, 0.2);
  display: block;
  font-size: 14rem;
  line-height: 1;
  position: absolute;
  bottom: 1.6rem;
}
.policy__item:nth-child(4)::after {
  left: 1.6rem;
}
.policy__text-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
  position: inherit;
  z-index: 99;
}
.policy__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.policy__img {
  position: absolute;
  width: 54%;
  height: 64%;
}
.policy__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 768px) {
  .policy__item:nth-child(odd) {
    padding-top: 10rem;
  }
  .policy__item:nth-child(even) {
    padding-bottom: 10rem;
  }
  .policy__item:nth-child(even)::after {
    bottom: 0;
    top: 1.6rem;
  }
  .policy__title {
    width: 100%;
  }
  .policy__desc {
    width: 100% !important;
  }
  .policy__img {
    position: absolute;
    width: 70%;
    height: 30%;
  }
}
/**
 * 取り組み
 */
.initiative__title {
  color: #065BA2;
  text-align: center;
}
.initiative__wrapper {
  margin-top: 4rem;
  background-color: #fff;
  padding: 3rem 1.6rem;
}
.initiative__subtitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.initiative__subtitle--logo {
  display: inline-block;
  height: 3rem;
  width: 3rem;
  background-image: url(../img/about/eco-action-logo.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/** ISO45001_2018 **/
.initiative__subtitle--logo_ISO45001_2018 {
  display: inline-block;
  height: 3rem;
  width: 3rem;
  background-image: url(../img/about/ISO45001_2018.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.initiative__content {
  margin-top: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.initiative__img {
  width: 48%;
  height: 20vw;
}
.initiative__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.initiative__text-area {
  width: 50%;
}
.initiative__desc {
  padding: 0 1rem;
}
.initiative__button {
  margin: 2.4rem auto 0;
}
.initiative .connection {
  margin: 4rem 0;
}
.initiative .connection .sub-bold {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .initiative__content {
    margin-top: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .initiative__img {
    width: 100%;
    height: 56vw;
  }
  .initiative__text-area {
    width: 100%;
  }
}
/**
 * 受賞歴
 */
.awards__content {
  padding: 4rem;
  background-color: #fff;
}
.awards__head {
  font-weight: 700;
  padding-left: 2rem;
}
.awards__list {
  padding: 2rem;
}
.awards__item {
  border-top: 1px solid #F0F2F4;
  padding: 2rem;
}
.awards__title {
  font-weight: 700;
}
.awards__text {
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .awards__content {
    padding: 2rem 1rem;
  }
  .awards__head {
    padding-left: 1rem;
  }
  .awards__list {
    padding: 2rem 1rem;
  }
  .awards__item {
    padding: 2rem 1rem;
  }
}
.concept__bg {
  position: relative;
}
.concept__img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 400px;
  width: 70vw;
}
.concept__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.concept .section__heading {
  text-align: center;
}
.concept p {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .concept__img-wrapper {
    height: 250px;
    width: 100vw;
  }
  .concept .section__heading--title span {
    display: block;
  }
  .concept .section__heading--title::after {
    top: 80%;
  }
}

.custom li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2%;
  margin-bottom: 32px;
}
.custom li p {
  margin: 1rem 0;
}
.custom__right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.custom__bloc {
  width: 60%;
}
.custom__photo {
  width: 50%;
}
.custom__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.custom__accordion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.6rem;
  margin-bottom: 100px;
}
.custom__item {
  width: calc((100% - 2rem) / 2);
}
@media screen and (max-width: 768px) {
	.custom__item {
		width: 100%;
	}
	.custom__photo {
		margin-bottom: 32px;
	}	
}
.custom__toggle {
  display: none;
}
.custom__label {
  position: relative;
  background: #F0F2F4;
  height: 7rem;
  padding-left: 50px;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom__label::before {
  content: "";
  position: absolute;
  background: url(../img/accordion.png);
  width: 74px;
  height: 57px;
  top: -2px;
  left: -4px;
}
.custom__label::after {
  content: "";
  background: url(../img/close.svg);
  width: 48px;
  height: 48px;
  background-position: center;
  position: absolute;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
.custom__label span {
  display: block;
}
.custom__sidebar {
  height: 0;
  opacity: 0;
  padding: 0 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  background: #F0F2F4;
}
.custom__sidebar img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-top: 16px;
}
.custom__sidebar iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.custom__toggle:checked + .custom__label::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.custom__toggle:checked + .custom__label + .custom__sidebar {
  height: auto;
  opacity: 1;
  padding: 16px 40px 32px;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .custom li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .custom__bloc {
    width: 100%;
  }
  .custom__bloc h3 {
    text-align: center;
  }
  .custom__bloc a {
    margin: 0 auto;
  }
  .custom__photo {
    width: 100%;
    height: 200px;
  }
  .custom__accordion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1rem;
    margin-top: 40px;
  }
  .custom__label::after {
    width: 30px;
    height: 30px;
    right: 32px;
  }
  .custom__toggle:checked + .custom__label + .custom__sidebar {
    padding: 8px 14px 32px;
  }
}

/**
 * お客様の声
 */
.interview__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
}
.interview__item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 48px;
}
.interview__photo {
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
}
.interview__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.interview__txt {
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.interview__txt p {
  margin: 5px 0;
}
.interview__txt a {
  text-align: right;
  text-decoration: underline;
  padding-right: 0.2rem;
}
.interview__txt a::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 0 0 0 8px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .interview__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
  }
  .interview__photo {
    height: 200px;
  }
}

/**
 * 施工事例コンテンツ
 */
.works {
  background-color: #F0F2F4;
  padding: 48px 0 20px;
}

/**
 * MV
 */
.custom-house-child-mv {
  width: 100%;
  height: 380px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-house-child-mv__titleArea {
  color: #fff;
  text-align: center;
}
.custom-house-child-mv__title {
  line-height: 1.4;
}
.custom-house-child-mv__title span {
  display: block;
}
.custom-house-child-mv__subtitle {
  font-size: 2.4rem;
  font-family: "Yu Mincho Demibold", "YuMincho Medium", "serif";
}
.custom-house-child-mv__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.custom-house-child-mv__img--wrapper {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .custom-house-child-mv {
    height: 196px;
  }
  .custom-house-child-mv__title {
    font-size: 2rem;
  }
  .custom-house-child-mv__subtitle {
    font-size: 1.6rem;
  }
}
/**
 * イントロ
 */
.custom-house-child-intro__logo {
  width: 200px;
  height: auto;
  margin: 0 auto;
}
.custom-house-child-intro__text {
  margin-top: 3rem;
  padding: 3rem 10rem;
  border: 1px solid #828181;
  text-align: center;
}
.line {
  text-decoration:underline;
}
.custom-house-child-intro__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3rem auto 0;
}

@media screen and (max-width: 768px) {
  .custom-house-child-intro.section {
    margin-top: 2rem;
  }
  .custom-house-child-intro__logo {
    max-width: 30vw;
  }
  .custom-house-child-intro__text {
    margin-top: 3rem;
    padding: 2rem 1rem;
  }
}
/**
 * about
 */
.custom-house-child-about {
  background-color: #F0F2F4;
  padding: 3rem 0;
}
.custom-house-child-about__text-area {
  width: 30vw;
  min-width: 680px;
  text-align: center;
  margin: 0 auto;
}
.custom-house-child-about__title {
  font-family: "Yu Mincho Demibold", "YuMincho Medium", "serif";
}
.custom-house-child-about__text {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .custom-house-child-about__text-area {
    width: 100%;
    min-width: 100%;
  }
}
/**
 * 特徴
 */
.custom-house-child-feature .section__heading--title {
  font-family: "Yu Mincho Demibold", "YuMincho Medium", "serif";
}
.custom-house-child-feature__summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  padding: 0 6px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.custom-house-child-feature__summary-item {
  font-family: "Yu Mincho Demibold", "YuMincho Medium", "serif";
  font-size: 1.2rem;
  width: calc((100% - 3.2rem) / 3);
  min-width: 340px;
  height: 6rem;
  display: grid;
  place-content: center;
  background-color: #F0F2F4;
  position: relative;
}
.custom-house-child-feature__summary-item::after {
  content: "";
  display: block;
  width: 6rem;
  height: 4rem;
  background-image: url(../img/custom-house-child/triangle-outline.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -6px;
  left: -6px;
}
.custom-house-child-feature__summary-item span {
  display: block;
}
.custom-house-child-feature__detail {
  margin-top: 5rem;
  display: grid;
  gap: 6rem;
}
.custom-house-child-feature__img-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  padding: 0 6px;
}
.custom-house-child-feature__img-wrapper {
  aspect-ratio: 1.618/1;
  width: calc((100% - 1rem) / 2);
  position: relative;
}
.custom-house-child-feature__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-house-child-feature__img-wrapper:first-child::before {
  content: "";
  display: block;
  width: 8rem;
  height: 6rem;
  background-image: url(../img/custom-house-child/triangle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -6px;
  left: -6px;
  z-index: -1;
}
.custom-house-child-feature__img-wrapper:not(:first-child)::before {
  content: "";
  display: block;
  width: 8rem;
  height: 6rem;
  background-image: url(../img/custom-house-child/triangle-outline.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -6px;
  bottom: -6px;
  z-index: -1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.custom-house-child-feature__text-area {
  margin-top: 2rem;
}
.custom-house-child-feature__title {
  text-align: center;
}
.custom-house-child-feature__text {
  margin-top: 1.6rem;
}

@media screen and (max-width: 768px) {
  .custom-house-child-feature__summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .custom-house-child-feature__summary-item {
    width: 100%;
    padding: 1.6rem 0;
  }
  .custom-house-child-feature__img-list {
    gap: 1rem;
  }
  .custom-house-child-feature__img-wrapper {
    max-height: 240px;
  }
}
/**
 * ファサードプラン
 */
.custom-house-child-facade {
  padding: 4rem 0;
  position: relative;
}
.custom-house-child-facade::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F0F2F4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -99;
}
.custom-house-child-facade__list {
  display: grid;
  gap: 3rem;
}
.custom-house-child-facade__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-house-child-facade__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.custom-house-child-facade__img-wrapper {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 50%;
  height: 240px;
}
.custom-house-child-facade__img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.custom-house-child-facade__title {
  font-weight: 700;
  font-size: 1.4rem;
}
.custom-house-child-facade__text {
  margin-top: 1.2rem;
}

@media screen and (max-width: 768px) {
  .custom-house-child-facade__list {
    gap: 3.6rem;
  }
  .custom-house-child-facade__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .custom-house-child-facade__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .custom-house-child-facade__img-wrapper {
    width: 100%;
    height: 160px;
  }
  .custom-house-child-facade__title {
    font-size: 1.2rem;
    margin-top: 1rem;
    text-align: center;
  }
  .custom-house-child-facade__text {
    margin-top: 8px;
  }
}
.pagetop {
  position: fixed;
  bottom: -100px; /* ページの下に隠しておく */
  right: 50px;
  -webkit-transition: bottom 0.5s ease-out;
  transition: bottom 0.5s ease-out; /* transitionプロパティに変更を加える */
}
.pagetop__hover {
  -webkit-transition: 1s;
  transition: 1s;
}
.pagetop__hover:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.pagetop__wrap {
  background: url(../img/page-top-g.svg);
  width: 60px;
  height: 80px;
  background-repeat: no-repeat;
  -webkit-transition: 1s;
  transition: 1s;
}
.pagetop__wrap.normal {
  background: url(../img/page-top-g.svg);
  -webkit-transition: 1s;
  transition: 1s;
  width: 60px;
  height: 80px;
  background-repeat: no-repeat;
}
.pagetop__wrap.blue {
  background: url(../img/page-top-b.svg);
  -webkit-transition: 1s;
  transition: 1s;
  width: 60px;
  height: 80px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .pagetop {
    right: 20px;
  }
}

/**
 * 新着情報・関連情報
 */
/**
 * カテゴリ表示
 */
/**
 * タグ表示
 */
.topics ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.topics__item {
  float: left;
  width: calc(33.3333333333% - 1.3333333333rem);
  margin-left: 1rem;
  margin-bottom: 48px;
}
.topics__item:first-child {
  margin-left: 0;
}
.topics__item:hover .topics__img-wrapper img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.2s 0s ease-in;
  transition: all 0.2s 0s ease-in;
}
.topics__item:hover .topics__title, .topics__item:hover .topics__date {
  opacity: 0.6;
  -webkit-transition: all 0.2s 0s ease-in;
  transition: all 0.2s 0s ease-in;
}
.topics__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.topics__img-wrapper {
  overflow: hidden;
  width: 100%;
  margin: 0;
  aspect-ratio: 1.618/1;
}
.topics__img-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.topics__text-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem;
}
.topics__text-area .topic__category-item:hover, .topics__text-area .topic__tag-item:hover {
  pointer-events: none;
}
.topics__title {
  font-weight: 700;
  line-height: 1.4;
}
.topics__date {
  line-height: 1.2;
  font-size: 0.8rem;
}
.topics__category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.8rem;
}
.topics__category-item {
  color: #828181;
  border: 1px solid #828181;
  background-color: #fff;
  border-radius: 1rem;
  font-size: 0.8rem;
  line-height: 1.6;
  padding: 0 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.topics__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.8rem;
}
.topics__tag-item {
  font-size: 0.8rem;
  line-height: 1.2;
}
.topics__tag-item::before {
  content: "#";
}

@media screen and (max-width: 768px) {
  .topics ul {
    overflow: scroll;
  }
  .topics ul::-webkit-scrollbar {
    display: none;
  }
  .topics__item {
    width: 100%;
    margin-left: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.6rem;
  }
  .topics__img-wrapper {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 40vw;
  }
  .topics__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
/**
* 新規情報・関連情報　詳細
*/
.topic__keyvisual {
  width: 60%;
  aspect-ratio: 1.618/1;
  margin: 0 auto;
}
.topic__keyvisual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.topic__desc {
  margin: 2.4rem 0 3.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
.topic__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.2;
  position: relative;
}
.topic__title::after {
  content: "";
  height: 5rem;
  width: 7rem;
  background-image: url(../img/section-heading.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.topic__title--undlerline {
  color: #F0F2F4;
}
.topic__labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.topic__date {
  line-height: 1.2;
  font-size: 0.8rem;
}
.topic__category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.8rem;
}
.topic__category-item {
  color: #828181;
  border: 1px solid #828181;
  background-color: #fff;
  border-radius: 1rem;
  font-size: 0.8rem;
  line-height: 1.6;
  padding: 0 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.topic__category-item:hover {
  color: #fff;
  background-color: #828181;
  -webkit-transition: all 0.2s 0s ease-in;
  transition: all 0.2s 0s ease-in;
}
.topic__tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.8rem;
}
.topic__tag-item {
  font-size: 0.8rem;
  line-height: 1.2;
}
.topic__tag-item::before {
  content: "#";
}
.topic__tag-item:hover {
  opacity: 0.6;
  -webkit-transition: all 0.2s 0s ease-in;
  transition: all 0.2s 0s ease-in;
}

@media screen and (max-width: 768px) {
  .topic__keyvisual {
    width: 100%;
  }
  .topic__title::after {
    height: 3rem;
    width: 4rem;
    top: 0;
    right: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .topic__desc {
    margin: 1.6rem 0 2.4rem;
  }
}

/**
 * 募集要項
 */
section.career {
  margin: 130px 0;
  font-family: "Yu Mincho Demibold", "YuMincho Medium", "serif";
}

.career > .heading {
  text-align: center;
}
.career > .heading::after {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  border: 1px solid #6EBA9F;
  margin: 1rem auto;
}

.list {
  max-width: 1180px;
  margin: 80px auto 0;
  padding: 0 1rem;
}

.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 40px;
  border-top: 1px solid #828181;
}
.item:last-child {
  border-bottom: 1px solid #828181;
}

.item-title {
  width: 20%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #6EBA9F;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.item-text {
  line-height: 2.4rem;
}

.desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.desc-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.6rem;
}

.desc-title span {
  font-size: 1.6rem;
  line-height: 2.4rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .list {
    margin: 3rem auto 0;
  }
  .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    padding: 2.4rem 1rem;
  }
  .item-title {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */

.wpcf7-list-item.first {
  margin: 0;
}
.wpcf7-list-item-label {
  cursor: pointer;
}


.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item-label {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wpcf7-form-control-wrap .wpcf7-radio input[type=radio] {
  opacity: 0;
  position: absolute;
}
.wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #828181;
  border-radius: 100%;
  content: "";
  height: 1em;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 1em;
}
.wpcf7-form-control-wrap .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #065BA2;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff;
}


.wpcf7-form-control-wrap .wpcf7-checkbox, .wpcf7-form-control-wrap .wpcf7-acceptance {
  display: block;
}
.wpcf7-form-control-wrap .wpcf7-checkbox span.wpcf7-list-item, .wpcf7-form-control-wrap .wpcf7-acceptance span.wpcf7-list-item {
  margin: 0 30px 0 0; /* 項目右側の余白設定と、デフォルトの左側の余白を打ち消す */
  position: relative;
}
.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item-label, .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item-label {
  cursor: pointer; /* labelにhoverした時にカーソルを表示させる */
}
.wpcf7-form-control-wrap .wpcf7-checkbox input[type=checkbox], .wpcf7-form-control-wrap .wpcf7-acceptance input[type=checkbox] {
  opacity: 0; /* デフォルトのチェックボックスを見えなくする */
  position: absolute;
}
.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item-label::before, .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item-label::before {
  /* チェックボックスのデザイン */
  border: 1px solid #828181;
  content: "";
  background-color: #fff;
  display: inline-block;
  height: 15px;
  margin-right: 10px;
  position: relative;
  top: 0px;
  vertical-align: middle;
  width: 15px;
}
.wpcf7-form-control-wrap .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after, .wpcf7-form-control-wrap .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  /* チェックアイコン */
  background: url(../img/check.svg) no-repeat center;
  background-size: contain;
  content: "";
  height: 15px;
  left: 0px;
  position: absolute;
  top: 10px;
  width: 15px;
}
@media screen and (max-width: 768px) {
  .wpcf7-form-control-wrap .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after, .wpcf7-form-control-wrap .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    top: 8px;
  }
}
.wpcf7-form-control-wrap .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::before, .wpcf7-form-control-wrap .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  /* チェックしたボックスの背景色を設定 */
  background-color: #065BA2;
  border: 1px solid #065BA2;
}

/* .news_text {
	width: 100%;
	overflow: hidden;
  white-space: nowrap;
}
.news_text > a{
	display: inline-block;
	animation: flowing 12s linear infinite;
}
@keyframes flowing {
  0% { transform:translateX(50%); }
  100% { transform:translateX(-100%); }
} */

.hidden {
  overflow: hidden;
}

.external::after {
  content: "";
  display: inline-block;
  background-image: url(../img/external.svg);
  background-repeat: no-repeat;
  padding: 1rem 1.2em 1em 0;
  background-position: center;
  vertical-align: top;
}

.center {
	text-align: center;
	margin: 0 auto;
}