@charset "UTF-8";
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/* @include mq("sp") */
/* 750px以下に適用（スマホ用） */
/* 1299px以下に適用 */
/* 1300px以上に適用（PC用） */
/* 「@include pop;」等で引き出し。*/
/* ルートの文字サイズを10pxに設定 */
html {
  font-size: 62.5%;
}

/* bodyのフォントサイズを1.6em（16px）に設定 */
body {
  font-size: 1.6em;
  margin: 0%;
  font-family: "M PLUS 1", sans-serif;
  max-width: 1580px;
  margin: 0 auto;
}

a.home::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url(../jpg/TOP__About1.png) no-repeat;
  background-size: contain;
  margin-right: 5px;
  vertical-align: bottom;
}

/****************************
↑の設定を行うことでremの判断を容易に視認。
例:
h1
font-size: 5rem; (50px)
p
font-size: 1.5rem;  (15px)

以上。
*******************************/
.inner {
  margin: 0 auto;
  max-width: 1350px;
  padding-right: 6%;
  padding-left: 6%;
}

.center {
  text-align: center;
}

.fs16 {
  font-size: 1.6rem;
}

.fs24 {
  font-size: 2.4rem;
}

.bold {
  font-weight: bold;
}

.SP__br {
  display: none;
}

.PC_header {
  padding: 1rem 3rem;
  border-radius: 25px;
  background-color: gray;
  display: flex;
  align-items: center;
}

nav.globalMenuSp,
.SP__about__Title {
  display: none;
}

/****************************************/
/*Header*/
/****************************************/
header {
  position: fixed;
  top: 0;
  z-index: 10;
  height: 60px;
  width: 100%;
}
header nav {
  align-items: center;
  background: black;
  height: 70px;
}
@media screen and (max-width: 750px) {
  header nav {
    height: 60px;
  }
}

nav {
  display: flex;
  justify-content: space-between;
  padding: 0 5%;
}

ul {
  list-style-type: none;
}

.header__img__wrap {
  display: flex;
  justify-content: start;
}

img.logo {
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 750px) {
  img.logo {
    height: 60px;
  }
}

/*ドロップダウンメニュー*/
/* 親メニュー - Parent nav */
nav > ul > li {
  position: relative;
  float: left;
  margin-right: 20px;
}
nav a {
  color: white;
  text-decoration: none;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  nav .SP__logo__a {
    position: absolute;
    top: 0;
    height: 70px;
  }
}
nav ul a:hover {
  color: #7a6af4;
}
nav .sub-menu {
  position: absolute;
  width: auto;
  padding: 0;
  top: 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
nav .sub-menu a {
  color: black;
  padding: 10px 15px;
  display: block;
  white-space: nowrap;
}
nav .sub-menu a:hover {
  color: #fff;
}

/* 子メニュー - .sub-menu */
/* ナビゲーションメニュー */
/* ナビゲーションメニュー */
/* ナビゲーションメニュー */
.nav-menu {
  background-color: #333;
  /* メニューの背景色 */
  color: #fff;
  /* メニューテキストの色 */
}

.menu-list {
  display: flex;
  justify-content: center;
  /* メニューアイテムを中央揃えに */
}

.menu-item {
  position: relative;
}
.menu-item:last-child {
  border-right: 1px solid #fff;
  /* 最後のメニューアイテムの右ボーダー */
}
.menu-item:hover .drop-menu-list {
  opacity: 1;
  /* 不透明度を最大に */
  transition: opacity 0.3s, visibility 0.3s;
  /* アニメーション設定 */
  visibility: visible;
  /* 下層メニューを表示 */
  padding: 1rem 2rem;
  border-radius: 0 0 15px 15px;
}
.menu-item a {
  align-items: center;
  color: #fff;
  /* メニューアイテム内のリンクテキストの色 */
  display: flex;
  justify-content: center;
  text-decoration: none;
  /* リンクの下線を非表示 */
}

/* メニューアイテムのホバースタイル */
/* ドロップダウンメニュー */
.drop-menu {
  position: relative;
}

.drop-menu-list {
  background-color: gray;
  /* ドロップダウンメニューの背景色 */
  left: -20px;
  opacity: 0;
  /* 不透明度を最小に */
  position: absolute;
  top: 100%;
  transition: opacity 0.3s, visibility 0.3s;
  /* アニメーション設定 */
  visibility: hidden;
  /* 下層メニューを非表示 */
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
}

li.drop-menu-item a {
  height: 50px;
}

/* ENDDDDDナビゲーションメニュー */
/* ENDDDDDナビゲーションメニュー */
/* ENDDDDDナビゲーションメニュー */
/* ホバーで子メニュー表示 */
nav .menu-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
}
nav li.menu-item-has-children li a:hover {
  background: #0090aa;
}
nav .menu-item-has-children:hover ul,
nav .menu-item-has-children ul.focused {
  opacity: 1;
  visibility: visible;
}
nav li.menu-item-has-children li a:hover, nav li.menu-item-has-children li a:focus {
  background: grey;
}

/* ホバー時と同様フォーカスされた時 */
/*///ドロップダウンメニュー*/
/*ふわっと表示させる*/
.fade {
  opacity: 0;
  /*ふわっと表示方向*/
  transform: translateY(80px);
  /*表示までの時間操作*/
  /*(透明からの表示時間、動く時間)*/
  transition: opacity 1.5s, transform 3s;
}
.fade.active {
  opacity: 1;
  transform: translateY(0px);
}

/*///ふわっと表示させる*/
/*************************************************/
/*スクロールするとふわっと表示*/
/*************************************************/
.text {
  margin-bottom: 150px;
}

.element {
  /* 最初は非表示 */
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
  /* （装飾用スタイル） */
}

/* フェードイン時に入るクラス */
.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/*************************************************/
/*************************************************/
/****************************************/
/*TOP*/
/****************************************/
.top_FV {
  position: relative;
  background: black;
}
@media screen and (min-width: 1300px) {
  .top_FV {
    padding-top: 70px;
  }
}
@media screen and (max-width: 750px) {
  .top_FV {
    height: 850px;
  }
}
.top_FV img {
  width: 100%;
}

video#bg_video {
  width: 100%;
  height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
}
video#bg_video--SP {
  display: none;
}

/*TOP__Logo__roop--slider------------------------------*/
/*TOP__Logo__roop--slider------------------------------*/
/*TOP__Logo__roop--slider------------------------------*/
.logo__slider {
  border-top: solid 1px #babbc5;
  border-bottom: solid 1px #babbc5;
  margin: 4% auto;
  padding: 2.5% 0;
  width: 90%;
}
@media screen and (max-width: 750px) {
  .logo__slider {
    width: 100%;
  }
}
.logo__slider img {
  width: 100%;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
}

