@charset "utf-8";

/*---------------------------------------------
	body
---------------------------------------------*/
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

/* 10px */
body {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  position: relative;
  color: #333;
  box-sizing: border-box;
  overflow: hidden;
  display: none;
}

p {
  text-align: left;
}

img {
  width: 100%;
  height: auto;
}

.eigo {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.f_color01 {
  color: #f4aa6b !important;
}

.f_color02 {
  color: #ee8aac !important;
}

.f_color03 {
  color: #b088bb !important;
}

.f_color04 {
  color: #58c3f0 !important;
}

.f_color05 {
  color: #96d1ce !important;
}

.bg_color01 {
  background: #f4aa6b !important;
}

.bg_color02 {
  background: #ee8aac !important;
}

.bg_color03 {
  background: #b088bb !important;
}

.bg_color04 {
  background: #58c3f0 !important;
}

.bg_color05 {
  background: #96d1ce !important;
}

/*---------------------------------------------
	Anchor
---------------------------------------------*/
a {
  outline: none;
}

a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #024f95;
  text-decoration: none;
}

a:active {
  color: #024f95;
  text-decoration: none;
}

a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/*---------------------------------------------
	p
---------------------------------------------*/
p {
  margin-bottom: 1.5em;
}

.only_pc_none {
  display: none;
}

.only_sp_none {
  display: block;
}

.sp_br {
  display: none;
}

.pc_br {
  display: inline;
}

/*---------------------------------------------
 ** ON OFF hover
---------------------------------------------*/
.hover {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.hover:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: 'alpha( opacity=60 )';
}

/*=================================================================================================================================*/
/**  共通部分	*/
/*=================================================================================================================================*/
.textup_anime {}

.textup_anime div p {
  display: inline-block;
  transform-origin: center center;
  transform: translate3d(0, 50px, 0);
  margin-bottom: 0 !important;
}

.textup_anime div p span {
  transform-origin: center center;
  transform: scale3d(0.1, 0.1, 1);
  opacity: 0;
  font-size: 100% !important;
}

.textup_anime_on p:nth-child(1) {
  transition: transform 0.8s ease 0.1s;
}

.textup_anime_on p:nth-child(1) span {
  transition: transform 0.8s ease 0.1s, opacity 0.8s ease 0.1s;
}

.textup_anime_on p:nth-child(2) {
  transition: transform 0.8s ease 0.2s;
}

.textup_anime_on p:nth-child(2) span {
  transition: transform 0.8s ease 0.2s, opacity 0.8s ease 0.2s;
}

.textup_anime_on p:nth-child(3) {
  transition: transform 0.8s ease 0.3s;
}

.textup_anime_on p:nth-child(3) span {
  transition: transform 0.8s ease 0.3s, opacity 0.8s ease 0.3s;
}

.textup_anime_on p:nth-child(4) {
  transition: transform 0.8s ease 0.4s;
}

.textup_anime_on p:nth-child(4) span {
  transition: transform 0.8s ease 0.4s, opacity 0.8s ease 0.4s;
}

.textup_anime_on p:nth-child(5) {
  transition: transform 0.8s ease 0.5s;
}

.textup_anime_on p:nth-child(5) span {
  transition: transform 0.8s ease 0.5s, opacity 0.8s ease 0.5s;
}

.textup_anime_on p:nth-child(6) {
  transition: transform 0.8s ease 0.6s;
}

.textup_anime_on p:nth-child(6) span {
  transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s;
}

.textup_anime_on p:nth-child(7) {
  transition: transform 0.8s ease 0.7s;
}

.textup_anime_on p:nth-child(7) span {
  transition: transform 0.8s ease 0.7s, opacity 0.8s ease 0.7s;
}

.textup_anime_on p:nth-child(8) {
  transition: transform 0.8s ease 0.8s;
}

.textup_anime_on p:nth-child(8) span {
  transition: transform 0.8s ease 0.8s, opacity 0.8s ease 0.8s;
}

.textup_anime_on p:nth-child(9) {
  transition: transform 0.8s ease 0.9s;
}

.textup_anime_on p:nth-child(9) span {
  transition: transform 0.8s ease 0.9s, opacity 0.8s ease 0.9s;
}

.textup_anime_on p:nth-child(10) {
  transition: transform 0.8s ease 1.0s;
}

.textup_anime_on p:nth-child(10) span {
  transition: transform 0.8s ease 1.0s, opacity 0.8s ease 0.6s;
}

.textup_anime_on p:nth-child(11) {
  transition: transform 0.8s ease 1.1s;
}

