@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&family=Roboto:ital,wght@0,500;1,500&display=swap');

/* 共通
------------------------------------------------------------*/
html {
}
body {
  background: #07192c;
  text-align: center;
  overflow-x: hidden;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.wrapper {
  position: relative;
  width: 100%;
  background: #fff;
}

/* title */
#title {
  padding: 10vw 4vw;
  background: url(../images/obj_mv.jpg) no-repeat left top/cover;
  text-align: left;
  color: #083a71;
  position: relative;
}
#title h2 {
  font-size: 68px;
  font-family: 'Roboto';
  font-weight: 400;
  letter-spacing: 7px;
  color: #083a71;
  position: absolute;
  bottom: -66px;
  line-height: 1;
}
#title h2 span {
  margin: 20px 0 0;
  font-size: 16px;
  display: block;
  letter-spacing: 2px;
  font-family: 'Noto Sans JP';
}
#title p {
  position: absolute;
  right: 4vw;
  bottom: -40px;
  font-size: 12px;
  color: #000;
}
#title p span {
  color: #999;
}

/* more */
a.more {
  padding: 0 0 3px 3vw;
  color: #083a71;
  border-bottom: 1px solid #083a71;
  font-size: 13px;
  transition: all .4s;
}
a.more:hover {
  padding: 0 0 3px;
  opacity: 1;
}

/* recruit_wrapper */
.recruit_wrapper {
  margin: 8vw auto 0;
  padding: 0 4vw;
  box-sizing: border-box;
}


a.recruit_link {
  margin: 0 auto;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  border: 1px solid #083a71;
}
a.recruit_link h3 {
  padding: 3vw 0;
  max-width: 1800px;
  color: #083a71;
  display: block;
  font-size: 48px;
  font-family: 'Roboto';
  font-weight: 400;
  letter-spacing: 5px;
}
.social_wrapper a.recruit_link img {
  padding: 4vw 0;
  width: 300px;
}
a.recruit_link p {
  margin: 0 0 0 60px;
  padding: 0 22px 0 0;
  font-size: 14px;
  color: #083a71;
  letter-spacing: 2px;
  font-family: 'Noto Sans JP';
  background: url(../images/obj_blank.png) no-repeat top right/12px auto;
}
a.socialimpact_link p {
  padding-right: 0;
  background: none;
}
a.recruit_link:hover {
  color: #fff;
  border: 1px solid #083a71;
  background: #083a71;
  opacity: 1;
}
a.recruit_link:hover h3 {
  color: #fff;
}
a.recruit_link:hover p {
  color: #fff;
  background: url(../images/obj_blank_wh.png) no-repeat top right/12px auto;
}
a.socialimpact_link:hover p {
  background: none !important;
}

a.pagetop {
  margin: 12vw auto 0;
  text-align: center;
  color: #222;
  font-size: 12px;
  display: block;
  width: 71px;
  letter-spacing: 2px;
  color: #083a71;
  font-size: 12px;
}
a.pagetop img {
  margin: 0 auto 10px;
  display: block;
}


/* txt_wrapper
------------------------------------------------------------*/
.txt_wrapper {
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1400px;
  text-align: left;
}
.txt_wrapper h3 {
  margin: 8vw 0 1vw;
  padding: 0 0 0 80px;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 5px;
  color: #083a71;
  background: url(../images/obj_midashiline.png) no-repeat top 22px left/auto 1px;
}
.txt_wrapper h3.lead {
  margin: 2vw 0 1vw;
}
.txt_wrapper h3 span.lead {
  padding: 8px 0 0;
  display: block;
  font-size: 16px;
}
.txt_wrapper p {
  padding: 2vw 80px 0;
  line-height: 2;
}
.txt_wrapper ul,
.txt_wrapper ol,
.txt_wrapper dl {
  padding: 2vw 80px 0;
  line-height: 2;
}
.txt_wrapper ul li {
  margin: 0 0 10px 1.4em;
  list-style: disc;
}
.txt_wrapper ol li {
  margin: 0 0 10px 30px;
  list-style: decimal-leading-zero;
}
.txt_wrapper dl.column2 {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 20px 20px;
}