/*TOP__About__us------------------------------*/
/*TOP__About__us------------------------------*/
/*TOP__About__us------------------------------*/
.TOP__About__us {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .TOP__About__us {
    flex-direction: column;
  }
}
.TOP__About__us .TOP__About__box {
  width: 22%;
  border-radius: 25px;
  background: #f8f8f9;
  padding: 1% 2%;
  margin-top: 2%;
}
@media screen and (max-width: 750px) {
  .TOP__About__us .TOP__About__box {
    width: 96%;
    margin-top: 6%;
  }
}
.TOP__About__us .TOP__About__box__center {
  width: 40%;
  background: white;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 750px) {
  .TOP__About__us .TOP__About__box__center {
    width: 96%;
    order: -1;
  }
}
.TOP__About__us .TOP__About__box__center .sub_title {
  margin: 0 auto;
  justify-content: center;
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 750px) {
  .TOP__About__us .TOP__About__box__center .sub_title {
    font-size: 5vw;
  }
}
.TOP__About__us .TOP__About__box__center .TOP__About__box__center__title {
  font-size: 2.8vw;
  text-align: center;
  margin: 10% 0;
}
@media screen and (max-width: 750px) {
  .TOP__About__us .TOP__About__box__center .TOP__About__box__center__title {
    font-size: 7vw;
  }
}
.TOP__About__us .TOP__About__box__center .TOP__About__box__center__BTNwrap {
  display: flex;
  justify-content: space-around;
}
.TOP__About__us .TOP__About__box__center .TOP__About__box__center__BTNwrap .center__btn__1 {
  text-transform: capitalize;
  background-color: #7a6af4;
  border: 1px solid #7a6af4;
  color: white;
  border-radius: 50px;
  padding: 3% 5%;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .TOP__About__us .TOP__About__box__center .TOP__About__box__center__BTNwrap .center__btn__1 {
    font-size: 16px;
  }
}
.TOP__About__us .TOP__About__box__center .TOP__About__box__center__BTNwrap .center__btn__1:hover {
  transition: all 0.3s;
  color: #7a6af4;
  background-color: white;
}
.TOP__About__us .TOP__About__box__center .TOP__About__box__center__BTNwrap .center__btn__1--btn__2 {
  color: black;
  background: white;
}
.TOP__About__us .TOP__About__box__center .TOP__About__box__center__BTNwrap .center__btn__1--btn__2:hover {
  transition: all 0.3s;
  color: white;
  background-color: #7a6af4;
}
.TOP__About__us .TOP__About__box__center .TOP__About__box__center__img__wrap {
  background: #7a6af4;
  border-radius: 25px;
  overflow: hidden;
}
.TOP__About__us .TOP__About__box__center .TOP__About__box__center__img__wrap .TOP__About__box__center__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .TOP__About__us .TOP__About__box__order__3 {
    order: 1;
  }
}
@media screen and (max-width: 750px) {
  .TOP__About__us .TOP__About__box__order__4 {
    order: 2;
  }
}
.TOP__About__us .TOP__About__box .TOP__About__logo__wrap {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
@media screen and (max-width: 750px) {
  .TOP__About__us .TOP__About__box .TOP__About__logo__wrap {
    justify-content: space-between;
  }
}
.TOP__About__us .TOP__About__box .TOP__About__logo__wrap .TOP__About__img__wrap {
  background: white;
  padding: 6%;
  border-radius: 50px;
  height: 100%;
}
.TOP__About__us .TOP__About__box .TOP__About__logo__wrap .TOP__About__img__wrap .TOP__About__img {
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.TOP__About__us .TOP__About__box .TOP__About__logo__wrap .TOP__About__No {
  font-size: 7vw;
  font-weight: bold;
  opacity: 0.2;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(rgba(12, 18, 29, 0.3215686275), rgba(12, 18, 29, 0.0784313725) 80%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 120%;
  position: static;
}
@media screen and (max-width: 750px) {
  .TOP__About__us .TOP__About__box .TOP__About__logo__wrap .TOP__About__No {
    font-size: 15vw;
    margin-bottom: 8%;
  }
}
.TOP__About__us .TOP__About__box .TOP__About__text {
  font-size: 1.2vw;
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .TOP__About__us .TOP__About__box .TOP__About__text {
    font-size: 4vw;
  }
}
.TOP__About__us .TOP__About__box .TOP__About__text .TOP__About__text__span {
  font-size: 1.5vw;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .TOP__About__us .TOP__About__box .TOP__About__text .TOP__About__text__span {
    font-size: 6vw;
  }
}

.sub_title {
  color: #0c121d;
  text-transform: capitalize;
  background-color: #f8f8f9;
  border: 1px solid rgba(12, 18, 29, 0.3019607843);
  border-radius: 50px;
  margin-bottom: 16px;
  padding: 10px 20px;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 100%;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .sub_title {
    font-size: 7vw;
    padding: 2% 8% 2.5%;
  }
}

/*TOP__Services------------------------------*/
/*TOP__Services------------------------------*/
/*TOP__Services------------------------------*/
.gap {
  padding: 60px 0;
  margin: 80px 0;
}

@media screen and (max-width: 750px) {
  .br__spOFF {
    display: none;
  }
}

.TOP__points__section {
  border-radius: 25px;
  background: #061929;
}

.TOP__Services__title {
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .TOP__Services__title {
    flex-direction: column;
  }
}
.TOP__Services__title .TOP__Services__title__img {
  width: 46%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 750px) {
  .TOP__Services__title .TOP__Services__title__img {
    width: 92%;
  }
}
.TOP__Services__title .TOP__Services__title__text {
  font-size: 1.7vw;
  width: 46%;
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .TOP__Services__title .TOP__Services__title__text {
    width: 100%;
    margin-top: 6%;
    margin-bottom: 6%;
  }
}
.TOP__Services__title .TOP__Services__title__text--point {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .TOP__Services__title .TOP__Services__title__text--point {
    margin-top: 6%;
  }
}
.TOP__Services__title .TOP__Services__title__text .TOP__Services__span {
  font-size: 1.6vw;
}
@media screen and (max-width: 750px) {
  .TOP__Services__title .TOP__Services__title__text .TOP__Services__span {
    font-size: 6vw;
  }
}

.TOP__Services__contents {
  display: flex;
  justify-content: space-between;
  padding-top: 4%;
}
@media screen and (max-width: 750px) {
  .TOP__Services__contents {
    flex-direction: column;
  }
}

a.hover-box {
  position: relative;
  width: 30%;
  max-width: 400px;
  height: 370px;
  background-color: #f0f0f0;
  border-radius: 25px;
}
@media screen and (max-width: 750px) {
  a.hover-box {
    width: 95%;
    margin: 0 auto 8%;
  }
}
a.hover-box:hover .hover-image {
  opacity: 1;
}
a.hover-box:hover .hover-box__text {
  background: rgba(122, 106, 244, 0.8);
  background-blend-mode: overlay;
}
a.hover-box .hover-image {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 750px) {
  a.hover-box .hover-image {
    opacity: 1;
  }
}
a.hover-box .hover-image .TOP__Services__hover__img {
  width: 100%;
  height: 370px;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}
a.hover-box .hover-box__text {
  position: absolute;
  bottom: 0%;
  left: 8%;
  color: black;
  font-size: 24px;
  font-weight: bold;
  border-radius: 25px;
  padding: 2% 6%;
}
@media screen and (max-width: 750px) {
  a.hover-box .hover-box__text {
    background: rgba(122, 106, 244, 0.8);
    background-blend-mode: overlay;
  }
}
a.hover-box .hover-box__text span {
  font-size: 1.6rem;
}

/*TOP__Features------------------------------*/
/*TOP__Features------------------------------*/
/*TOP__Features------------------------------*/
.TOP__Features {
  border-radius: 25px;
  background: #f8f8f9;
}
.TOP__Features .TOP__Services__title {
  color: black;
}
.TOP__Features .TOP__Services__contents {
  width: 96%;
  border-radius: 25px;
  padding: 2%;
  margin-top: 4%;
  box-shadow: 4px 4px 4px 2px rgba(0, 0, 0, 0.25);
}
.TOP__Features .TOP__Services__contents .features__img {
  width: 48%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 750px) {
  .TOP__Features .TOP__Services__contents .features__img {
    width: 100%;
    padding-bottom: 4%;
  }
}
@media screen and (max-width: 750px) {
  .TOP__Features .TOP__Services__contents .features__img--PC__img {
    display: none;
  }
}
.TOP__Features .TOP__Services__contents .features__img--SP__img {
  display: none;
}
@media screen and (max-width: 750px) {
  .TOP__Features .TOP__Services__contents .features__img--SP__img {
    display: unset;
  }
}

/*TOP__Process------------------------------*/
/*TOP__Process------------------------------*/
/*TOP__Process------------------------------*/
.TOP__process__contents {
  display: flex;
  justify-content: space-between;
  padding-top: 4%;
  flex-wrap: wrap;
}
.TOP__process__contents .process__img__wrap {
  width: 21%;
  position: relative;
}
@media screen and (max-width: 750px) {
  .TOP__process__contents .process__img__wrap {
    width: 48%;
  }
}
.TOP__process__contents .process__img__wrap .TOP__process__img {
  width: 100%;
  margin-bottom: 8%;
}
.TOP__process__contents .process__img__wrap--PC__arrow:after {
  position: absolute;
  top: 42%;
  content: "";
  display: inline-block;
  width: 30px; /* スマホで見た時の幅 */
  height: 30px; /* スマホで見た時の高さ */
  background: url(../jpg/TOP__Process__Arrow.png) no-repeat;
  background-size: contain;
  margin-right: 3px;
}
.TOP__process__contents .SP__arrow:after {
  position: absolute;
  top: 42%;
  content: "";
  display: none;
  width: 30px; /* スマホで見た時の幅 */
  height: 30px; /* スマホで見た時の高さ */
  background: url(../jpg/TOP__Process__Arrow.png) no-repeat;
  background-size: contain;
  margin-right: 3px;
}

/*Interview__Slider------------------------------*/
/*Interview__Slider------------------------------*/
/*Interview__Slider------------------------------*/
.TOP__Features.TOP_Interview {
  background: white;
  margin-bottom: 0;
  margin: 0;
}
.TOP__Features.TOP_Interview .TOP__Services__title {
  align-items: flex-start;
}
.TOP__Features.TOP_Interview .TOP__Services__title .TOP__Services__title__text {
  margin-bottom: 4%;
  font-size: 2vw;
  width: 55%;
}
@media screen and (max-width: 750px) {
  .TOP__Features.TOP_Interview .TOP__Services__title .TOP__Services__title__text {
    font-size: 4.2vw;
    width: 100%;
  }
}
.TOP__Features.TOP_Interview .TOP__Services__title__img {
  width: 30%;
}
@media screen and (max-width: 750px) {
  .TOP__Features.TOP_Interview .TOP__Services__title__img {
    width: 70%;
  }
}
.TOP__Features.TOP_Interview .TOP__Services__title__img--point {
  width: 36%;
}
@media screen and (max-width: 750px) {
  .TOP__Features.TOP_Interview .TOP__Services__title__img--point {
    width: 90%;
  }
}

.Interview__Slider {
  display: none !important;
  margin-inline: auto;
  width: 98%;
  margin: 6% auto;
}
.Interview__Slider .Interview__Slider__box {
  margin: 0 20px;
  border-radius: 25px;
  overflow: hidden;
  background: #f8f8f9;
}
.Interview__Slider .Interview__Slider__box a.Interview__Slider__link {
  height: auto;
  width: 100%;
}
.Interview__Slider .Interview__Slider__box a.Interview__Slider__link .Interview__contents {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  height: 450px;
  pointer-events: none;
}
.Interview__Slider .Interview__Slider__box a.Interview__Slider__link .Interview__contents p {
  margin: 0;
}
.Interview__Slider .Interview__Slider__box a.Interview__Slider__link .Interview__contents p iframe {
  height: 450px;
  zoom: 1.15;
}
.Interview__Slider .Interview__Slider__box a.Interview__Slider__link .Interview__text {
  position: absolute;
  bottom: 6%;
  margin-left: 0.5%;
  color: white;
}
.Interview__Slider .Interview__Slider__box a.Interview__Slider__link .Interview__text h2.Interview__title {
  margin-bottom: 0;
}
.Interview__Slider .Interview__Slider__box a.Interview__Slider__link .Interview__text p.Interview__sub__title {
  margin-top: 1%;
}

/*Interview__dont__move------------------------*/
.Interview__dont__move {
  display: flex;
  justify-content: space-between;
  margin-top: 4%;
}
@media screen and (max-width: 750px) {
  .Interview__dont__move {
    flex-wrap: wrap;
  }
}
.Interview__dont__move a.Interview__Box {
  width: 23%;
  height: 100%;
  text-decoration: none;
  color: white;
  position: relative;
}
@media screen and (max-width: 750px) {
  .Interview__dont__move a.Interview__Box {
    width: 48%;
  }
}
.Interview__dont__move a.Interview__Box img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}
.Interview__dont__move a.Interview__Box .Interview__text {
  position: absolute;
  bottom: 4%;
  padding-left: 6%;
  margin-left: 0.5%;
  color: white;
}
.Interview__dont__move a.Interview__Box .Interview__text h2.Interview__title {
  margin-bottom: 0;
  font-size: 1.4vw;
}
@media screen and (max-width: 750px) {
  .Interview__dont__move a.Interview__Box .Interview__text h2.Interview__title {
    font-size: 4.4vw;
  }
}
.Interview__dont__move a.Interview__Box .Interview__text p.Interview__sub__title {
  margin-top: 1%;
  font-size: 1.2vw;
}
@media screen and (max-width: 750px) {
  .Interview__dont__move a.Interview__Box .Interview__text p.Interview__sub__title {
    font-size: 3.6vw;
  }
}

/*/////////Interview__dont__move------------------------*/
/*Interview__2------------------------------*/
/*Interview__2------------------------------*/
/*Interview__2------------------------------*/
.Interview__2__contents {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .Interview__2__contents {
    flex-wrap: wrap;
  }
}
.Interview__2__contents .interview__image__wrap {
  width: 30%;
}
@media screen and (max-width: 750px) {
  .Interview__2__contents .interview__image__wrap {
    width: 100%;
    margin-top: 12%;
    margin-bottom: 8%;
  }
}
.Interview__2__contents .interview__image__wrap--point {
  width: 31%;
  /*display: flex;*/
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .Interview__2__contents .interview__image__wrap--point {
    width: 100%;
    gap: 20px;
  }
}
.Interview__2__contents .interview__image__wrap .Interview__2__link {
  width: 100%;
}
.Interview__2__contents .interview__image__wrap .interview__image {
  width: 100%;
}
.Interview__2__contents .interview__image__wrap .interview__image--spot:hover {
  opacity: 0.5;
  transition: opacity 0.3s;
}
.Interview__2__contents .interview__image__wrap .interview__image--spot2 {
  margin-bottom: auto;
}
@media screen and (max-width: 750px) {
  .Interview__2__contents .interview__image__wrap .interview__image--SP__point {
    order: -1;
  }
}

.cta-button-gradient {
  display: inline-block;
  padding: 14px 28px;
  background: linear-gradient(to right, #f2709c, #ff9472);
  color: #fff;
  border: none;
  border-radius: 999px;
  font-size: 1.4vw;
  width: 85%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 750px) {
  .cta-button-gradient {
    width: 100%;
    font-size: 1.6rem;
    box-sizing: border-box;
    text-align: center;
  }
}

/*Jobs------------------------------*/
/*Jobs------------------------------*/
/*Jobs------------------------------*/
.TOP__Jobs__Link {
  background: #776bec;
  color: white;
  border-radius: 25px;
  margin: 70px auto;
}
@media screen and (max-width: 750px) {
  .TOP__Jobs__Link {
    margin: 40px auto;
  }
}
.TOP__Jobs__Link .TOP__Jobs__Link__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .TOP__Jobs__Link .TOP__Jobs__Link__wrap {
    flex-direction: column;
    padding: 4% 0;
    width: 100%;
  }
}
.TOP__Jobs__Link .TOP__Jobs__Link__wrap .icon__wrap {
  display: flex;
  align-items: center;
  width: 76%;
}
@media screen and (max-width: 750px) {
  .TOP__Jobs__Link .TOP__Jobs__Link__wrap .icon__wrap {
    width: 100%;
    align-items: start;
  }
}
.TOP__Jobs__Link .TOP__Jobs__Link__wrap .icon__wrap .icon {
  width: 90px;
  margin-right: 2%;
}
@media screen and (max-width: 750px) {
  .TOP__Jobs__Link .TOP__Jobs__Link__wrap .icon__wrap .icon {
    width: 50px;
  }
}
.TOP__Jobs__Link .TOP__Jobs__Link__wrap .icon__wrap .text__wrap h2.heading {
  font-size: 2.4vw;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .TOP__Jobs__Link .TOP__Jobs__Link__wrap .icon__wrap .text__wrap h2.heading {
    font-size: 4.4vw;
    margin-top: 0;
  }
}
.TOP__Jobs__Link .TOP__Jobs__Link__wrap .icon__wrap .text__wrap .description {
  margin-top: 0;
  font-size: 1.6vw;
}
@media screen and (max-width: 750px) {
  .TOP__Jobs__Link .TOP__Jobs__Link__wrap .icon__wrap .text__wrap .description {
    font-size: 3.6vw;
    margin-bottom: 8%;
  }
}
.TOP__Jobs__Link .TOP__Jobs__Link__wrap .TOP__Jobs__Link__btn {
  padding: 1% 3%;
  margin-left: 4%;
  border-radius: 25px;
  white-space: nowrap;
  background: linear-gradient(to right, #f3c8aa 0%, #e4519a 50%, #4d54e0 100%);
}
@media screen and (max-width: 750px) {
  .TOP__Jobs__Link .TOP__Jobs__Link__wrap .TOP__Jobs__Link__btn {
    padding: 2% 5%;
    margin-left: auto;
  }
}
.TOP__Jobs__Link .TOP__Jobs__Link__wrap .TOP__Jobs__Link__btn:hover {
  opacity: 3.6;
  filter: brightness(110%);
  transition: all 0.3s ease-in-out;
}
.TOP__Jobs__Link .TOP__Jobs__Link__wrap .TOP__Jobs__Link__btn a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6vw;
}
@media screen and (max-width: 750px) {
  .TOP__Jobs__Link .TOP__Jobs__Link__wrap .TOP__Jobs__Link__btn a {
    font-size: 5vw;
  }
}

.TOP_jobs_wrap {
  display: flex;
  justify-content: center;
}

/*Article__(Blog)------------------------------*/
/*Article__(Blog)------------------------------*/
/*Article__(Blog)------------------------------*/
.Articles__wrap {
  margin-top: 4%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .Articles__wrap {
    margin-top: 12%;
    flex-wrap: wrap;
  }
}
.Articles__wrap .Articles__box {
  width: 31%;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .Articles__wrap .Articles__box {
    width: 100%;
    margin-bottom: 12%;
  }
}
.Articles__wrap .Articles__box a {
  text-decoration: none;
  color: black;
}
.Articles__wrap .Articles__box .thumbnail__wrap {
  width: 99.5%;
  height: 240px;
  border: 1px solid;
  border-radius: 40px 40px 0 0;
}
.Articles__wrap .Articles__box .thumbnail__wrap img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
.Articles__wrap .Articles__box .Articles__box__text {
  padding: 2% 3%;
  border: 1px solid;
  border-top: none;
  border-radius: 0 0 40px 40px;
}
.Articles__wrap .Articles__box .Articles__box__text .article__title {
  font-size: 1.6vw;
  font-weight: bold;
  height: 75px;
}
@media screen and (max-width: 750px) {
  .Articles__wrap .Articles__box .Articles__box__text .article__title {
    font-size: 5vw;
  }
}
.Articles__wrap .Articles__box .Articles__box__text .article__summary {
  font-size: 1.2vw;
  margin-top: 4%;
  height: 50px;
  word-break: break-all;
}
@media screen and (max-width: 750px) {
  .Articles__wrap .Articles__box .Articles__box__text .article__summary {
    font-size: 4.4vw;
  }
}
.Articles__wrap .Articles__box .Articles__box__text .article__meta__wrap {
  margin-top: 4%;
  position: relative;
}
.Articles__wrap .Articles__box .Articles__box__text .article__meta__wrap:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: black;
  margin-bottom: 10px;
  top: -6%;
}
.Articles__wrap .Articles__box .Articles__box__text .article__meta__wrap .article__data {
  font-size: 1.4vw;
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .Articles__wrap .Articles__box .Articles__box__text .article__meta__wrap .article__data {
    font-size: 4vw;
    margin: 2% 0;
  }
}
.Articles__wrap .Articles__box .Articles__box__text .article__meta__wrap .article__data .category {
  color: white;
  font-size: 1vw;
  background: #7a6af5;
  padding: 1.5% 4% 2%;
  border-radius: 25px;
  display: flex;
  align-items: center;
  margin-right: 4%;
  margin-bottom: 1%;
}
@media screen and (max-width: 750px) {
  .Articles__wrap .Articles__box .Articles__box__text .article__meta__wrap .article__data .category {
    font-size: 3.2vw;
  }
}
.Articles__wrap .Articles__box .Articles__box__text .article__meta__wrap .article__action {
  display: flex;
  font-size: 1.2vw;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .Articles__wrap .Articles__box .Articles__box__text .article__meta__wrap .article__action {
    font-size: 4vw;
  }
}
.Articles__wrap .Articles__box .Articles__box__text .article__meta__wrap .article__action .readmore {
  display: flex;
  white-space: nowrap;
}
.Articles__wrap .Articles__box .Articles__box__text .article__meta__wrap .article__action .icon {
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 4%;
}

/****************************************/
/*footer*/
/****************************************/
footer {
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10% 5% 5%;
  background: #071929;
  border-radius: 25px 25px 0 0;
}

/*footer_set_1*/
/*********************************************/
.footer_set_1 {
  display: block;
}
.footer_set_1 p {
  margin: 0;
}

img.f_logo {
  height: 80px;
}

/*footer_set_2*/
/*********************************************/
.footer_set_2 {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  flex-wrap: wrap;
}
.footer_set_2 a {
  color: white;
  text-decoration: none;
  white-space: nowrap;
  font-size: 1.4vw;
}
.footer_set_2 li {
  list-style-type: none;
  margin-right: 4%;
  width: 14%;
  padding-bottom: 1%;
}

/*footer_under*/
.footer_under {
  background-color: #e0e0e0;
  display: flex;
  justify-content: center;
  padding: 2% 5%;
  font-size: 1.2rem;
}

.under_set a {
  color: white;
  margin-left: 20px;
}

/****************************************/
/****************************************/
/****************************************/
/*About__us*/
/****************************************/
/****************************************/
/****************************************/
/*header__sub1*/
.header__sub1 {
  padding-top: 80px;
  background: #061929;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .header__sub1 {
    height: 180px;
    padding-top: 65px;
  }
}
.header__sub1--point {
  background: #353539;
}
.header__sub1 .header__sub1__title {
  color: white;
  font-size: 2.6vw;
  margin-top: 0;
  margin-bottom: 1%;
  width: 80%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .header__sub1 .header__sub1__title {
    font-size: 7.2vw;
  }
}
.header__sub1 .breadcrumbs {
  color: white;
  font-size: 1.2vw;
  width: 80%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .header__sub1 .breadcrumbs {
    font-size: 3.2vw;
  }
}
.header__sub1 .breadcrumbs span {
  color: white;
}

