@charset "UTF-8";
/*---------------------------------
  page_header
---------------------------------*/

.page_header {
  margin-bottom: 0;
}

@media screen and (min-width: 641px), print {
  .page_header img {
    width: 139px;
  }
}

@media screen and (max-width: 640px) {
  .page_header img {
    width: 139px;
  }
}

/*---------------------------------
  comomon
---------------------------------*/

#company_wrap {
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}

#company_wrap img {
  vertical-align: middle;
}

#company_wrap h1,
#company_wrap h2,
#company_wrap h3,
#company_wrap h4,
#company_wrap h5,
#company_wrap h6 {
  margin: 0;
}


/*---------------------------------
  lead
---------------------------------*/

#lead {
  background-color: #d9e8fb;
}

#lead .lead_body h2 {
  text-align: center;
  color: #00a0c6;
}

#lead .lead_body p {
  line-height: 2.25;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 641px), print {
  #lead {
    padding-bottom: 60px;
  }
  
  #lead .lead_img {
    margin-bottom: 60px;
  }
  
  #lead .lead_body h2 {
    margin-bottom: 25px;
    font-size: 30px;
  }
  
  #lead .lead_body p {
    width: 100%;
    font-size: 17px;
  }
}

@media screen and (max-width: 640px) {
  #lead {
    padding-bottom: 40px;
  }
  
  #lead .lead_img {
    margin-bottom: 40px;
  }
  
  #lead .lead_body h2 {
    padding: 0 20px;
    margin-bottom: 15px;
    font-size: 18px;
  }
  
  #lead .lead_body p {
    padding: 0 20px;
    font-size: 12px;
  }
}

/*---------------------------------
  movie
---------------------------------*/

#movie {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#movie .movie_heading {
  color: #fff;
}

#movie .movie_heading h2 span {
  color: #fff000;
}

#movie .movie_heading p {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-bottom: 2px;
}

#movie .movie_heading p::before,
#movie .movie_heading p::after {
  content: "";
  display: block;
  background-color: #fff;
}

#movie .movie_heading p::before {
  transform: rotate(-25deg);
}

#movie .movie_heading p::after {
  transform: rotate(25deg);
}

#movie .movie_body .movie_wrap {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

#movie .movie_body .movie_wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (min-width: 641px), print {
  #movie {
    padding: 55px 0 90px;
    background-image: url("../images/movie_bg.jpg");
  }

  #movie .movie_heading {
    margin-bottom: 30px;
  }
  
  #movie .movie_heading p {
    font-size: 20px;
  }
  
  #movie .movie_heading h2 {
    font-size: 34px;
  }
  
  #movie .movie_heading p::before,
  #movie .movie_heading p::after {
    width: 2px;
    height: 20px;
  }
  
  #movie .movie_heading p::before {
    margin-right: 15px;
  }

  #movie .movie_heading p::after {
    margin-left: 15px;
  }
  
  #movie .movie_body {
    width: 680px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  #movie {
    padding: 40px 20px;
    background-image: url("../images/movie_bg_sp.jpg");
  }

  #movie .movie_heading {
    margin-bottom: 20px;
  }
  
  #movie .movie_heading p {
    font-size: 13px;
  }
  
  #movie .movie_heading h2 {
    font-size: 20px;
  }
  
  #movie .movie_heading p::before,
  #movie .movie_heading p::after {
    width: 1px;
    height: 12px;
  }
  
  #movie .movie_heading p::before {
    margin-right: 10px;
  }

  #movie .movie_heading p::after {
    margin-left: 10px;
  }
}

/*---------------------------------
  number
---------------------------------*/

#number {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}

#number .number_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 641px), print {
  #number {
    padding: 80px 0 90px;
    background-image: url("../images/number_bg.jpg");
  }
  
  #number .number_heading {
    margin-bottom: 45px;
  }
  
  #number .number_heading h2 {
    font-size: 34px;
  }
  
  #number .number_heading p {
    font-size: 15px;
  }
  
  #number .number_list li {
    width: 230px;
    margin: 0 20px;
  }
  
  #number .number_list li h3 {
    margin-bottom: 30px;
    font-size: 22px;
  }
}

@media screen and (max-width: 640px) {
  #number {
    padding: 40px 20px;
    background-image: url("../images/number_bg_sp.jpg");
  }
  
  #number .number_heading h2 {
    margin-bottom: 5px;
    font-size: 20px;
  }
  
  #number .number_heading {
    margin-bottom: 20px;
  }
  
  #number .number_heading p {
    font-size: 11px;
  }
  
  #number .number_list li {
    width: calc( ( 100% - 40px ) / 2 );
    margin: 0 10px 20px;
  }
  
  #number .number_list li:last-child {
    margin-bottom: 0;
  }
  
  #number .number_list li h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