.textup_anime_on p:nth-child(11) span {
  transition: transform 0.8s ease 1.1s, opacity 0.8s ease 0.7s;
}

.textup_anime_on p {
  transform: translate3d(0, 0, 0) !important;
}

.textup_anime_on p span {
  display: block !important;
  transform: scale3d(1, 1, 1) !important;
  opacity: 1 !important;
}

.white_slide {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.white_slide img {
  opacity: 0;
}

.white_slide.white_slide_on img {
  width: 100%;
  height: auto;
  object-fit: cover;
  z-index: -1;
  opacity: 0;
  animation: apper_img 2s forwards;
  animation-delay: 0;
}

.white_slide.white_slide_on::before {
  animation: apper_right 2s forwards;
  background: #fff;
  bottom: 0;
  content: '';
  pointer-events: none;
  position: absolute;
  left: 0px;
  right: 0;
  top: 0;
  z-index: 1;
  animation-delay: 0;
  transform: translateX(-100%);
}


@keyframes apper_img {
  0% {
    opacity: 0;
  }

  40% {
    opacity: 0;
  }

  45% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes apper_right {
  40% {
    transform: translateX(0%);
  }

  50% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}


/*---------------------------------------------
 ** ローディング
---------------------------------------------*/

.start {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}

.start p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 70%;
  max-width: 350px;
}



/*---------------------------------------------
 ** ヘッダー　ナビ
---------------------------------------------*/
#head_main {
  width: 100%;
  overflow: hidden;
}

header {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  border-bottom: 2px solid #024f95;
}

header>div {
  max-width: 100%;
  margin: 0 auto;
}

#head_btn {
  position: absolute;
  right: 0;
  top: 20px;
  width: 470px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  z-index: 10;
}

#head_entry {
  width: 350px;
  height: 60px;
  border: 2px solid #000;
  background: #fff;
  box-sizing: border-box;
  padding-left: 85px;
  padding-right: 10px;
  z-index: 5;
  background: url(../img/head_entry.png) no-repeat center left #fff;
  background-size: auto 100%;
  display: flex;
  align-items: center;
}

#head_entry>p {
  display: none;
}

#head_entry ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  font-size: 80%;
}

#head_entry ul li:nth-child(1) {
  width: 45%;
}

#head_entry ul li:nth-child(2) {
  width: 55%;
}

#head_entry ul li a {
  transition: all 0.5s;
  font-size: 120%;
  padding: 5px 10px;
  display: block;
}

#head_entry ul li:nth-child(1) a:hover {
  background: #00aaeb;
  color: #fff;
}

#head_entry ul li:nth-child(2) a:hover {
  background: #d77b4a;
  color: #fff;
}

#head_entry ul li a:before {
  content: '\025b6';
  font-size: 60%;
  display: inline-block;
  padding-right: 3px;
  vertical-align: 2px;
}

header h1 {
  width: 153px;
  margin-top: 20px;
  margin-left: 20px;
  z-index: 10;
  position: fixed;
}


/*---------------------------------------------
 **  フッター
---------------------------------------------*/

footer {
  background: #150301;
  color: #fff;
  padding: 4% 0 5px;
}

#foot_data {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#foot_data>div {
  width: 38%;
  font-size: 90%;
  text-align: left;
}

#foot_data>div:nth-of-type(1) img {
  max-width: 120px;
  margin-bottom: 5px;
}

#foot_data>div:nth-of-type(1) p:nth-of-type(1) {
  margin-bottom: 12px;
}

#foot_data>div:nth-of-type(1) p:nth-of-type(2),
#foot_data>div:nth-of-type(1) p:nth-of-type(3) {
  line-height: 1.6;
  font-size: 100%;
  margin-bottom: 5px;
}

#foot_data div p a {
  color: #fff;
}

#foot_data ul {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  align-items: flex-start;
  font-size: 95%;
  margin-top: 0;
}

#foot_data ul li {
  text-align: left;
  display: inline-block;
  padding: 0 3% 0 7%;
}


#foot_data ul li a {
  display: inline-block;
  color: #fff;
  padding: 3px 10px;
  box-sizing: border-box;
}

#foot_data ul li:nth-child(1) a {
  padding: 2px 10px 2px 10px;
}

#foot_data ul li a:hover {
  background: #022444;
}

@media screen and (max-width: 900px) {
  #foot_data ul li {
    text-align: left;
    display: inline-block;
    padding: 0 2% 0 5%;
  }
}

footer>p {
  font-size: 80%;
  text-align: center;
  margin-bottom: 0;
  font-weight: 300;
}


#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9;
}

