@charset "UTF-8";
/*------------------------------------------------------------
    Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
html {
  font-size: 62.5%;
}
body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input,
textarea {
  font-family: "Noto Serif JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
table,
input,
textarea,
select,
option {
  line-height: 1.1;
}
select {
  cursor: pointer;
  font-family: "Noto Serif JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
}
input,
textarea {
  font-family: "Noto Serif JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
}
a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a {
  color: inherit;
  text-decoration: none;
}
@media only screen and (min-width: 1023px) {
  a:hover, a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
button {
  padding: 0;
  cursor: pointer;
  font-family: "Noto Serif JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
  border: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
img {
  max-width: 100%;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Navigation
------------------------------------------------------------*/
.c-nav1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.c-nav1__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 12px 0;
}
@media only screen and (min-width: 1023px) {
  .c-nav1__item:hover .c-nav1__link {
    color: #002c83;
  }
  .c-nav1__item:hover .c-nav1__sub {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
  }
}
.c-nav1__item + .c-nav1__item {
  margin-left: 21px;
}
.c-nav1__link {
  display: inline-block;
  position: relative;
  color: #FFF;
  font-family: "Cormorant", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.75;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
}
.p-about .c-nav1__link {
  color: #000;
}
@media only screen and (min-width: 1023px) {
  .c-nav1__link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #002c83;
  }
}
.c-nav1__link.is-active {
  color: #002c83;
  font-weight: 600;
}
.c-nav1__sub {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 250px;
  padding: 14px 22px 16px;
  /* background-color: #002c83; */
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-nav1__sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-nav1__subitem {
  width: 100%;
  text-align: center;
}
.c-nav1__subitem + .c-nav1__subitem {
  margin-top: 8px;
}
.c-nav1__sublink {
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
.c-nav2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 42px auto 40px;
}
@media only screen and (max-width: 767px) {
  .c-nav2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 40px auto 0;
  }
}
.c-nav2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-nav2__list + .c-nav2__list {
  margin-left: 88px;
}
@media only screen and (max-width: 767px) {
  .c-nav2__list + .c-nav2__list {
    margin-left: 0;
    margin-top: 22px;
  }
}
.c-nav2__item.is-active .c-nav2__link {
  color: #002c83;
}
.c-nav2__item + .c-nav2__item {
  margin-top: 15px;
}
.c-nav2__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
}
@media only screen and (min-width: 1023px) {
  .c-nav2__link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #002c83;
  }
}
.c-nav2__en {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.25;
}
.c-nav2__ja {
  margin-top: 0;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.47;
}
.c-nav2__sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 13px;
}
.c-nav2__subitem + .c-nav2__subitem {
  margin-top: 8px;
}
.c-nav2__subitem.is-active .c-nav2__sublink {
  color: #002c83;
}
.c-nav2__sublink {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media only screen and (min-width: 1023px) {
  .c-nav2__sublink:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #002c83;
  }
}
/*------------------------------------------------------------
    Header
------------------------------------------------------------*/
.c-header {
  position: relative;
}
.c-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100px;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.p-about .c-header__inner {
  background-color: rgba(255, 255, 255, 0.95);
}

@media only screen and (max-width: 767px) {
  .c-header__inner {
    min-height: 60px;
  }
}
.c-header__logowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100px;
  padding: 18px 44px;
}
@media only screen and (max-width: 767px) {
  .c-header__logowrap {
    height: 60px;
    padding: 14px;
  }
}
.c-header__logo {
  display: flex;
}
.c-header__logo img {
  width: 286px;
}
@media only screen and (max-width: 767px) {
  .c-header__logo img {
    width: 140px;
  }
}
.c-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: auto;
}
.c-header__groupbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
  margin-left: 30px;
}
.c-header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 110px;
  height: 100px;
  padding: 12px 14px;
  /* background-color: #001c53; */
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-header__btn--black {
  background-color: #000;
}
.page-service-building .c-header__btn {
  background-color: #002c83;
}
.page-service-elevator .c-header__btn {
  background-color: #205c38;
}
.page-service-aircondition .c-header__btn {
  background-color: #0092e6;
}