/*---------------------------------
  history / future / technology / workplace
---------------------------------*/

#company_wrap .com_cont .com_img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#company_wrap .com_cont .com_body {
  background-color: #d9e8fb;
}

#company_wrap .com_cont .com_body p {
  line-height: 2.25;
}

#company_wrap .com_cont .com_body .base_link{
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #008cd5;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  cursor: pointer;
}
#company_wrap .com_cont .com_body .base_link::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(/cmn/images/icon/icon_circle_white.png) no-repeat center;
}

@media screen and (min-width: 641px), print {
  #company_wrap .com_cont {
    display: flex;
  }
  
  #company_wrap .com_cont .com_body {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  
  #company_wrap .com_cont .com_body .com_inner h2 {
    margin-bottom: 20px;
  }
  
  #company_wrap .com_cont .com_body .com_inner p {
    width: 100%;
    font-size: 17px;
  }

  #company_wrap .com_cont .com_body .base_link{
    height: 76px;
    border-radius: 5px;
    font-size: 16px;
    transition: opacity 0.3s;
  }
  #company_wrap .com_cont .com_body .base_link:hover {
    opacity: 0.75;
  }
  #company_wrap .com_cont .com_body .base_link::before {
    margin-right: 6px;
  }

}

@media screen and (max-width: 640px) {
  #company_wrap .com_cont .com_img {
    height: 240px;
  }
  
  #company_wrap .com_cont .com_body {
    padding: 40px 20px;
  }
  
  #company_wrap .com_cont .com_body .com_inner h2 {
    margin: 0 auto 20px;
  }
  
  #company_wrap .com_cont .com_body .com_inner p {
    font-size: 12px;
  }

  #company_wrap .com_cont .com_body .base_link{
    height: 56px;
    border-radius: 3px;
    font-size: 13px;
  }
  #company_wrap .com_cont .com_body .base_link::before{
    margin-right: 4px;
  }

  /* ポップアップ　リセットCSS */
  .mfp-container {
    padding-left: 30px!important;
    padding-right: 30px!important;
  }
  .mfp-arrow-left:before{
    border-right: none!important;
  }
  .mfp-arrow-left:after{
    margin-left: 8px!important;
  }
  .mfp-arrow-right:before {
    border-left: none!important;
  }
  .mfp-arrow-right:after {
    margin-right: 8px!important;
    right: 0!important;
    left: auto!important;
  }
}

/* ---------- history ----------*/

#history .com_img {
  background-image: url("../images/history_img.jpg");
  position: relative;
}

#history .com_img p {
  background-color: #000;
  position: absolute;
  left: 0;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 641px), print {
  #history {
    height: 590px;
  }
  
  #history .com_img {
    width: 57.143%;
  }
  
  #history .com_img p {
    padding: 0 15px 0 25px;
    bottom: 30px;
    font-size: 18px;
    line-height: 50px;
  }
  
  #history .com_img p small {
    font-size: 14px;
  }
  
  #history .com_body {
    width: 42.857%;
    min-width: 600px;
  }
  
  #history .com_body .com_inner {
    width: 480px;
  }

  #history .com_body .com_inner h2 {
    width: 394px;
  }
}

@media screen and (max-width: 640px) {
  #history .com_img p {
    padding: 0 10px 0 15px;
    top: 30px;
    font-size: 12px;
    line-height: 36px;
  }
  
  #history .com_img p small {
    font-size: 10px;
  }
  
  #history .com_body .com_inner h2 {
    width: 141px;
  }
}

/* ---------- future ----------*/

#future .com_img {
  background-image: url("../images/future_img.jpg");
}

@media screen and (min-width: 641px), print {
  #future {
    height: 655px;
    flex-direction: row-reverse;
  }
  
  #future .com_img {
    width: 57.143%;
  }
  
  #future .com_body {
    width: 42.857%;
    min-width: 600px;
  }
  
  #future .com_body .com_inner {
    width: 480px;
  }
  
  #future .com_body .com_inner h2 {
    width: 404px;
  }
}

@media screen and (max-width: 640px) {
  #future .com_body .com_inner h2 {
    width: 160px;
  }
}

/* ---------- technology ----------*/

#technology .com_img {
  background-image: url("../images/technology_img.jpg");
}