#pageTop a {
  display: block;
  width: 80px;
  height: 80px;
  background: url(../img/pagetop.png) no-repeat;
  background-size: 100%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*---------------------------------------------
 **  TOPページ
---------------------------------------------*/
#home {
  background: #024f95;
}

#home header {
  background: #024f95;
  z-index: 1;
}

#home header.navOpen {
  z-index: 2;
}

#home header h1 img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(164deg) brightness(107%) contrast(101%);
}

#main_top {
  background: #024f95;
  margin-top: 100px;
  position: relative;
  z-index: 1;
  overflow: visible;
}

#main_top>div {
  width: 98%;
  margin: 0 auto;
  max-width: 1600px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 0px;
  position: relative;
}

#main_top>div>picture:nth-of-type(1) {
  width: 82%;
  padding-left: 7%;
  margin: 0 auto;
  opacity: 0;
}

.jump_on {
  animation: poyoyon 1s ease-in-out 1 forwards;
  animation-delay: 2s;
}

@keyframes poyoyon {
  0% {
    transform: scale(0) rotate(-10deg);
    opacity: 0;
  }

  60% {
    transform: scale(1.15) rotate(3deg);
    opacity: 1;
  }

  80% {
    transform: scale(0.9) rotate(-2deg);
  }

  100% {
    transform: scale(1) rotate(0);
  }

  0%,
  100% {
    opacity: 1;
  }
}

#main_top>div>picture:nth-of-type(2) {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#home #content {
  background: #fff;
  padding: 80px 0;
}

.top_message {
  background: url(../img/top_bg.png) no-repeat top 100px left;
  background-size: 100% auto;
}

.top_message>div {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top_message>div>div {
  width: 350px;
}

.top_message>div>div h2 {
  font-size: 200%;
  font-weight: 600;
  line-height: 1.7;
  color: #024f95;
  text-align: left;
}

.top_message>div>p {
  width: calc(100% - 350px);
  margin-bottom: 0;
}

.top_person_img {
  width: 85%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 40px;
  opacity: 0;
  transition: all 0.5s;
}

.top_person_img_on {
  opacity: 0;
  filter: blur(12px);
  animation: focusIn 1.5s ease forwards;
  animation-delay: 0.5s;
}

@keyframes focusIn {
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}

@media screen and (max-width: 1200px) {
  .top_message {
    background: url(../img/top_bg.png) no-repeat top 100px left;
    background-size: cover;
  }
}

@media screen and (max-width: 1000px) {
  .top_message>div>div {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
  }

  .top_message>div>div h2 {
    text-align: center;
  }

  .top_message>div>div h2 {
    display: inline-block;
  }

  .top_message>div>p {
    width: 100%;
    margin-top: 30px;
  }
}

#news_youtube {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  padding: 80px 0 20px;
}

#news_youtube #top_news {
  width: calc(90% - 480px);
  margin: 0 auto 5%;
  position: relative;
}

#top_news h2 {
  font-size: 200%;
  font-style: italic;
  line-height: 1.0;
  text-align: left;
  color: #024f94;
  border-bottom: 1px solid #024f94;
  padding: 0 0 10px 10px;
}

#news_box dl a {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  padding: 3% 2%;
  border-bottom: 1px dotted #666;
  line-height: 1.6;
  font-size: 95%;
}

#news_box dl dt {
  width: 100%;
}

#news_box dl dd {
  width: 100%;
}

#news_box dl a:hover {
  background: #e7f3ff;
}

#news_youtube .youtube {
  width: 480px;
  margin: 0 auto 5%;
  aspect-ratio: 16 / 9;
}

.youtube {
  width: 100%;
  margin-bottom: 5%;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  #news_youtube #top_news {
    width: 100%;
    max-width: 800px;
    margin: 2% auto 80px;
  }

  #news_youtube .youtube {
    width: 100%;
    max-width: 600px;
  }
}

/*---------------------------------------------
 **  下層ページ
---------------------------------------------*/
/* 下層メイン共通 */
#main_lower {
  margin-top: 100px;
}

.main_technology {
  background: #63c4f0;
}

.main_vision {
  background: #abd16d;
}

.main_training {
  background: #f0907f;
}

.main_recruit {
  background: #f19500;
}

.main_discussion {
  background: #ee8faf;
}

.main_message {
  background: #91d0c9;
}


#main_lower>div {
  max-width: 1800px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 30px;
  position: relative;
}

.main_message>div {
  align-items: flex-end !important;
}

.main_recruit>div>p {
  color: #fff;
  font-size: 160%;
  font-weight: 600;
  line-height: 1.7;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  display: inline-block;
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 1;
}