.c-header__btnicon {
  margin: 6px 0;
}
.c-header__btnicon .icon {
  color: #fff;
  font-size: 2.1rem;
  line-height: 1;
}
.c-header__btntext {
  margin-bottom: -2px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.c-header__menubtn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 12;
}
.c-header__menuouter {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
@media only screen and (max-width: 1023px) {
  .c-header__menuouter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-header__menuouter.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
}
.c-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 100px 0 0;
}
@media only screen and (max-width: 767px) {
  .c-header__menu {
    padding: 60px 0 0;
  }
}
.c-header__menuinner {
  width: 100%;
  max-height: calc(100vh - 100px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 80px 100px;
}
@media only screen and (max-width: 767px) {
  .c-header__menuinner {
    max-height: calc(100vh - 60px);
    padding: 0 20px 80px;
  }
}
/*------------------------------------------------------------
    Footer
------------------------------------------------------------*/
.c-footer {
  position: relative;
  padding: 72px 0 52px;
}
.c-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/img/home/footer-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: -1;
}
.c-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-footer__logowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 40px;
}
.c-footer__logo img {
  width: 160px;
}
@media only screen and (max-width: 767px) {
  .c-footer__logo img {
    width: 120px;
  }
}
.c-footer__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  .c-footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 560px;
    margin: 44px auto 20px;
    grid-template-columns: 1fr;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__list {
    max-width: unset;
    margin: 0 auto 30px;
    grid-template-columns: 1fr;
  }
}
.c-footer__list .c-footer__item {
  /* margin-bottom: 32px; */
  /* padding-right: 30px; */
}
@media only screen and (max-width: 1023px) {
  .c-footer__list .c-footer__item {
    width: 100%;
    padding-right: 0;
  }
}
.c-footer__group {
  display: grid;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  /* width: 100%; */
  margin-bottom: -32px;
  padding-top: 30px;
  border-top: 1px solid #000;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .c-footer__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 34px;
    grid-template-columns: 1fr;
  }
}
.c-footer__group .c-footer__item {
  position: relative;
  /* width: 50%; */
  margin-bottom: 32px;
  padding: 24px 30px 28px;
}
@media only screen and (max-width: 767px) {
  .c-footer__group .c-footer__item {
    width: 100%;
    padding: 34px 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__group .c-footer__item:first-child {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-footer__group .c-footer__item:last-child {
    padding-bottom: 0;
  }
}
.c-footer__group .c-footer__item:nth-child(2n)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .c-footer__group .c-footer__item:nth-child(2n)::before {
    top: -1px;
    left: 0;
    width: 100%;
    height: 1px;
  }
}
.c-footer__copyright {
  margin-top: 41px;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-footer__copyright {
    margin-top: 49px;
    font-size: 1.2rem;
    line-height: 1.67;
  }
}
/*------------------------------------------------------------
    Layout
------------------------------------------------------------*/
body {
  position: relative;
  font-family: "Noto Serif JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  word-break: break-word;
  scroll-behavior: smooth;
  opacity: 0;
  animation: fadeIn 0.8s cubic-bezier(.645, .045, .355, 1) 0.4s forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}
/*------------------------------------------------------------
    Container
------------------------------------------------------------*/
.l-container {
  width: 100%;
  /* max-width: 1360px; */
  margin: 0 auto;
  padding: 0 80px;
}
@media only screen and (max-width: 1023px) {
  .l-container {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .l-container {
    padding: 0 20px;
  }
}
.l-container--w1494 {
  width: 100%;
  max-width: 1494px;
  margin: 0 auto;
  padding: 0 80px;
}
@media only screen and (max-width: 1023px) {
  .l-container--w1494 {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .l-container--w1494 {
    padding: 0 20px;
  }
}
.l-container--w1486 {
  width: 100%;
  max-width: 1486px;
  margin: 0 auto;
  padding: 0 80px;
}
@media only screen and (max-width: 1023px) {
  .l-container--w1486 {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .l-container--w1486 {
    padding: 0 20px;
  }
}
.l-container--w1260 {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 80px;
}
@media only screen and (max-width: 1023px) {
  .l-container--w1260 {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .l-container--w1260 {
    padding: 0 20px;
  }
}
.l-container--w1160 {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 80px;
}
@media only screen and (max-width: 1023px) {
  .l-container--w1160 {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .l-container--w1160 {
    padding: 0 20px;
  }
}
.l-container--w1060 {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 80px;
}
@media only screen and (max-width: 1023px) {
  .l-container--w1060 {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .l-container--w1060 {
    padding: 0 20px;
  }
}
.l-container--w960 {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 80px;
}
@media only screen and (max-width: 1023px) {
  .l-container--w960 {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .l-container--w960 {
    padding: 0 20px;
  }
}
.l-container--w918 {
  width: 100%;
  max-width: 918px;
  margin: 0 auto;
  padding: 0 80px;
}
@media only screen and (max-width: 1023px) {
  .l-container--w918 {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .l-container--w918 {
    max-width: unset;
    padding: 0 20px;
  }
}
.l-content--w800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
/*------------------------------------------------------------
    Mainvisual
------------------------------------------------------------*/
.c-mv {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .c-mv {
    padding-top: 60px;
  }
}
.c-mv__wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-mv__bg {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-mv__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.c-mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-mv__content {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(calc(-50% - 16px));
  transform: translateY(calc(-50% - 16px));
  width: 100%;
  padding: 80px;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .c-mv__content {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-mv__content {
    -webkit-transform: translateY(calc(-50% - 8px));
    transform: translateY(calc(-50% - 8px));
    padding: 20px;
  }
}
.c-mv__title {
  color: #fff;
  font-size: 5.4rem;
  font-weight: 600;
  line-height: 1.48;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-mv__title {
    font-size: 2.7rem;
    line-height: 1.5;
  }
}
.c-mv__subtitle {
  margin-top: 14px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-mv__subtitle {
    margin-top: 12px;
    font-size: 1.4rem;
  }
}
/*------------------------------------------------------------
    Breadcrumb
------------------------------------------------------------*/
.c-breadcrumb {
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .c-breadcrumb {
    font-size: 1.4rem;
  }
}
.c-breadcrumb li {
  display: contents;
  position: relative;
}
.c-breadcrumb li + li::before {
  content: "/";
  display: inline-block;
  margin-right: 4px;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Backtotop
------------------------------------------------------------*/
.c-backtotop {
  position: fixed;
  bottom: 23px;
  right: 20px;
  border-radius: 50%;
  z-index: 5;
  opacity: 1;
  visibility: visible;
  pointer-events: unset;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-backtotop.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.c-backtotop__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 70px;
  height: 70px;
  padding: 12px;
  /* background-color: #002c83; */
  background-color: #000;
  /* border: 1px solid #002c83; */
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-backtotop__box::after {
  content: "\e903";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  color: #fff;
  font-family: "icomoon";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  .c-backtotop__box:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #fff;
  }
  .c-backtotop__box:hover::after {
    /* color: #002c83; */
    color: #000;
  }
}
/*------------------------------------------------------------
    Button
------------------------------------------------------------*/
.c-btn1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  min-width: 380px;
  min-height: 60px;
  padding: 12px 42px 14px;
  /* background-color: #002c83; */
  /* background: linear-gradient(90deg, #0043a9 0%, #002b79 100%); */
  background: linear-gradient(90deg, #081f42 0%, #447bdd 100%);
  /* border: 1px solid #002c83; */
  border: none;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.045em;
  text-align: center;
}
.c-btn1--black {
  /* background-color: #000; */
  /* background: linear-gradient(90deg, #081f42 0%, #447bdd 100%); */
  /* background: linear-gradient(90deg, #040404 0%, #878e99 100%); */
  background: linear-gradient(90deg, #1e1b1b 0%, #3d3e40 100%);
  /* border: 1px solid #000; */
}

.change-color_green100 .c-btn1,
.c-btn1.c-btn1--green {
  /* background: #205c38 !important; */
  /* background: linear-gradient(90deg, #127b3c 0%, #205c38 100%); */
  /* background: linear-gradient(90deg, #1f9569 0%, #113e23 100%); */
  background: linear-gradient(90deg, #316652 0%, #38c470 100%);
  /* border: 1px solid #205c38; */
}
.change-color_skyblue100 .c-btn1,
.c-btn1--skyblue {
  background-color: #0092e6;
  /* background: linear-gradient(90deg, #0092e6; 0%, #0092e6 100%); */
  background: linear-gradient(90deg, #0094ea 0%, #91d7ff 100%)
  /* border: 1px solid #0092e6; */
}

@keyframes iconMoveFade {
  0% {
    opacity: 1;
    transform: translate(0, calc(-50% + 1px));
  }
  40% {
    opacity: 0;
    transform: translate(6px, calc(-50% + 1px)); /* 右へ移動しながらフェードアウト */
  }
  60% {
    opacity: 0;
    transform: translate(-6px, calc(-50% + 1px)); /* 左に移動（見えない状態） */
  }
  100% {
    opacity: 1;
    transform: translate(0, calc(-50% + 1px)); /* 元の位置に戻ってフェードイン */
  }
}

@media only screen and (min-width: 1023px) {
  .c-btn1 {
    transition: .3s;
  }
  .c-btn1:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    /* background-color: #fff;
    color: #002c83; */
  }
  .c-btn1:hover::after {
    animation: iconMoveFade 1s ease-in-out forwards;
  }
}
@media only screen and (max-width: 1279px) {
  .c-btn1 {
    width: min(380px, 100%);
    min-width: unset;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn1 {
    font-size: clamp(13px, 1.5vw, 1.6rem);
    line-height: 1.45;
    padding: 12px 12px 14px;
    min-height: 52px;
    width: min(300px, 100%);
  }
}
.c-btn1::after {
  content: "\e903";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(calc(-50% + 1px));
  transform: translateY(calc(-50% + 1px));
  color: #fff;
  font-family: "icomoon";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-btn1--style1 {
  min-width: 300px;
}
@media only screen and (max-width: 1279px) {
  .c-btn1--style1 {
    width: min(300px, 100%);
    min-width: unset;
  }
  .c-btn1::after {
    right: 12px;
  }
}
.c-btn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 60px;
  padding: 12px 36px;
  /* background-color: #002c83; */
  background-color: #000;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.44;
  text-align: center;
}
/*------------------------------------------------------------
    Card
------------------------------------------------------------*/
.c-card1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-card1__thumb {
  position: relative;
  width: 100%;
}
.c-card1__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.c-card1__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-card1__content {
  position: relative;
  width: 100%;
  padding: 26px 26px 16px 0;
}
@media only screen and (max-width: 767px) {
  .c-card1__content {
    padding: 19px 0 0;
  }
}
.c-card1__title {
  position: relative;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-card1__title {
    font-size: 1.8rem;
    line-height: 1.57;
  }
}
.c-card1__title::after {
  content: "\e900";
  display: inline-block;
  margin-left: 15px;
  color: #000;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .c-card1__title::after {
    margin-left: 18px;
  }
}
.c-card1__subtitle {
  margin-top: 11px;
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-card1__subtitle {
    margin-top: 12px;
  }
}
/*------------------------------------------------------------
    Checkbox
------------------------------------------------------------*/
.c-checkbox__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.c-checkbox__group .c-checkbox,
.c-checkbox__group .mwform-checkbox-field {
  display: inline-block;
}
.c-checkbox__group .c-checkbox label,
.c-checkbox__group .mwform-checkbox-field label {
  position: relative;
}
.c-checkbox__group .c-checkbox input[type=checkbox],
.c-checkbox__group .mwform-checkbox-field input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  -webkit-tap-highlight-color: transparent;
}
.c-checkbox__group .c-checkbox input[type=checkbox]:checked + .c-checkbox__text::after,
.c-checkbox__group .c-checkbox input[type=checkbox]:checked + .mwform-checkbox-field-text::after,
.c-checkbox__group .mwform-checkbox-field input[type=checkbox]:checked + .c-checkbox__text::after,
.c-checkbox__group .mwform-checkbox-field input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}
.c-checkbox__group .c-checkbox .c-checkbox__text,
.c-checkbox__group .c-checkbox .mwform-checkbox-field-text,
.c-checkbox__group .mwform-checkbox-field .c-checkbox__text,
.c-checkbox__group .mwform-checkbox-field .mwform-checkbox-field-text {
  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.c-checkbox__group .c-checkbox .c-checkbox__text::before,
.c-checkbox__group .c-checkbox .mwform-checkbox-field-text::before,
.c-checkbox__group .mwform-checkbox-field .c-checkbox__text::before,
.c-checkbox__group .mwform-checkbox-field .mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #707070;
}
.c-checkbox__group .c-checkbox .c-checkbox__text::after,
.c-checkbox__group .c-checkbox .mwform-checkbox-field-text::after,
.c-checkbox__group .mwform-checkbox-field .c-checkbox__text::after,
.c-checkbox__group .mwform-checkbox-field .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 10px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #002c83;
  border-bottom: 2px solid #002c83;
  -webkit-transform: translate(-50%, calc(-50% - 1px)) rotate(45deg);
  transform: translate(-50%, calc(-50% - 1px)) rotate(45deg);
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-checkbox__group .c-checkbox__link {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 29px;
  width: 187px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #002c83;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: pre-wrap;
}
.c-checkbox__group .c-checkbox__link .icon {
  display: inline-block;
  font-size: 1.6rem;
  text-decoration: inherit;
}
.c-checkbox__accept {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-checkbox__accept .mwform-checkbox-field .mwform-checkbox-field-text {
  text-indent: 193px;
  text-align: center;
}
/*------------------------------------------------------------
    Contact
------------------------------------------------------------*/
.c-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 22px 0 28px;
  /* border-top: 1px solid #002c83; */
  border-top: 1px solid #000;
  /* border-bottom: 1px solid #002c83; */
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .c-contact {
    padding: 19px 0;
  }
}
.c-contact__title {
  /* color: #002c83; */
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-contact__title {
    font-size: 1.4rem;
  }
}
.c-contact__title + .c-contact__phone {
  margin-top: 11px;
}
@media only screen and (max-width: 767px) {
  .c-contact__title + .c-contact__phone {
    margin-top: 0;
  }
}
.c-contact__phone {
  /* color: #002c83; */
  color: #000;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-contact__phone {
    font-size: 2.3rem;
    line-height: 1.67;
  }
}
/*------------------------------------------------------------
    Content
------------------------------------------------------------*/
.c-content {
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-content {
    font-size: 1.4rem;
  }
}
.c-content p + p {
  margin-top: 36px;
}
@media only screen and (max-width: 767px) {
  .c-content p + p {
    margin-top: 28px;
  }
}
.c-content p:has(img) {
  margin-top: 38px;
}
@media only screen and (max-width: 767px) {
  .c-content p:has(img) {
    margin-top: 30px;
  }
}
.c-content p:has(img) + p {
  margin-top: 38px;
}
@media only screen and (max-width: 767px) {
  .c-content p:has(img) + p {
    margin-top: 30px;
  }
}
.c-content a {
  display: inline-block;
  position: relative;
  color: #002c83;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media only screen and (max-width: 767px) {
  .c-content a {
    font-size: 1.4rem;
    text-underline-offset: 2px;
  }
}
.c-content ol {
  counter-reset: section;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-content ol {
    font-size: 1.4rem;
  }
}
.c-content ol li {
  position: relative;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .c-content ol li {
    padding-left: 16px;
  }
}
.c-content ol li::before {
  counter-increment: section;
  content: counter(section) "．";
  position: absolute;
  top: 0;
  left: 0;
}
.c-content ul {
  color: #1a1a1a;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-content ul {
    font-size: 1.4rem;
  }
}
.c-content ul li {
  position: relative;
  padding-left: 18px;
}
@media only screen and (max-width: 767px) {
  .c-content ul li {
    padding-left: 14px;
  }
}
.c-content ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.c-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.c-content .alignleft {
  display: block;
  margin-right: auto;
}
.c-content .alignright {
  display: block;
  margin-left: auto;
}
.c-content img,
.c-content iframe {
  max-width: 100%;
}
/*------------------------------------------------------------
    Filter
------------------------------------------------------------*/
.c-filter1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  padding: 30px 34px;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 767px) {
  .c-filter1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 20px;
  }
}
.c-filter1__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 138px;
  padding: 0 12px 4px 0;
  border-right: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
  .c-filter1__left {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    padding: 0 0 11px 0;
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
}
.c-filter1__title {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  color: #002c83;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .c-filter1__title {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-size: 2.3rem;
    line-height: 1.67;
    text-align: center;
  }
}
.c-filter1__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 138px);
  padding-left: 28px;
}
@media only screen and (max-width: 767px) {
  .c-filter1__right {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }
}
.c-filter1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -2px -39px -2px 0;
}
@media only screen and (max-width: 767px) {
  .c-filter1__list {
    margin: -4px -26px -4px 0;
  }
}
.c-filter1__item {
  margin: 2px 39px 2px 0;
}
@media only screen and (max-width: 767px) {
  .c-filter1__item {
    margin: 4px 26px 4px 0;
  }
}
.c-filter1__item.is-active .c-filter1__link {
  color: #002c83;
  font-weight: 600;
}
.c-filter1__link {
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-filter1__link {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1023px) {
  .c-filter1__link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #002c83;
  }
}
/*------------------------------------------------------------
    Error
------------------------------------------------------------*/
.c-error,
.mw_wp_form .contact-form__row .error,
.mw_wp_form .contact-form__accept .error,
.mw_wp_form .contact-form__recaptcha .error {
  display: inline-block;
  color: #bf0000;
  font-family: "Noto Serif JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-error,
  .mw_wp_form .contact-form__row .error,
  .mw_wp_form .contact-form__accept .error,
  .mw_wp_form .contact-form__recaptcha .error {
    font-size: 1.2rem;
  }
}
/*------------------------------------------------------------
    Group
------------------------------------------------------------*/
.c-group1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-group1__item {
  padding: 27px 0 30px;
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
  .c-group1__item {
    padding: 19px 0;
  }
}
.c-group2__heading {
  width: 100%;
  padding-bottom: 28px;
  border-bottom: 1px solid #002c83;
}
@media only screen and (max-width: 767px) {
  .c-group2__heading {
    padding-bottom: 18px;
  }
}
.c-group2__basis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.c-group2__datetime {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 18px;
  color: #555;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .c-group2__datetime {
    font-size: 1.4rem;
    padding-right: 12px;
    line-height: 1.21;
  }
}
.c-group2__list {
  position: relative;
  padding-left: 19px;
  border-left: 1px solid #555;
  color: #555;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.36;
}
@media only screen and (max-width: 767px) {
  .c-group2__list {
    padding-left: 13px;
    font-size: 1.2rem;
    line-height: 1.21;
  }
}
.c-group2__item {
  display: contents;
}
.c-group2__item + .c-group2__item .c-group2__cat::before {
  content: "、";
}
.c-group2__title {
  position: relative;
  margin-top: 26px;
  color: #000;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .c-group2__title {
    margin-top: 13px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.c-group2__content {
  padding: 40px 0;
  border-bottom: 1px solid #002c83;
}
.c-group2__content.is-temp {
  min-height: 858px;
}
@media only screen and (max-width: 767px) {
  .c-group2__content.is-temp {
    min-height: 458px;
  }
}
.c-group2__footer {
  margin-top: 59px;
}
@media only screen and (max-width: 767px) {
  .c-group2__footer {
    margin-top: 38px;
  }
}
.c-group3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 -6px;
}
@media only screen and (max-width: 767px) {
  .c-group3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}
.c-group3__item {
  width: calc(33.3333333333% - 12px);
  margin: 0 6px;
}
@media only screen and (max-width: 767px) {
  .c-group3__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-group3__item + .c-group3__item {
    margin-top: 12px;
  }
}
.c-group3__thumb {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-group3__thumb {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 41.9161676647%;
  }
}
.c-group3__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 59.1836734694%;
}
@media only screen and (max-width: 767px) {
  .c-group3__thumb::before {
    padding-top: 66.6666666667%;
  }
}
.c-group3__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-group3__content {
  margin-top: 9px;
}
@media only screen and (max-width: 767px) {
  .c-group3__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 0;
    padding-left: 20px;
  }
}
.c-group3__title {
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-group3__title {
    text-align: left;
  }
}
.c-group4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-group4__title {
  margin-bottom: 20px;
}
.c-group4__item {
  width: 100%;
}
.c-footer .c-group4__item:nth-child(2) {
  border-top: 1px solid #eeeeee;
  margin-top: 30px;
}

.c-group4__item__hokuriku .c-part2__title {
  color: #205c38;
}
.c-group4__item__ok .c-part2__title {
  color: #0092e6;
}
/* .c-group4__item__hokuriku .c-btn1 {
  background-color: #205c38;
  border-color: #205c38;
}
.c-group4__item__hokuriku .c-btn1::after {
  content: none;
}
.c-group4__item__ok .c-btn1 {
  background-color: #0092e6;
  border-color: #0092e6;
} */
/* @media only screen and (min-width: 1023px) {
  .c-group4__item__hokuriku .c-btn1:hover {
    background-color: #fff;
    color: #205c38;
  }
  .c-group4__item__ok .c-btn1:hover {
    background-color: #fff;
    color: #0092e6;
  }
  .c-group4__item__ok .c-btn1:hover::after {
    color: #0092e6;
  }
} */

/*------------------------------------------------------------
    Heading
------------------------------------------------------------*/
.c-heading1__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 100px;
  padding: 20px 80px;
  /* background-color: #002c83; */
  background-color: #000;
}
.c-heading1__inner--black {
  background-color: #000;
}