/*About_us__front__view*/
.About__front__view {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 40px 0;
}
@media screen and (max-width: 750px) {
  .About__front__view {
    flex-direction: column;
    gap: 25px;
  }
}
.About__front__view .About__front__view__img {
  width: 48%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 750px) {
  .About__front__view .About__front__view__img {
    width: 100%;
  }
}

/*About__contents*/
.About__contents {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 8%;
}
@media screen and (max-width: 750px) {
  .About__contents {
    flex-direction: column;
    margin-bottom: 16%;
  }
}
.About__contents .mission__wrap {
  width: 44%;
}
@media screen and (max-width: 750px) {
  .About__contents .mission__wrap {
    width: 100%;
  }
}
.About__contents .mission__wrap h2.mission__title {
  font-size: 3vw;
  margin-top: 0;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .About__contents .mission__wrap h2.mission__title {
    font-size: 7vw;
  }
}
.About__contents .mission__wrap .mission__description {
  font-size: 1.2vw;
  color: #76797b;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .About__contents .mission__wrap .mission__description {
    font-size: 3.6vw;
  }
}
.About__contents .About__contents__img {
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 750px) {
  .About__contents .About__contents__img {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .About__contents .About__contents__img--point {
    order: 1;
  }
}

/****************************************/
/****************************************/
/****************************************/
/*Company*/
/****************************************/
/****************************************/
/****************************************/
.Company.inner {
  margin-top: 70px;
  margin-bottom: 70px;
}

.Company__wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .Company__wrap {
    flex-direction: column;
  }
}
.Company__wrap .company__box {
  width: 54%;
}
@media screen and (max-width: 750px) {
  .Company__wrap .company__box {
    width: 100%;
  }
}
.Company__wrap .company__box--point {
  width: 44%;
}
@media screen and (max-width: 750px) {
  .Company__wrap .company__box--point {
    width: 100%;
    order: -1;
    padding-bottom: 8%;
  }
}
.Company__wrap .company__box .company__box__img {
  width: 90%;
}
@media screen and (max-width: 750px) {
  .Company__wrap .company__box .company__box__img {
    width: 100%;
  }
}
.Company__wrap .company__box .company__box__img--point {
  padding-top: 4%;
  width: 75%;
}
@media screen and (max-width: 750px) {
  .Company__wrap .company__box .company__box__img--point {
    width: 100%;
  }
}