.main_technology>div {
  padding-top: 0 !important;
}

.main_person {
  width: 35%;
  margin-right: 5%;
  position: relative;
}

.main_technology .main_person {
  width: 28%;
}

.main_training .main_person {
  width: 32%;
}

.main_message .main_person {
  width: 40%;
}

.main_message>h2 {
  position: absolute;
  left: 0;
  top: 180px;
}

.main_message>h2>span:nth-of-type(1) {
  font-size: 180%;
  line-height: 1.6;
  color: #024f95;
  text-align: left;
  display: block;
  position: relative;
  font-weight: 700;
  z-index: 1;
  margin-bottom: 10px;
  padding: 10px 50px;
}

.main_message>h2>span:nth-of-type(1)::before {
  content: '';
  width: 400px;
  height: 70px;
  display: block;
  background: url(../img/message/main_bg.png) no-repeat top right;
  background-size: auto 70px;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 0px;
  left: -30px;
  z-index: -1;
  margin-left: 0;
}

.main_message>h2>span:nth-of-type(2) {
  display: block;
  color: #024f95;
  font-size: 140%;
  font-style: italic;
  font-weight: 700;
  text-align: left;
  padding-left: 50px;
}

.main_person>img:nth-of-type(1) {
  padding-top: 30px;
 /*  animation: main_person 1.5s forwards ease-in-out; */
  animation: main_person 1.0s forwards ease-in-out;
  /* animation-delay: 1s; */
  animation-delay: 0.5s;
  opacity: 0;
  transition: all 0.5s;
  filter: blur(100px);
  transform: translateX(-500px);
  mix-blend-mode: multiply;
}

.main_message .main_person>img:nth-of-type(1) {
  mix-blend-mode: normal;
  padding-top: 100px;
  margin-left: -20%;
}

.main_message .main_person>img:nth-of-type(2) {
  max-width: 540px;
}