/* .p-about .c-heading1__inner {
  background-color: #FFF;
}
.p-about .c-heading1__inner--black {
  background-color: #FFF;
} */

@media only screen and (max-width: 1023px) {
  .c-heading1__inner {
    padding: 32px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-heading1__inner {
    /* min-height: 220px; */
    min-height: 60px;
    padding: 16px 20px 16px;
  }
}
.c-heading1__title {
  position: relative;
  /* margin-top: 12px; */
  z-index: 1;
}
.c-heading1__en {
  display: block;
  color: #fff;
  font-size: 6.4rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .c-heading1__en {
    font-size: 3.5rem;
  }
}
.c-heading1__ja {
  display: block;
  /* margin-top: 14px; */
  color: #fff;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.67;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-heading1__ja {
    /* margin-top: 9px; */
    font-size: 1.5rem;
  }
}
.c-heading1__breadcrumb {
  padding: 28px 0;
}
@media only screen and (max-width: 767px) {
  .c-heading1__breadcrumb {
    padding: 14px 0;
  }
}
.page-service-building .c-heading1__inner {
  background-color: #002c83;
}
.page-service-elevator .c-heading1__inner {
  background-color: #205c38;
}
.page-service-aircondition .c-heading1__inner {
  background-color: #0092e6;
}
/*------------------------------------------------------------
    Input
------------------------------------------------------------*/
.c-input {
  display: block;
  position: relative;
  width: 100%;
}
.c-input input {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 60px;
  padding: 13px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f2f2f2;
  border: none;
  border-radius: 0;
  outline: none;
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-input input {
    height: 40px;
    padding: 6px 10px;
    font-size: 1.4rem;
  }
}
.c-input input::-webkit-input-placeholder {
  color: #b2b2b2;
}
.c-input input::-moz-placeholder {
  color: #b2b2b2;
}
.c-input input:-ms-input-placeholder {
  color: #b2b2b2;
}
.c-input input::-ms-input-placeholder {
  color: #b2b2b2;
}
.c-input input::placeholder {
  color: #b2b2b2;
}
.c-input textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 280px;
  padding: 13px 15px;
  background-color: #f2f2f2;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-input textarea {
    padding: 10px;
    font-size: 1.4rem;
  }
}
.c-input textarea::-webkit-input-placeholder {
  color: #b2b2b2;
}
.c-input textarea::-moz-placeholder {
  color: #b2b2b2;
}
.c-input textarea:-ms-input-placeholder {
  color: #b2b2b2;
}
.c-input textarea::-ms-input-placeholder {
  color: #b2b2b2;
}
.c-input textarea::placeholder {
  color: #b2b2b2;
}
.c-input label.c-error,
.mw_wp_form .contact-form__row .error {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .c-input label.c-error,
  .mw_wp_form .contact-form__row .error {
    margin-top: 3px;
  }
}
.c-input--half {
  width: 50%;
  max-width: 300px;
}
@media only screen and (max-width: 767px) {
  .c-input--half {
    width: 100%;
    max-width: unset;
  }
}
.c-input__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .c-input__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-input__group .c-input + .c-input {
  margin-left: 17px;
}
@media only screen and (max-width: 767px) {
  .c-input__group .c-input + .c-input {
    margin-left: 0;
    margin-top: 8px;
  }
}
.c-input__tel .mwform-tel-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
  color: #555;
  font-family: "Noto Serif JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-input__tel .mwform-tel-field {
    font-size: 1.4rem;
  }
}
.c-input__tel .mwform-tel-field input[type=text] {
  width: min(100px, 100%);
  margin: 0 10px;
}
/*------------------------------------------------------------
    Label
------------------------------------------------------------*/
.c-label {
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-label {
    font-size: 1.4rem;
  }
}
.c-label.is-required::after {
  content: "＜必須＞";
  display: inline-block;
  margin-left: 6px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .c-label.is-required::after {
    font-size: 1.1rem;
  }
}
.c-label--style1.is-required::after {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-left: 11px;
}
.c-label--style2.is-required::after {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-left: 15px;
}
.c-label--style3.is-required::after {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  margin-left: 9px;
}
.c-label--style4.is-required::after {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-left: 16px;
}
/*------------------------------------------------------------
    List
------------------------------------------------------------*/
.c-list1 {
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-list1 {
    font-size: 1.4rem;
  }
}
.c-list1 li {
  position: relative;
  padding-left: 18px;
}
@media only screen and (max-width: 767px) {
  .c-list1 li {
    padding-left: 14px;
  }
}
.c-list1 li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
/*------------------------------------------------------------
    Listpost
------------------------------------------------------------*/
.c-listpost {
  display: block;
  position: relative;
  width: 100%;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-listpost::after {
  content: "\e901";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(calc(-50% - 1px));
  transform: translateY(calc(-50% - 1px));
  color: #afafaf;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-listpost::after {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1023px) {
  .c-listpost:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .c-listpost:hover::after {
    color: #002c83;
  }
}
.c-listpost__basis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.c-listpost__datetime {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 18px;
  color: #555;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .c-listpost__datetime {
    padding-right: 12px;
    font-size: 1.4rem;
    line-height: 1.21;
  }
}
.c-listpost__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding-left: 19px;
  border-left: 1px solid #555;
  color: #555;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.36;
}
@media only screen and (max-width: 767px) {
  .c-listpost__list {
    padding-left: 13px;
    font-size: 1.2rem;
    line-height: 1.21;
  }
}
.c-listpost__item {
  display: contents;
}
.c-listpost__item + .c-listpost__item .c-listpost__cat::before {
  content: "、";
}
.c-listpost__cat {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.c-listpost__title {
  display: -webkit-box;
  position: relative;
  margin-top: 14px;
  padding-left: 23px;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.44;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 767px) {
  .c-listpost__title {
    margin-top: 9px;
    padding-left: 20px;
    font-size: 1.6rem;
  }
}
.c-listpost__title::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #002c83;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .c-listpost__title::before {
    top: 5px;
    width: 14px;
    height: 14px;
  }
}
/*------------------------------------------------------------
    Marquee
------------------------------------------------------------*/
.c-marquee1 {
  /* width: 2689px; */
  opacity: 0.3;
  pointer-events: none;
}
.c-marquee1 img {
  height: 100px;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .c-marquee1 img {
    height: 70px;
    /* width: 1260px; */
  }
}
/*------------------------------------------------------------
    Menu
------------------------------------------------------------*/
.c-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  padding: 16px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #002c83;
}
.c-menu--transparent {
  background-color: transparent;
}
.c-menu--transparent.is-open {
  background-color: #000;
}
.c-menu--black {
  background-color: #000;
}
.c-menu--green {
  background-color: #205c38;
}
.c-menu--skyblue {
  background-color: #0092e6;
}
.page-service-building .c-menu {
  background-color: #002c83;
}
.page-service-elevator .c-menu {
  background-color: #205c38;
}
.page-service-aircondition .c-menu {
  background-color: #0092e6;
}