@media screen and (min-width: 641px), print {
  #technology {
    height: 486px;
  }
  
  #technology .com_img {
    width: 57.143%;
  }
  
  #technology .com_body {
    width: 42.857%;
    min-width: 600px;
  }
  
  #technology .com_body .com_inner {
    width: 480px;
  }
  
  #technology .com_body .com_inner h2 {
    width: 481px;
  }
}

@media screen and (max-width: 640px) {
  #technology .com_body .com_inner h2 {
    width: 205px;
  }
}

/* ---------- workplace ----------*/

#workplace .com_img {
  background-image: url("../images/workplace_img.jpg");
}

@media screen and (min-width: 641px), print {
  #workplace {
    height: 540px;
  }
  
  #workplace .com_img {
    width: 50%;
  }
  
  #workplace .com_body {
    width: 50%;
    min-width: 700px;
  }
  
  #workplace .com_body .com_inner {
    width: 580px;
  }
  
  #workplace .com_body .com_inner h2 {
    width: 383px;
  }
}

@media screen and (max-width: 640px) {
  #workplace .com_body .com_inner h2 {
    width: 268px;
  }
}

/*---------------------------------
  global
---------------------------------*/

#global {
  background: url("../images/global_bg.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
}

#global .global_body > p {
  line-height: 2.25;
}

#global .global_body .global_list li h3 {
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #00b8e5;
  color: #00b8e5;
}

#global .global_body .global_list li p {
  line-height: 2;
}

@media screen and (min-width: 641px), print {
  #global {
    padding: 85px 0 70px;
    overflow: hidden;
  }
  
  #global h2 {
    width: 292px;
    margin: 0 auto 25px;
  }
  
  #global .global_body {
    max-width: 1100px;
    margin: 0 auto;
  }
  
  #global .global_body > p {
    margin-bottom: 40px;
    font-size: 17px;
  }
  
  #global .global_body .global_list {
    display: flex;
    justify-content: space-between;
  }
  
  #global .global_body .global_list li {
    width: 466px;
    height: 588px;
    position: relative;
  }
  
  #global .global_body .global_list li h3 {
    font-size: 24px;
  }
  
  #global .global_body .global_list li p {
    font-size: 16px;
  }
  
  #global .global_body .global_list li div {
    position: absolute;
  }
  
  #global .global_body .global_list li:first-child div {
    width: 520px;
    left: -7px;
    bottom: 0;
  }
  
  #global .global_body .global_list li:nth-child(2) div {
    width: 677px;
    right: -90px;
    bottom: 16px;
  }
}

@media screen and (max-width: 640px) {
  #global {
    padding: 40px 20px;
  }
  
  #global h2 {
    width: 204px;
    margin: 0 auto 20px;
  }
  
  #global .global_body > p {
    margin-bottom: 30px;
    font-size: 12px;
  }
  
  #global .global_body .global_list li:not(:last-child) {
    margin-bottom: 20px;
  }
  
  #global .global_body .global_list li h3 {
    font-size: 16px;
  }
  
  #global .global_body .global_list li p {
    margin-bottom: 10px;
    font-size: 12px;
  }
  
  #global .global_body .global_list li:first-child div {
    width: 76.8%;
    margin: 0 auto;
  }
}

/*---------------------------------
  society
---------------------------------*/

#society {
  background: url("../images/society_bg.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
}

#society .society_body .society_list li p {
  line-height: 2.25;
}

@media screen and (min-width: 641px), print {
  #society {
    padding: 80px 0 100px;
  }
  
  #society h2 {
    margin-bottom: 35px;
    font-size: 34px;
  }
  
  #society .society_body {
    max-width: 1100px;
    margin: 0 auto;
  }
  
  #society .society_body .society_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  #society .society_body .society_list li {
    max-width: 352px;
    width: 32%;
  }
  
  #society .society_body .society_list li:first-child,
  #society .society_body .society_list li:nth-child(2),
  #society .society_body .society_list li:nth-child(3) {
    margin-bottom: 70px;
  }
  
  #society .society_body .society_list li div {
    margin-bottom: 23px;
  }
  
  #society .society_body .society_list li h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  
  #society .society_body .society_list li p {
    padding: 0 20px;
    font-size: 17px;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 640px) {
  #society {
    padding: 40px 20px;
  }
  
  #society h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  
  #society .society_body .society_list li:not(:last-child) {
    margin-bottom: 25px;
  }
  
  #society .society_body .society_list li div {
    margin-bottom: 15px;
  }
  
  #society .society_body .society_list li h3 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  
  #society .society_body .society_list li p {
    padding: 0 10px;
    font-size: 12px;
  }
}
