@charset "UTF-8";
/*---------------------------------------------------
setting.scss
/*-------------------------------------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
.inner {
  height: 100%;
  padding: 0 40px;
  overflow: hidden;
}

@media screen and (max-width: 980px) {
  .inner {
    height: 100%;
    padding: 0 19px;
  }
}
/*---------------------------------------------------
reset.scss
/*-------------------------------------------------*/
html {
  color: #282837;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
xmp {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #282837;
}

input,
select,
textarea,
button {
  outline: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  min-height: 0%;
}

body {
  color: #282837;
  -webkit-text-size-adjust: 100%;
}

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

/*---------------------------------------------------
base.scss
/*-------------------------------------------------*/
/*---------------------------------------------------
typography.scss (setting)
/*-------------------------------------------------*/
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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul li,
ol li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
  vertical-align: top;
}

* {
  margin: 0;
  padding: 0;
}

body {
  padding: 0;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-family: "Noto Sans JP", "Montserrat", "ヒラギノ角ゴ ProN", "游ゴシック";
  font-size: 14px;
  margin: auto;
  color: #282837;
}

a {
  text-decoration: none;
  color: #282837;
  transition: 0.3s;
}

.clear_fix {
  min-height: 1px;
}

.clear_fix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.c-title {
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: Bold;
  font-size: 22px;
  line-height: 150%;
}