@media only screen and (max-width: 767px) {
  .c-menu {
    width: 60px;
    height: 60px;
    padding: 8px 14px;
  }
}
.c-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 40px;
  height: 26px;
}
@media only screen and (max-width: 767px) {
  .c-menu__inner {
    width: 32px;
    height: 20px;
  }
}
.c-menu.is-open .c-menu__inner span:nth-child(1) {
  width: 48px;
  -webkit-transform: translateY(calc(-50% + 13px)) rotate(-33deg);
  transform: translateY(calc(-50% + 13px)) rotate(-33deg);
}
@media only screen and (max-width: 767px) {
  .c-menu.is-open .c-menu__inner span:nth-child(1) {
    width: 38px;
    -webkit-transform: translateY(calc(-50% + 10px)) rotate(-33deg);
    transform: translateY(calc(-50% + 10px)) rotate(-33deg);
  }
}
.c-menu.is-open .c-menu__inner span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.c-menu.is-open .c-menu__inner span:nth-child(3) {
  width: 48px;
  -webkit-transform: translateY(calc(-50% - 12px)) rotate(33deg);
  transform: translateY(calc(-50% - 12px)) rotate(33deg);
}
@media only screen and (max-width: 767px) {
  .c-menu.is-open .c-menu__inner span:nth-child(3) {
    width: 38px;
    -webkit-transform: translateY(calc(-50% - 9px)) rotate(33deg);
    transform: translateY(calc(-50% - 9px)) rotate(33deg);
  }
}
.c-menu__inner span {
  display: block;
  width: 40px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-menu__inner span {
    width: 32px;
  }
}
.c-menu__inner span:nth-child(1) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-menu__inner span:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-menu__inner span:nth-child(3) {
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
/*------------------------------------------------------------
    Pagination
------------------------------------------------------------*/
.c-pagi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -20px;
  color: #002c83;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-pagi {
    margin: 0 -18px;
    font-size: 2rem;
    line-height: 1.25;
  }
}
.c-pagi li {
  margin: 0 20px 8px;
}
@media only screen and (max-width: 767px) {
  .c-pagi li {
    margin: 0 18px 8px;
  }
}
.c-pagi li a {
  position: relative;
  display: inline-block;
}
.c-pagi li a::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #002c83;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1023px) {
  .c-pagi li a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #9a9a9a;
  }
  .c-pagi li a:hover::after {
    opacity: 0;
  }
}
.c-pagi li span.current {
  color: #9a9a9a;
  pointer-events: none;
}
/*------------------------------------------------------------
    Part
------------------------------------------------------------*/
.c-part1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .c-part1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-part1__left {
  width: calc(50% - 20px);
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .c-part1__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-top: 30px;
    margin-right: 0;
  }
}
.c-part1__subtitle {
  display: inline-block;
  padding: 6px 27px;
  background-color: #002c83;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.page-service-elevator .c-part1__subtitle {
  background-color: #205c38;
}
.page-service-aircondition .c-part1__subtitle {
  background-color: #0092e6;
}
@media only screen and (max-width: 767px) {
  .c-part1__subtitle {
    padding: 4px 22px;
    font-size: 1.8rem;
  }
}
.c-part1__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .c-part1__title {
    margin-top: 16px;
  }
}
.c-part1__en {
  display: block;
  color: #000;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.67;
}
@media only screen and (max-width: 767px) {
  .c-part1__en {
    font-size: 2.3rem;
  }
}
.c-part1__ja {
  display: block;
  margin-top: 6px;
  color: #000;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .c-part1__ja {
    margin-top: 6px;
    font-size: 2.3rem;
    line-height: 1.67;
  }
}
.c-part1__description {
  margin-top: 32px;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-part1__description {
    margin-top: 22px;
    font-size: 1.4rem;
  }
}
.c-part1__right {
  width: calc(50% - 20px);
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .c-part1__right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-left: 0;
  }
}
.c-part1__thumb {
  position: relative;
  width: 100%;
  height: 400px;
}
@media only screen and (max-width: 767px) {
  .c-part1__thumb {
    height: unset;
  }
}
.c-part1__thumb::before {
  content: "";
  display: block;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-part1__thumb::before {
    padding-top: 68.9655172414%;
  }
}
.c-part1__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-part1__gallery {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .c-part1__gallery {
    margin: 40px -20px 0;
  }
}
.c-part1__gallery .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.c-part1__gallery .swiper-slide {
  width: 520px;
}
@media only screen and (max-width: 767px) {
  .c-part1__gallery .swiper-slide {
    width: 400px;
  }
}
.c-part2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 37px 0;
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
  .c-part2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 0 28px;
  }
}
.c-part2:first-child {
  border-top: 1px solid #ddd;
}
.c-part2__left {
  width: calc(100% - 380px);
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .c-part2__left {
    width: calc(100% - 300px);
  }
}
@media only screen and (max-width: 767px) {
  .c-part2__left {
    width: 100%;
    padding-right: 0;
  }
}
.c-part2__title {
  color: #0051bf;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.47;
}
@media only screen and (max-width: 767px) {
  .c-part2__title {
    font-size: 2.3rem;
    line-height: 1.67;
  }
}
.c-part2__description {
  margin-top: 8px;
  margin-bottom: 10px;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-part2__description {
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 1.4rem;
  }
}
.c-part2__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 380px;
}
@media only screen and (max-width: 1023px) {
  .c-part2__right {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part2__right {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    margin-top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part2__right .c-btn1 {
    width: 100%;
  }
}
.c-part3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .c-part3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-part3__left {
  width: 71.7391304348%;
}
@media only screen and (max-width: 1023px) {
  .c-part3__left {
    width: 100%;
  }
}
.c-part3__thumb {
  position: relative;
  width: 100%;
  height: 500px;
}
@media only screen and (max-width: 1023px) {
  .c-part3__thumb {
    height: auto;
  }
}
.c-part3__thumb::before {
  content: "";
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .c-part3__thumb::before {
    padding-top: 52.2466039707%;
  }
}
.c-part3__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media only screen and (max-width: 1023px) {
  .c-part3__thumb img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.c-part3__right {
  width: 28.2608695652%;
}
@media only screen and (max-width: 1023px) {
  .c-part3__right {
    width: 100%;
  }
}
.c-part3__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  max-width: 410px;
  margin-right: auto;
  padding: 0 70px 0 50px;
}
@media only screen and (max-width: 1023px) {
  .c-part3__inner {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part3__inner {
    padding: 0 20px;
  }
}
.c-part3__title {
  color: #002c83;
  font-size: 7rem;
  font-weight: 600;
  line-height: 1.14;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 1023px) {
  .c-part3__title {
    display: none;
  }
}
.c-part4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .c-part4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.c-part4__left {
  width: 48.4917043741%;
  padding-right: 56px;
}
@media only screen and (max-width: 1023px) {
  .c-part4__left {
    width: 100%;
    padding-right: 0;
  }
}
.c-part4__inner {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .c-part4__inner {
    max-width: unset;
  }
}
.c-part4__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 33px;
}
@media only screen and (max-width: 767px) {
  .c-part4__info {
    margin-top: 22px;
  }
}
.c-part4__inforole {
  color: #000;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.44;
}
@media only screen and (max-width: 767px) {
  .c-part4__inforole {
    font-size: 1.5rem;
    line-height: 1.48;
  }
}
.c-part4__infoname {
  margin-left: 19px;
  color: #000;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .c-part4__infoname {
    margin-left: 18px;
    font-size: 1.9rem;
  }
}
.c-part4__right {
  width: 51.5082956259%;
  margin-top: 5px;
}
@media only screen and (max-width: 1023px) {
  .c-part4__right {
    width: 100%;
    margin-top: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part4__right {
    margin-top: 36px;
  }
}
.c-part4__thumb {
  position: relative;
  width: 100%;
  height: 500px;
}
@media only screen and (max-width: 1023px) {
  .c-part4__thumb {
    height: auto;
  }
}
.c-part4__thumb::before {
  content: "";
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .c-part4__thumb::before {
    padding-top: 73.2064421669%;
  }
}
.c-part4__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 13.5%;
  object-position: center 13.5%;
}
@media only screen and (max-width: 1023px) {
  .c-part4__thumb img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.c-part5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  margin-right: 0;
  margin-left: 0;
}
.c-part5--reverse {
  margin-right: 0;
  margin-left: 0;
}
@media only screen and (max-width: 1023px) {
  .c-part5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0;
  }
  .c-part5--reverse {
    margin-left: 0;
  }
}
.c-part5--reverse .c-part5__left {
  order: 2;
}
@media only screen and (max-width: 1023px) {
  .c-part5--reverse .c-part5__left {
    order: 1;
  }
}
.c-part5--reverse .c-part5__right {
  order: 1;
}
@media only screen and (max-width: 1023px) {
  .c-part5--reverse .c-part5__right {
    order: 2;
  }
}
.c-part5--reverse .c-part5__right::before {
  left: unset;
  right: -80px;
  clip-path: polygon(0 0, 100% 0%, 1px 100%, 0% 100%);
}
.c-part5--reverse .c-part5__rightinner {
  margin-right: 0;
  margin-left: auto;
  padding-right: 0;
  /* padding-left: 80px; */
}
@media only screen and (max-width: 1023px) {
  .c-part5--reverse .c-part5__rightinner {
    margin-right: auto;
    /* padding: 0 40px; */
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-part5--reverse .c-part5__rightinner {
    /* padding: 0 20px; */
    padding: 0;
  }
}
.c-part5--reverse .c-part5__contentinner {
  margin-right: 0;
  margin-left: auto;
}
.c-part5__left {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .c-part5__left {
    width: 100%;
    /* padding: 0 40px; */
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-part5__left {
    /* padding: 0 20px; */
    padding: 0;
  }
}
.c-part5__thumb {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ccc;
}
@media only screen and (max-width: 1023px) {
  .c-part5__thumb {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part5__thumb {
    height: 200px;
  }
}
.c-part5__thumb::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
@media only screen and (max-width: 1023px) {
  .c-part5__thumb::before {
    content: none;
  }
}
.c-part5__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media only screen and (max-width: 1023px) {
  .c-part5__thumb img {
    position: relative;
    top: unset;
    left: unset;
  }
}
.c-part5__right {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .c-part5__right {
    width: 100%;
  }
}
.c-part5__right::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80px;
  width: 81px;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(calc(100% - 1px) 0, 100% 0%, 100% 100%, 0% 100%);
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .c-part5__right::before {
    content: none;
  }
}
.c-part5__rightinner {
  width: 100%;
  /* max-width: 940px; */
  height: 100%;
  margin-right: auto;
  /* padding-right: 80px; */
}
@media only screen and (max-width: 1023px) {
  .c-part5__rightinner {
    max-width: unset;
    margin-left: auto;
    /* padding: 0 40px; */
    padding: 0;
  }
  .c-part5 {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-part5__rightinner {
    /* padding: 0 20px; */
    padding: 0;
  }
  .c-part5 {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.c-part5__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 540px;
  padding: 54px 50px 55px;
  background-color: #fff;
}
@media only screen and (max-width: 1279px) {
  .c-part5__content {
    padding: 54px 40px 55px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-part5__content {
    min-height: unset;
  }
}
@media only screen and (max-width: 767px) {
  .c-part5__content {
    padding: 26px 0 35px;
  }
}
.c-part5__contentinner {
  width: 100%;
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1023px) {
  .c-part5__contentinner {
    max-width: unset;
    margin-left: auto;
  }
}
.c-part5__en {
  display: block;
  color: #002c83;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
.change-color_green100 .c-part5__en {
  color: #205c38;
}
.change-color_skyblue100 .c-part5__en {
  color: #0092e6;
}
@media only screen and (max-width: 767px) {
  .c-part5__en {
    font-size: 1.9rem;
    line-height: 1.67;
  }
}
.c-part5__ja {
  display: block;
  /* margin-top: 2px; */
  color: #000;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .c-part5__ja {
    margin-top: 0;
    font-size: 2.3rem;
    line-height: 1.67;
  }
}
.c-part5__description {
  margin-top: 13px;
}
.c-part5__box {
  position: relative;
  width: 100%;
  margin-top: 22px;
  padding: 12px 24px;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .c-part5__box {
    margin-top: 13px;
    padding: 6px 12px 8px;
  }
}
.c-part5__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .c-part5__btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
  }
}
.c-part6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-footer__list .c-part6 {
  display: block;
  padding: 0 20px 20px;
  /* border-bottom: 1px solid #000; */
  text-align: center;
}
.c-part6--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-part6--vertical .c-part6__left {
  width: auto;
  padding-right: 0;
}
.c-part6--vertical .c-part6__right {
  width: auto;
  margin-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-footer__list .c-part6 {
    padding: 0;
  }
  .c-part6--vertical .c-part6__right {
    width: 100%;
  }
}
.c-part6__left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  /* width: 130px; */
  /* padding-right: 20px; */
}
@media only screen and (max-width: 767px) {
  .c-part6__left {
    /* width: 110px; */
  }
}
.c-part6__name {
  color: #000;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 767px) {
  .c-part6__name {
    font-size: 1.6rem;
  }
}
.c-part6__right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 130px);
}
.c-footer__list .c-part6__right {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c-part6__right {
    width: calc(100% - 110px);
  }
}
.c-part6__phone {
  color: #002c83;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .c-part6__phone {
    font-size: 1.6rem;
  }
}
.c-part6__address {
  margin-top: 4px;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 767px) {
  .c-part6__address {
    margin-top: 1px;
    font-size: 1.4rem;
  }
}
/*------------------------------------------------------------
    Radio
------------------------------------------------------------*/
.c-radio__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
}
@media only screen and (max-width: 767px) {
  .c-radio__group {
    margin-right: -16px;
  }
}
.c-radio__group .c-radio,
.c-radio__group .mwform-radio-field {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 33px 10px 0;
}
@media only screen and (max-width: 767px) {
  .c-radio__group .c-radio,
.c-radio__group .mwform-radio-field {
    margin: 0 28px 8px 0;
  }
}
.c-radio__group .c-radio label,
.c-radio__group .mwform-radio-field label {
  position: relative;
}
.c-radio__group .c-radio input[type=radio],
.c-radio__group .mwform-radio-field input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  -webkit-tap-highlight-color: transparent;
}
.c-radio__group .c-radio input[type=radio]:checked + .c-radio__text::after,
.c-radio__group .c-radio input[type=radio]:checked + .mwform-radio-field-text::after,
.c-radio__group .mwform-radio-field input[type=radio]:checked + .c-radio__text::after,
.c-radio__group .mwform-radio-field input[type=radio]:checked + .mwform-radio-field-text::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.c-radio__group .c-radio .c-radio__text,
.c-radio__group .c-radio .mwform-radio-field-text,
.c-radio__group .mwform-radio-field .c-radio__text,
.c-radio__group .mwform-radio-field .mwform-radio-field-text {
  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.32;
}
@media only screen and (max-width: 767px) {
  .c-radio__group .c-radio .c-radio__text,
.c-radio__group .c-radio .mwform-radio-field-text,
.c-radio__group .mwform-radio-field .c-radio__text,
.c-radio__group .mwform-radio-field .mwform-radio-field-text {
    padding-left: 18px;
    font-size: 1.4rem;
  }
}
.c-radio__group .c-radio .c-radio__text::before,
.c-radio__group .c-radio .mwform-radio-field-text::before,
.c-radio__group .mwform-radio-field .c-radio__text::before,
.c-radio__group .mwform-radio-field .mwform-radio-field-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .c-radio__group .c-radio .c-radio__text::before,
.c-radio__group .c-radio .mwform-radio-field-text::before,
.c-radio__group .mwform-radio-field .c-radio__text::before,
.c-radio__group .mwform-radio-field .mwform-radio-field-text::before {
    top: 3px;
    width: 14px;
    height: 14px;
  }
}
.c-radio__group .c-radio .c-radio__text::after,
.c-radio__group .c-radio .mwform-radio-field-text::after,
.c-radio__group .mwform-radio-field .c-radio__text::after,
.c-radio__group .mwform-radio-field .mwform-radio-field-text::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 8px;
  height: 8px;
  background-color: #002c83;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .c-radio__group .c-radio .c-radio__text::after,