h3.midashi {
  margin: 14vw 0 0;
  padding: 20px 0 2vw;
  border-top: 1px solid #083a71;
  color: #083a71;
  text-align: left;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 5px;
  background: none;
}
h3.midashi.lead {
  margin: 6vw 0 0;
}
a.txt_bt {
  margin: 4vw auto 0;
  padding: 30px;
  max-width: 500px;
  border: 1px solid #083a71;
  color: #083a71;
  display: block;
  text-align: center;
}
a.txt_bt:hover {
  border: 1px solid #083a71;
  color: #fff;
  background: #083a71;
  opacity: 1;
}

.txt-s {
  font-size: 12px;
}

.txtblock {
  margin: 8vw 80px 0;
  padding: 60px;
  background: #f3f5f9;
  text-align: center;
}

.txtblock h4 {
  color: #083a71;
  font-weight: bold;
}



/*メニュー
***********************************************************/
.menu-btn {
  display: none;
}
#menu {
  top: 28px;
  right: 22px;
  z-index: 99999;
  position: fixed;
}
#menu a {
  display:block;
  box-sizing: border-box;
    opacity: 1 !important;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 30px;
  height: 26px;
  display:block;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #083a71;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
  background: #fff;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0 !important;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
  background: #fff;
}
.menu-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
}
.menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
  background: #07192c;
    z-index: 100;

}
.menu .menuInner {
  margin: 0 auto;
  padding: 0 10vw;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.menu .menuInner ul {
  text-align: left;
  letter-spacing: 2px;
}
.menu .menuInner ul li {
  margin: 18px 0;
  font-size: 14px;
  color: #fff;
}
.menu .menuInner ul li a {
  margin: 25px 0;
  font-size: 14px;
  color: #fff;
  text-align: left;
}
.menu .menuInner ul li ul {
  margin: 0;
}
.menu .menuInner ul li ul li {
  margin: 10px 0;
}
.menu .menuInner ul li ul li a {
  margin: 10px 0;
  font-size: 12px;
  color: #838c96;
}
.menu .menuInner ul + ul {
  margin: 30px 0 0 !important;
}
.menu .menuInner ul + ul li {
  margin: 10px 0 !important;
}
.menu .menuInner ul + ul li a {
  margin: 10px 0 !important;
  font-size: 12px;
  color: #838c96;
}
.menu .menuInner p.txts {
  color: #fff;
}


.menu .menuInner li.footerlink {
  margin: 30px 0 !important;
  border: none;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 16px;
}

.menu .menuInner li.footerlink a {
  width: 40px;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
    cursor: url(../images/cross.svg),auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}



/* header
***********************************************************/
header {
  position: fixed;
  width: 100%;
  z-index: 100;
	transition: all .4s;
}
h1 {
  width: 60px;
}
.header-inner {
  padding: 18px 20px 18px 20px;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.header-right ul {
}
.header-right ul li {
  margin: 0 0 0 30px;
  padding: 10px 0;
  display: inline-block;
  color: #083a71;
  font-size: 13px;
}
.header-right ul li.last a {
  padding-right: 18px;
  background: url(../images/obj_blank.png) no-repeat right top/12px auto;
}
.header-right ul li a {
  color: #083a71;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.header-right ul li a:hover {
  opacity: 100;
}
.header-right  ul li.level1 a:before{
  content: "";
  position: absolute;
   left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: #083a71;
  transform: scale(0, 1);
  transform-origin: left;
  transition: 0.4s;
}
.header-right ul li.level1 a:hover:before {
  transform: scale(1);
}
.header-right ul li.consultation-btn a {
  padding: 6px 16px;
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  background: #083a71;
  font-size: 13px;
  font-weight: bold;
}
.header-right ul li.consultation-btn a:hover {
  opacity: 100;
  background: #333399;
}
.header-right ul li.contact-btn {
  margin-left: 14px;
}
.header-right ul li.contact-btn a {
  padding: 6px 16px;
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  background: #083a71;
  font-size: 13px;
  font-weight: bold;
}
.header-right ul li.contact-btn a:hover {
  opacity: 100;
  background: #333399;
}
.header-right li.dropdown {
  position: relative;
}

.header-right li.dropdown:hover {
  cursor: pointer;
}
.header-right ul.dropdown_menu {
  position: absolute;
  left: 0;
  top: 40px;
  width: 170px;
  text-align: left;
  display: none;
}
.header-right ul.dropdown_menu li {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 2.3;
  width: 100%;
}
.header-right ul.dropdown_menu li a {
  color: #fff;
  display: block;
  background: #083a71;
  padding: 0 10px;
}
.header-right ul.dropdown_menu li a:hover {
  color: #6590be;
}
.header-right ul.dropdown_menu li:nth-child(even) a {
  background: #092b51;
}

.fixed {
  background: #FFF;
}
.fixed h1 {
  width: 60px;
}
.fixed .header-inner {
  padding: 18px 20px 18px 20px;
}

/* footer
************************************************************/
footer {
  margin: 2vw 0 0;
  background: #07192c;
  font-size: 12px;
  color: #838c96;
}
.footer_inner {
  padding: 3vw 4vw;
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.footer_left {
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 2px;
}
.footer_left p {
  padding: 0 50px 0 0;
}
footer ul li a {
  color: #838c96 !important;
}
footer ul li a:hover {
  opacity: 0.4;
}
.footer_right {
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.footer_right ul {
  margin: 0 0 0 30px;
  width: 190px;
  text-align: left;
}
.footer_right ul li {
  margin: 20px 0;
  padding: 4px 0;
  border-bottom: 1px solid #838c96;
}
.footer_right ul.service_ul li:first-child {
  margin: 16px 0 0;
}
.footer_right ul ul {
  margin: 0;
  width: auto;
}
.footer_right ul ul li {
  margin: 0;
  padding: 4px 0;
  border-bottom: none;
}
.footer_right ul li a.recruit_footerlink {
  padding: 0 24px 0 0;
  background: url(../images/obj_blank02.png) no-repeat right top/12px auto;
}
.footer_right ul li.footerlink {
  margin: 30px 0 !important;
  border: none;
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 10px;
}
.footer_right ul li.footerlink .footerlink__linkedin {
  width: 40px;
}
.footer_right ul li.footerlink .footerlink__privacymark {
  width: 40px;
}
.consultation-btn-bottom {
  display: none;
  padding: 20px 0;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #333399;
  color: #FFF !important;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  z-index: 1000;
}
.present {
  display: none;
  width: 240px;
}
.present.fixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
}


/*全体（1400px以下）
***********************************************************/
@media screen and (max-width:1400px) {

/* header */
h1 {
  width: 60px;
}
.header-inner {
  padding: 18px 20px 0 20px;
}

}


/*全体（1200px以下）
***********************************************************/
@media screen and (max-width:1200px) {

/* footer */
footer {
  margin: 6vw 0 0;
}
.footer_inner {
  padding: 40px 20px 120px;
  display: block;
}
.footer_left {
  display: block;
}
.footer_left p {
  padding: 0 0 6vw;
}
.footer_left address {
  letter-spacing: 1px;
}
.footer_right {
  display: none;
}

}



/*改行調整
***********************************************************/
@media screen and (min-width:1001px) {
.br2::before {
  content: "\A" ;
  white-space: pre ;
}
}



/*全体（1200px以下）
***********************************************************/
@media screen and (max-width:1200px) {
.social_wrapper {
  margin: 18vw auto 0;
  padding: 0 20px;
}
.recruit_wrapper {
  margin: 80px auto 0;
  padding: 0 20px;
}
a.recruit_link {
  padding: 6vw 0;
  display: block;
}
a.recruit_link h3 {
  padding: 0 22px 2vw 22px;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 3px;
  display: inline-block;
  background: url(../images/obj_blank.png) no-repeat top right/12px auto;
}
a.recruit_link p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  letter-spacing: 1px;
  background: none;
}
a.recruit_link:hover h3 {
  background: url(../images/obj_blank_wh.png) no-repeat top right/12px auto;
}
a.recruit_link:hover p {
  background: none;
}
.social_wrapper a.recruit_link img {
  margin: 0 auto 10px;
  padding: 0 30px;
  width: 140px;
  background: url(../images/obj_blank.png) no-repeat top right/12px auto;
}
}



/*全体（1000px以下）
***********************************************************/
@media screen and (max-width:1060px) {

/* 共通 */
.br::before {
  content: "\A" ;
  white-space: pre ;
}

/* menu */
.menu-btn {
  padding: 20px;
}
.header-right {
  display: none;
}
.menu-btn {
  padding: 30px 20px;
  display: block;
}

.wrapper {
  overflow-x: hidden; /* 何故かモバイルサイズの時に横に余白発生のため */
}
a {
  opacity: 1 !important;
}
ul,p,dl,label,input {
}
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}

}


/*全体（820px以下）
***********************************************************/
@media screen and (max-width:820px) {

h1 {
  width: 50px;
}
.header-inner {
  padding: 13px 20px 13px 20px;
}
.fixed h1 {
  width: 50px;
}
.fixed .header-inner {
  padding: 13px 20px 13px 20px;
}

/* 共通 */
.br3::before {
  content: "\A" ;
  white-space: pre ;
}
a.more {
  padding: 0 0 3px 6vw;
}

/* title */
#title {
  padding: 20vw 20px;
}
#title h2 {
  font-size: 38px;
  bottom: -50px;
  letter-spacing: 4px;
}
#title h2 span {
  font-size: 14px;
}
#title p {
  display: none;
}