@keyframes main_person {
  0% {
    transform: translateX(-500px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
  }
}

.main_person>img:nth-of-type(2) {
  position: absolute;
  left: 0;
  bottom: 10px;
}

.main_discussion {
  max-height: 700px;
  overflow: hidden;
}

.main_discussion .main_person {
  width: 43%;
}

.main_discussion .main_person>img:nth-of-type(1) {
  width: 100%;
  margin-left: 0px;
}

.main_discussion>div>img {
  width: 55%;
  max-width: 460px;
  position: absolute;
  top: 0px;
  right: 0;
}

.main_text {
  width: 55%;
  max-width: 1000px;
  z-index: 0;
  padding: 30px 0;
  box-sizing: border-box;
  text-align: center;
}

.main_text h2>span:nth-of-type(1) {
  font-size: 180%;
  line-height: 1.6;
  color: #024f95;
  text-align: center;
  display: block;
  position: relative;
  font-weight: 700;
  z-index: 1;
  margin-bottom: 10px;
  padding-top: 5px;
}

.main_text h2>span:nth-of-type(1)::before {
  content: '';
  width: 70%;
  max-width: 300px;
  height: 60px;
  display: block;
  background: #fff;
  padding: 15px 100px 15px 150px;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: skewX(-25deg);
  z-index: -1;
}

.main_text h2>span:nth-of-type(2) {
  display: block;
  color: #024f95;
  font-size: 140%;
  font-style: italic;
  font-weight: 700;
}

.main_message .main_text h2 {
  display: none;
}

.main_discussion>div {
  width: 100%;
  max-width: unset !important;
}

.main_discussion .main_text {
  width: 80%;
  max-width: 680px;
  display: inline-block;
  position: absolute;
  top: 280px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.main_discussion .main_text p {
  margin: 5% auto;
  padding: 5%;
  box-sizing: border-box;
  background: #ffffffc6;
}

.main_message .main_text {
  background: #91d0c9;
  padding: 0 20px;
}

.main_read {
  padding: 40px 0 30px;
}

.main_read_sp {
  display: none;
}

.main_read_recruit_sp {
  display: none;
}

.main_read_message_sp {
  display: none;
}

.main_read_recruit>dl {
  text-align: left;
  line-height: 1.6;
  font-size: 90%;
  margin-bottom: 15px;
}

.main_read_recruit>dl dt span {
  font-size: 120%;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.main_read_message>dl {
  text-align: left;
  line-height: 1.6;
  font-size: 90%;
  margin-bottom: 15px;
}

.main_read_message>dl dt {
  font-size: 140%;
}

.main_read_message>dl dt span {
  font-size: 150%;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 20px;
}

.main_read_recruit>dl dd br {
  display: none;
}

.main_read_recruit p {
  background: #fff;
  font-size: 110%;
  padding: 3% 4%;
  box-sizing: border-box;
  line-height: 1.7;
}

.main_read_recruit>div dl {
  margin-bottom: 3%;
  text-align: left;
}

.main_read_recruit>div dl dt {
  font-size: 120%;
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 3px;
}

.main_read_recruit>div dl dd {
  line-height: 1.7;
}

.main_read_message>p {
  font-size: 160%;
  color: #024f95;
  font-weight: 600;
  line-height: 1.6;

}

.main_read_message>div {
  margin-bottom: 80px;
}

@media screen and (min-width: 1900px) {
  #main_lower>div {
    max-width: 2000px;
  }

  .main_person {
    margin-right: 12%;
  }

  .main_message .main_person {
    margin-right: 5%;
  }

  .main_text {
    width: 53%;
    max-width: 1080px;
  }
}

@media screen and (max-width: 1660px) {
  .main_message>div {
    align-items: flex-start !important;
  }

  .main_message .main_person {
    width: 43%;
    margin-right: 20px;
  }

  .main_message .main_person>img:nth-of-type(1) {
    width: 120%;
  }

  .main_message .main_person>img:nth-of-type(2) {
    width: 80%;
  }

  .main_message .main_text {
    margin-top: 40px;
  }


}

@media screen and (max-width: 1500px) {
  .main_person {
    width: 40%;
    margin-right: 0%;
  }

  .main_text {
    width: 54%;
  }
}

@media screen and (max-width: 1470px) {
  .main_message .main_person>img:nth-of-type(1) {
    width: 145%;
    margin-left: -25%;
  }

  .main_message .main_person>img:nth-of-type(2) {
    width: 100%;
  }
}

@media screen and (max-width: 1300px) {
  .main_training>div {
    align-items: flex-end !important;
  }

  .main_message>div {
    align-items: flex-end !important;
  }

  .main_message .main_person>img:nth-of-type(1) {
    width: 160%;
    margin-left: -30%;
  }

  .main_read_message>p {
    font-size: 150%;
  }
}

@media screen and (max-width: 1200px) {
  .main_discussion {
    max-height: 750px;
  }

  .main_discussion>div>img {
    max-width: 400px;
  }
}

@media screen and (max-width: 1000px) {
  .main_person {
    width: 100%;
    text-align: left;
    align-items: flex-start;
    max-height: 580px;
    overflow: hidden;
    padding-bottom: 0;
  }


  .main_person>img:nth-of-type(1) {
    width: 57%;
    margin-left: -50px;
    padding-top: 0;
  }

  .main_person>img:nth-of-type(2) {
    width: 55%;
    left: auto;
    bottom: 0px;
    right: 0;
  }

  .main_technology .main_person {
    width: 100%;
  }

  .main_technology .main_person>img:nth-of-type(1) {
    width: 47%;
    margin-left: 0px;
  }

  .main_technology .main_person>img:nth-of-type(2) {
    width: 45%;
  }

  .main_training .main_person {
    width: 100%;
  }

  .main_training .main_person>img:nth-of-type(1) {
    width: 57%;
    margin-left: 0px;
  }

  .main_training .main_person>img:nth-of-type(2) {
    width: 47%;
  }

  .main_recruit .main_person>img:nth-of-type(1) {
    width: 47%;
    margin-left: 0px;
  }

  .main_recruit .main_person>img:nth-of-type(2) {
    width: 46%;
  }

  .main_message .main_person>img:nth-of-type(1) {
    width: 60%;
    margin-left: 0px;
    padding-top: 0;
  }

  .main_message .main_person>img:nth-of-type(2) {
    width: 40%;
    right: 0;
    left: auto;
  }

  .main_message>h2 {
    display: none;
  }

  .main_message .main_text h2 {
    display: block;
  }

  .main_read_message {
    display: none;
  }

  .main_read_message_sp {
    display: block;
    width: 90%;
    margin: 5% auto;
  }

  .main_message .main_person {
    width: 100%;
    margin-right: 0;
  }

  .main_message .main_text {
    margin-top: 0;
  }


  .main_text {
    padding: 0;
  }

  .main_discussion {
    max-height: unset;
  }

  .main_discussion .main_person {
    max-height: unset;
  }

  .main_discussion>div>img {
    max-width: 340px;
  }

  .main_discussion .main_text {
    position: relative;
    top: 0;
    margin-top: -300px;
  }

  .main_text h2 {
    width: 48%;
    position: absolute;
    top: 50px;
    right: 5%;
  }

  .main_discussion .main_text h2 {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
  }

  .main_discussion .main_text p {
    margin: 2% auto 5%;
  }

  .main_read {
    display: none;
  }

  .main_read_sp {
    width: 90%;
    margin: 30px auto;
    display: block;
  }

  .main_discussion>div {
    max-height: 500px;
  }

  .main_discussion>div>img {
    bottom: 0;
    top: auto;
  }

  .main_discussion .main_person {
    width: 60%;
  }

  .main_discussion .main_text {
    width: 55%;
    position: absolute;
    right: 0;
    margin-top: 50px;
    margin-right: 0;

  }

  .main_discussion .main_text p {
    display: none;
  }

  .main_read_recruit {
    display: none;
  }

  .main_read_recruit_sp {
    width: 90%;
    margin: 0 auto 30px;
    display: block;
    padding: 3% 5% 5%;
    background: #f19500;
  }

  .main_recruit>div>p {
    font-size: 140%;
  }
}

.col_2 {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 8% 0 5%;
}

.col_2 dl {
  width: 45%;
  margin-bottom: 5%;
  text-align: left;
}

.col_2 dl dt {
  font-size: 120%;
  font-weight: 600;
  line-height: 1.6;
  color: #024f95;
  border-bottom: 1px solid #024f95;
  padding-bottom: 3px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1300px) {
  .col_2 dl {
    width: 46.5%;
  }
}

.jce_training {
  width: 90%;
  max-width: 1100px;
  margin: 100px auto 0px;
  background: #f0907f;
  padding: 3% 5%;
  box-sizing: border-box;
}

.jce_training h3 {
  font-size: 190%;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #333;
  margin-bottom: 30px;
  padding-bottom: 5px;
  letter-spacing: 0.1rem;
}

.jce_training>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.jce_training>div>div {
  width: 47%;
}

.jce_training>div>div dl {
  margin-bottom: 30px;
  text-align: left;
}

.jce_training>div>div dl dt {
  font-size: 150%;
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 5px;
  text-indent: -1rem;
}

@media screen and (max-width: 1000px) {
  .jce_training>div>div {
    width: 100%;
  }
}

.staff_v {
  width: calc(50% + 550px);
  margin-left: calc(50% - 550px);
  margin-bottom: 80px;
  padding-bottom: 30px;
}


.con_technology .staff_v {
  background: #63c4f0;
}

.con_vision .staff_v {
  background: #abd16d;
}

.con_training .staff_v {
  background: #f0907f;
}

.staff_v_img {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
}

.staff_v_img>div:nth-of-type(1) {
  width: 380px;
  position: relative;
  margin-right: 50px;
}

.staff_v_img>div:nth-of-type(1)>h3 {
  color: #fff;
  font-size: 240%;
  font-weight: 700;
  text-align: left;
  padding-left: 40px;
  letter-spacing: 0.05rem;
}

.staff_v_img>div:nth-of-type(1)>p {
  width: calc(100% + 60px);
  margin: 10px 0 0 -60px;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  font-weight: 600;
  font-size: 120%;
  text-align: center;
  background: #000;
}

.staff_v_img>div:nth-of-type(1)>p span {
  display: inline-block;
  text-align: left;
}

.staff_v_img>div:nth-of-type(2) {
  width: calc(100% - 400px);
  max-width: 680px;
  margin-top: -100px;
}

.staff_v_img dl {
  width: 280px;
  text-align: left;
  line-height: 1.6;
  font-size: 90%;
  position: absolute;
  bottom: -160px;
  left: 40px;
}

.staff_v_img dl dt span {
  font-size: 120%;
  font-weight: 600;
  display: block;
}

.staff_v_img dl dd {
  margin-top: 10px;
}

.staff_v_text {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 90%;
  margin-left: 50px;
  margin-top: 50px;
  max-width: 1100px;
  text-align: right;
}


.staff_v_text p {
  width: calc(100% - 310px);
  margin-left: 280px;
}

@media screen and (max-width: 1300px) {
  .staff_v {
    width: 92%;
    margin-left: 8%;
  }

  .staff_v_img>div:nth-of-type(2) {
    width: calc(90% - 380px);
  }

  .staff_v_text p {
    width: 75%;
    margin-left: 25%;
  }
}

@media screen and (max-width: 1250px) {
  .staff_v_text p {
    width: 70%;
    margin-left: 30%;
  }
}

@media screen and (max-width: 1100px) {
  .staff_v {
    padding-top: 50px;
  }
}

@media screen and (max-width: 1000px) {
  .staff_v {
    width: 100%;
    margin-left: 0;
    padding-bottom: 50px;
  }

  .staff_v_img {
    width: 90%;
    margin: 0 auto;
  }

  .staff_v_img>div:nth-of-type(1) {
    width: 100%;
    margin-right: 0;
  }

  .staff_v_img>div:nth-of-type(1)>h3 {
    text-align: center;
    padding-left: 0;
  }

  .staff_v_img>div:nth-of-type(1)>p {
    width: 100%;
    margin: 10px auto 20px;
    padding: 10px 20px;
    line-height: 1.6;
  }

  .staff_v_img>div:nth-of-type(2) {
    width: 100%;
    max-width: 600px;
    margin: 20px auto 0;
  }

  .staff_v_img dl {
    width: 100%;
    text-align: left;
    position: relative;
    bottom: auto;
    left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
  }

  .staff_v_img dl dt {
    display: inline-block;
    margin-right: 30px;
  }

  .staff_v_img dl dd {
    display: inline-block;
    margin-top: 0;
  }

  .staff_v_text {
    width: 90%;
    margin: 30px auto 0;
  }

  .staff_v_text p {
    width: 100%;
    margin-left: 0;
  }
}

.con_recruit {
  padding-top: 80px;
  position: relative;
}

.recruit_ttl_img {
  width: 35%;
  max-width: 420px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}

.recruit_ttl_img_on {
  opacity: 0;
  filter: blur(30px);
  animation: focusIn02 1s ease-out forwards;
  animation-delay: 2s;
}

@keyframes focusIn02 {
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}

.env_ttl>div {
  width: 80%;
  max-width: 780px;
  margin: 0 auto 5%;
  position: relative;
  z-index: 1;
}

.env_ttl h2 {
  margin-bottom: -5%;
}

.env_ttl h2>span:nth-of-type(1) {
  font-size: 180%;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  display: block;
  position: relative;
  font-weight: 700;
  z-index: 1;
  margin-bottom: 10px;
  padding-top: 5px;
}

.env_ttl h2>span:nth-of-type(1)::before {
  content: '';
  width: 70%;
  max-width: 300px;
  height: 60px;
  display: block;
  background: #f19500;
  padding: 15px 100px 15px 150px;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: skewX(-25deg);
  z-index: -1;
}

.env_ttl h2>span:nth-of-type(2) {
  display: block;
  color: #024f95;
  font-size: 140%;
  font-style: italic;
  font-weight: 700;
}

.staff_intro {
  width: 90%;
  max-width: 900px;
  margin: 3% auto 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.staff_intro::before {
  content: '';
  width: 90px;
  height: 90px;
  display: block;
  background: url(../img/discussion/icon_with.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.staff_intro>dl {
  width: calc(50% - 100px);
  text-align: left;
}

.staff_intro>dl:nth-of-type(1) {
  padding-left: 12%;
}

.staff_intro>dl>dt {
  font-size: 240%;
  line-height: 1.4;
  margin-bottom: 10px;
  letter-spacing: 0.5rem;
}

.staff_intro>dl>dt span {
  font-size: 40%;
  display: block;
  letter-spacing: 0rem;
}

.staff_intro>dl>dd {
  font-size: 90%;
  line-height: 1.6;
}

.staff_intro>dl>dd .br_none {
  display: none;
}

.staff_talk {
  width: 90%;
  max-width: 900px;
  margin: 2% auto 2%;
}

.staff_talk dl {
  margin-bottom: 20px;
  text-align: left;
  line-height: 1.7;
}

.staff_talk dl dt {
  background: #efeded;
  padding: 1.5% 3%;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.staff_talk dl dd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.staff_talk dl dd>div {
  width: 100px;
  padding-bottom: 30px;
  position: relative;
}

.staff_talk dl dd>div::after {
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 90%;
}

.staff_talk dl dd.staff01>div::after {
  content: '隠田';
}

.staff_talk dl dd.staff02>div::after {
  content: '嶋本';
}

.staff_talk dl dd>p {
  width: calc(98% - 100px);
}

.staff_talk_last p {
  width: 70%;
  max-width: 380px;
  display: inline-block;
  padding: 20px 30px;
  margin: 0 auto 20px;
  position: relative;
  background: #efeded;
  border-radius: 10px;
  font-size: 130%;
  text-align: center;
}

.staff_talk_last p::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 35px solid #efeded;
  position: absolute;
  bottom: -35px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.staff_talk_last ul {
  display: flex;
  width: 60%;
  max-width: 380px;
  margin: 20px auto 8%;
  justify-content: space-between;
  align-items: flex-start;
}

.staff_talk_last ul li {
  width: 45%;
  position: relative;
}

.staff_talk_last ul li::after {
  display: inline-block;
  text-align: center;
  position: absolute;
  bottom: -35px;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-size: 90%;
}

.staff_talk_last ul li.staff01::after {
  content: '隠田';
}

.staff_talk_last ul li.staff02::after {
  content: '嶋本';
}

@media screen and (max-width: 1000px) {
  .staff_intro>dl>dd .br_none {
    display: inline;
  }
}




/* 企業情報 */
.main_sub {
  background: #024f95;
  padding: 40px 0;
  margin-top: 100px;
  margin-bottom: 5%;
}

.main_sub h2 {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  color: #fff;
  font-size: 220%;
  align-items: center;
  text-align: left;
  font-weight: 700;
}

.main_sub h2 span {
  padding-left: 30px;
  vertical-align: 5px;
  font-size: 60%;
  font-style: italic;
}

.con_company>div {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 5%;
}

.con_company h3 {
  font-size: 200%;
  font-weight: 700;
  color: #024f95;
  border-bottom: 1px solid #024f95;
  margin-bottom: 3%;
  text-align: left;
}

.com_mission>div {
  width: 97%;
  margin: 0 3% 0 0;
}

.com_mission>div dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2%;
  text-align: left;
}

.com_mission>div dl dt {
  width: 90px;
  text-align: center;
  font-size: 400%;
  color: #024f95;
  font-weight: 700;
  padding: 10px 0;
  display: block;
}

.com_mission>div dl dd {
  width: calc(100% - 100px);
}

.com_mission>div dl dd span {
  color: #024f95;
  font-size: 140%;
  font-weight: 600;
  display: block;
}

.com_info>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.com_info>div>div {
  width: 47.5%;
}

.com_info>div>div dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 5%;
}

.com_info>div>div dl dt {
  width: 16rem;
  display: inline-block;
  color: #024f95;
}

.com_info>div>div dl dd {
  width: calc(100% - 16rem);
}

.com_info>div>div dl dd a {
  text-decoration: underline;
  color: #024f95;
}

.com_info>div>div dl dd a:hover,
.com_info>div>div dl dd a:active {
  text-decoration: none;
  opacity: 0.8;
}

.com_info>div>div:nth-of-type(2) {
  max-width: 43%
}

.com_info>div>div:nth-of-type(2) dl dd {
  width: calc(100% - 13rem);
}

.com_info>div>div:nth-of-type(2) dl dt {
  width: 13rem;
}

.com_history>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.com_history>div>div {
  width: 47.5%;
}

.com_history>div>div dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 5%;
}

.com_history>div>div dl dt {
  width: 11rem;
  display: inline-block;
  color: #024f95;
}

.com_history>div>div dl dd {
  width: calc(100% - 11rem);
}

.com_access>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.com_access>div>div {
  width: 47.5%;
  text-align: left;
}

.com_access>div>div h4 {
  display: inline-block;
  text-align: center;
  padding: 10px 40px;
  line-height: 1.0;
  margin-bottom: 3%;
  background: #024f95;
  color: #fff;
  font-size: 140%;
  font-weight: 500;
}

.com_access>div>div h4+p {
  margin-bottom: 20px;
  line-height: 1.6;
}

.icon_map {
  display: inline-block;
  text-align: center;
  padding: 3px 25px 5px;
  border-radius: 50px;
  line-height: 1.0;
  background: #024f95;
  color: #fff !important;
  font-size: 110%;
  font-weight: 400;
}

.icon_map span {
  display: inline-block;
  background: url(../img/company/icon_pin.png) no-repeat center left;
  background-size: 15px auto;
  padding: 5px 10px 5px 25px;
}

.icon_map:hover,
.icon_map:active {
  opacity: 0.8;
}

.com_access .access_how p {
  font-size: 120%;
  font-weight: 500;
  color: #024f95;
  margin-top: 30px;
  margin-bottom: 5px;
}

.com_access .access_how ul li {
  line-height: 1.6;
  margin-bottom: 5px;
  text-indent: -1.5rem;
  margin-left: 1.5rem;
}

.com_access>img {
  width: 90%;
  max-width: 920px;
  margin: 4% auto;
}


footer .cale a{
display:inline-block;
height:28px;
line-height:28px;
border:solid 1px #fff;
color:#fff;
font-size:12px;
padding:0 1em;
margin-top:8px;
}

footer .cale a:hover{
background:#fff;
color:#000;
}