@media screen and (max-width: 980px) {
  .c-title {
    text-align: center;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 170%;
  }
}
/*--------------------------------------*/
/*--------------------------------------*/
.desc_maintop {
  width: 100%;
  margin: auto;
  position: absolute;
  background-image: url(../../../images/i-photo/topimg.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.desc_maintop--en {
  color: orange;
  position: relative;
  top: 0px;
  left: 0px;
  font-family: Montserrat;
  font-weight: Bold;
  font-size: 24px;
  text-align: left;
}

.desc_maintop--jp {
  width: 272px;
  color: orange;
  position: absolute;
  top: 20px;
  left: 0px;
  font-weight: Bold;
  font-size: 34px;
  text-align: left;
}

/*--------------------------------------*/
.title__box {
  max-width: 1140px;
  margin: 0px auto 64px;
}

@media screen and (max-width: 980px) {
  .title__box {
    margin: 0px auto 40px;
  }
}
.title__heading {
  font-family: "Noto Sans JP";
  font-weight: Bold;
  font-size: 24px;
  line-height: 150%;
  color: #dc5311;
}
.title__heading::before {
  display: block;
  content: "";
  background-color: #dc5311;
  width: 100px;
  height: 1px;
  margin-bottom: 24px;
}
.title__heading--white {
  font-family: "Noto Sans JP";
  font-weight: Bold;
  font-size: 24px;
  line-height: 150%;
  color: #fff;
}
.title__heading--white::before {
  display: block;
  content: "";
  background-color: #fff;
  width: 100px;
  height: 1px;
  margin-bottom: 32px;
}

@media screen and (max-width: 980px) {
  .title__heading {
    font-family: "Montserrat";
    font-size: 18px;
    line-height: 100%;
  }
  .title__heading::before {
    display: block;
    content: "";
    background-color: #dc5311;
    width: 80px;
    height: 1px;
    margin-bottom: 24px;
  }
  .title__heading--white {
    font-family: "Noto Sans JP";
    font-weight: Bold;
    font-size: 24px;
    line-height: 150%;
    color: #fff;
  }
  .title__heading--white::before {
    display: block;
    content: "";
    background-color: #fff;
    width: 100px;
    height: 1px;
    margin-bottom: 32px;
  }
}
/*--------------------------------------*/
.index__title__heading2--white {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 150%;
  color: #fff;
}

@media screen and (max-width: 980px) {
  .index__title__heading2--white {
    font-size: 24px;
  }
}
/*--------------------------------------*/
.index__title__heading {
  font-family: "Noto Sans JP";
  font-weight: Bold;
  font-size: 34px;
  line-height: 150%;
  color: #fff;
  position: relative;
  display: block;
}
.index__title__heading span {
  display: block;
}
.index__title__heading .font {
  font-family: "Montserrat";
}
.index__title__heading .title__heading22 {
  padding-top: 8px;
  color: #dc5311;
  z-index: 2;
}
.index__title__heading .title__heading22--white {
  font-family: "Noto Sans JP";
  font-weight: Bold;
  font-size: 24px;
  line-height: 150%;
  color: #fff;
  padding-top: 8px;
  z-index: 2;
}
.index__title__heading--Service::after {
  content: "Service";
  color: #f6f6f6;
  display: block;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 200px;
  line-height: 100%;
  position: absolute;
  bottom: -20px;
  right: -60px;
  z-index: -1;
}
.index__title__heading--Clients::after {
  content: "Clients";
  color: #f6f6f6;
  display: block;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 200px;
  line-height: 100%;
  position: absolute;
  bottom: -20px;
  right: -60px;
  z-index: -1;
}
.index__title__heading--News::after {
  content: "News";
  color: #fff;
  display: block;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 200px;
  line-height: 100%;
  position: absolute;
  bottom: -20px;
  right: -60px;
  z-index: -1;
}
.index__title__heading--Recruit::after {
  content: "Recruit";
  color: #f6f6f6;
  display: block;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 200px;
  line-height: 100%;
  position: absolute;
  bottom: -20px;
  right: -60px;
  z-index: -1;
}
.index__title__heading--Recruit_01::after {
  content: "O1";
  color: #f6f6f6;
  display: block;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 200px;
  line-height: 100%;
  position: absolute;
  bottom: -108px;
  right: 0px;
  z-index: -1;
}
.index__title__heading--Recruit_02::after {
  content: "O2";
  color: #f6f6f6;
  display: block;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 200px;
  line-height: 100%;
  position: absolute;
  bottom: -108px;
  right: 0px;
  z-index: -1;
}
.index__title__heading--Recruit_03::after {
  content: "O3";
  color: #f6f6f6;
  display: block;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 200px;
  line-height: 100%;
  position: absolute;
  bottom: -108px;
  right: 0px;
  z-index: -1;
}
.index__title__heading--Recruit_04::after {
  content: "O4";
  color: #f6f6f6;
  display: block;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 200px;
  line-height: 100%;
  position: absolute;
  bottom: -108px;
  right: 0px;
  z-index: -1;
}
.index__title__heading--Recruit_05::after {
  content: "O5";
  color: #f6f6f6;
  display: block;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 200px;
  line-height: 100%;
  position: absolute;
  bottom: -108px;
  right: 0px;
  z-index: -1;
}
.index__title__heading--Recruit_06::after {
  content: "O6";
  color: #f6f6f6;
  display: block;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 200px;
  line-height: 100%;
  position: absolute;
  bottom: -108px;
  right: 0px;
  z-index: -1;
}

.t-Service {
  margin-top: 168px;
  margin-bottom: 64px;
}

.t-AboutUs {
  margin-top: 128px;
  margin-bottom: 64px;
}

.t-Clients {
  margin-top: 150px;
  margin-bottom: 64px;
}

.t-News {
  margin-top: 214px;
  margin-bottom: 64px;
}

.t-Recruit {
  margin-top: 150px;
  margin-bottom: 64px;
}

.t-Recruit_title {
  margin-top: 168px;
  margin-bottom: 40px;
}

@media screen and (max-width: 980px) {
  .t-Service {
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .t-AboutUs {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .t-Clients {
    margin-top: 120px;
    margin-bottom: 40px;
  }
  .t-News {
    margin-top: 112px;
    margin-bottom: 24px;
  }
  .t-Recruit {
    margin-top: 120px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 980px) {
  .index__title__heading {
    font-family: "Noto Sans JP";
    font-weight: Bold;
    font-size: 34px;
    line-height: 150%;
    color: #fff;
    position: relative;
    display: block;
  }
  .index__title__heading .title__heading22 {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
  }
  .index__title__heading .title__heading22--white {
    font-family: "Noto Sans JP";
    font-weight: Bold;
    font-size: 24px;
    line-height: 150%;
    color: #fff;
    padding-top: 8px;
    z-index: 2;
  }
  .index__title__heading--Service::after {
    content: "Service";
    font-size: 80px;
    display: block;
    position: absolute;
    bottom: 55px;
    right: -20px;
    z-index: -1;
  }
  .index__title__heading--Clients::after {
    content: "Clients";
    font-size: 80px;
    display: block;
    position: absolute;
    bottom: 55px;
    right: -20px;
    z-index: -1;
  }
  .index__title__heading--News::after {
    content: "News";
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 100px;
    line-height: 100%;
    display: block;
    position: absolute;
    bottom: 40px;
    right: -20px;
    z-index: -1;
  }
  .index__title__heading--Recruit::after {
    content: "Recruit";
    font-size: 80px;
    display: block;
    position: absolute;
    bottom: 55px;
    right: -20px;
    z-index: -1;
  }
}
/*--------------------------------------*/
.index__access {
  font-family: "Noto Sans JP";
  font-weight: Bold;
  font-size: 16px;
  line-height: 170%;
  margin-bottom: 10px;
}

/*--------------------------------------*/
@media only screen and (max-width: 980px) {
  .t-access {
    display: none !important;
  }
}
/*---------------------------------------------------
color.scss(setting)
/*-------------------------------------------------*/
/*---------------------------------------------------
header.scss(layout)
/*-------------------------------------------------*/
.fixedBox {
  width: 100%;
  height: 96px;
  position: fixed; /* ウィンドウを基準に画面に固定 */
  top: 0;
  left: 0;
  z-index: 50;
}

.header_contents {
  width: 100%;
  padding: 0 64px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgb(255, 255, 255);
}

@media screen and (max-width: 1024px) {
  .header_contents {
    padding: 0 24px 0 40px;
  }
}
@media screen and (max-width: 980px) {
  .header_contents {
    padding: 0 19px;
  }
}
/********** header *********/
.header_logo {
  float: left;
  position: relative;
  min-width: 200px;
}
.header_logo img {
  width: 200px;
}

@media screen and (max-width: 980px) {
  .header_logo img {
    width: 120px;
  }
}
/*ヘッダーナビゲーション２行*/
nav ul li {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  justify-content: space-evenly;
  text-align: center;
  list-style: none;
  display: inline-block;
  margin-left: 34px;
}

/* TOP：トップ */
.menu {
  justify-content: end;
  align-items: center;
}

.menu li > a {
  display: block;
}

.menu li > a:hover {
  color: #dc5311;
}

.menu-item--TOP > a:after {
  content: "トップ";
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}

/* Service:私たちのサービス*/
.menu-item--Service > a:after {
  content: "私たちのサービス";
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}

/* About Us：レガートシップについて */
.menu-item--AboutUs {
  padding: 28px 0;
}

.menu-item--AboutUs .active {
  color: #fff;
  position: relative;
  z-index: 1;
}

.menu-item--AboutUs .js-hover:after {
  content: "レガートシップについて";
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}

.js-hover {
  cursor: pointer;
  padding: 28px 0;
}

.menu-item--AboutUs .active :after {
  color: #fff;
  position: relative;
  z-index: 1;
}

/* News：ニュース */
.menu-item--News > a:after {
  content: "ニュース";
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}

/* Recruit：採用情報 */
.menu-item--Recruit > a {
  padding: 28px 0;
}

.menu-item--Recruit > a.active {
  color: #fff;
  position: relative;
  z-index: 1;
}

.menu-item--Recruit > a:after {
  content: "採用情報";
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}

/* Contact：お問い合わせ */
.menu-item--Contact > a:after {
  content: "お問い合わせ";
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}

/* e-Blog:社員ブログ*/
.menu-item--e-Blog > a:after {
  content: "社員ブログ";
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}

nav ul {
  display: flex;
  align-items: center;
  white-space: nowrap;
  justify-content: flex-end;
}

ul {
  margin: 0;
  padding: 0;
}

nav a {
  position: relative;
  text-decoration: none;
  color: #282837;
}

/********** header *********/
.mainphoto {
  width: 100%;
  height: 700px;
  background-image: url(../images/i-photo/mainphoto.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

/********** header:モーダル：カード：代表挨拶＆会社概要 *********/
.header_modal_title_box {
  border-right: 2px solid #dddddd;
  padding-right: 64px;
  margin-right: 16px;
}

.header_modal_title1 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 100%;
  color: #dc5311;
}

.header_modal_title2 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #282837;
  text-align: left;
}

.card-group4 {
  gap: 0 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.card4__imgframe {
  width: 100%;
  height: auto;
  background: #bbb;
  box-sizing: border-box;
  border-radius: 8px;
  width: 460px;
  border-radius: 10px;
}

.card4__box {
  width: 100%;
  height: auto;
  padding-top: 8px;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card4__title {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-size: 18px;
}

.hamburger-menu {
  display: none;
}

@media screen and (max-width: 980px) {
  .hamburger-menu {
    display: block;
  }
  .fixedBox {
    height: 64px;
    background-color: #fff;
  }
  .fixedBox .menu {
    display: none;
  }
  .menu-btn {
    position: fixed;
    top: 10px;
    right: 19px;
    display: flex;
    height: 44px;
    width: 44px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #fff;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: "";
    display: block;
    height: 2px;
    width: 30px;
    border-radius: 2px;
    background-color: #dc5311;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 8px;
    width: 20px;
  }
  .menu-btn span:after {
    top: 8px;
    width: 20px;
    transform: translate(50%);
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(
      255,
      255,
      255,
      0
    ); /*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    width: 30px;
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    width: 30px;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0; /*メニューを画面内へ*/
  }
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%; /*leftの値を変更してメニューを画面外へ*/
    z-index: -1;
    background-color: #fff;
    transition: all 0.5s; /*アニメーション設定*/
  }
  .header-sp_box {
    margin: 64px 19px 56px;
  }
  .header-sp {
    padding: 10px 0;
    font-size: 16px;
  }
  .header-sp__logo_img {
    width: 80px;
    margin: 0 auto;
  }
}
.footer {
  position: relative;
  background: #F6F6F6;
}
.footer a {
  text-decoration: none;
  color: #282837;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .primary {
  padding: 64px;
  max-width: 1500px;
  margin: auto;
}
.footer .primary .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2%;
}
.footer .primary .left { 
  flex-shrink: 0; 
}

.footer .primary .right {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .secondary {
  display: flex;
  padding: 18px 64px 17px;
  justify-content: center;
  border-top: 1px solid #fff;
}
.footer .logo {
  position: relative;
  margin: 0;
  min-width: 400px;
}
.footer .LS-box {
  position: relative;
  margin: 0;
}

@media screen and (max-width: 1330px) {
  .footer .primary .flex {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .footer .primary {
    padding-top: 40px;
  }
  .footer .primary .flex {
    display: flex;
  }
  .footer .primary .flex .right {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
  }
  .footer .LS-box {
    position: relative;
    margin: 0;
    justify-self: center;
  }
}
@media screen and (max-width: 980px) {
  .footer .primary .flex {
    display: flex;
  }
  .footer .primary {
    padding: 46px 19px;
    background: #F6F6F6;
  }
  .footer .primary .flex {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer .primary .flex .left {
    width: 100%;
  }
  .footer .primary .flex .right {
    width: 100%;
    display: block;
  }
  .footer .logo {
    margin: auto;
    min-width: auto;
    width: 220px;
  }
  .footer .secondary {
    padding: 16px;
    display: flex;
    flex-direction: column;
  }
}
/* address
//-------------------------------------------------*/
.footer .address {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  margin: 16.22px 0 0;
  padding: 0;
  color: #666666;
}

/* navi  
//-------------------------------------------------*/
.navi-section {
  display: flex;
  flex-direction: column;
  margin-right: 24px;
  white-space: nowrap;
}

.navi-section:last-child {
  margin-right: 0;
}

@media screen and (max-width: 980px) {
  .navi-section {
    margin-right: 0;
  }
  .navi-section a::after {
    content: "";
    border: 0;
    border-top: solid 1px #DDD;
    border-right: solid 1px #DDD;
    display: inline-block;
    z-index: 10;
    transform: translateY(0%) rotate(45deg);
    height: 7.71px;
    width: 7.71px;
    position: absolute;
    right: 19px;
  }
}
.footer .parent {
  margin: 0 0 8px 0;
  padding: 0;
  font-weight: bold;
  color: #DC5311;
}

.footer .parent a {
  margin: 0 0 8px 0;
  padding: 0;
  font-weight: bold;
  color: #DC5311;
}

.footer .navi {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #282837;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}
.footer .navi li {
  margin: 4px 0 0 0;
  padding: 0;
  color: #282837;
}
.footer .navi li:first-child {
  margin: 0;
}
.footer .navi .li-recruit {
  display: none;
}

/* sns-navi 
//-------------------------------------------------*/
.footer .sns-navi {
  margin: 20px 0 0;
  padding: 0;
}
.footer .sns-navi li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 20px;
}
.footer .sns-navi li:last-child {
  margin-right: 0;
}
.footer .sns-navi img {
  width: 36px;
  height: 36px;
  min-width: 36px;
}

/* sitenavi 
//-------------------------------------------------*/
.footer .sitenavi {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .sitenavi li {
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0;
}
.footer .sitenavi li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 980px) {
  .footer .sitenavi {
    text-align: center;
  }
}
/* copyright
//-------------------------------------------------*/
.footer .copyright {
  display: inline-block;
  margin: auto;
  color: #666666;
}

@media screen and (max-width: 980px) {
  .footer .copyright {
    padding-right: 0;
  }
}
/* アコーディオン
//-------------------------------------------------*/
@media screen and (max-width: 980px) {
  .right {
    text-align: left;
  }
  .right .navi {
    display: none;
  }
  .right .navi li {
    padding: 4px 0px;
    margin: 0px;
  }
  .right .navi li a {
    padding: 4px 16px;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #666666;
  }
  .right .navi li:first-child {
    padding: 0px 0px 4px;
    margin: 0px;
  }
  .right .navi li:last-child {
    padding: 4px 0px 16px;
    margin: 0px;
  }
  .right .navi-section {
    cursor: pointer;
    border-top: 1px solid #e9e9e9;
  }
  .right .navi-section:first-child {
    border-top: none;
  }
  .right .blog-list .navi-section:last-child {
    border-bottom: none;
  }
  .right .navi-section:last-child {
    border-bottom: 1px solid #e9e9e9;
  }
  .footer .parent {
    margin: 0px;
    padding: 10px 0px;
  }
  .footer .parent a {
    color: #282837;
    font-weight: normal;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }
  .footer .parent .navi-section .accordion-label {
    position: relative;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #282837;
  }
  .footer .parent a:hover {
    text-decoration: none;
  }
  .right .navi li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 980px) {
  /* ＞の表示 */
  .navi-section a::after {
    content: "";
    border: 0;
    border-top: solid 1px #282837;
    border-right: solid 1px #282837;
    display: inline-block;
    z-index: 10;
    transform: translateY(0%) rotate(45deg);
    height: 7.71px;
    width: 7.71px;
    position: absolute;
    right: 10px;
    margin: 10px;
  }
  .navi-section .accordion-label {
    position: relative;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #282837;
  }
  /* ＋−の開閉表示 */
  .accordion-label:before,
  .accordion-label:after {
    /* 二本の横棒を作成する */
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    border-radius: 1px;
    background: #202020;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  /* 2本の横棒のうち一本は縦棒にする */
  .accordion-label:after {
    background: #202020;
    /* 横棒を縦にするために90℃回転させる */
    transform: translateY(-50%) rotate(90deg);
    /* プラスからマイナスへの切り替えをゆっくり行いアニメーションさせる */
    transition: 0.5s;
  }
  /* 開いているときはマイナスになる */
  .accordion-label.open:after {
    transform: translateY(-50%) rotate(180deg);
    transition: 0.5s;
  }
  .accordion-label a {
    pointer-events: none;
  }
  .accordion-label a::after {
    content: "";
    border-top: none;
    border-right: none;
  }
}
/* フッター：採用情報
//-------------------------------------------------*/
.li_sp-recruit {
  display: none;
}

@media screen and (max-width: 980px) {
  .li_sp-recruit {
    display: block;
  }
}
/* フッター：Pマーク＆健康マーク
//-------------------------------------------------*/
.mark-img_box {
  margin: 20px 0 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

@media screen and (max-width: 375px) {
  .mark-img_box {
    margin: 20px 0 0;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }
}
.ca1 {
  width: 90px;
}
.ca1 img {
  width: 90px;
  height: 90px;
  margin: 0;
  padding: 10px;
  background: #fff;
  display: block;
}
.ca1 p {
  font-size: 10px;
  line-height: 1;
  background: #fff;
  color: #000;
  text-align: center;
  padding-bottom: 2px;
}

.ca1 a:hover {
  text-decoration: none;
}

.ca2 img {
  width: 90px;
  margin: 0;
  padding: 10px;
  background: #fff;
}

.ca3 img {
  width: 130px;
  margin: 0;
  background: #fff;
  display: block;
}
.ca3 p {
  font-size: 10px;
  line-height: 1;
  background: #fcfeff;
  color: #000;
  text-align: center;
  padding-bottom: 2px;
}

.ca3 a:hover {
  text-decoration: none;
}

.ca3-1 img {
  height: 90px;
  object-fit: cover;
  margin: 0;
  background: #fff;
  display: block;
}
.ca3-1 p {
  font-size: 10px;
  line-height: 1;
  background: #fcfeff;
  color: #000;
  text-align: center;
  padding-bottom: 2px;
}

.ca3-1 a:hover {
  text-decoration: none;
}

.ca4 {
  width: 90px;
}

.ca4 img {
  width: 90px;
  height: 90px;
  margin: 0;
  padding: 11px;
  background: #fff;
  display: block;
}

.ca4 p {
  font-size: 10px;
  line-height: 1;
  background: #fff;
  color: #000;
  text-align: center;
  padding-bottom: 2px;
}

.ca4 a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .img_box {
    margin: 20px 0 0;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 704px) {
  .img_box {
    margin: 20px 0 0;
    display: flex;
    justify-content: center;
  }
}
.mark-box {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

/* inner
---------------------------------------------------------- */
.inner {
  height: 100%;
  padding: 0 40px;
}

@media screen and (max-width: 980px) {
  .inner {
    height: 100%;
    padding: 0 19px;
  }
}
/*---------------------------------------------------
main_box.scss(project)
/*-------------------------------------------------*/
.main--box {
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
  margin: 96px 0 120px;
  padding: 0 64px;
}

.main--box--img {
  width: 100%;
  height: 452px;
  overflow: hidden;
  position: relative;
}

.main--img {
  width: 100%;
  height: 412px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.main--img--blog {
  background-image: url(../images/i/blog_mv_pc.jpg);
}


/* h1~h3
---------------------------------------------------------- */
/*--------------------------------------*/
.main--top_enjp {
  width: 480px;
  padding: 40px 64px;
  background: #dc5311;
  display: block;
  top: 385px;
  left: 104px;
  position: absolute;
  border-radius: 20px;
}

.main--top-en {
  font-size: 24px;
  font-weight: Bold;
  text-align: left;
  font-family: Montserrat;
  color: #fff;
  display: block;
}

.main--top-jp {
  font-size: 34px;
  font-weight: Bold;
  text-align: left;
  color: #fff;
  font-family: Noto Sans JP;
  display: block;
}

/* スマホサイズ
//＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 980px) {
  .main--box {
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
    margin: 64px 0 104px;
    padding: 0 19px;
  }
  .main--box--img {
    width: 100%;
    height: 515px;
    overflow: hidden;
    position: relative;
  }
  .main--img {
    width: 100%;
    height: 515px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
  }
  .main--img--blog {
    background-image: url(../images/i/blog_mv_sp.jpg);
  }
  
  /*--------------------------------------*/
  .main--top_enjp {
    width: calc(100% - 48px);
    padding: 32px 40px 24px;
    top: 478px;
    left: 0px;
    border-radius: 0px 10px 10px 0px;
  }
  .main--top-en {
    font-size: 20px;
    line-height: 100%;
  }
  .main--top-jp {
    font-size: 30px;
    line-height: 150%;
  }
}
/*---------------------------------------------------
pankuzu.scss(layout)
/*-------------------------------------------------*/
.bread {
  margin: 16px 0px 16px 64px;
}

.bread ol {
  display: flex; /* 子要素(li)を横一列に並べる */
  flex-wrap: wrap; /* ＞を右に固定 */
}

.bread li {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 5px; /* リンク間の間隔を調整 */
  color: #282837; /* リンクの文字色を調整 */
  font-size: 16px; /* リンクの文字サイズを調整 */
  text-decoration: none; /* リンクの下線を非表示 */
}

.bread li a {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 5px; /* リンク間の間隔を調整 */
  color: #dc5311; /* リンクの文字色を調整 */
  font-size: 16px; /* リンクの文字サイズを調整 */
  font-weight: 400;
  text-decoration: none; /* リンクの下線を非表示 */
}

.bread li:after {
  content: ">"; /* 「>」を要素間の区切り文字として表示 */
  margin-left: 10px; /* 区切り文字と要素の間隔を調整 */
  margin-right: 10px; /* 区切り文字と要素の間隔を調整 */
  color: #282837; /* 区切り文字の文字色 */
}

.bread li:last-child:after {
  content: ""; /* 最後のliの後ろには区切り文字を表示しない */
}

@media screen and (max-width: 980px) {
  .bread {
    margin: 16px 0px 16px 19px;
  }
  .bread li {
    font-size: 14px;
  }
  .bread li a {
    font-size: 14px;
  }
}
/*------------------------------------------------------------------------
foot_area.scss (layout)
-------------------------------------------------------------------------*/
.p-home__section {
  background: #fbfcfe;
  margin: auto;
}
.p-home__section__head {
  margin: 0 0 24px;
}
.p-home__section__body {
  margin: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.p-box {
  aspect-ratio: 2/1;
  max-height: 624px;
  width: 100%;
  display: flex;
  background-size: cover;
  overflow: hidden;
  justify-content: center;
  background-image: url(../images/i/foot.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
  margin: auto;
}
.p-box__text {
  margin-top: 3%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.p-box__text .c-button {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15%;
}

.c-description__lv2 {
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: Bold;
  font-size: 22px;
  line-height: 150%;
}

.sp-foot-box {
  display: none;
}

@media screen and (max-width: 980px) {
  .pc-foot-box {
    display: none;
  }
  .sp-foot-box {
    display: block;
  }
  .p-home__section {
    background: #fbfcfe;
    margin: auto;
  }
  .p-home__section__body {
    padding-top: 24px;
  }
  .p-box {
    display: flex;
    background-size: cover;
    overflow: hidden;
    justify-content: center;
    background-image: url(../images/i/foot.png);
    background-size: 100%;
  }
  .p-box__text {
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .p-box__text .c-button {
    margin-top: 24px;
  }
}
/*---------------------------------------------------
button.scss
/*-------------------------------------------------*/
/*==== ボタン配置：真ん中 ==== */
.btn__area {
  margin: 80px 0px 150px;
  margin-bottom: 150px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 980px) {
  .btn__area {
    margin: 40px 0px 80px;
  }
}
/*==== 楕円型ボタン：設定 ==== */
.c-button {
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  width: 380px;
  height: 80px;
  border: 3px solid #dc5311;
  box-sizing: border-box;
  border-radius: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: ease 0.2s;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.c-button span {
  /*ボタン内文字の形状*/
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #dc5311;
  border-radius: 45px;
}
.c-button:before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #dc5311; /*背景色：白からオレンジ*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(0, 1);
  transform-origin: right top;
  border-radius: 45px;
}
.c-button::after {
  /* 擬似要素で矢印アイコンをつくる */
  content: "";
  border: 0;
  border-top: solid 3px #dc5311;
  border-right: solid 3px #dc5311;
  display: inline-block;
  z-index: 3;
  width: 13px;
  height: 13px;
  /* 矢印アイコンの位置を設定 */
  position: absolute;
  top: 50%;
  right: 40.62px;
  transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}
.c-button:hover span {
  /*ボタン内文字の形状*/
  color: #fff;
}
.c-button:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
  border-radius: 45px;
}
.c-button:hover::after {
  content: "";
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}
.c-button--orange {
  background: #dc5311;
}
.c-button--orange span {
  /*ボタン内文字の形状*/
  color: #fff;
}
.c-button--orange:before {
  background: #fff; /*背景色：オレンジから白*/
  border-radius: 45px;
}
.c-button--orange::after {
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}
.c-button--orange:hover span {
  /*ボタン内文字の形状*/
  color: #dc5311;
  border-radius: 45px;
}
.c-button--orange:hover::after {
  border-top: solid 3px #dc5311;
  border-right: solid 3px #dc5311;
}
.c-button--back:before {
  /*アニメーション 左から右*/
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transform: scale(0, 1);
  transform-origin: left top;
  border-radius: 45px;
}
.c-button--back::after {
  /* 矢印アイコンの位置を設定 */
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%) rotate(225deg); /* rotate(225deg)で矢印を回転（向きを変更）させる */
}
.c-button--back:hover:before {
  /*アニメーション 左から右*/
  transform-origin: right top;
  transform: scale(1, 1);
  border-radius: 45px;
}

.more-button:before {
  display: none;
}
.more-button::after {
  transform: translateY(-70%) rotate(135deg);
}
.more-button.show::after {
  transform: translateY(-40%) rotate(-45deg);
}
.more-button:hover span {
  color: #dc5311;
}
.more-button:hover::after {
  border-color: #dc5311;
}
.side-wrap .btn__area {
  display: none;
}

@media screen and (max-width: 980px) {
  .c-button {
    height: 64px;
    border: 2px solid #dc5311;
    border-radius: 40px;
  }
  .c-button::after {
    right: 30.62px;
  }
  .c-button--orange {
    height: 64px;
    max-width: 380px;
    width: 100%;
    border: 2px solid #dc5311;
    border-radius: 40px;
  }
  .btn-inner {
    margin: 24px 19px;
    text-align: center;
  }
  .side-wrap .btn__area {
    display: flex;
  }
}
/*==== TOPへもどるボタン：設定 ==== */
.page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 25px;
  background: #dc5311; /*ボタンの色*/
  border-radius: 50%; /*角の丸み*/
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  z-index: 1;
}
.page_top a {
  width: 20px;
  content: url(../images/i-btn/toppage.png); /*アイコン*/
}

/*==== ページャー：設定 ==== */
.nav-links {
  padding-bottom: 150px;
  display: flex;
  justify-content: center;
}
.nav-links img {
  vertical-align: baseline;
}
.nav-links a,
.nav-links span {
  width: 40px;
  height: 40px;
  margin: 0px 4px;
  background-color: #fff;
  padding: 12px 15px;
  border: solid 1px #dc5311;
  border-radius: 5px;
  color: #dc5311;
  display: inline-block;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  border-radius: 5px;
  text-align: center;
  line-height: 100%;
}
.nav-links .current {
  background: #dc5311;
  color: #fff;
  font-weight: bold;
}
.nav-links .prev_page-numbers {
  margin-right: 20px;
  border: none;
}
.nav-links .next_page-numbers {
  margin-left: 20px;
  border: none;
}

@media screen and (max-width: 980px) {
  .nav-links {
    padding-bottom: 80px;
  }
}
/*==== index：about_usの詳細ボタン：設定 ==== */
.button--next {
  width: 56px;
  height: 56px;
  /* white */
  background: #ffffff;
  /* DarkOrange */
  border: 1px solid #dc5311;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  transform: rotate(45deg);
}
.button--next::after {
  /* 擬似要素で矢印アイコンをつくる */
  content: "";
  border: 0;
  border-top: solid 3px #dc5311;
  border-right: solid 3px #dc5311;
  display: inline-block;
  z-index: 3;
  width: 15px;
  height: 15px;
  /* 矢印アイコンの位置を設定 */
  top: 50%;
  right: 40.62px;
  transform: translate(-5%);
}

/*==== index：Recruitの詳細ボタン：設定 ==== */
.button--next1 {
  width: 30px;
  height: 30px;
  /* white */
  /* DarkOrange */
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  transform: rotate(45deg);
}
.button--next1::after {
  /* 擬似要素で矢印アイコンをつくる */
  content: "";
  border: 0;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  display: inline-block;
  z-index: 3;
  width: 6.96px;
  height: 6.96px;
  /* 矢印アイコンの位置を設定 */
  top: 50%;
  right: 40.62px;
  transform: translate(-5%);
}

/*==== ヘッダー：モーダル：詳細ボタン ==== */
.button--next2 {
  width: 32px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #dc5311;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  transform: rotate(45deg);
  transition: 0.3s;
}
.button--next2::after {
  /* 擬似要素で矢印アイコンをつくる */
  content: "";
  border: 0;
  border-top: solid 1.71px #dc5311;
  border-right: solid 1.71px #dc5311;
  display: inline-block;
  z-index: 3;
  width: 7.43px;
  height: 7.43px;
  /* 矢印アイコンの位置を設定 */
  top: 50%;
  right: 10.64px;
  transform: translate(-5%);
  transition: 0.3s;
}

/*---------------------------------------------------
card.scss
/*-------------------------------------------------*/
/*==== 共通設定：レガートシップが選ばれる理由 ==== */
.card__group {
  padding: 64px 0px 0px 0px;
  max-width: 960px;
  height: auto;
  /* ポイント１ */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* ポイント２ */
.card__group > :nth-child(2n) {
  margin-left: 40px;
}

/* ポイント３ */
.card__group > :nth-child(n + 3) {
  margin-top: 24px;
}

.card {
  /* ポイント４ */
  width: calc((100% - 40px) / 2);
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  top: 195px;
  left: 240px;
  border-radius: 10px;
}

.card__textbox {
  height: auto;
  padding: 40px 32px;
  background-color: #ffffff;
}

.card__textbox > * + * {
  margin-top: 16px;
}

@media screen and (max-width: 980px) {
  .card__textbox {
    padding: 40px 24px 24px;
  }
}
.card__text_reason {
  margin-left: 8px;
  font-family: "Noto Sans JP";
  font-weight: Bold;
  font-size: 18px;
  line-height: 150%;
}

.card__text_explanation {
  font-size: 12px;
  line-height: 150%;
  top: 40px;
  left: 40px;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
}

/*==== 共通設定：システム開発フェーズとレガートシップの業務領域 ==== */
.card__System-flow {
  max-width: 1140px;
  margin: 0px auto 150px;
  flex: auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.card__System-flow img {
  margin-top: 61.3px;
}

.card__System-flow__wrapper {
  max-width: 610px;
}

.card__System-flow__box:not(:last-child):after {
  content: url(../images/i-img/Union.png);
  text-align: center;
  display: block; /*前後に改行*/
  padding-top: 6.92px;
}

.card__System-flow__textarea {
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border: solid 2px;
}

.card__System-flow__title {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  width: 120px;
}

.card__System-flow__text {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  margin: 23.73px 0px;
  padding: 0px 32px 0px 24px;
  width: 490px;
  border-left: 1px solid #ddd;
}

@media screen and (max-width: 1140px) {
  .card__System-flow {
    display: none;
  }
}
/*======================== index：Recruit：採用情報 ==================== */
.recruit__grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fit, minmax(298px, 1fr));
  margin: 64px 0px;
}
.recruit__grid p {
  text-align: left;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin: 24px 0 16px;
}

@media screen and (max-width: 1140px) {
  .recruit__wrapper {
    padding: 0px;
    justify-content: space-between;
  }
  .recruit__grid {
    grid-template-columns: repeat(auto-fit, minmax(293px, 1fr));
    justify-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 980px) {
  .recruit__grid {
    gap: 16px;
  }
}
.card__img {
  height: 184px;
  width: 299px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  overflow: hidden;
  display: flex;
}
.card__img--recuruit_5 {
  background-image: url("../images/i/index_recruit_5_21.jpg");
}
.card__img--recuruit_6 {
  background-image: url("../images/i/index_recruit_6_22.jpg");
}
.card__img--recuruit_7 {
  background-image: url("../images/i/index_recruit_7_24.jpg");
}

@media screen and (max-width: 1140px) {
  .card__img {
    height: 180px;
    width: calc((100% - 64px) / 3);
  }
}
@media screen and (max-width: 980px) {
  .card__img {
    height: 208px;
    width: 100%;
  }
}
.card__img__bg {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  display: flex;
}

.card__img__textbox {
  width: 100%;
  margin: 16px;
  display: flex;
  align-self: flex-end;
  justify-content: space-between;
}

.Recruit__card__text {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 170%;
  color: #ffffff;
}

@media screen and (max-width: 980px) {
  .card__group {
    padding: 40px 0px 0px 0px;
    flex-direction: column;
  }
  /* ポイント２ */
  .card__group > :nth-child(2n) {
    margin-left: 0px;
  }
  /* ポイント３ */
  .card__group > :nth-child(n + 3) {
    margin-top: 0px;
  }
  .card {
    /* ポイント４ */
    width: auto;
    margin-bottom: 16px;
  }
  .card__text_reason {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
  }
}
/*------------------------------------------------------------------------
 モーダル
-------------------------------------------------------------------------*/
/* modal
---------------------------------------------------------- */
.modal__AboutUs__menu {
  right: 64px;
  background-color: #fff;
  border-radius: 20px;
  display: none;
  transition: 0.25s ease-out;
  width: 845px;
  padding: 56px;
  position: absolute;
  top: 96px;
  z-index: 1;
}
.modal__AboutUs__menu .card4 {
  height: auto;
  overflow: hidden;
  width: 208px;
}
.modal__AboutUs__menu .card4 a:hover {
  .button--next2 {
    background-color: #dc5311;
    &::after {
      border-color: #fff;
    }
  }
}
.modal__AboutUs__menu .card4 img {
  border-radius: 10px;
}

.modal__Recruit__menu {
  max-width: 1076px;
  width: 90%;
  right: 64px;
  background-color: #fff;
  border-radius: 20px;
  display: none;
  transition: 0.25s ease-out;
  padding: 56px;
  position: absolute;
  top: 96px;
  z-index: 1;
}
.modal__Recruit__menu .card4 {
  height: auto;
  overflow: hidden;
  width: 208px;
}
.modal__Recruit__menu .card4 img {
  border-radius: 10px;
}

.modal__overlay {
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.modal__About__Member {
  max-width: auto;
  width: 90%;
  right: 64px;
  background-color: #fff;
  border-radius: 20px;
  display: none;
  transition: 0.25s ease-out;
  padding: 56px;
  position: absolute;
  top: 96px;
  z-index: 1;
}
.modal__About__Member .card4 {
  height: auto;
  overflow: hidden;
  width: 208px;
}

/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 99; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 960px;
  max-height: 80vh;
  background-color: #fff;
  border-radius: 10px;
}

.modalInner {
  overflow-y: scroll; /* max-heightを超えたらスクロールになるよう指定 */
  max-height: calc(80vh - 76px);
  padding: 56px 0 30px;
}

.modalContents {
  text-align: center;
  display: flex;
  align-items: center;
}
.modalContents p {
  text-align: initial;
}

.modal__img-box {
  margin: auto;
  margin-top: 32px;
}

.modal_member__image {
  box-sizing: border-box;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0px 0px;
  object-position: 0px 0px;
}

.modal_member__text_box {
  max-width: 440px;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #282837;
  text-align: initial;
  padding-right: 64px;
}
.modal_member__text_box p {
  padding-top: 24px;
}

.modal_member__title1-1 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #282837;
}

.modal_member__title1-2 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #282837;
  margin-top: 4px;
}

.member__name {
  display: flex;
  margin-top: 8px;
  align-items: baseline;
  flex-wrap: wrap;
}

.modal_member__title2-1 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  white-space: nowrap;
}

.modal_member__title2-2 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  white-space: nowrap;
  margin: 0 16px;
}

.modal_member__title2-3 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
}

.closeModal {
  border-top: 1px solid #dddddd;
  padding: 24px;
  text-align: center;
  cursor: pointer;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}

@media screen and (max-width: 980px) {
  .modalWrapper {
    width: calc(100% - 38px);
  }
  .modalContents {
    flex-direction: column;
    padding: 0px 24px;
  }
  .modal__img-box {
    margin: auto;
    margin-bottom: 0px;
  }
  .modal_member__image {
    width: 186px;
    height: 186px;
    box-sizing: border-box;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0px 0px;
    object-position: 0px 0px;
  }
  .modal_member__text_box {
    padding: 24px 0px;
  }
  .modal_member__text_box p {
    padding-top: 16px;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
  }
  .closeModal {
    padding-top: 16px;
  }
}
/* 以下ボタンスタイル */
button {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #282828;
  border-radius: 2px;
  cursor: pointer;
}

#openModal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ーーーーーーーーテストーーーーーーーーーー */
/* モーダルCSS */
.modalArea1 {
  display: none;
  position: fixed;
  z-index: 99; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 1s ease-in-out;
}

.modal-container .img {
  background: #f1f1f1;
  margin-bottom: 15px;
}

.modal-container p {
  margin-bottom: 10px;
}

.modal-container p:last-child {
  margin-bottom: 0;
}

.modal-content {
  background: #fff;
  overflow-y: auto;
  padding: 20px 25px;
  width: 90%;
  max-width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 400px;
  animation: show 0.6s linear 0s;
  filter: drop-shadow(0px 2px 6px #777);
}

.modal-top {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
}

.modal-close {
  color: #ff0000;
  text-decoration: none;
  font-size: 2rem;
  line-height: 1;
  padding: 0 8px;
}

.modal-close:hover,
.modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}

.modal-title {
  color: #fff;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*------------------------------------------------------------------------
 アニメーション
-------------------------------------------------------------------------*/
.anime__item {
  opacity: 0;
}

/* fadeIn
---------------------------------------------------------- */
.fadein {
  animation: fadeIn 2s ease 0s 1 forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* fadeUp
---------------------------------------------------------- */
.fadeup {
  animation: fadeUp 2s ease 0s 1 forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* delay
---------------------------------------------------------- */
.anime__delay_01 {
  animation-delay: 0.4s;
}

.anime__delay_02 {
  animation-delay: 0.8s;
}

.anime__delay_03 {
  animation-delay: 1.2s;
}

.anime__delay_04 {
  animation-delay: 1.6s;
}

/*---------------------------------------------------
 graph.scss
/*-------------------------------------------------*/
/* グラフの文字 */
.ct-label {
  font-size: 1rem;
  fill: #fff;
}

/* 円グラフ */
.ct-series-a .ct-slice-pie {
  fill: #2d3374;
}

.ct-series-b .ct-slice-pie {
  fill: #3a7edf;
}

.ct-series-c .ct-slice-pie {
  fill: #9bcbf8;
}

.ct-series-d .ct-slice-pie {
  fill: #bbb;
}

/*------------------------------------------------------------------------
index_message.scss (project)
-------------------------------------------------------------------------*/
/* index ー メッセージ
---------------------------------------------------------- */
.index__message {
  width: 100%;
  /* flex: auto; */
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: relative;
  top: 0px;
  left: 0px;
  overflow: hidden;
  margin: 104px 0 98px;
  padding-left: 40px;
}

.index__message__img {
  width: 57%;
  margin-left: 5%;
  max-width: 736px;
  display: block;
}
.index__message__img video {
  border-radius: 20px 0px 0px 20px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.index__message__wrapper {
  display: block;
  margin: 22px auto;
  max-width: 437.74px;
  width: 38%;
  height: 100%;
}

.index__message__wrapper__img {
  margin: 0 auto 25px;
}

.index__message__wrapper__text .index__message__title {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 16px;
  color: #dc5311;
}
.index__message__wrapper__text .index__message__text {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 170%;
  text-align: center;
}
.index__message__wrapper__text .index__message__text p {
  padding-bottom: 16px;
}
.index__message__wrapper__text .index__message__text p .sma {
  display: none;
}
.index__message__wrapper__text .index__message__text b {
  color: #dc5311;
}
.index__message__wrapper__text .index__message__text p:last-child {
  padding-bottom: 0px;
}

/*PCでは無効（改行しない）*/
.br-sp {
  display: none;
}

@media screen and (max-width: 1140px) {
  .index__message__wrapper__img {
    width: 100%;
  }
  .index__message__wrapper__text .index__message__text {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    text-align: center;
  }
}
@media screen and (max-width: 980px) {
  .index__message {
    flex-direction: column;
    padding-left: 24px;
    margin-bottom: 120px;
    margin: 64px 0 98px;
  }
  .index__message__img {
    display: contents;
  }
  .index__message__img img {
    border-radius: 10px 0px 0px 10px;
  }
  .index__message__wrapper {
    display: block;
    max-width: 437.74px;
    width: 100%;
    height: 100%;
    margin: auto;
    margin-top: 50px;
    padding-right: 24px;
  }
  .index__message__wrapper__img {
    width: 240.21px;
    margin-bottom: 32.59px;
  }
  .index__message__wrapper__text {
    margin: 32.59px auto 0px;
  }
  .index__message__text {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    text-align: center;
  }
  .index__message__text p {
    padding-bottom: 16px;
  }
  .index__message__text p .br-sp {
    display: block;
  }
  .index__message__text b {
    color: #dc5311;
  }
  .index__message__text p:last-child {
    padding-bottom: 0px;
  }
}
/*------------------------------------------------------------------------
index_service.scss (project)
-------------------------------------------------------------------------*/
/* index ー 私たちのサービス
---------------------------------------------------------- */
.Service__wrapper {
  max-width: 1140px;
  margin: auto;
}

.Service__grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(auto-fit, minmax(254px, 1fr));
}
.Service__grid p {
  text-align: left;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin: 24px 0 16px;
}

.Service__item {
  background: #f6f6f6;
  padding: 32px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.Service__item img {
  width: 64px;
  align-self: center;
}

.Service__item--logo {
  background: #f6f6f6;
  padding: 32px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.Service__item--logo .Service__img {
  margin: auto;
  width: 112px;
}
.Service__item--logo .Service__img img {
  width: 112px;
}

.Service__title {
  text-align: left;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 170%;
  margin-bottom: 16px;
  min-height: 54px;
}

@media screen and (max-width: 980px) {
  .Service__wrapper {
    padding: 0px;
    justify-content: space-between;
  }
  .Service__grid {
    grid-template-columns: repeat(auto-fit, minmax(315px, 1fr));
  }
  .sp-box {
    display: flex;
  }
  .Service__grid p {
    margin: 0 0 8px 0;
  }
  .Service__item {
    padding: 24px 16px 20px;
  }
  .Service__item img {
    margin-right: 24px;
  }
  .Service__title {
    margin-bottom: 8px;
    min-height: 0px;
  }
}
@media screen and (max-width: 669px) {
  .Service__item--logo {
    display: none;
  }
}
/*------------------------------------------------------------------------
index_about_us.scss (project)
-------------------------------------------------------------------------*/
/* index ー レガートシップについて
---------------------------------------------------------- */
.index__title__heading__aboutus {
  font-family: "Noto Sans JP";
  font-weight: Bold;
  font-size: 34px;
  line-height: 150%;
  color: #fff;
  position: relative;
  display: block;
  z-index: 3;
}
.index__title__heading__aboutus span {
  display: block;
}
.index__title__heading__aboutus .font {
  font-family: "Montserrat";
}
.index__title__heading__aboutus .title__heading22 {
  padding-top: 8px;
  color: #dc5311;
  z-index: 2;
}
.index__title__heading__aboutus .title__heading22--white {
  font-family: "Noto Sans JP";
  font-weight: Bold;
  font-size: 24px;
  line-height: 150%;
  color: #fff;
  padding-top: 8px;
  z-index: 2;
}

.about_us__area::after {
  content: "About Us";
  color: #e37541;
  display: block;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 200px;
  text-align: right;
  line-height: 100%;
  width: calc(100vw - 150px);
  white-space: nowrap;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 980px) {
  .about_us__area::after {
    content: "About";
    color: #e37541;
    display: block;
    font-size: 100px;
    text-align: right;
    line-height: 100%;
    width: calc(100vw - 150px);
    white-space: nowrap;
    position: absolute;
    top: -10px;
    left: 0;
    z-index: -1;
  }
}
/*--------------------------------------*/
.index__area__wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index__area__wrapper::before {
  content: "";
  background-color: #dc5311;
  background-size: cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  display: inline-block;
  height: 531px;
  width: calc(100vw - 150px);
  position: absolute;
  left: -40px;
  z-index: -10;
}

@media screen and (max-width: 980px) {
  .index__area__wrapper {
    left: 0px;
  }
  .index__area__wrapper::before {
    content: "";
    height: 277px;
  }
}
.index__text__wrapper {
  box-sizing: content-box;
  margin: auto;
}

.AboutUs {
  max-width: 960px;
}

.service {
  padding-top: 0px;
  max-width: 960px;
}

.Clients {
  padding-top: 20px;
  max-width: 960px;
}

@media screen and (max-width: 980px) {
  .Clients {
    padding-top: 40px;
  }
}
/*===== index：カード：代表挨拶＆会社概要 ==== */
.card-group2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.card-group2 > :nth-child(2n) {
  margin-left: 40px;
}

@media screen and (max-width: 980px) {
  .card-group2 {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
  .card-group2 > :nth-child(2n) {
    margin-left: 0px;
    margin-top: 32px;
  }
}
.card2 {
  height: auto;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
}
.card2 img {
  border-radius: 10px;
}

@media screen and (max-width: 980px) {
  .card2 {
    width: 100%;
  }
  .card2 img {
    width: 100%;
  }
}
.card2__imgframe {
  width: 100%;
  height: auto;
  background: #bbb;
  box-sizing: border-box;
  border-radius: 8px;
  width: 460px;
  border-radius: 10px;
}

.card2__box {
  width: 100%;
  height: auto;
  padding-top: 25px;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.card2__box > * + * {
  margin-top: 4px;
}

.card2__text_box {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.card2__text_box .card2__title1 {
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}
.card2__text_box .card2__title2 {
  font-size: 22px;
}

@media screen and (max-width: 980px) {
  .card2__box {
    padding-top: 16px;
  }
}
.wrapper___123 {
  display: flex;
  margin-top: 16px;
}

@media screen and (max-width: 980px) {
  .wrapper___123 {
    flex-direction: column;
  }
}
/*===== index：カード：マネージャー紹介 ==== */
.card__group3 {
  display: flex;
  flex-wrap: wrap;
  gap: 44px 192px;
  margin-top: 68px;
  justify-content: flex-end;
  gap: 44px 32px;
  width: 100%;
}

@media screen and (max-width: 980px) {
  .card__group3 {
    display: flex;
    margin-top: 16px;
    justify-content: center;
  }
}
.card3__box {
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-basis: 180px;
  word-wrap: break-word;
  background-color: #fae5db;
  background-clip: border-box;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  margin-left: 160px;
  cursor: pointer;
}
.card3__box::after {
  content: "";
  width: 35.63px;
  height: 6px;
  border-bottom: 1px solid #dc5311;
  border-right: 1px solid #dc5311;
  transform: skew(45deg);
  right: 24px;
  bottom: 24px;
  position: absolute;
}

.card-image_flame3 {
  position: absolute;
  top: -20px;
  left: -160px;
  width: 180px;
  height: 180px;
  box-sizing: border-box;
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 980px) {
  .card-image_flame3 {
    position: absolute;
    top: -20px;
    left: -160px;
    width: 173px;
    height: 173px;
    box-sizing: border-box;
    border-radius: 5px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.card3__text_box {
  height: 180px;
  padding: 57px 0px 27px;
  color: #282837;
}

.card3__text_box {
  height: 180px;
  padding: 57px 0px 27px;
  color: #282837;
  align-self: center;
}

.card3-title1 {
  width: 100px;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #dc5311;
  text-align: center;
  margin: auto;
}

.card3-title2 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  margin-top: 10px;
  white-space: nowrap;
}

.card3-title3 {
  display: block;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  margin-top: 8px;
  text-align: center;
}

/*-----------*/
#access {
  max-width: 980px;
  margin: auto;
}

.index__map {
  height: 291px;
  margin-bottom: 24px;
}
.index__map iframe {
  border-radius: 10px;
  width: 100%;
}

@media screen and (max-width: 980px) {
  .index__map {
    height: 440px;
    margin-bottom: 16px;
  }
  .index__map iframe {
    height: 440px;
  }
}
/*--------------------------------------*/
@media screen and (max-width: 1140px) {
  .about_us__area::after {
    width: 100%;
    left: 0;
  }
  /*--------------------------------------*/
  .index__area__wrapper::before {
    border-radius: 0;
    left: 0;
    width: 100%;
  }
}
/*------------------------------------------------------------------------
index_clients.scss (project)
-------------------------------------------------------------------------*/
/* index ー 実績
---------------------------------------------------------- */
.desc {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  text-align: center;
  margin-bottom: 40px;
}

.clients__wrapper {
  max-width: 1140px;
  margin: auto;
}

.clients__grid {
  display: grid;
  gap: 16px 24px;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}
.clients__grid p {
  text-align: left;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin: 24px 0 16px;
}

@media screen and (max-width: 1140px) {
  .clients__wrapper {
    padding: 0px;
    justify-content: space-between;
  }
  .clients__grid {
    gap: 16px 20px;
  }
}
@media screen and (max-width: 980px) {
  .desc {
    text-align: left;
    margin-bottom: 24px;
  }
  .clients__grid {
    display: grid;
    gap: 16px 24px;
    grid-template-columns: repeat(auto-fit, minmax(111px, 1fr));
  }
  .clients__grid p {
    text-align: left;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    margin: 24px 0 16px;
  }
  .clients__wrapper {
    padding: 0px;
    justify-content: space-between;
  }
  .clients__grid {
    gap: 1px 1px;
  }
}
.clients__item {
  background: #f6f6f6;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.clients__item img {
  width: 64px;
  align-self: center;
}

.clients__img {
  margin: auto;
  width: 140px;
}
.clients__img img {
  width: 140px;
}

@media screen and (max-width: 980px) {
  .clients__img {
    margin: auto;
    width: 111px;
    height: 40px;
  }
  .clients__img img {
    width: 111px;
    height: 40px;
  }
}

.image__area {
  max-width: 960px;
  img {
    border-radius: 0 10px 10px 0;
  }
}
/*------------------------------------------------------------------------
index_news.scss (project)
-------------------------------------------------------------------------*/
/* index ー 最新情報
---------------------------------------------------------- */
.index__area__wrapper0707 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index__area__wrapper0707::before {
  content: "";
  background: #f6f6f6;
  background-size: cover;
  display: inline-block;
  height: 768px;
  width: 100%;
  position: absolute;
  left: 0px;
  z-index: -10;
}

@media screen and (max-width: 980px) {
  .index__area__wrapper0707 {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 103px;
  }
  .index__area__wrapper0707::before {
    content: "";
    background: #f6f6f6;
    background-size: cover;
    display: inline-block;
    height: 278px;
    width: 100%;
    position: absolute;
    left: 0px;
    z-index: -10;
  }
}
.flex_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.news_box {
  background-color: #fff;
  border-radius: 10px 0 0 0;
  padding: 16px 150px 16px 80px;
  margin-right: calc((100vw - 1140px) / 2 * -1);
  max-width: 980px;
  width: -webkit-fill-available;
}

@media screen and (max-width: 1220px) {
  .news_box {
    margin-right: -40px;
    max-width: calc(100% + 40px);
  }
}
@media screen and (max-width: 980px) {
  .news_box {
    padding: 16px 40px 16px 0px;
  }
}
.desc_access0707 {
  white-space: nowrap;
  margin: 0 0 40px;
  width: auto;
  padding-right: 18px;
  position: relative;
}
.desc_access0707::after {
  content: "";
  border: 0;
  border-top: solid 2px #dc5311;
  border-right: solid 2px #dc5311;
  display: inline-block;
  z-index: 10;
  transform: translateY(0%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
  height: 8px;
  width: 8px;
  position: absolute;
  top: 8px;
  right: 0;
}

.desc_access--en--next {
  color: #dc5311;
  position: relative;
  top: 0px;
  left: 0px;
  font-family: Montserrat;
  font-weight: Bold;
  font-size: 16px;
  text-align: left;
}

/* ニュース一覧
---------------------------------------------------------- */
.wrapper___1230707_news {
  max-width: 780px;
  width: 100%;
  padding: 16px 48px 16px 80px;
}

.news_list_item0707 {
  padding: 32px 0;
  border-bottom: 1px solid #ddd;
}
.news_list_item0707 a {
  width: auto;
  position: relative;
  display: block;
  padding-right: 34.17px;
}
.news_list_item0707 time {
  margin-bottom: 8px;
  align-items: center;
  color: #666;
  font-family: "Lato";
  font-size: 14px;
  line-height: 100%;
  margin-right: 22px;
}

.news_list_item0707 a::after {
  content: "";
  border: 0;
  border-top: solid 2px #ddd;
  border-right: solid 2px #ddd;
  display: inline-block;
  z-index: 10;
  transform: translateY(0%) rotate(45deg);
  height: 12.96px;
  width: 12.96px;
  position: absolute;
  top: 50%;
  right: 0;
}

.news_list_title ::after {
  content: "";
  border-top: solid 2px #ddd;
  border-right: solid 2px #ddd;
  width: 13.44px;
  height: 13.44px;
  transform: rotate(45deg);
  margin-right: 2px;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 8px;
  right: 0;
}

.news_list_item0707:last-child {
  border-bottom: none;
}

.news-1 {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 980px) {
  .news_list_item0707 {
    padding: 16px 0;
  }
  .news_list_item0707 time {
    margin-bottom: 0;
    margin-right: 16px;
  }
}
/*----------------------------------------------------------
/* ニュース内容（オレンジボックス）
---------------------------------------------------------- */
.item_box2 {
  padding-bottom: 6px;
}

.item_list2 {
  display: flex;
  flex-wrap: wrap;
}
.item_list2 li {
  /*文字色*/
  color: #dc5311;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-align: left;
  border: 1px solid #dc5311;
  /*線*/
  box-sizing: border-box;
  border-radius: 2px;
  /*角の丸み*/
  flex: none;
  margin: 0px 8px 4px 0px;
  padding: 4px;
  flex-wrap: wrap;
}

@media screen and (max-width: 980px) {
  .item_box2 {
    padding-bottom: 0px;
  }
  .item_list2 li {
    margin: 0px;
  }
}
/*------------------------------------------------------------------------
overview.scss(project)
-------------------------------------------------------------------------*/
/* desc_maintop
//-------------------------------------------------*/
.desc_maintop {
  width: 100%;
  margin: auto;
  position: absolute;
  background-image: url(../../../images/i-photo/topimg.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.desc_maintop--en {
  color: #dc5311;
  position: relative;
  top: 0px;
  left: 0px;
  font-family: Montserrat;
  font-weight: Bold;
  font-size: 24px;
  text-align: left;
}

.desc_maintop--jp {
  width: 272px;
  color: #dc5311;
  position: absolute;
  top: 20px;
  left: 0px;
  font-weight: Bold;
  font-size: 34px;
  text-align: left;
}

.container {
  max-width: 780px;
  width: 100%;
  margin: auto;
  margin-bottom: 150px;
}
.container p {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  margin: auto;
  margin-top: 24px;
}

@media screen and (max-width: 980px) {
  .container {
    margin-bottom: 80px;
  }
}
/* テーブル
//-------------------------------------------------*/
table {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
  font-size: 14px;
  table-layout: fixed;
  background-image: url("../images/i-LS/LS_logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 67% auto;
}

th,
td {
  padding-bottom: 32px;
  text-align: left;
}

th {
  font-family: "Noto Sans JP";
  font-weight: Bold;
  font-size: 18px;
  line-height: 150%;
  width: 243px;
  vertical-align: baseline;
  padding-left: 24px;
}

td {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  line-height: 27.2px;
}

td a {
  color: #dc5311;
}

td a:hover {
  text-decoration: underline;
}

/* タイトル：アクセス
//-------------------------------------------------*/
.title {
  width: 780px;
  position: absolute;
}

.desc_access {
  margin-top: 64px;
  margin-bottom: 24px;
}
.desc_access span {
  display: block;
}

.desc_access--en {
  color: #dc5311;
  position: relative;
  top: 0px;
  left: 0px;
  font-family: Montserrat;
  font-weight: Bold;
  font-size: 16px;
  text-align: left;
}

@media only screen and (max-width: 980px) {
  .desc_access {
    margin-left: 0px;
  }
  .t-access {
    display: none !important;
  }
}
.desc_access--jp {
  color: #dc5311;
  top: 20px;
  left: 0px;
  font-weight: Bold;
  font-size: 18px;
  text-align: left;
  white-space: nowrap;
}

/* マップ
//-------------------------------------------------*/
.map {
  width: 100%;
}
.map iframe {
  border-radius: 10px;
}

/* スマホサイズ
//＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media only screen and (max-width: 980px) {
  .map iframe {
    width: 100%;
    height: 440px;
  }
}
@media screen and (max-width: 980px) {
  .container th,
  .container td {
    display: block;
    text-align: left;
    padding-left: 0px;
  }
  th {
    font-family: "Noto Sans JP";
    font-weight: Bold;
    font-size: 18px;
    line-height: 150%;
    width: 243px;
    vertical-align: baseline;
    padding-left: 24px;
    padding-top: 24px;
    padding-bottom: 4px;
  }
  td {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    line-height: 27.2px;
    padding-bottom: 0px;
  }
  table {
    width: 100%;
    margin: auto;
    border-collapse: collapse;
    font-size: 14px;
    table-layout: fixed;
    background-image: url("../images/i-LS/LS_logo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 67% auto;
  }
}
/*------------------------------------------------------------------------
top_message.scss (setting)
-------------------------------------------------------------------------*/
/* 代表挨拶
---------------------------------------------------------- */
.box__top_message {
  max-width: 960px;
  margin: auto;
  position: relative;
  margin-bottom: 64px;
}

.box_comment {
  width: 492px;
  position: absolute;
  top: 115px;
  right: 64px;
  z-index: 2;
}
.box_comment .Corporate_philosophy {
  font-family: "Noto Sans JP";
  font-weight: Bold;
  font-size: 24px;
  line-height: 150%;
  text-align: right;
  margin-bottom: 16px;
}
.box_comment .ceo {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  opacity: 1;
  text-align: right;
}

.img_box img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0px 0px;
  object-position: 0px 0px;
  border-radius: 20px;
}

.img_box::before {
  content: "";
  display: block;
  width: 640px;
  height: 100%;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0.89) 0%,
    rgba(255, 255, 255, 0) 100%,
    rgba(255, 255, 255, 0) 77%,
    rgba(255, 255, 255, 0) 84%,
    rgba(51, 51, 51, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fff", endColorstr="#fff",GradientType=1 );
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  border-radius: 20px;
}

.ceo_comment {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  text-align: left;
  line-height: 170%;
  padding-bottom: 32px;
}

.Corporate_philosophy_R {
  padding-bottom: 32px;
  text-align: center;
}
.Corporate_philosophy_R img {
  width: 546px;
  height: 315px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
  -o-object-position: 0px 0px;
  object-position: 0px 0px;
}

.corporate_ceo {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  text-align: right;
}

.corporate_ceo_name {
  font-family: "Noto Sans JP";
  font-weight: Bold;
  font-size: 18px;
  line-height: 150%;
  text-align: right;
  padding-top: 4px;
}

/* スマホサイズ
//＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 980px) {
  .box__top_message {
    margin-bottom: 40px;
  }
  .box_comment {
    width: 100%;
    position: static;
    height: auto;
    /*PCでは改行,スマホ時は１行*/
  }
  .box_comment .Corporate_philosophy {
    font-size: 18px;
    width: auto;
    margin-bottom: 24px;
  }
  .box_comment .br-pc {
    display: none;
  }
  .box_comment .ceo {
    position: inherit;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: 0px;
  }
  .img_box img {
    aspect-ratio: 1/1;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
    height: auto;
  }
  .img_box::before {
    content: "";
    display: none;
  }
  .ceo_comment {
    line-height: 170%;
  }
  .Corporate_philosophy_L {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .Corporate_philosophy_L img {
    background: center top/cover no-repeat;
    width: 100%;
    height: auto;
  }
  .Corporate_philosophy_R {
    padding-bottom: 24px;
  }
  .Corporate_philosophy_R img {
    background: center top/cover no-repeat;
    width: 100%;
    height: auto;
  }
  .corporate_ceo {
    line-height: 170%;
    padding-top: 40px;
  }
}
/*------------------------------------------------------------------------
service.scss (setting)私たちのサービス
-------------------------------------------------------------------------*/
.read {
  justify-content: center;
  text-align: center;
  color: #282837;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  margin: auto;
  padding-bottom: 80px;
}

@media screen and (max-width: 980px) {
  .read {
    text-align: left;
    padding-bottom: 64px;
  }
}
/*------------------------------------------------------------------------
  icon_row_list
-------------------------------------------------------------------------*/
.icon_row_list {
  display: flex;
  max-width: 960px;
  margin: 0 auto;
  margin-bottom: 60px;
  justify-content: space-between;
}
.icon_row_list .icon_row_list_item .img_wrap img {
  display: block;
}
.icon_row_list .icon_row_list_item .text_wrap .service_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
}
.icon_row_list .icon_row_list_item .text_wrap .service_text {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

.icon_row_list .icon_row_list_item {
  display: flex;
  width: 100%;
  padding-bottom: 17.5px;
}
.icon_row_list .icon_row_list_item .img_wrap {
  width: 48px;
  height: 48px;
  margin-right: 10px;
}
.icon_row_list .icon_row_list_item .img_wrap img {
  width: 48px;
  height: 48px;
  margin-right: 40px;
}

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

.article--box {
  margin-bottom: 150px;
}

@media screen and (max-width: 980px) {
  .article--box {
    margin-bottom: 80px;
  }
}
/*---------------------------------
.icon_row_list 交互
-----------------------------------*/
.icon_row_list:nth-of-type(even) {
  flex-direction: row-reverse;
}

.icon_row_list:nth-of-type(2n) .service_img:nth-of-type(1) {
  flex-direction: row-reverse;
  padding: 0px 0px 0px 32px;
}

/*---------------------------------
.icon_row_list スマホサイズ
-----------------------------------*/
@media screen and (max-width: 980px) {
  .icon_row_list {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
  .icon_row_list_item {
    padding-top: 8px;
  }
  .icon_row_list:nth-of-type(even) {
    flex-direction: column;
  }
  .icon_row_list .icon_row_list_item .text_wrap .service_title {
    font-size: 14px;
  }
  .icon_row_list:nth-of-type(2n) .service_img:nth-of-type(1) {
    padding: 0px;
  }
  .icon_row_list .icon_row_list_item {
    display: flex;
    width: 100%;
    padding-bottom: 8px;
  }
  .icon_row_list .icon_row_list_item .img_wrap {
    width: 32px;
    height: 32px;
    margin-right: 8px;
  }
  .icon_row_list .icon_row_list_item .img_wrap img {
    width: 32px;
    height: 32px;
    margin-right: 40px;
  }
}
/*----------------------------------------------------------
  /* サービス画像
---------------------------------------------------------- */
.service_img {
  width: 50%;
  display: -ms-flexbox;
  align-items: center;
  padding: 0px 32px 0px 0px;
  box-sizing: border-box;
}
.service_img img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  float: left;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media screen and (max-width: 980px) {
  .service_img {
    width: 100%;
    padding: 0px;
  }
  .service_img img {
    background: center top/cover no-repeat;
    width: 980px;
  }
}
/*----------------------------------------------------------
  /* wrapper_service
---------------------------------------------------------- */
.wrapper_service {
  width: 480px;
  display: -ms-flexbox;
  align-items: center;
}

@media screen and (max-width: 980px) {
  .wrapper_service {
    width: 100%;
    display: -ms-flexbox;
    align-items: center;
  }
}
/*----------------------------------------------------------
/* サービス内容（青いボックス）
---------------------------------------------------------- */
.item_box {
  padding-bottom: 6px;
}

@media screen and (max-width: 980px) {
  .item_box {
    padding-bottom: 0px;
  }
}
.item_list {
  display: flex;
  flex-wrap: wrap;
}
.item_list li {
  /*文字色*/
  color: #165a93;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-align: left;
  border: 1px solid #165a93;
  /*線*/
  box-sizing: border-box;
  border-radius: 2px;
  /*角の丸み*/
  flex: none;
  margin: 0px 8px 4px 0px;
  padding: 4px;
  flex-wrap: wrap;
}

/* サービス内容説明
---------------------------------------------------------- */
.item_box_comment {
  width: 480px;
  color: #282837;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  text-align: left;
}

@media screen and (max-width: 980px) {
  .item_box_comment {
    width: 100%;
    line-height: 150%;
  }
}
/* 事業比率:画像
---------------------------------------------------------- */
.img--box {
  max-width: 745px;
  margin: auto;
}

/* システム開発フェーズとレガートシップの業務領域:画像
---------------------------------------------------------- */
.img--box1 {
  width: 1139.53px;
  margin: auto;
}

.card__number {
  color: rgba(220, 83, 17, 0.25);
  position: absolute;
  margin: 0px 22px;
  font-family: Montserrat;
  font-weight: Bold;
  font-size: 80px;
}

@media screen and (min-width: 1141px) {
  .article--box1 {
    display: none;
  }
}
@media screen and (max-width: 1140px) {
  .article--box1 .img--box {
    max-width: 1140px;
    margin: 0px auto 150px;
  }
}
@media screen and (max-width: 980px) {
  .article--box1 {
    margin-bottom: 80px;
  }
}
/* レガートシップが選ばれる理由
---------------------------------------------------------- */
.area__wrapper {
  width: 100%;
  height: 681px;
  overflow: hidden;
  position: relative;
}

/*--------------------------------------*/
.bg__area__wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 120px;
}
.bg__area__wrapper::before {
  content: "";
  background-color: #dc5311;
  background-size: cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  display: inline-block;
  height: 358px;
  width: calc(100vw - 150px);
  position: absolute;
  left: 0px;
  z-index: -10;
  background-repeat: no-repeat;
  background-position: center center;
}

.Service__text__wrapper {
  box-sizing: content-box;
  margin: auto;
  max-width: 960px;
  padding-top: 80px;
}

@media screen and (max-width: 1140px) {
  .bg__area__wrapper::before {
    width: 100%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
.text__wrapper {
  max-width: 960px;
  box-sizing: content-box;
  margin-left: auto;
}

@media screen and (max-width: 1265px) {
  .area__wrapper {
    width: 100%;
    height: 681px;
    overflow: hidden;
    position: relative;
  }
  .section__box {
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
    margin: 96px 0 0px;
    padding: 0px 0px 120px 0px;
  }
  .title__display_bg {
    height: 375px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .text__wrapper {
    margin-left: inherit;
  }
}
@media screen and (max-width: 980px) {
  .bg__area__wrapper {
    margin-bottom: 0px;
  }
  .bg__area__wrapper::before {
    content: "";
    height: 260px;
  }
  .Service__text__wrapper {
    padding-top: 0px;
  }
  .text__wrapper {
    padding: 64px 0px;
  }
}
/*------------------------------------------------------------------------
news_list.scss (project)
-------------------------------------------------------------------------*/
/* ニュース一覧
---------------------------------------------------------- */
.news {
  max-width: 780px;
  width: 100%;
  margin: auto;
  margin-bottom: 64px;
}

.news_list_item {
  padding: 24px 0;
  border-bottom: 1px solid #e6e6e6;
}
.news_list_item a {
  position: relative;
  display: block;
  padding-right: 34.17px;
}
.news_list_item a ::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 0;
  border-top: solid 2px #ddd;
  border-right: solid 2px #ddd;
  width: 13.44px;
  height: 13.44px;
  transform: rotate(45deg);
  margin-right: 2px;
}
.news_list_item time {
  margin-bottom: 8px;
  align-items: center;
  color: #666;
  font-family: "Noto Sans JP";
  font-size: 14px;
  line-height: 100%;
}
.news_list_item a:hover {
  color: #dc5311; /*リンクにマウスが乗ったら背景色を変更する*/
}

.news_list_item0707 a:hover {
  color: #dc5311; /*リンクにマウスが乗ったら背景色を変更する*/
}

.news_list_item:first-child {
  border-top: 1px solid #e6e6e6;
}

.news_list_title {
  margin-top: 8px;
  font-size: 16px;
  line-height: 170%;
  display: block;
  /* 三点リーダー対応 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: 0.3s;
}

.news_list_title_index {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 16px;
  line-height: 200%; /* or 32px */
  color: #14171a;
  /* 三点リーダー対応 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width: 1140px) {
  .news_list_item a {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .news {
    padding: 0px 19px;
    display: block;
    margin-bottom: 40px;
  }
  .news_list_title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
  .news_list_item {
    padding: 16px 0;
    border-bottom: 1px solid #dddddd;
  }
  .news_list_item time {
    font-family: "Noto Sans JP";
  }
  .news_list_item:first-child {
    border-top: none;
  }
}
/*------------------------------------------------------------------------
news_article.scss (project)
-------------------------------------------------------------------------*/
/* ニュース詳細
---------------------------------------------------------- */
.news__detail {
  max-width: 780px;
  width: 100%;
  margin: auto;
}
.news__detail .news__detail__img_box {
  width: 100%;
  margin-bottom: 40px;
}
.news__detail .news__detail__title {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 16px;
  padding-bottom: 24px;
  border-bottom: 2px solid #dc5311;
}
.news__detail .news__detail__text {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
}
.news__detail .news__detail__text .news__detail__date {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #666666;
  padding-bottom: 40px;
}
.news__detail .news__detail__text p {
  padding-bottom: 32px;
}
.news__detail .news__detail__text p:last-child {
  padding-bottom: 0px;
}

/* スマホサイズ
//＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 980px) {
  .news__detail .news__detail__title {
    font-size: 22px;
    padding-bottom: 16px;
  }
  .news__detail .news__detail__text .news__detail__date {
    padding-bottom: 24px;
  }
}
/*------------------------------------------------------------------------
recruit.scss (project)
-------------------------------------------------------------------------*/
/* 採用情報
---------------------------------------------------------- */
.read_l {
  color: #282837;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  margin: auto;
  padding-bottom: 40px;
}

@media screen and (max-width: 980px) {
  .read {
    text-align: left;
    padding-bottom: 64px;
  }
}
/* 募集要項
//＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.offer_detail h4 {
  width: 100%;
  font-size: 17px;
  position: relative;
  margin: 40px auto 0 auto;
  color: #145993;
  text-align: center;
  font-size: 20px;
  position: relative;
  top: 0;
  font-weight: bold;
}

.offer_detail h5 {
  font-size: 15px;
  margin: 40px auto 10px;
  color: #145993;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

.offer_detail h6 {
  margin: 40px auto 10px;
  color: #145993;
  text-align: center;
  font-size: 13px;
  /* margin: 50px 0 30px; */
  /* width: 70%; */
  font-weight: bold;
}

.offer_detail table {
  width: 90%;
  padding: 10px;
  margin: auto;
  background: none;
}

.offer_detail table#gaiyou {
  width: 90%;
}

.offer_detail tr {
  text-align: left;
  font-size: 10px;
  border-bottom: solid 1px;
}

.offer_detail th {
  font-size: 13px;
  border-bottom: solid 1px;
  border-spacing: 0px;
  padding: 15px 0px 15px 15px;
  width: 130px;
  vertical-align: middle;
}

.offer_detail td {
  padding: 15px 0px 15px 0px;
  font-size: 13px;
}

.offer_detail p {
  width: 90%;
  margin: 10px auto 20px auto;
  font-size: 10px;
  text-align: right;
}

.offer_detail h5 {
  font-size: 15px;
  margin: 40px auto 10px;
  color: #145993;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

.offer_detail-text {
  font-size: 20px;
  width: 90%;
  padding: 20px 0px 0px;
  margin: auto;
}

@media screen and (max-width: 980px) {
  .offer_detail table {
    width: 100%;
  }
  .offer_detail h4 {
    font-size: 17px;
  }
  .offer_detail h4:first-child {
    margin: 0px auto;
  }
  .offer_detail h5 {
    font-size: 13px;
  }
  .offer_detail th {
    width: 80px;
    font-size: 10px;
    padding: 15px 0px;
  }
  .offer_detail td {
    padding: 15px 0px 15px 0px;
    font-size: 10px;
    line-height: 1.5;
  }
  .offer_detail-text p {
    font-size: 11px;
  }
}
/* 募集要項
//＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.contact_wrap {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}

/* 座談会
//＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*------------------------------------------------------------------------
    /* symposium_card
-------------------------------------------------------------------------*/
.symposium_card {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.symposium_card .icon_row_list_item .img_wrap img {
  display: block;
}
.symposium_card .icon_row_list_item .text_wrap .service_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 8px;
}
.symposium_card .icon_row_list_item .text_wrap .service_text {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

.symposium__grid {
  display: grid;
  gap: 31px 40px;
  grid-template-columns: repeat(auto-fit, minmax(343px, 1fr));
}
.symposium__grid p {
  text-align: left;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin: 24px 0 16px;
}

/*----------------------------------------------------------
    /* 座談会：画像
---------------------------------------------------------- */
.symposium_img {
  align-items: center;
  box-sizing: border-box;
}
.symposium_img img {
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  float: left;
}

@media screen and (max-width: 980px) {
  .service_img {
    width: 100%;
    padding: 0px;
  }
  .service_img img {
    background: center top/cover no-repeat;
    width: 980px;
  }
}
/*----------------------------------------------------------
    /* wrapper_symposium
---------------------------------------------------------- */
.wrapper_symposium {
  margin: 16px 0px;
}

@media screen and (max-width: 980px) {
  .wrapper_symposium {
    width: 100%;
  }
}
/* 座談会：メンバー名
//＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.symposium_comment {
  color: #666666;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-align: left;
}

@media screen and (max-width: 980px) {
  .symposium_comment {
    width: 100%;
    margin-top: 4px;
  }
}
/*------------------------------------------------------------------------
recruit.scss (project)
-------------------------------------------------------------------------*/
/* お問い合わせ
---------------------------------------------------------- */
iframe {
  width: 100%;
}

/*------------------------------------------------------------------------
privacy.scss (project)
-------------------------------------------------------------------------*/
/* プライバシーポリシー
---------------------------------------------------------- */
.main-privacy h4 {
  color: #145993;
  text-align: center;
  font-size: 20px;
  position: relative;
  top: 0;
  margin: 50px 0;
}

.main-privacy table {
  width: 70%;
  text-align: center;
  border-spacing: 0px;
  padding: 10px;
}

.main-privacy table#gaiyou {
  width: 70%;
}

.main-privacy tr {
  text-align: left;
  font-size: 13px;
}

.main-privacy th {
  width: 80px;
  border-bottom: solid 1px;
  border-spacing: 0px;
}

.main-privacy td {
  border-bottom: solid 1px;
  border-spacing: 0px;
  padding: 15px 0px 15px 40px;
}

.main-privacy p {
  width: 70%;
  text-align: left;
  line-height: 200%;
  margin: 50px auto 50px 10px;
}

.main-privacy p#NF {
  color: #145993;
  text-align: center;
  font-size: 50px;
  position: relative;
  top: 0;
  margin: 50px 0;
}

.main-privacy a {
  color: #dc5311;
}

/********** Privacy Policy **********/
.privacy {
  background-color: #aaa;
}

.privacy_section {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 100px;
  width: 90%;
}
.privacy_section ul li {
  list-style: disc;
}

.privacy_section .privacy_title {
  font-weight: bold;
  text-align: left;
}

.privacy_section p {
  margin: 20px 0;
  width: 100%;
}

.privacy_section .privacy_category {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0;
}

.privacy_section dt {
  font-size: 16px;
  margin: 20px 0;
}

.privacy_section ul {
  padding-left: 1.5em;
}

.privacy_section table {
  border-collapse: collapse;
  padding: 0;
  width: 100%;
}

.privacy_section th,
.privacy_section td {
  border: 1px solid #ddd;
  text-align: left;
  padding: 15px;
  width: auto;
  font-size: 13px;
}

.privacy_section th {
  background-color: #ccc;
  vertical-align: middle;
  width: 35%;
}

.privacy_section a {
  text-decoration: underline;
}

.privacy_section table {
  background-image: none;
}

.privacy_window {
  background-color: #f5f5f5;
  padding: 20px;
}

/*タブレット*/
@media screen and (max-width: 1024px) {
  /********** Privacy Policy **********/
  .main h4 {
    width: 100%;
    position: relative;
    top: 0;
    margin: 20px auto 0 auto;
  }
  .privacy_section {
    margin: 0 auto 100px;
  }
  .privacy_section p {
    margin: 20px 0;
    width: 100%;
  }
  .privacy_section table {
    width: 100%;
  }
  .privacy_section th,
  .privacy_section td {
    border: 1px solid #ddd;
    padding: 15px;
  }
}
/*スマホ*/
@media screen and (max-width: 768px) {
  /********** Privacy Policy **********/
  .main h4 {
    width: 100%;
    font-size: 17px;
    position: relative;
    top: 0;
    margin: 20px auto 0 auto;
  }
  .privacy_section {
    font-size: 12px;
    margin: 0 auto 50px;
  }
  .privacy_section .privacy_category {
    font-size: 16px;
    margin: 15px 0;
  }
  .privacy_section dt {
    font-size: 14px;
  }
  .privacy_section p {
    font-size: 12px;
    margin: 10px 0;
    width: 100%;
  }
  .privacy_section table {
    width: 100%;
  }
  .privacy_section th,
  .privacy_section td {
    border: 1px solid #ddd;
    padding: 10px;
  }
}

/*------------------------------------------------------------------------
offer_detail.scss (project)
-------------------------------------------------------------------------*/
/*----------------------------------------------------------
/* ニュース内容（オレンジボックス）
---------------------------------------------------------- */
.item_list22 {
  display: flex;
  flex-wrap: wrap;
  padding-right: 38px;
}
.item_list22 li {
  /*文字色*/
  color: #ffffff;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  /*線*/
  box-sizing: border-box;
  border-radius: 20px;
  /*角の丸み*/
  flex: none;
  padding: 8px 16px;
  flex-wrap: wrap;
  width: 85px;
  background: #dc5311;
}

@media screen and (max-width: 980px) {
  .item_list22 {
    display: flex;
    flex-wrap: wrap;
    padding-right: 38px;
  }
  .item_list22 li {
    /*文字色*/
    color: #ffffff;
    font-size: 11px;
    text-align: center;
    /*線*/
    box-sizing: border-box;
    border-radius: 20px;
    /*角の丸み*/
    flex: none;
    padding: 4px 8px;
    flex-wrap: wrap;
    width: 65px;
    background: #dc5311;
  }
}
/* 記事の中身
---------------------------------------------------------- */
.offer_detail h2 {
  width: 100%;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  position: relative;
  top: 0;
  color: #282837;
}

.offer_detail h2:last-child {
  margin-top: 120px;
}

.offer_detail h3 {
  width: 100%;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-align: left;
  position: relative;
  top: 0;
  color: #dc5311;
  margin: 80px 0px 16px;
}

.offer_detail h4 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 170%;
  color: #282837;
  text-align: left;
  position: relative;
  padding-bottom: 8px;
  border-bottom: 1px solid #dc5311;
  margin: 40px 0 0;
}

.offer_content {
  /*本文*/
  height: 0;
  margin-bottom: 10px;
  padding: 0 40px;
  overflow: hidden;
  background-color: #fceee7;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.offer_content :first-child {
  margin: 0px;
}
.offer_content .offer_content_about {
  margin: 24px 0px 0px;
}
.offer_content .offer_content_about p {
  text-align: left;
  margin: 12px 0px 0px;
}
.offer_content .offer_content_about p:first-child {
  margin: 24px 0px 0px;
}

.offer_detail p {
  text-align: right;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.toggle:checked + .Label + .offer_content {
  /*開閉時*/
  height: auto;
  padding: 40px;
  transition: all 0.3s;
}

.Label {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 170%;
  color: #282837;
  padding: 27px 8px 26px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.offer_detail-text {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  padding: 40px 0px 0px;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .offer_detail h3 {
    margin: 40px 0px 16px;
  }
  .offer_detail h3:first-child {
    margin: 0px auto;
  }
  .offer_detail h4 {
    font-size: 14px;
    line-height: 150%;
    margin: 24px 0 0;
  }
  .Label {
    font-size: 14px;
    line-height: 150%;
    padding: 16px 8px 16px;
  }
  .offer_content {
    /*本文*/
  }
  .offer_content :first-child {
    margin: 0px;
  }
  .offer_content .offer_content_about p:first-child {
    margin: 16px 0px 0px;
  }
  .offer_detail h2 {
    font-size: 22px;
  }
  .offer_detail h2:last-child {
    margin-top: 80px;
  }
  .offer_detail-text p {
    font-size: 16px;
    line-height: 170%;
  }
}
/* //採用までの流れについて
---------------------------------------------------------- */
.step__wrapper {
  max-width: 956px;
  width: 100%;
  margin: auto;
  margin-bottom: 260px;
}
.step__wrapper p {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #282837;
}

.step_section {
  display: flex;
  flex-direction: row;
  background-color: #dc8;
  height: 197px;
  justify-content: center;
  margin-bottom: 16px;
}
.step_section .step_card {
  padding: 24px 16px;
  text-align: center;
  background-color: rgb(252, 238, 231);
  border-radius: 10px;
  margin-right: 24px;
  width: 172px;
  position: relative;
  display: block;
}
.step_section .step_card:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  right: -17px;
  border-top: solid 2px #dc5311;
  border-right: solid 2px #dc5311;
  width: 13.44px;
  height: 13.44px;
  transform: rotate(45deg);
  margin-right: 2px;
}
.step_section .step_card:last-child {
  margin-right: 0px;
}
.step_section .step_card img {
  width: 48px;
  height: 62px;
  margin-bottom: 16px;
}
.step_section .step_card__title {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #282837;
  margin-bottom: 8px;
}
.step_section .step_card__content {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  color: #666666;
}
.step_section .step_card:last-child {
  margin-bottom: 0px;
}

.step__wrapper_pc {
  display: block;
  width: 956px;
  margin: auto;
}

.step__wrapper_sp {
  display: none;
}

@media screen and (max-width: 980px) {
  .step__wrapper_pc {
    display: none;
  }
  .step__wrapper_sp {
    display: block;
  }
  .step__wrapper_sp {
    max-width: 956px;
    width: 100%;
    margin: auto;
  }
  .step__wrapper_sp p {
    font-size: 16px;
    line-height: 170%;
  }
  .step__wrapper_sp .step_card {
    padding: 24px 24px 24.67px 30px;
    background-color: rgb(252, 238, 231);
    border-radius: 10px;
    position: relative;
    display: block;
    display: flex;
    align-items: center;
    margin-bottom: 53px;
  }
  .step__wrapper_sp .step_card:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    right: -17px;
    border-top: solid 3px #dc5311;
    border-right: solid 3px #dc5311;
    width: 15px;
    height: 15px;
    transform: rotate(135deg);
    right: 49.33%;
    top: 110%;
  }
  .step__wrapper_sp .step_card:last-child {
    margin-bottom: 16px;
  }
  .step__wrapper_sp .step_card img {
    margin-bottom: 0px;
    width: 56px;
    height: 72.33px;
  }
  .step__wrapper_sp .step_card__section {
    margin-left: 30px;
  }
  .step__wrapper_sp .step_card__title {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #282837;
    margin-bottom: 4px;
  }
  .step__wrapper_sp .step_card__content {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #666666;
  }
}
.offer_btn {
  margin: 40px 0px 150px;
}

article {
  display: flex; /*サイドバーとメインコンテンツを横並びにする*/
  width: 90%;
  margin: 0 auto;
  justify-content: center;
}

.blog_left {
  max-width: 726px;
  width: 100%;
}
.blog_left h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  color: #dc5311;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #dc5311;
}
.blog_left h3 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #dc5311;
  margin: 80px 0px 40px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  article {
    flex-direction: column;
  }
  .blog_left {
    max-width: 100%;
  }
}
/* ブログ詳細
---------------------------------------------------------- */
.blog__detail {
  width: 100%;
  margin: auto;
}
.blog__detail .blog__detail__img_box {
  width: 100%;
  margin-bottom: 40px;
}
.blog__detail .blog__detail__title {
  color: #282837;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 16px;
  padding-bottom: 24px;
  border-bottom: 2px solid #dc5311;
}
.blog__detail .blog__info,
.blog__info-bottom {
  margin-bottom: 40px;
}
.blog__detail .blog__detail__text {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
}
.blog__detail .blog__detail__text .blog__detail__date {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #666666;
  padding-bottom: 8px;
}
.blog__detail .blog__detail__text p:last-child {
  padding-bottom: 0px;
}

.blog__detail__content {
  word-break: break-all;
  p,
  figure,
  ul,
  blockquote,
  pre {
    margin-bottom: 1.625em;
  }
  a {
    color: #dc5311;
    text-decoration: underline;
    &:hover {
      text-decoration: none;
    }
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #dc5311;
    font-weight: bold;
    line-height: 1.6;
    text-align: left;
    margin: 32px 0 16px;
    padding: 0;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    border-bottom: none;
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  strong {
    font-weight: bold;
  }
  ul li {
    text-indent: -1em;
    padding-left: 1em;
    &::before {
      content: "・";
    }
  }
  table {
    background-image: none;
  }
  figure {
    position: relative;
  }
  figcaption {
    color: #666;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 1.625em;
    padding: 3px 0 5px 20px;
    position: relative;
    text-align: left;
    &::before {
      color: #666;
      content: "\2014";
      font-style: normal;
      font-weight: bold;
      margin-right: 5px;
      position: absolute;
      left: 0;
      top: 2px;
    }
  }
  p img {
    margin-top: 0.5em;
  }
  blockquote {
    border-left: 4px solid #e9e9e9;
    font-size: 14px;
    padding-left: 1em;
    cite {
      color: #666;
      display: block;
      font-size: 12px;
      text-align: right;
    }
  }
  pre {
    background-color: #e9e9e9;
    font-size: 12px;
    line-height: 1.5;
    padding: 0.75em 1.625em;
  }
  code {
    font-size: 12px;
    line-height: 1.5;
  }
  iframe {
    aspect-ratio: 16/9;
    height: auto;
    width: 100%;
  }
}

@media screen and (max-width: 980px) {
  .blog__detail .blog__detail__title {
    font-size: 22px;
    padding-bottom: 16px;
  }
  .blog__detail .blog__detail__text .blog__detail__date {
    padding-bottom: 8px;
  }
  .blog__detail .blog__info {
    margin-bottom: 24px;
  }
}
.blog_share {
  background-color: #f9f9f9;
  margin: 64px 0px;
  text-align: center;
  border-radius: 10px;
}
.blog_share .blog_share_box .blog_share_title {
  padding-top: 40px;
  margin-bottom: 23.68px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #dc5311;
  text-align: center;
}
.blog_share .blog_share_box .blog_share_title::before {
  content: "＼";
  margin-right: 16px;
}
.blog_share .blog_share_box .blog_share_title::after {
  content: "／";
  margin-left: 16px;
}
.blog_share .blog_share_box p {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #282837;
}
.blog_share .blog_share_box .icon_img_box {
  padding-top: 16px;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.blog_share .blog_share_box .icon_img_box img {
  height: 48px;
  width: 48px;
}
.blog_share .blog_share_box .icon_img_box img:hover {
  opacity: 0.8;
  filter: brightness(105%);
  cursor: pointer;
}

@media screen and (max-width: 980px) {
  .blog_share {
    margin: 40px 0px;
  }
}
.blog_pagination {
  margin: 64px 0 80px;
}
.blog_pagination ul {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.blog_pagination a {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
}
.blog_pagination li {
  max-width: 50%;
  width: 100%;
}
.blog_pagination a:hover img {
  transform: scale(1.1);
}
.blog_pagination a:hover p {
  color: #dc5311;
}
.blog_pagination li:not(:first-child):last-child a {
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.blog_pagination p {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #000000;
  height: 63px;
  width: auto;
  transition: 0.3s;
}
.blog_pagination .date-area-img {
  position: relative;
  line-height: 1;
  max-width: 125px;
  flex-shrink: 0;
  width: 100%;
  overflow: hidden;
}
.blog_pagination .date-area-img img {
  aspect-ratio: 8/5;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 125px;
  transition: 0.3s;
}
.blog_pagination .date-area-img .date-area__prev {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 42px;
  height: 16px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #ffffff;
  background-color: #dc5311;
  padding: 2px 4px;
  text-align: center;
}
.blog_pagination .date-area-img .date-area__next {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 42px;
  height: 16px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #ffffff;
  background-color: #dc5311;
  padding: 2px 4px;
  text-align: center;
}

@media screen and (max-width: 790px) {
  .blog_pagination {
    margin-top: 40px;
  }
  .blog_pagination li {
    display: flex;
    justify-content: flex-start;
    gap: 16px;
    max-width: 100%;
    &:nth-child(2) {
      justify-content: flex-end;
    }
  }
  .blog_pagination ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 16px;
  }
  .blog_pagination .date-area-img {
    position: relative;
  }
  .blog_pagination p {
    width: auto;
  }
}
.related-article-wrapper {
  margin-bottom: 100px;
}

.related-article {
  display: flex;
  gap: 40px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media screen and (max-width: 980px) {
  .related-article-wrapper {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 780px) {
  .related-article {
    display: flex;
    gap: 40px;
    flex-direction: column;
  }
}
.tag-container {
  justify-content: flex-end;
}

.blog-card {
  width: calc((100% - 40px) / 2);
}
.blog-card:hover .blog-card-img figure img {
  transform: scale(1.1);
}
.blog-card:hover p.trimming {
  color: #dc5311;
}

.blog-card .blog-card-img {
  position: relative;
  display: grid;
}
.blog-card .blog-card-img figure {
  aspect-ratio: 8/5;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.blog-card .blog-card-img > img {
  height: 100%;
  min-height: 250px;
  max-height: 250px;
}
.blog-card .blog-card-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  transition: 0.3s;
}
.blog-card .blog-card-img .blog-card__tag-area {
  position: absolute;
  margin: 8px;
  text-align: end;
  right: 0px;
}
.blog-card .blog-card-img .blog-card__tag-area .tag li {
  padding: 0px 0px 4px 4px;
}
.blog-card .blog-card-img .blog-card__tag-area .tag li:first-child {
  padding-right: 0px;
}
.blog-card .blog-card-img .blog-card__tag-area .tag-container li:first-child {
  padding-right: 0px;
}
.blog-card .blog-card-img .blog-card__name {
  position: absolute;
  top: 200px;
  left: 35px;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #ffffff;
  background-color: #dc5311;
  border-radius: 15px;
  padding: 8px 16px 8px 29px;
  text-align: center;
}
.blog-card .blog-card-img .blog-card__name_img {
  height: 32px;
}
.blog-card .blog-card-img .blog-card__name_img img {
  top: 190px;
  left: 8px;
  position: absolute;
  width: 44px;
  height: 44px;
  margin-bottom: 0px;
  border-radius: 50%;
  border: solid 2px #dc5311;
}
.blog-card .blog-card-img .blog-card__name_img img:hover {
  filter: brightness(110%) opacity(90%);
  cursor: pointer;
}
.blog-card p {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #282837;
  margin-top: 32px;
  transition: 0.3s;
}
.blog-card time {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #666666;
  text-align: right;
}

@media screen and (max-width: 800px) {
  .blog-card {
    width: 100%;
  }
  .blog-card .blog-card-img {
    position: relative;
    display: grid;
  }
  .blog-card .blog-card-img > img {
    height: 100%;
    min-height: 250px;
    max-height: 250px;
  }
  .blog-card .blog-card-img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
  }
  .blog-card .blog-card-img .blog-card__name_img img {
    bottom: 73px;
    left: 8px;
    position: absolute;
  }
}
.blog__status {
  position: relative;
}

.blog__name {
  position: absolute;
  top: 200px;
  left: 35px;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #ffffff;
  background-color: #dc5311;
  border-radius: 15px;
  padding: 8px 16px 8px 29px;
  text-align: center;
}

.blog__icon {
  background-color: #fff;
  border-right: 50%;
  left: 8px;
  bottom: -22px;
  position: absolute;
  width: 44px;
  height: 44px;
  margin-bottom: 0px;
  border-radius: 50%;
  border: solid 2px #dc5311;
}
.blog__icon img {
  border-radius: 50%;
}

.blog-card .blog-card-img .blog__status span {
  position: absolute;
  bottom: -14px;
  left: 35px;
  /*以下装飾*/
  color: #ffffff;
  background-color: #dc5311;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  border-radius: 15px;
  text-align: center;
  padding: 8px 16px 8px 25px;
}
/*.blog-card .blog-card-img .blog__status span:hover {
  background-color: #fe7c3a;
  color: #fff;
  filter: brightness(105%);
  cursor: pointer;
}*/
.blog__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.category-list {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.category-label {
  text-align: left;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  padding: 4px 8px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border-radius: 15px;
  text-decoration: none;
  transition: 0.3s;
}

a.category-label:hover {
  background-color: #fe7c3a;
  color: #fff;
}

.blog_side {
  margin-left: 64px; /*サイドバーとメインコンテンツの間に隙間*/
  flex-shrink: 0;
  width: 330px;
}
.blog_side .side-wrap {
  margin-bottom: 40px;
}
.blog_side h2,
.blog_side h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  color: #dc5311;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #dc5311;
}
.blog_side h2.blog_t-recent_posts,
.blog_side h4.blog_t-recent_posts {
  margin-bottom: 11px;
}
.blog_side h2.blog_t-archive,
.blog_side h4.blog_t-archive {
  margin-bottom: 8px;
}
.blog_side .blog-card__tag,
.blog_content__info_area a.category-label {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  border-radius: 15px;
  padding: 4px 8px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.blog_side .blog-card__tag::before {
  content: "#";
  margin-right: 2px;
}

@media screen and (max-width: 980px) {
  .blog_side {
    margin-left: 0px; /*サイドバーとメインコンテンツの間に隙間*/
    margin-top: 80px;
    margin-bottom: 40px;
    width: auto;
  }
  .blog_side h4 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    color: #dc5311;
    margin-top: 0px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid #dc5311;
  }
  .blog_side h4.blog_t-recent_posts {
    margin-bottom: 11px;
  }
  .blog_side h4.blog_t-archive {
    margin-bottom: 8px;
  }
  .blog_side .blog-card__tag {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #ffffff;
    background-color: #dc5311;
    border-radius: 15px;
    padding: 4px 8px;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
  }
  .blog_side .blog-card__tag::before {
    content: "#";
    margin-right: 2px;
  }
}
.blog_contributor {
  border: 1px solid #dc5311;
  padding: 32px 24px;
  text-align: center;
  margin-bottom: 40px;
}
.blog_contributor img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-bottom: 16px;
}
.blog_contributor_name {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  color: #dc5311;
}
.blog_contributor p {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #666666;
  text-align: left;
}

@media screen and (max-width: 980px) {
  .blog_contributor {
    display: none;
  }
}
.blog_author_img_box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(75px, 1fr));
  gap: 8px;
  font-size: 12px;
  text-align: center;
}
.blog_author_img_box a {
  transition: 0.3s;
}
.blog_author_img_box a:hover {
  color: #dc5311;
}
.blog_author_img_box a:hover img {
  opacity: 0.8;
}
.blog_author_img_box img {
  border-radius: 50%;
  display: block;
  margin: auto;
  height: 48px;
  width: 48px;
}
.blog_author_img_box img:last-child {
  margin-right: 0px;
}
.blog_author_img_box img:last-child:hover {
  opacity: 0.8;
  filter: brightness(105%);
  cursor: pointer;
}

@media screen and (max-width: 980px) {
  .blog_author_img_box {
    margin-bottom: 40px;
  }

  .show-all .blog_author_item {
    display: block;
  }
}

.blog_content__info_area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
}
.blog_tag_area ul:not(.side_blog_tags) {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}
.blog_tag_area ul.side_blog_tags {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
}

.blog_content__info_area ul li {
  display: inline-block;
  padding: 0;
}

.blog-tag {
  text-align: left;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  padding: 4px 8px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  border: none;
  border-radius: 15px;
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}

.blog-tag:before {
  content: "#";
  padding-right: 4px;
}

.blog_rp_area li {
  display: flex;
  padding: 16px 0px;
  border-bottom: 1px solid #e9e9e9;
  cursor: pointer;
}
.blog_rp_area li img {
  transition: 0.3s;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.blog_rp_area li p {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #282837;
  margin-left: 16px;
  transition: 0.3s;
}
.blog_rp_area li:first-child {
  padding: 3px 0px 16px;
}
.blog_rp_area .blog-rp-card {
  display: flex;
  transition: 0.3s;
}
.blog_rp_area .blog-rp-card figure {
  flex-shrink: 0;
  overflow: hidden;
  aspect-ratio: 8/5;
  height: 54px;
}
.blog_rp_area .blog-rp-card:hover img {
  transform: scale(1.1);
}
.blog_rp_area .blog-rp-card:hover p {
  color: #dc5311;
}

/* ３点リーダー
//-------------------------------------------------*/
.trimming {
  width: 100%;
  overflow: hidden;
  display: block;
}

.trimming__inner {
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/*----- PC専用 */
@media screen and (min-width: 769px), print {
  .trimming__pc1 {
    -webkit-line-clamp: 1;
  }
  .trimming__pc2 {
    -webkit-line-clamp: 2;
  }
  .trimming__pc3 {
    -webkit-line-clamp: 3;
  }
}
/*----- SP専用 */
@media screen and (max-width: 768px), print {
  .triming__sp1 {
    -webkit-line-clamp: 1;
  }
  .trimming__sp2 {
    -webkit-line-clamp: 2;
  }
  .trimming__sp3 {
    -webkit-line-clamp: 3;
  }
}
/* アコーディオン
//-------------------------------------------------*/
.blog_archive {
  text-align: left;
}

.select_box {
  position: relative;
  &::after {
    content: "";
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    pointer-events: none;
    margin: auto;
    width: 8px;
    height: 8px;
    transform: rotate(135deg);
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
  }
}

.blog_archive select {
  appearance: none;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  font-size: 16px;
  padding: 0 16px;
  height: 48px;
  width: 100%;
  background-color: transparent;
  color: #282837;
}

.blog_archive .navi {
  display: none;
}

.blog_archive .navi li {
  padding: 4px 0px;
  margin: 0px;
}
.blog_archive .navi li a {
  padding: 4px 16px;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #666666;
}

.blog_archive .navi li:first-child {
  padding: 0px 0px 4px;
  margin: 0px;
}

.blog_archive .navi li:last-child {
  padding: 4px 0px 16px;
  margin: 0px;
}

.blog_archive .blog_year-section {
  cursor: pointer;
  border-top: 1px solid #e9e9e9;
}

.blog_archive .blog_year-section:first-child {
  border-top: none;
}

.blog_archive .blog-list .blog_year-section:last-child {
  border-bottom: none;
}

.blog_archive .blog_year-section:last-child {
  border-bottom: 1px solid #e9e9e9;
}

.blog_archive .parent {
  margin: 0px;
  padding: 16px 0px;
  position: relative;
}
.blog_archive .parent a {
  display: block;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  color: #000000;
}
.blog_archive .parent .blog_year-section .accordion-label {
  position: relative;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #282837;
}

.blog_t-archive {
  margin-bottom: 0px;
}

@media screen and (max-width: 980px) {
  .blog_archive {
    margin-bottom: 40px;
  }
}
/* navi  
//-------------------------------------------------*/
.blog_year-section {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}

.blog_year-section:last-child {
  margin-right: 0;
}

@media screen and (max-width: 980px) {
  .blog_year-section {
    margin-right: 0;
  }
  .blog_year-section a::after {
    content: "";
    border: 0;
    border-top: solid 1px #ddd;
    border-right: solid 1px #ddd;
    display: inline-block;
    z-index: 10;
    transform: translateY(0%) rotate(45deg);
    height: 7.71px;
    width: 7.71px;
    position: absolute;
    right: 19px;
  }
}
/* ＞の表示 */
.blog_archive .blog_year-section a::after {
  content: "";
  border: 0;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  display: inline-block;
  z-index: 10;
  transform: translateY(0%) rotate(45deg);
  height: 13.44px;
  width: 13.44px;
  position: absolute;
  right: 8.23px;
  margin: 10px;
}

/* === 検索全体のBOX (サンプル用) ============================ */
.sample3Area {
  position: relative;
  height: 40px; /* BOXの高さ             */
  margin: auto; /* サンプルを中心に寄せ  */
  letter-spacing: 0.1em; /* 文字間隔              */
  font-weight: bold; /* 太字                  */
  line-height: 0; /* 標準の行高さ          */
}

/* === テキスト入力欄のSTYLE設定 ============================= */
.sample3Text {
  position: absolute;
  display: block; /* ブロック化            */
  box-sizing: border-box; /* 枠線,余白を含んだ長さ */
  height: 48px; /* BOXの高さ             */
  width: 100%; /* テキスト入力の幅      */
  margin: 0; /* 外余白                */
  padding: 0 45px 0 16px; /* 内余白                */
  border: 1px solid #e9e9e9;
  border-radius: 6px; /* 角丸                  */
  font-size: 18px; /* フォントサイズ        */
  outline: 0; /* 入力の薄い枠を非表示  */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
}

::-moz-placeholder {
  color: #dddddd;
}

::placeholder {
  color: #dddddd;
}

/* === 検索ボタン欄のSTYLE設定 =============================== */
.sample3Button {
  position: absolute;
  box-sizing: border-box;
  height: inherit;
  margin: 4px;
  padding: 8px 10px;
  right: 0;
  border: none;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
}

/* === テキスト入力欄にフォーカスか来たとき ================== */
.sample3Text:focus {
  background: #fefdf6;
}

/* === 検索アイコンのSTYLE設定 =============================== */
.sample3Img {
  display: inline-block;
  width: auto;
  height: 23.37px;
  margin: 0;
  vertical-align: middle;
}

/* === IEの入力エリア右側×消し ============================== */
.sample3Text::-ms-clear {
  display: none; /* ×を消す              */
}

/*==== ページャー：設定 ==== */
.blog__nav-links {
  padding-top: 80px;
  display: flex;
  justify-content: center;
}
.blog__nav-links img {
  vertical-align: baseline;
}
.blog__nav-links a,
.blog__nav-links span {
  width: 40px;
  height: 40px;
  margin: 0px 4px;
  background-color: #fff;
  padding: 12px 0;
  border: solid 1px #dc5311;
  border-radius: 5px;
  color: #dc5311;
  display: inline-block;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  border-radius: 5px;
  text-align: center;
  line-height: 100%;
}
.blog__nav-links .page-numbers {
  transition: 0.3s;
}
.blog__nav-links .page-numbers:hover {
  cursor: pointer;
  background-color: #dc5311;
  color: #fff;
  font-weight: bold;
}
.blog__nav-links .current {
  background: #dc5311;
  color: #fff;
  font-weight: bold;
}
.blog__nav-links .prev.page-numbers,
.blog__nav-links .next.page-numbers {
  border: none;
  width: 20px;
  &:hover {
    background-color: transparent;
    color: #dc5311;
  }
}
.blog__nav-links .nav-links {
  padding: 0;
}

@media screen and (max-width: 980px) {
  .blog__nav-links {
    padding-top: 40px;
  }
}

/*---------------------------------------------------
アニメーション
/*-------------------------------------------------*/
.index__title__heading.slideinRight::after {
  animation: slideinRight 1.5s forwards;
}

@keyframes slideinRight {
  0% {
    right: -150px;
  }
  100% {
    right: -60px;
  }
}

.about_us__area.slideinRight::after {
  animation: slideinRight2 1.5s forwards;
}

@keyframes slideinRight2 {
  0% {
    left: 150px;
  }
  100% {
    left: 0;
  }
}

.parallax-wrap {
  height: 350px;
  position: relative;
}
.parallax-item {
  position: absolute;
  bottom: 0;
}

/* カテゴリ仕事or個人のレイアウト */
.blog_category {
  display: flex;
  flex-direction: column;
  gap: 30px; /* グループ間の余白 */
}

.blog_category .category-label {
  padding: 8px 12px;
}

/* グループ見出し */
.category-group-title {
  font-weight: bold;
  margin-bottom: 12px;
  padding-bottom: 4px;
  border-bottom: 1px solid; /* 文字色と同じ色の線 */
  display: inline-block; /* 文字幅に合わせる場合 */
  /* width: 100%; */ /* 横幅いっぱいにする場合 */
}
.category-section {
  margin-bottom: 12px;
}
/* -------------------------------
 カテゴリの色分け
 ------------------------------- */

/* 会社グループ（青系） */
.group-work.category-label {
  background-color: #eaf4fd; /* 背景：薄い青 */
  color: #2271b1; /* 文字：濃い青 */
  border-color: #cce0f5;
}
.group-work.category-label:hover {
  background-color: #2271b1;
  color: #fff;
}

/* 個人グループ（緑系） */
.group-private.category-label {
  background-color: rgb(247, 231, 222); /* 背景：薄い緑 */
  color: #dc5311;
  border-color: #dc5311;
}
.group-private.category-label:hover {
  background-color: #dc5311;
  color: #fff;
}