.c-radio__group .c-radio .mwform-radio-field-text::after,
.c-radio__group .mwform-radio-field .c-radio__text::after,
.c-radio__group .mwform-radio-field .mwform-radio-field-text::after {
    top: 7px;
    left: 4px;
    width: 6px;
    height: 6px;
  }
}
/*------------------------------------------------------------
    Relate
------------------------------------------------------------*/
.c-relate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-relate__item {
  margin: 0 46px;
}
@media only screen and (max-width: 767px) {
  .c-relate__item {
    margin: 0 23px;
  }
}
.c-relate__item.is-hide {
  opacity: 0;
  pointer-events: none;
}
.c-relate__btn {
  display: inline-block;
}
/*------------------------------------------------------------
    Table
------------------------------------------------------------*/
.c-table1 {
  width: 100%;
  border-collapse: collapse;
}
.c-table1__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  padding: 28px 0;
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
  .c-table1__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 21px 0 20px;
  }
  .c-table1__name__logo {
    margin-bottom: 10px;
  }
}
.c-table1__row:first-child {
  padding-top: 0;
}
.c-table1__row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.c-table1__row.c-footer__row3 {
  padding-top: 29px;
}
@media only screen and (max-width: 767px) {
  .c-table1__row.c-footer__row3 {
    padding-top: 21px;
  }
}
.c-table1__row.c-footer__row4 {
  padding-top: 29px;
}
@media only screen and (max-width: 767px) {
  .c-table1__row.c-footer__row4 {
    padding-top: 21px;
  }
}
.c-table1__title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 282px;
  padding-right: 16px;
  text-align: left;
}
.c-table1__name {
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.78;
}
@media only screen and (max-width: 767px) {
  .c-table1__name {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.c-table1__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 1px;
}
@media only screen and (max-width: 767px) {
  .c-table1__content {
    padding-top: 4px;
  }
}
.c-table1__phone {
  color: #000;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.68;
}
@media only screen and (max-width: 767px) {
  .c-table1__phone {
    font-size: 2.5rem;
    line-height: 1.57;
  }
}
.c-table1__phone--big {
  font-size: 3rem;
  line-height: 1.54;
}
@media only screen and (max-width: 767px) {
  .c-table1__phone--big {
    font-size: 2.5rem;
    line-height: 1.57;
  }
}
.c-table1__contact {
  margin-top: 1px;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-table1__contact {
    margin-top: 2px;
    font-size: 1.4rem;
  }
}
.c-table2 {
  width: 100%;
  border-collapse: collapse;
}
.c-table2__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
.c-table2__row:first-child {
  border-top: 1px solid #ddd;
}
.c-table2__field {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 190px;
  padding: 16px 20px 19px;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .c-table2__field {
    width: 112px;
    padding: 13px 16px 14px;
    font-size: 1.4rem;
  }
}
.c-table2__content {
  width: calc(100% - 190px);
  padding: 16px 0 19px;
}
@media only screen and (max-width: 767px) {
  .c-table2__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: calc(100% - 112px);
    padding: 13px 0 14px;
  }
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
.c-text1 {
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-text1 {
    font-size: 1.4rem;
  }
}
.c-text2 {
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-text2 {
    font-size: 1.2rem;
  }
}
.c-text3 {
  color: #000;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-text3 {
    font-size: 1.6rem;
  }
}
.c-text4 {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .c-text4 {
    font-size: 1.4rem;
  }
}
/*------------------------------------------------------------
    Thumb
------------------------------------------------------------*/
.c-thumb1 {
  position: relative;
  max-width: 520px;
}
@media only screen and (max-width: 767px) {
  .c-thumb1 {
    max-width: 400px;
  }
}
.c-thumb1::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.c-thumb1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-thumb2 {
  position: relative;
}
.c-thumb2::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.5523156089%;
}
.c-thumb2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-thumb3 {
  position: relative;
  max-width: 650px;
}
@media only screen and (max-width: 767px) {
  .c-thumb3 {
    max-width: 300px;
  }
}
.c-thumb3::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.c-thumb3 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
/*------------------------------------------------------------
    Title
------------------------------------------------------------*/
.c-title1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.c-title1__en {
  display: inline-block;
  color: #000;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.67;
}
@media only screen and (max-width: 767px) {
  .c-title1__en {
    font-size: 2.3rem;
  }
}
.c-title1__en + .c-title1__ja {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .c-title1__en + .c-title1__ja {
    margin-top: 0;
  }
}
.c-title1__ja {
  display: block;
  color: #000;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .c-title1__ja {
    font-size: 2.3rem;
    line-height: 1.67;
  }
}
.c-title2 {
  position: relative;
  color: #002c83;
  font-size: 7rem;
  font-weight: 600;
  line-height: 1.14;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-title2 {
    font-size: 3.4rem;
  }
}
.c-title2::after {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #002c83;
}
@media only screen and (max-width: 767px) {
  .c-title2::after {
    bottom: -14px;
    width: 60px;
    height: 2px;
  }
}
.c-title2__sub {
  margin-top: 49px;
  color: #000;
  font-size: 3rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-title2__sub {
    margin-top: 35px;
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-title2__sub {
    margin-top: 39px;
    font-size: 1.9rem;
    line-height: 1.67;
  }
}
.c-title3__en {
  display: block;
  color: #002c83;
  /* font-size: 5.7rem; */
  font-size: 6.8rem;
  font-weight: 700;
  line-height: 1;
}
.c-title3__en--black {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .c-title3__en {
    font-size: 3rem;
    line-height: 1.5;
  }
}
.c-title3__ja {
  display: block;
  margin-top: 5px;
  color: #000;
  /* font-size: 3rem; */
  font-size: 1.9rem;
  /* font-weight: 600; */
  font-weight: 700;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .c-title3__ja {
    margin-top: 1px;
    /* font-size: 2.3rem; */
    font-size: 1.4rem;
    line-height: 1.67;
  }
}
.c-title4--white .c-title4__en {
  color: rgba(255, 255, 255, 0.5);
}
.c-title4--white .c-title4__ja {
  color: #fff;
}
.c-title4--black .c-title4__en {
  color: #002c83;
}
.c-title4--black .c-title4__ja {
  color: #000;
}
.c-title4__en {
  display: block;
  color: #002c83;
  /* font-size: 6rem; */
  font-size: 6.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.c-title4__en--black {
  color: #000;
}
@media only screen and (max-width: 767px) {
  .c-title4__en {
    font-size: 3.6rem;
    line-height: 1;
  }
}
.c-title4__ja {
  display: block;
  margin-top: 5px;
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.01em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-title4__ja {
    margin-top: 1px;
    font-size: 1.4rem;
    line-height: 1.67;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    CSS of Home page
------------------------------------------------------------*/
.home {
  position: relative;
}
/*------------------------------------------------------------
    CSS of About section
------------------------------------------------------------*/
.home-about {
  position: relative;
  padding: 120px 0 0;
}
@media only screen and (max-width: 767px) {
  .home-about {
    padding: 45px 0;
    background-color: #eee;
  }
}
.home-about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 1023px) {
  .home-about__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.home-about__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  /* background-color: #EEE; */
  /* background-color: #EFF6FF; */
}
.home-about__right {
  border-radius: 60px 0 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .home-about__left {
    width: 100%;
  }
}
.home-about__leftinner {
  width: fit-content;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}
@media only screen and (max-width: 1023px) {
  .home-about__leftinner {
    max-width: unset;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .home-about__leftinner {
    padding: 0 20px;
  }
}
.home-about__description {
  margin-top: 36px;
}
@media only screen and (max-width: 767px) {
  .home-about__description {
    margin-top: 22px;
  }
}
.home-about__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 42px;
}
@media only screen and (max-width: 767px) {
  .home-about__btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
  }
}
.home-about__right {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .home-about__right {
    width: 100%;
    margin-top: 102px;
  }
}
@media only screen and (max-width: 767px) {
  .home-about__right {
    margin-top: 45px;
  }
}
.home-about__thumb {
  position: relative;
  width: 100%;
  height: 600px;
}
@media only screen and (max-width: 1023px) {
  .home-about__thumb {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .home-about__thumb {
    height: 300px;
  }
}
.home-about__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
/*------------------------------------------------------------
    CSS of Service section
------------------------------------------------------------*/
.home-service {
  position: relative;
  padding: 120px 0 0;
  overflow: hidden;
  transition: all 5s;
  background: -webkit-gradient(linear, left top, right top, from(#0043a9), to(#002b79));
  background: -webkit-linear-gradient(left, #0043a9 0%, #002b79 100%);
  background: linear-gradient(90deg, #0043a9 0%, #002b79 100%);
}
@media only screen and (max-width: 767px) {
  .home-service {
    padding: 18px 0;
  }
}
.home-service__marquee1 {
  margin-bottom: 44px;
  overflow: hidden;
}
.home-service__marquee1 .swiper-slide {
  width: auto;
}
.home-service__marquee2 .swiper-slide {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .home-service__marquee1 {
    margin-bottom: 30px;
  }
}
.home-service__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
/* .home-service__slider .swiper-slide {
  width: 2689px;
}
@media only screen and (max-width: 767px) {
  .home-service__slider .swiper-slide {
    width: 1260px;
  }
} */
.home-service__main {
  margin-top: 41px;
}
.home-service__main .c-part5 + .c-part5 {
  margin-top: 120px;
  /* margin-top: 0; */
}
@media only screen and (max-width: 767px) {
  .home-service__main .c-part5 + .c-part5 {
    margin-top: 45px;
  }
}
.home-service__marquee2 {
  margin-top: 120px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .home-service__marquee2 {
    margin-top: 62px;
  }
}
/*------------------------------------------------------------
    CSS of Group section
------------------------------------------------------------*/
.home-group {
  position: relative;
  padding: 126px 0 105px;
  background-image: url("../../assets/img/home/group-bg.jpg");
  background-size: cover;
  background-position: 86% 33%;
  background-repeat: no-repeat;
  /* border-radius: 40px; */
  /* margin-left: 40px; */
  /* margin-right: 40px; */
}
@media only screen and (max-width: 767px) {
  .home-group {
    padding: 55px 0 62px;
    background-position: 22% center;
    position: relative;
  }
  .home-group::before {
    content: "";
    position: absolute;
    background-color: rgba(255,255,255,0.5);
    inset: 0;
  }
  .home-group > * {
    position: relative;
  }
}
.home-group__content {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
}
@media only screen and (max-width: 1023px) {
  .home-group__content {
    max-width: unset;
    margin-right: auto;
  }
}
.home-group__title .c-title4__ja {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .home-group__title .c-title4__ja {
    margin-top: 1px;
  }
}
.home-group__description {
  margin-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home-group__description {
    margin-top: 20px;
  }
}
.home-group__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 43px;
}
@media only screen and (max-width: 767px) {
  .home-group__btn {
    margin-top: 25px;
  }
}
/*------------------------------------------------------------
    CSS of About page
------------------------------------------------------------*/
.about {
  position: relative;
}
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
.about-heading {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .about-heading {
    padding-top: 60px;
  }
}
/*------------------------------------------------------------
    CSS of Main section
------------------------------------------------------------*/
.about-main {
  position: relative;
  padding: 103px 0 120px;
}
@media only screen and (max-width: 767px) {
  .about-main {
    padding: 36px 0 45px;
  }
}
.about-main .c-text3 {
  text-align: center;
}
.about-main__chart {
  margin-top: 59px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .about-main__chart {
    margin-top: 36px;
  }
  .about-main__top .c-text3 {
    text-align: left;
  }
  .about-main__top .c-text3 br {
    display: none;
  }
}
.about-main__description {
  margin-top: 56px;
}
@media only screen and (max-width: 767px) {
  .about-main__description {
    margin-top: 36px;
  }
}
.about-main__link {
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  .about-main__link {
    margin-top: 45px;
  }
}
.about-main__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 119px -17px -36px;
}
@media only screen and (max-width: 767px) {
  .about-main__gallery {
    margin: 60px -6px -12px;
  }
}
.about-main__item {
  width: calc(50% - 34px);
  margin: 0 17px 36px;
}
@media only screen and (max-width: 767px) {
  .about-main__item {
    width: calc(50% - 12px);
    margin: 0 6px 12px;
  }
}
/*------------------------------------------------------------
    CSS of News page
------------------------------------------------------------*/
.news {
  position: relative;
}
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
.news-heading {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .news-heading {
    padding-top: 60px;
  }
}
/*------------------------------------------------------------
    CSS of Archive section
------------------------------------------------------------*/
.news-archive {
  padding: 88px 0 115px;
}
@media only screen and (max-width: 767px) {
  .news-archive {
    padding: 36px 0 60px;
  }
}
.news-archive__body {
  margin-top: 54px;
}
@media only screen and (max-width: 767px) {
  .news-archive__body {
    margin-top: 36px;
  }
}
.news-archive__pagi {
  margin-top: 72px;
}
@media only screen and (max-width: 767px) {
  .news-archive__pagi {
    margin-top: 56px;
  }
}
/*------------------------------------------------------------
    CSS of Single section
------------------------------------------------------------*/
.news-single {
  padding: 93px 0 146px;
}
@media only screen and (max-width: 767px) {
  .news-single {
    padding: 36px 0 60px;
  }
}
/*------------------------------------------------------------
    CSS of Service page
------------------------------------------------------------*/
.service {
  position: relative;
}
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
.service-heading {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .service-heading {
    padding-top: 60px;
  }
}
/*------------------------------------------------------------
    CSS of Intro section
------------------------------------------------------------*/
.service-intro {
  position: relative;
  padding: 91px 0 0;
}
@media only screen and (max-width: 767px) {
  .service-intro {
    padding: 36px 0 0;
  }
}
/*------------------------------------------------------------
    CSS of Company section
------------------------------------------------------------*/
.service-company {
  position: relative;
  padding: 114px 0 133px;
}
@media only screen and (max-width: 767px) {
  .service-company {
    padding: 45px 0 60px;
  }
}
.service-company__body {
  margin-top: 46px;
}
@media only screen and (max-width: 767px) {
  .service-company__body {
    margin-top: 28px;
  }
}
.service-company__group {
  margin-top: 62px;
  margin-bottom: 9px;
}
@media only screen and (max-width: 767px) {
  .service-company__group {
    margin-top: 44px;
    margin-bottom: 0;
  }
}
/*------------------------------------------------------------
    CSS of Recruit page
------------------------------------------------------------*/
.recruit {
  position: relative;
}
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
.recruit-heading {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .recruit-heading {
    padding-top: 60px;
  }
}
/*------------------------------------------------------------
    CSS of Top section
------------------------------------------------------------*/
.recruit-top {
  position: relative;
  padding: 98px 0 0;
}
@media only screen and (max-width: 767px) {
  .recruit-top {
    padding: 36px 0 0;
  }
}
.recruit-top__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .recruit-top__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.recruit-top__heading {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .recruit-top__heading {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    width: 100%;
    padding-right: 0;
  }
}
.recruit-top__subtitle {
  color: #002c83;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  .recruit-top__subtitle {
    font-size: 4.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-top__subtitle {
    font-size: 3rem;
    line-height: 1.5;
  }
}
.recruit-top__title {
  margin-top: 42px;
  color: #000;
  font-size: 5rem;
  font-weight: 600;
  line-height: 2;
}
@media only screen and (max-width: 1023px) {
  .recruit-top__title {
    font-size: 4.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-top__title {
    margin-top: 25px;
    font-size: 2.3rem;
    font-weight: 700;
  }
}
.recruit-top__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 50px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1023px) {
  .recruit-top__logo {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    width: 100%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .recruit-top__logo {
    margin-top: 36px;
  }
}
.recruit-top__logo img {
  width: 322px;
}
@media only screen and (max-width: 767px) {
  .recruit-top__logo img {
    width: 220px;
  }
}
.recruit-top__gallery {
  margin-top: 114px;
}
@media only screen and (max-width: 767px) {
  .recruit-top__gallery {
    margin-top: 65px;
  }
}
.recruit-top__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.recruit-top__slider .swiper-slide {
  width: 650px;
}
@media only screen and (max-width: 767px) {
  .recruit-top__slider .swiper-slide {
    width: 300px;
  }
}
/*------------------------------------------------------------
    CSS of Message section
------------------------------------------------------------*/
.recruit-message {
  position: relative;
  padding: 246px 0 0;
}
@media only screen and (max-width: 767px) {
  .recruit-message {
    padding: 60px 0 0;
  }
}
.recruit-message__heading .c-title2__sub {
  margin-top: 78px;
}
@media only screen and (max-width: 767px) {
  .recruit-message__heading .c-title2__sub {
    margin-top: 56px;
  }
}
.recruit-message__body {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .recruit-message__body {
    margin-top: 50px;
  }
}
.recruit-message__body .c-part4 {
  margin-top: 115px;
}
@media only screen and (max-width: 767px) {
  .recruit-message__body .c-part4 {
    margin-top: 36px;
  }
}
/*------------------------------------------------------------
    CSS of Jobdesc section
------------------------------------------------------------*/
.recruit-jobdesc {
  position: relative;
  padding: 178px 0 133px;
}
@media only screen and (max-width: 767px) {
  .recruit-jobdesc {
    padding: 65px 0 45px;
  }
}
.recruit-jobdesc__body {
  margin-top: 46px;
}
@media only screen and (max-width: 767px) {
  .recruit-jobdesc__body {
    margin-top: 28px;
  }
}
.recruit-jobdesc__description {
  margin-top: 42px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .recruit-jobdesc__description {
    margin-top: 25px;  
  }
}
.recruit-jobdesc__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 27px;
}
@media only screen and (max-width: 767px) {
  .recruit-jobdesc__btn {
    margin-top: 16px;
  }
}
/*------------------------------------------------------------
    CSS of Entry section
------------------------------------------------------------*/
.recruit-entry {
  position: relative;
  padding: 136px 0 0;
}
@media only screen and (max-width: 767px) {
  .recruit-entry {
    padding: 65px 0 0;
  }
}
.recruit-entry__body.is-temp {
  height: 472px;
}
@media only screen and (max-width: 767px) {
  .recruit-entry__body.is-temp {
    height: 450px;
  }
}
/*------------------------------------------------------------
    CSS of Contact page
------------------------------------------------------------*/
.contact {
  position: relative;
}
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
.contact-heading {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .contact-heading {
    padding-top: 60px;
  }
}
/*------------------------------------------------------------
    CSS of Main section
------------------------------------------------------------*/
.contact-form {
  position: relative;
  padding: 90px 0 105px;
}
@media only screen and (max-width: 767px) {
  .contact-form {
    padding: 36px 0 45px;
  }
}
.contact-form__body {
  margin-top: 67px;
}
@media only screen and (max-width: 767px) {
  .contact-form__body {
    margin-top: 36px;
  }
}
.contact-form__row1 .contact-form__field {
  margin-top: 8px;
}
.contact-form__row2 {
  margin-top: 14px;
}
.contact-form__row2 .contact-form__field {
  margin-top: 8px;
}
.contact-form__row3 {
  margin-top: 19px;
}
.contact-form__row3 .contact-form__field {
  margin-top: 8px;
}
.contact-form__row4 {
  margin-top: 19px;
}
.contact-form__row4 .contact-form__field {
  margin-top: 8px;
}
.contact-form__row5 {
  margin-top: 17px;
}
.contact-form__row5 .contact-form__field {
  margin-top: 8px;
}
.contact-form__row6 {
  margin-top: 18px;
}
.contact-form__row6 .contact-form__field {
  margin-top: 8px;
}
.contact-form__row7 {
  margin-top: 19px;
}
.contact-form__row7 .contact-form__field {
  margin-top: 8px;
}
.contact-form__row8 {
  margin-top: 20px;
}
.contact-form__row8 .contact-form__field {
  margin-top: 8px;
}
.contact-form__accept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 44px;
}
@media only screen and (max-width: 767px) {
  .contact-form__accept {
    margin-top: 25px;
  }
}
.contact-form__accept .c-error,
.mw_wp_form .contact-form__accept .error {
  margin-top: 8px;
}
.contact-form__groupbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 38px;
}
@media only screen and (max-width: 767px) {
  .contact-form__groupbtn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 26px;
  }
}
.contact-form__groupbtn button {
  width: min(250px, 100%);
}
.contact-form__groupbtn button + button {
  margin-left: 14px;
}
@media only screen and (max-width: 767px) {
  .contact-form__groupbtn button + button {
    margin-left: 0;
    margin-top: 8px;
  }
}
.contact-form__recaptcha {
  text-align: center;
}
/* .grecaptcha-badge {
  bottom: 124px !important;
}
@media only screen and (max-width: 767px) {
  .grecaptcha-badge {
    bottom: 14px !important;
  }
} */
.mw_wp_form .c-radio__group .horizontal-item + .horizontal-item,
.mw_wp_form .c-checkbox__group .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form_confirm .contact-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  border-bottom: 1px solid #ddd;
}
.mw_wp_form_confirm .contact-form__row:first-child {
  border-top: 1px solid #ddd;
}
.mw_wp_form_confirm .contact-form__label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 190px;
  padding: 16px 20px 19px;
}
@media only screen and (max-width: 767px) {
  .mw_wp_form_confirm .contact-form__label {
    width: 112px;
    padding: 13px 16px 14px;
  }
}
.mw_wp_form_confirm .c-label {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .mw_wp_form_confirm .c-label {
    font-size: 1.4rem;
  }
}
.mw_wp_form_confirm .c-label::after {
  content: none;
}
.mw_wp_form_confirm .contact-form__field {
  width: calc(100% - 190px);
  margin-top: 0;
  padding: 16px 0 19px;
}
@media only screen and (max-width: 767px) {
  .mw_wp_form_confirm .contact-form__field {
    width: calc(100% - 112px);
    padding: 13px 0 14px;
  }
}
.mw_wp_form_confirm .c-radio__group,
.mw_wp_form_confirm .c-input {
  display: contents;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .mw_wp_form_confirm .c-radio__group,
  .mw_wp_form_confirm .c-input {
    font-size: 1.4rem;
  }
}
.mw_wp_form_confirm .contact-form__accept {
  display: none;
}
/*------------------------------------------------------------
    CSS of Privacy page
------------------------------------------------------------*/
.privacy {
  position: relative;
}
/*------------------------------------------------------------
    CSS of Heading section
------------------------------------------------------------*/
.privacy-heading {
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .privacy-heading {
    padding-top: 60px;
  }
}
/*------------------------------------------------------------
    CSS of Main section
------------------------------------------------------------*/
.privacy-main {
  position: relative;
  padding: 86px 0 116px;
}
@media only screen and (max-width: 767px) {
  .privacy-main {
    padding: 36px 0 45px;
  }
}
.privacy-main__list {
  margin: 69px 0 60px;
}
@media only screen and (max-width: 767px) {
  .privacy-main__list {
    margin: 36px 0 34px;
  }
}
.privacy-main__row + .privacy-main__row {
  margin-top: 69px;
}
@media only screen and (max-width: 767px) {
  .privacy-main__row + .privacy-main__row {
    margin-top: 36px;
  }
}
.privacy-main__title {
  color: #002c83;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .privacy-main__title {
    font-size: 2.3rem;
    line-height: 1.67;
  }
}
.privacy-main__content {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .privacy-main__content {
    margin-top: 9px;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
    Display
------------------------------------------------------------*/
.u-none {
  display: none;
}
.u-inblock {
  display: inline-block;
}
/*------------------------------------------------------------
    Background
------------------------------------------------------------*/
.u-bg__black100 {
  /* background: linear-gradient(90deg, #222 0%, #000 100%); */
  /* background: linear-gradient(90deg, #EEE 0%, #CCC 100%); */
  /* background: linear-gradient(90deg, #EFF6FF 0%, #DEEBFF 100%); */
  background: transparent;
}
.u-bg__blue100 {
  background: -webkit-gradient(linear, left top, right top, from(#0043a9), to(#002b79));
  background: -webkit-linear-gradient(left, #0043a9 0%, #002b79 100%);
  background: linear-gradient(90deg, #0043a9 0%, #002b79 100%);
}
.u-bg__green100 {
  background: -webkit-gradient(linear, left top, right top, from(#2a7648), to(#17462a));
  background: -webkit-linear-gradient(left, #2a7648 0%, #17462a 100%);
  background: linear-gradient(90deg, #2a7648 0%, #17462a 100%);
}
.u-bg__skyblue100 {
  background: -webkit-gradient(linear, left top, right top, from(#00a4ff), to(#0077c2));
  background: -webkit-linear-gradient(left, #00a4ff 0%, #0077c2 100%);
  background: linear-gradient(90deg, #00a4ff 0%, #0077c2 100%);
}

/*------------------------------------------------------------
    Spacing
------------------------------------------------------------*/
/*------------------------------------------------------------
    Font
------------------------------------------------------------*/
.u-font__serif {
  font-family: "Noto Serif JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
}
.u-font__cormorant {
  font-family: "Cormorant", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", serif;
}
.u-font__sans {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.u-font__roboto {
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
/*------------------------------------------------------------
    Text
------------------------------------------------------------*/
.u-center {
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .is-pc {
    display: none;
  }
}
.is-notpc {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .is-notpc {
    display: block;
  }
}
.is-tab {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .is-tab {
    display: block;
  }
}
@media only screen and (max-width: 1023px) {
  .is-nottab {
    display: none;
  }
}
.is-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .is-notsp {
    display: none;
  }
}
.is-phone {
  pointer-events: none;
}
@media only screen and (max-width: 1023px) {
  .is-phone {
    pointer-events: unset;
  }
}
.fade-in-element {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
/* .c-part5.fade-in-element {
  transform: translateX(-50%) translateY(0);
  position: relative;
  overflow: hidden;
}
.c-part5--reverse.fade-in-element {
  transform: translateX(50%) translateY(0);
  position: relative;
  overflow: hidden;
}
.c-part5.fade-in-element::after,
.c-part5--reverse.fade-in-element::after {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  width: calc(100%);
  height: 100%;
  top: 0;
  pointer-events: none;
  z-index: 2;
  transition: transform 0.5s ease 0.5s;
  left: 0;
} */
/* .c-part5:nth-of-type(1).fade-in-element::after {
  background-color: #002c83;
}
.c-part5:nth-of-type(2).fade-in-element::after {
  background-color: #205c38;
}
.c-part5:nth-of-type(3).fade-in-element::after {
  background-color: #0092e6;
} */


@media only screen and (max-width: 767px) {
  .fade-in-element {
    transform: translateY(20px);
  }
}
.fade-in-element.visible {
  opacity: 1;
  transform: translateY(0);
}
/* .c-part5.fade-in-element.visible {
  transform: translateX(0) translateY(0);
}
.c-part5--reverse.fade-in-element.visible {
  transform: translateX(0) translateY(0);
}
.c-part5.fade-in-element.visible::after {
  transform: translateX(100vw);
}
.c-part5--reverse.fade-in-element.visible::after {
  transform: translateX(-100vw);
} */

@media only print {
  body {
    opacity: 1 !important;
  }
  .fade-in-element {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
  .c-part5.fade-in-element {
    transform: translateX(0) translateY(0) !important;
  }
  .c-part5--reverse.fade-in-element {
    transform: translateX(0) translateY(0) !important;
  }
  .c-part5.fade-in-element::after,
  .c-part5--reverse.fade-in-element::after {
    display: none;
  }
}

@media only screen and (max-width: 374px) {
  .c-part2__title {
    font-size: 2rem;
  }
  .recruit-top__title {
    font-size: 2rem;
  }
  .c-mv__title {
    font-size: 2.3rem;
  }
  .c-mv__subtitle {
    font-size: 1.2rem;
  }
}