.TOP__Jobs__Link__btn {
  width: -moz-fit-content;
  width: fit-content;
  padding: 1% 3%;
  border-radius: 40px;
  white-space: nowrap;
  background: linear-gradient(to right, #f3c8aa 0%, #e4519a 50%, #4d54e0 100%);
}
@media screen and (max-width: 750px) {
  .TOP__Jobs__Link__btn {
    padding: 2% 6%;
    margin: 8% auto;
  }
}
.TOP__Jobs__Link__btn:hover {
  opacity: 3.6;
  filter: brightness(110%);
  transition: all 0.3s ease-in-out;
}
.TOP__Jobs__Link__btn a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2vw;
}
@media screen and (max-width: 750px) {
  .TOP__Jobs__Link__btn a {
    font-size: 4vw;
  }
}

/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--NEWS_archive------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
.news-list {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 750px) {
  .news-list {
    margin-bottom: 8%;
  }
}

.news-list-title {
  font-size: 2.4rem;
  font-weight: bold;
}

a.news_permalink {
  color: black;
  text-decoration: none;
}

.news_wrap {
  display: flex;
  padding: 3% 0;
  margin: 3% auto 0;
  position: relative;
  width: 90%;
}

.news_wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #e4e4e4;
  position: absolute;
  bottom: 0;
}

.SP_TOP_news_time {
  display: flex;
}

.news_time,
.news_categoly {
  width: 130px;
  font-size: 1.6rem;
}

.news_title {
  margin-left: 5%;
  max-width: 50%;
  font-size: 1.8rem;
}

.pagenate-span {
  width: 100%;
  text-align: center;
  margin-bottom: 4%;
}