a.pagetop {
  margin: 20vw auto 0;
}


/* txt */
.txt_wrapper {
}
.txt_wrapper h3 {
  margin: 20vw 0 0;
  padding: 0 0 0 30px;
  font-size: 18px;
  letter-spacing: 3px;
  background: url(../images/obj_midashiline_sp.png) no-repeat top 20px left/auto 1px;
}
.txt_wrapper h3.lead {
  margin: 8vw 0 0;
}
.txt_wrapper h3 span.lead {
  padding: 8px 0 8px;
  letter-spacing: 1px;
  font-size: 14px;
}
.txt_wrapper p {
  padding: 8vw 30px 0;
}
.txt_wrapper ul,
.txt_wrapper ol,
.txt_wrapper dl {
  padding: 8vw 30px 0;
}
.txt_wrapper dl.column2 {
  grid-template-columns: 1fr;
  gap: 0;
}
.txt_wrapper dl.column2 dt {
  margin-top: 20px;
}
.txt_wrapper dl.column2 dt:first-child {
  margin-top: 0;
}
a.txt_bt {
  margin: 10vw 30px 0;
  padding: 20px;
}
h3.midashi {
  margin: 30vw 0 0;
  padding: 10px 0 0;
  font-size: 20px;
  background: none;
}
h3.midashi.lead {
  margin: 12vw 0 0;
}

.txtblock {
  margin: 16vw 30px 0;
  padding: 40px 20px;
}

.consultation-btn-bottom {
display: block;
}

.recruit_wrapper {
  margin: 80px auto 0;
}

.present {
  width: 160px;
}
.present.fixed {
  position: fixed;
  right: 10px;
  bottom: 80px;
}
}