.news_wrap::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #000000;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}

.news_wrap:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.pagenate-span {
  width: 100%;
  text-align: center;
  margin-bottom: 4%;
}

span.new_mark {
  background: #aa2b2b;
  color: white;
  padding: 1% 3%;
}
span.page-numbers.current {
  margin: 10px 10px 10px 10px;
  border: 2px solid black;
  padding: 1%;
}

a.page-numbers {
  margin: 10px 10px 10px 10px;
  border: 2px solid #ddd;
  padding: 1%;
  color: black;
}

.under_arc {
  padding-top: 5%;
  padding-bottom: 10%;
}

h2.Contents_Title {
  text-align: left;
  padding: 0;
}

.Contents_Title_wrap {
  padding-top: 15%;
}

/*************************************/
.more_wrap {
  display: flex;
  justify-content: center;
}

.more_btn {
  opacity: 1;
  transform: translateY(0);
  display: flex;
  justify-content: center;
  border: 1px solid;
  max-width: 460px;
}

.btn_03 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 464px;
  height: 44px;
  color: black;
}
.btn_03:hover {
  background: var(--G_00_logo, #4e4e56);
  transition: background-color 1s cubic-bezier(0.19, 1, 0.22, 1);
  color: white;
}

.thinright {
  position: relative;
  top: -25%;
  right: -30%;
}

.btn_03:hover::after, .btn_03:hover::before {
  background: #fff;
  transition: background-color 1s cubic-bezier(0.19, 1, 0.22, 1);
  color: white;
}
.btn_03::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 18px;
  width: 30px;
  height: 2px;
  background: #666;
}
.btn_03::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: 16px;
  width: 8px;
  height: 0px;
  border: 2px solid;
  border-color: transparent transparent #666 #666;
  transform: rotate(-135deg);
}

.news_single_inner {
  padding-top: 4%;
}

.news_sin_thumb img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* --- Single News Page: Category Style --- */
.news-single-category {
  font-size: 1.2rem; /* Article詳細ページと同じフォントサイズ */
  font-weight: bold; /* 太字 */
  margin-top: 10px; /* 上部のマージン */
  color: #6f6f65; /* カテゴリー名の色 */
  border-radius: 5px; /* ボーダーの角丸 */
}

.news-single-category ul {
  list-style-type: none; /* デフォルトのリストスタイルを削除 */
  padding: 0;
  margin: 0;
}

.news-single-category li {
  display: inline-block; /* インラインで表示 */
  margin-right: 15px; /* 各項目の右マージン */
}

/****************************************/
/****************************************/
/****************************************/
/*archive__Article*/
/****************************************/
/****************************************/
/****************************************/
.Articles__wrap.Articles__archive {
  flex-wrap: wrap;
  margin-bottom: 6%;
}
.Articles__wrap.Articles__archive .Articles__box {
  width: 32%;
  margin-bottom: 4%;
  border: 1px solid;
}
@media screen and (max-width: 750px) {
  .Articles__wrap.Articles__archive .Articles__box {
    width: 100%;
  }
}
.Articles__wrap.Articles__archive .Articles__box .thumbnail__wrap {
  height: 250px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .Articles__wrap.Articles__archive .Articles__box .thumbnail__wrap {
    height: 200px;
  }
}
.Articles__wrap.Articles__archive .Articles__box .thumbnail__wrap p.category {
  position: absolute;
  bottom: 2%;
  left: 8%;
  color: white;
  background: #7a6af5;
  padding: 1.5% 4% 2%;
  border-radius: 25px;
  display: flex;
  align-items: center;
  margin: 0;
}
.Articles__wrap.Articles__archive .Articles__box .thumbnail__wrap img {
  height: 220px;
  padding: 4%;
  width: 92%;
  border-radius: 45px;
}
@media screen and (max-width: 750px) {
  .Articles__wrap.Articles__archive .Articles__box .thumbnail__wrap img {
    height: 170px;
  }
}
.Articles__wrap.Articles__archive .Articles__box .Articles__box__text {
  border: none;
}
@media screen and (max-width: 750px) {
  .Articles__wrap.Articles__archive .Articles__box .Articles__box__text p.article__summary {
    display: none;
  }
}

/****************************************/
/*archive__single*/
/****************************************/
p.category {
  width: -moz-fit-content;
  width: fit-content;
  bottom: 2%;
  left: 8%;
  color: white;
  background: #7a6af5;
  padding: 0.5% 2.5% 1%;
  border-radius: 25px;
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 2rem;
  margin-bottom: 1%;
}

.single_inner.inner {
  width: 80%;
  max-width: 900px;
  padding-top: 4%;
}
@media screen and (max-width: 750px) {
  .single_inner.inner {
    width: 95%;
  }
}
.single_inner.inner .single_inner h1 {
  font-size: clamp(2.2rem, 3vw, 3rem);
}
@media screen and (max-width: 750px) {
  .single_inner.inner .single_inner h1 {
    font-size: 5vw;
    font-weight: bold;
  }
}
.single_inner.inner .single_time {
  display: flex;
  align-items: center;
  font-size: 2rem;
  justify-content: end;
}
@media screen and (max-width: 750px) {
  .single_inner.inner .single_time {
    display: block;
    font-size: 4vw;
  }
}
.single_inner.inner .single_time .news_time {
  width: 60px;
  font-size: 2rem;
}
.single_inner.inner .single_time .news_time span {
  padding: 1.5% 10%;
}
.single_inner.inner .single__content {
  margin-top: 6%;
  padding-top: 6%;
  position: relative;
  overflow-wrap: break-word;
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .single_inner.inner .single__content {
    font-size: 4vw;
  }
}
.single_inner.inner .single__content:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: black;
  position: absolute;
  top: 0;
}

/****************************************/
/****************************************/
/****************************************/
/*New__Services__1*/
/****************************************/
/****************************************/
/****************************************/
.Services__FV {
  background: #061929;
  color: white;
}
.Services__FV .Services__FV__inner {
  display: flex;
  justify-content: space-between;
  padding-top: 4%;
  padding-bottom: 4%;
  font-size: 1.2vw;
  /*Services__FV__text*/
  /*Services__FV__img*/
}
@media screen and (max-width: 750px) {
  .Services__FV .Services__FV__inner {
    position: relative;
    flex-direction: column;
  }
}
.Services__FV .Services__FV__inner .Services__FV__text {
  width: 56%;
}
@media screen and (max-width: 750px) {
  .Services__FV .Services__FV__inner .Services__FV__text {
    width: 96%;
    position: absolute;
    top: 8%;
    z-index: 1;
  }
}
.Services__FV .Services__FV__inner .Services__FV__text .Services__FV__tag {
  color: black;
  background: white;
  padding: 1.5% 4% 2%;
  margin-top: 0;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 25px;
}
@media screen and (max-width: 750px) {
  .Services__FV .Services__FV__inner .Services__FV__text .Services__FV__tag {
    font-size: 5vw;
  }
}
.Services__FV .Services__FV__inner .Services__FV__text h1.Services__FV__text__title {
  font-size: 3vw;
  margin: 60px 0;
}
@media screen and (max-width: 750px) {
  .Services__FV .Services__FV__inner .Services__FV__text h1.Services__FV__text__title {
    font-size: 5.6vw;
    text-align: left;
    padding: 0;
    margin: 8% 0;
  }
}
.Services__FV .Services__FV__inner .Services__FV__text p.Services__FV__text__sub {
  width: 76%;
}
@media screen and (max-width: 750px) {
  .Services__FV .Services__FV__inner .Services__FV__text p.Services__FV__text__sub {
    width: 92%;
    font-size: 4vw;
  }
}
.Services__FV .Services__FV__inner .Services__FV__img {
  width: 38%;
}
@media screen and (max-width: 750px) {
  .Services__FV .Services__FV__inner .Services__FV__img {
    width: 100%;
    opacity: 0.45;
  }
}

/*Services__contents__1*/
@media screen and (max-width: 750px) {
  .inner.Services__contents__1 {
    padding: 16% 4%;
  }
}

.Services__contents__1 {
  display: flex;
  justify-content: space-between;
  padding-top: 6%;
  padding-bottom: 6%;
}
@media screen and (max-width: 750px) {
  .Services__contents__1 {
    flex-direction: column;
    gap: 20px;
  }
}
.Services__contents__1 .Services__FV__img {
  width: 30%;
}
@media screen and (max-width: 750px) {
  .Services__contents__1 .Services__FV__img {
    width: 100%;
  }
}

/*Services__contents__2*/
@media screen and (max-width: 750px) {
  .Services__contents__2.inner {
    padding: 12% 4%;
  }
}

.Services__contents__2 {
  padding-top: 8%;
  padding-bottom: 8%;
}
.Services__contents__2 .service__image {
  width: 100%;
  text-align: center;
}
.Services__contents__2 .service__image .service__image__img {
  width: 55%;
}
@media screen and (max-width: 750px) {
  .Services__contents__2 .service__image .service__image__img {
    width: 100%;
    margin-bottom: 8%;
  }
}
.Services__contents__2 .service__image .contents__2__Big__Title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.Services__contents__2 .service__image .contents__2__Big__Title p.Big__Title__text {
  text-align: center;
  font-size: 1.4vw;
}
@media screen and (max-width: 750px) {
  .Services__contents__2 .service__image .contents__2__Big__Title p.Big__Title__text {
    font-size: 4vw;
    text-align: left;
  }
}
.Services__contents__2 .service__image .contents__2__Big__Title .Big__Title__img1 {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  left: -10%;
  top: 40%;
  width: 40px;
}
@media screen and (max-width: 750px) {
  .Services__contents__2 .service__image .contents__2__Big__Title .Big__Title__img1 {
    left: 4%;
    top: -40%;
    width: 25px;
    display: none;
  }
}
.Services__contents__2 .service__image .contents__2__Big__Title .Big__Title__img2 {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  right: -10%;
  top: 40%;
  width: 40px;
}
@media screen and (max-width: 750px) {
  .Services__contents__2 .service__image .contents__2__Big__Title .Big__Title__img2 {
    top: -40%;
    right: 4%;
    width: 25px;
    display: none;
  }
}
.Services__contents__2 .service__image__group {
  padding-top: 4%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .Services__contents__2 .service__image__group {
    margin-top: 10%;
    flex-direction: column;
    gap: 20px;
  }
}
.Services__contents__2 .service__image__group .service__image__img {
  width: 46%;
}
@media screen and (max-width: 750px) {
  .Services__contents__2 .service__image__group .service__image__img {
    width: 100%;
  }
}

/*check__text*/
.service__check__text {
  display: flex;
  padding-top: 4%;
  justify-content: center;
}
.service__check__text .service__check__img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  padding-right: 1.5%;
}
@media screen and (max-width: 750px) {
  .service__check__text .service__check__img {
    width: 25px;
    height: 30px;
  }
}
.service__check__text .check__text {
  width: 90%;
  font-size: 1.2vw;
  font-weight: bold;
  margin: 0;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .service__check__text .check__text {
    font-size: 3.6vw;
    line-height: normal;
  }
}

/*Services__contents__3*/
.Services__FV.contents__3__wrap {
  margin-bottom: 4%;
}
@media screen and (max-width: 750px) {
  .Services__FV.contents__3__wrap .inner.Services__FV__inner {
    padding: 12% 4%;
  }
}

.Services__FV .Services__FV__text.contents__3 {
  width: 58%;
}
@media screen and (max-width: 750px) {
  .Services__FV .Services__FV__text.contents__3 {
    position: relative;
    width: 100%;
  }
}
.Services__FV .Services__FV__text.contents__3 h1.Services__FV__text__title {
  margin: 4% 0;
  font-size: 2.4vw;
}
@media screen and (max-width: 750px) {
  .Services__FV .Services__FV__text.contents__3 h1.Services__FV__text__title {
    font-size: 5.6vw;
  }
}
.Services__FV .Services__FV__text.contents__3 p.Services__FV__text__sub {
  width: 95%;
}
.Services__FV p.contents__3__under {
  font-size: 1.6vw;
  font-weight: bold;
  padding-top: 6%;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .Services__FV p.contents__3__under {
    font-size: 3.6vw;
  }
}
.Services__FV .btn__wrap {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 750px) {
  .Services__FV .btn__wrap {
    padding-top: 4%;
    justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  .Services__FV .btn__wrap .TOP__Jobs__Link__btn {
    padding: 2% 4%;
  }
}
@media screen and (max-width: 750px) {
  .Services__FV .btn__wrap a {
    font-size: 4vw;
  }
}
.Services__FV .btn__wrap a.ENTRY_btn {
  font-size: 1vw;
  line-height: 1.2;
  display: flex;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .Services__FV .btn__wrap a.ENTRY_btn {
    font-size: 3.6vw;
  }
}

.Services__contents__3 {
  position: relative;
  width: 38%;
}
@media screen and (max-width: 750px) {
  .Services__contents__3 {
    width: 100%;
    padding-top: 12%;
  }
}
.Services__contents__3 .box__wrap {
  position: absolute;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .Services__contents__3 .box__wrap {
    position: unset;
  }
}
.Services__contents__3 .box__wrap .box__wrap__2 {
  overflow-y: scroll;
}
@media screen and (max-width: 750px) {
  .Services__contents__3 .box__wrap .box__wrap__2 {
    height: 350px;
  }
}
.Services__contents__3 .box__wrap .box__wrap__2 .box {
  padding: 8% 12%;
  border: 1px solid #515e6a;
}
.Services__contents__3 .box__wrap .box__wrap__2 .box .box__img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/****************************************/
/****************************************/
/****************************************/
/*New__Services__2*/
/****************************************/
/****************************************/
/****************************************/
.Services__contents__1.Services2__contents {
  /*left__img*/
  /*right__text*/
}
.Services__contents__1.Services2__contents .Services2__contents__Box {
  width: 42%;
}
@media screen and (max-width: 750px) {
  .Services__contents__1.Services2__contents .Services2__contents__Box {
    width: 100%;
  }
}
.Services__contents__1.Services2__contents .Services2__contents__Box .Services2__contents__img {
  width: 100%;
}
.Services__contents__1.Services2__contents .Services2__contents__text {
  width: 48%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .Services__contents__1.Services2__contents .Services2__contents__text {
    width: 100%;
  }
}
.Services__contents__1.Services2__contents .Services2__contents__text .contents__text__wrap {
  position: relative;
}
.Services__contents__1.Services2__contents .Services2__contents__text .contents__text__wrap .contents__text__1 {
  font-size: 1.6vw;
}
@media screen and (max-width: 750px) {
  .Services__contents__1.Services2__contents .Services2__contents__text .contents__text__wrap .contents__text__1 {
    font-size: 5.2vw;
    text-align: left;
  }
}
.Services__contents__1.Services2__contents .Services2__contents__text .contents__text__wrap .contents__text__img {
  position: absolute;
  bottom: -50%;
  right: -2%;
  width: 70px;
}
@media screen and (max-width: 750px) {
  .Services__contents__1.Services2__contents .Services2__contents__text .contents__text__wrap .contents__text__img {
    width: 40px;
    bottom: -30%;
    right: 4%;
  }
}
.Services__contents__1.Services2__contents .Services2__contents__text .contents__flow__img {
  width: 95%;
  padding-top: 4%;
}
.Services__contents__1.Services2__contents .Services2__contents__text .contents__text__2 {
  font-size: 1.6vw;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .Services__contents__1.Services2__contents .Services2__contents__text .contents__text__2 {
    font-size: 4.4vw;
  }
}
.Services__contents__1.Services2__contents .Services2__contents__text .btn__wrap {
  justify-content: center;
}

.Services__contents__2.Services2 .Services2__image {
  padding-top: 4%;
}
.Services__contents__2.Services2 .service__check__text {
  padding-bottom: 4%;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .Services__contents__2.Services2 .service__check__text {
    width: 100%;
  }
}
.Services__contents__2.Services2 .btn__wrap {
  display: flex;
  justify-content: center;
}
.Services__contents__2.Services2 .btn__wrap .TOP__Jobs__Link__btn a {
  display: flex;
  text-align: center;
}

/****************************************/
/****************************************/
/****************************************/
/*New__Services__3*/
/****************************************/
/****************************************/
/****************************************/
.Services__contents__1.Services3__contents {
  display: flex;
  justify-content: space-between;
}
.Services__contents__1.Services3__contents .Services3__box {
  width: 46%;
}
@media screen and (max-width: 750px) {
  .Services__contents__1.Services3__contents .Services3__box {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.Services__contents__1.Services3__contents .Services3__box p.box__text {
  font-size: 1.6vw;
  margin: 6% 0;
}
@media screen and (max-width: 750px) {
  .Services__contents__1.Services3__contents .Services3__box p.box__text {
    font-size: 4vw;
  }
}
.Services__contents__1.Services3__contents .Services3__box .box__img {
  width: 100%;
  padding-top: 4%;
}
@media screen and (max-width: 750px) {
  .Services__contents__1.Services3__contents .Services3__box .box__img {
    order: 1;
  }
}
.Services__contents__1.Services3__contents .Services3__box--point .box__img {
  padding-top: 0;
  margin-top: 10%;
}
.Services__contents__1.Services3__contents .Services3__box .btn__wrap {
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .Services__contents__1.Services3__contents .Services3__box .btn__wrap {
    order: 2;
    padding-top: 12%;
  }
}

/*check__text*/
.Services__contents__2.Services2 .service__check__text.Services3__check__text {
  padding-bottom: 0;
}

.Services3__under {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .Services3__under {
    width: 100%;
    flex-direction: column;
  }
}
.Services3__under .under__img {
  width: 54%;
}
@media screen and (max-width: 750px) {
  .Services3__under .under__img {
    width: 100%;
  }
}
.Services3__under .under__text__box {
  width: 42%;
}
@media screen and (max-width: 750px) {
  .Services3__under .under__text__box {
    width: 100%;
  }
}
.Services3__under .under__text__box .under__text {
  font-weight: bold;
  font-size: 1.4vw;
}
@media screen and (max-width: 750px) {
  .Services3__under .under__text__box .under__text {
    font-size: 4vw;
  }
}
.Services3__under .under__text__box .btn__wrap {
  padding-top: 4%;
  justify-content: left;
}
@media screen and (max-width: 750px) {
  .Services3__under .under__text__box .btn__wrap {
    justify-content: center;
  }
}
.Services3__under .under__text__box .btn__wrap .TOP__Jobs__Link__btn {
  padding: 3% 6%;
}

/****************************************/
/*contact_form*/
/****************************************/
.jobs_wrap {
  display: flex;
  justify-content: center;
  padding: 8% 0;
}
@media screen and (max-width: 750px) {
  .jobs_wrap {
    padding-top: 30%;
  }
}

.form_wrap.inner {
  padding-top: 10%;
}
@media screen and (max-width: 750px) {
  .form_wrap.inner {
    padding-top: 30%;
  }
}

.form_title {
  font-size: 4rem;
}

.form_title_text {
  font-size: 2rem;
}

select.form_select {
  padding: 1.6rem 3rem;
  border-radius: 25px;
}

.dropdwown_wrapper::after {
  pointer-events: none;
  /*これを入れないとこのエリアをクリックしてもプルダウンされない
  //他のプロパティは解説のため省略していますので、全文は上のコードを参照してください。*/
}

/* Contact Form7のドロップダウンメニューの初期状態の矢印を消すCSS*/
.wpcf7-form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.dropdown_wrapper {
  position: relative;
  width: 85%;
}

.form_main {
  display: flex;
}

.dropdown_wrapper .wpcf7-form-control {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 3px solid gray;
  font-size: 18px;
  color: black;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.dropdown_wrapper .wpcf7-form-control-wrap::after {
  content: "";
  position: absolute;
  display: inline-block;
  border-top: 2px solid rgb(255, 255, 255);
  border-right: 2px solid rgb(255, 255, 255);
  height: 8px;
  width: 8px;
  top: 15%;
  right: 4.8%;
  transform: rotate(135deg);
  pointer-events: none;
}
.dropdown_wrapper .wpcf7-form-control-wrap::before {
  content: "";
  position: absolute;
  display: inline-block;
  border-top: 2px solid white;
  border-right: 2px solid white;
  height: 8px;
  width: 8px;
  top: 10%;
  right: 3.5%;
  transform: rotate(135deg);
  pointer-events: none;
  background: black;
  border-radius: 20px;
  padding: 5px;
}

span.form_span {
  background: #7c8cdb;
  color: white;
  padding: 2px 1.6rem;
  border-radius: 25px;
  margin-left: 2rem;
}

.dropdown_wrapper.dd_ver2 .wpcf7-form-control-wrap::after, .dropdown_wrapper.dd_ver2 .wpcf7-form-control-wrap::before {
  display: none;
}
.dropdown_wrapper.dd_ver2 .wpcf7-form-control {
  padding: 1.6rem 3rem;
  border-radius: 25px;
}

.submit_btn_wrap {
  text-align: center;
}

.submit_btn {
  color: #fff;
  text-align: center;
  border: white;
  font-size: 2rem;
  padding: 1.6rem 5rem;
  border-radius: 50px;
  background-image: linear-gradient(90deg, rgb(243, 196, 170), rgb(228, 81, 154) 50%, rgb(77, 84, 224));
}

/****************************************/
/*contact_form(sub)*/
/*
  レスポンシブメールフォーム
  Responsive Mailform
*/
/****************************************/
.dl.form__DL__wrap dd.required {
  margin: 1% 0 2%;
}
@media screen and (max-width: 750px) {
  .dl.form__DL__wrap dd.required {
    margin: 3% 0 6%;
  }
}
.dl.form__DL__wrap dd.required input,
.dl.form__DL__wrap dd.required input#phone,
.dl.form__DL__wrap dd.required textarea.mail_contents {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 3px solid gray;
  font-size: 18px;
  color: black;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1.6rem 3rem;
  border-radius: 25px;
  max-width: 400px;
}
.dl.form__DL__wrap dd.required input--points,
.dl.form__DL__wrap dd.required input#phone--points,
.dl.form__DL__wrap dd.required textarea.mail_contents--points {
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .dl.form__DL__wrap .submit__text {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 750px) {
  .dl.form__DL__wrap .submit_btn_wrap {
    display: flex;
    justify-content: center;
  }
}
.dl.form__DL__wrap .submit_btn_wrap input#mail_submit_button {
  width: auto;
  color: #fff;
  text-align: center;
  border: white;
  font-size: 2rem;
  padding: 1.6rem 5rem;
  border-radius: 50px;
  background-image: linear-gradient(90deg, rgb(243, 196, 170), rgb(228, 81, 154) 50%, rgb(77, 84, 224));
}

.form__sub__Dl__wrap {
  padding: 4% 0 6%;
  display: flex;
   justify-content: flex-start !important;
  width: 100%;
}
.form__sub__Dl__wrap .form__sub__Dl {
  color: #fff;
  text-align: center;
  border: white;
  font-size: 2rem;
  padding: 1.6rem 5rem;
  border-radius: 50px;
  background-image: linear-gradient(90deg, rgb(243, 196, 170), rgb(228, 81, 154) 50%, rgb(77, 84, 224));
}

/*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*---------レスポンシブ-----------------------------------------*/
/*---------レスポンシブ-----------------------------------------*/
/*---------レスポンシブ-----------------------------------------*/
/*---------レスポンシブ-----------------------------------------*/
/*---------レスポンシブ-----------------------------------------*/
@media screen and (max-width: 951px) {
  /*画面幅が951px以下の時*/
  html {
    font-size: 46%;
  }
  /****************************************/
  /*TOP*/
  /****************************************/
  h1 {
    font-size: 3rem;
    padding: 0 5%;
    text-align: center;
  }
  h1 span {
    display: unset;
  }
  h3 {
    font-size: 3.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 951px) and (max-width: 750px) {
  h3 {
    font-size: 2.2rem;
  }
}
/*---------レスポンシブ-----------------------------------------*/
/*---------レスポンシブ-----------------------------------------*/
/*---------レスポンシブ-----------------------------------------*/
/*---------レスポンシブ-----------------------------------------*/
/*---------レスポンシブ-----------------------------------------*/
@media screen and (max-width: 769px) {
  /*画面幅が769px以下の時*/
  /* ルートの文字サイズを10pxに設定 */
  html {
    font-size: 62.5%;
  }
  /* bodyのフォントサイズを1.6em（16px）に設定 */
  body {
    font-size: 1.6em;
  }
  .inner {
    padding: 0 4%;
  }
  .PC_header,
  .newline.values_subText p::after {
    display: none;
  }
  nav.globalMenuSp {
    display: unset;
  }
  /***********************************************/
  /***********************************************/
  /*ハンバーガーボタン*/
  /***********************************************/
  /***********************************************/
  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 13px;
    top: 7px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #555;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  .hamburger.active {
    transition: all 0.3s ease-in-out;
    transition-delay: 0.6s;
    transform: rotate(45deg);
  }
  .hamburger.active span {
    background: white;
  }
  .hamburger.active span:nth-child(2) {
    width: 0px;
  }
  .hamburger.active span:nth-child(1), .hamburger.active span:nth-child(3) {
    transition-delay: 0.3s;
  }
  .hamburger.active span:nth-child(1) {
    transform: translateY(4px);
  }
  .hamburger.active span:nth-child(3) {
    transform: translateY(-16px) rotate(90deg);
  }
  /* ナビ開いてる時のボタン */
  nav.globalMenuSp {
    display: unset;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: white;
    background: #383838;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.3s;
    width: 100%;
    padding: 0;
    padding-top: 10%;
    opacity: 0.9;
    height: 100%;
  }
  nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #383838;
  }
  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  nav.globalMenuSp ul li:hover {
    background: #ddd;
  }
  nav.globalMenuSp ul li a {
    display: block;
    color: white;
    padding: 2.2% 0;
    text-decoration: none;
    font-size: 2.6rem;
  }
  nav.globalMenuSp.active {
    transform: translateX(0%);
  }
  /* このクラスを、jQueryで付与・削除する */
  /***********************************************/
  /*///ハンバーガーボタン*/
  /***********************************************/
  /***********************************************/
  /*TOP*/
  /***********************************************/
  .SP__br {
    display: unset;
  }
  video#bg_video {
    display: none;
  }
  video#bg_video--SP {
    display: unset;
    width: 100%;
    -o-object-position: top;
       object-position: top;
    padding-top: 60px;
  }
  .top_about2_box {
    flex-direction: column;
    width: 100%;
  }
  .top_about2_box img {
    width: auto;
  }
  h2 {
    font-size: 3.6rem;
    display: flex;
    flex-direction: column;
  }
  /*Footer**********************/
  /************************************/
  /****************************************/
  /*ABOUT*/
  /****************************************/
  /****************************************/
  /*Services__1*/
  /****************************************/
  /****************************************/
  /*Services__2*/
  /****************************************/
  /****************************************/
  /*Works*/
  /****************************************/
  /****************************************/
  /*Company*/
  /****************************************/
}
@media screen and (max-width: 769px) and (max-width: 750px) {
  h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 769px) {
  .TOP_services_span {
    padding: 0;
  }
  .top_about__us__wrap.inner {
    display: block;
    padding: 0;
  }
  .top_about__us__text {
    font-size: 2rem;
    padding-bottom: 8%;
  }
  h2.top_feat_back {
    white-space: normal;
  }
  .TOP_services_wrap {
    flex-direction: column;
  }
  .TOP_services_box {
    width: auto;
  }
  .TOP_services_box img {
    height: auto;
  }
  .btn_1 a {
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
  }
  .original-gradient {
    flex-direction: column;
  }
  h2.top_feat_back {
    align-items: normal;
  }
  span.top_feat_span {
    padding-left: 0;
  }
  .top_feat_wrap {
    flex-wrap: wrap;
  }
  .top_feat_box {
    width: 30%;
  }
  .top_feat_box p {
    font-size: 1.6rem;
  }
  .top_feat_check_title {
    font-size: 2.4rem;
  }
  .top_feat_text {
    padding-left: 0;
  }
  .top_feat_text img {
    width: 2.4rem;
  }
  .TOP__country_flow__img {
    display: none;
  }
  .TOP__country_flow__img__ON {
    display: unset;
  }
  .top_feat_flow p {
    text-align: unset;
  }
  .top_feat_back.inner {
    padding-bottom: 10%;
  }
  .customer_box_wrap {
    flex-direction: column;
  }
  .engineer_int_box {
    width: 100%;
  }
  .TOP_customer_subTitle {
    font-size: 1.8rem;
  }
  .customer_box {
    width: 100%;
    padding-bottom: 8%;
  }
  .TOP_jobs_title_wrap {
    display: unset;
  }
  .slider_box {
    width: auto;
  }
  p.days {
    text-align: left;
  }
  footer {
    flex-direction: column-reverse;
    width: 100%;
    flex-wrap: wrap;
    padding: 0%;
  }
  .footer_set_2 {
    justify-content: space-evenly;
    padding: 10% 0;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer_set_2 a {
    font-size: 1.4rem;
  }
  .footer_set_2 li {
    margin-right: 0%;
    margin-bottom: 8%;
    text-align: center;
    width: 42%;
  }
  .footer_set_1 {
    text-align: center;
  }
  .foote_SNS_link,
  .footer_under {
    justify-content: center;
  }
  .SP__about__Title {
    display: block;
    font-size: 3rem;
    font-weight: bold;
    position: absolute;
    top: 10%;
  }
  .top_about_box {
    padding-top: 30%;
    width: 100%;
  }
  .about_box_back h2 {
    display: none;
  }
  .top_about_box img {
    height: 40vh;
    border-radius: 25px;
  }
  .servi_back {
    padding-top: 25%;
    background-size: 100% 15%;
    background-position: 0% 8%;
  }
  .servi_title span {
    font-size: 2.4rem;
  }
  .serv_sub_title {
    padding-top: 10%;
    text-shadow: 3px 3px 5px rgba(14, 51, 29, 0.8);
  }
  .servi_title_wrap {
    flex-direction: column;
    padding: 4%;
    margin-top: 15%;
  }
  .servi_box1 {
    width: auto;
    margin-bottom: 4%;
    border-radius: 20px;
  }
  .servi_text_2 img {
    width: 3rem;
  }
  .serv_center_wrap {
    flex-direction: column;
  }
  .serv_center_wrap img {
    width: auto;
    padding: 4% 0;
  }
  .original-gradient a {
    margin-top: 5%;
  }
  .serv_under_wrap img {
    width: 46%;
  }
  .serv_back_3 .original-gradient {
    font-size: 1.6rem;
  }
  .servi_back_2 {
    padding-top: 25%;
  }
  .serv2_wrap {
    flex-direction: column;
  }
  .serv2_check_box {
    width: auto;
  }
  .serv2_check_wrap img {
    width: 3rem;
  }
  .serv2_image {
    width: auto;
  }
  .serv2_wrap2 {
    flex-direction: column;
  }
  .serv2_wrap2 img {
    width: 100%;
    height: auto;
    z-index: -1;
    top: 0;
    bottom: -1%;
  }
  .serv2_wrap2 .original-gradient {
    width: auto;
  }
  .original-gradient p {
    text-shadow: #000000 3px 3px 5px;
    color: white;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .serv2_under_image {
    flex-direction: column-reverse;
  }
  .serv2_under_image img {
    width: 100%;
  }
  img.serv2_under_img {
    width: 100%;
    width: 100%;
    padding-bottom: 4%;
    border-radius: 40px;
  }
  .servi_title .serv3_span,
  .serv2_check_wrap p {
    font-size: 1.6rem;
  }
  img.serv3_image {
    width: 100%;
    margin: 0;
  }
  .serv3_image_wrap {
    width: 100%;
  }
  .serv3_image_wrap img {
    display: unset;
    border-radius: 20px;
    height: 250px;
  }
  .SP__serv3_check_box.serv2_check_box {
    width: auto;
    display: flex;
    flex-direction: column-reverse;
  }
  .serv3_under_wrap {
    flex-direction: column;
  }
  .serv3_image2 {
    width: 100%;
  }
  .serv3_under_wrap2 {
    width: 100%;
  }
  .serv3_under_wrap2 img {
    border-radius: 20px;
    margin-top: 8%;
  }
  .original-gradient.SP__serv3__btn {
    padding-top: 5%;
  }
  .Contents_Title_wrap.inner {
    padding-top: 15%;
  }
  .news_title_arc {
    font-size: 1.6rem;
    padding-top: 4%;
    word-break: break-all;
  }
  a.news_permalink {
    width: 45%;
  }
  .news-list {
    justify-content: center;
  }
  .btn_03 {
    display: inline-flex;
    width: 100%;
    height: auto;
    padding: 1rem 8rem;
  }
  .news_single_inner {
    padding-top: 25%;
  }
  .single__content iframe {
    width: 100%;
    height: 200px;
  }
  .news_sin_thumb {
    height: 280px;
  }
  .news_sin_thumb img {
    height: 100%;
  }
  .news_single_titile {
    font-size: 2.4rem;
  }
  .com_top {
    flex-direction: column-reverse;
    margin-top: 20%;
  }
  .com_box1 {
    width: auto;
  }
  img.com_text_img {
    width: 92%;
  }
  .com_box1_image {
    margin: 0;
  }
  .com_box1_image img {
    margin: 0;
  }
  .com_box1_image h2 {
    display: none;
  }
  .form_main {
    flex-direction: column;
  }
  .form_title_text {
    font-size: 1.8rem;
  }
  .slider_box {
    height: 340px !important;
  }
  .slider_box img {
    height: 150px;
  }
}
span.wpcf7-spinner {
  display: none;
}

.nav-button {
  background-color: #004c97;
  color: #fff;
  padding: 10px 18px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.nav-button:hover {
  background-color: #0066cc;
}

.menu-button {
  list-style: none;
}

.nav-button {
  background-color: #004c97 !important;
  color: #fff !important;
  padding: 10px 18px;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.nav-button:hover {
  background-color: #0066cc;
}

.menu-button {
  margin-left: 0;
}/*# sourceMappingURL=style.css.map */