@charset "UTF-8";

main {
  overflow: hidden;
}

/* =====================
  汎用style
===================== */


/* PC改行解除用*/

@media screen and (min-width: 780px) {
  .spbr {
    display: none !important;
  }
}

a:hover {
  opacity: 0.7;
}

a {
  text-decoration: none;
}

.tcenter {
  text-align: center;
}

/*=====================

ローディング

=====================*/


/* ローディング画面 */
#loader {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 1s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

#load_id img {
  max-width: 300px;
  width: 300px;
}

/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1.0);
    opacity: 0;
  }
}


/*=====================

ヘッダー

=====================*/

#header {
  background: #fff;
  opacity: 1;
  width: 100%;
  color: #004ea2;
  font-weight: bold;
  z-index: 900;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0px;
  /* 95-115 = -20 */
  height: auto;
}

#header a {
  color: #000;
}

#header a:hover {
  opacity: 0.7;
}

#site_id {
  width: auto;
}


#site_id img {
  max-width: 160px;
  width: 100%;
  margin: 22px 0 0 25px;
}

menu {
  width: 100%;

}

ul.menulist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  padding-top: 0px;
  max-width: 1200px;
  min-width: 220px;
  margin: 0 auto;
}

ul.menulist li {
  padding: 18px 12px !important;
  vertical-align: middle;
  flex-basis: 30%;
  margin-bottom: 30px;
}

#header .header_inner {
  width: 100%;
  height: 75px;
  background-color: #fff;
  position: fixed;
  top: 0;
}

#header .head_box {
  max-width: 90%;
  margin: 0px auto 0;
  position: relative;
  width: auto;
}

#header .head_box h1 {
  font-size: 1.0rem;
  letter-spacing: 0.18rem;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#header .menu {
  width: 100%;
  background-color: #fff;
  margin-top: 74px;
}

#header .menu .menu-menu-container {
  max-width: 1200px;
  margin: 55px auto 0;
  display: flex;
  flex-direction: column;
}

#header .menu li {
  display: inline;
  padding: 15px 12px;
  width: auto;
  border-bottom: 1px solid #006ea8;
  text-align: center;
  margin-right: 30px;
}

#header .menu li a {
  font-size: 1.1rem;
  font-weight: normal;
  text-decoration: none;
}

#header .menu_btn {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0;
  margin: 15px 0;

}

#header .menu_btn .contact_btn a {
  background-color: #004ea2 !important;
  color: #fff;
  border-radius: 26px;
  min-width: 180px;
  display: inline-block;
  padding: 12px 18px;
  margin-bottom: 8px;
}

#header .menu_btn .pt_btn a {
  background-color: #0ab9df !important;
  color: #fff;
  border-radius: 56px;
  min-width: 180px;
  display: inline-block;
  padding: 12px 18px;
}

/* グローバルメニュー */
.global-nav {
  background-color: #fff;
  margin: 0;
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  transition: all .6s;
  z-index: 200;

}

.hamburger {
  position: absolute;
  right: 20px;
  top: 12px;
  width: 50px;
  /* クリックしやすいようにちゃんと幅を指定する */
  height: 50px;
  /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
}

.hamburger__line {
  position: absolute;
  left: 11px;
  width: 30px;
  /* 幅 */
  height: 5px;
  border-top: 5px solid #000;
  /* 高さ */
  border-right: 5px solid transparent;
  /* 右側上辺の伸び */
  box-sizing: border-box;
  transition: all .6s;
}

.hamburger__line--1 {
  top: 14px;

}

.hamburger__line--2 {
  top: 25px;
}

.hamburger__line--3 {
  top: 36px;
}


.nav-open .hamburger__line {
  width: 30px;
  /* 幅 */
  height: 1px;
  border-top: 1px solid #000;
  /* 高さ */
  border-right: 0px solid transparent;
  /* 右側上辺の伸び */
}

.nav-open .global-nav {
  display: block;
  top: 0;
  box-sizing: border-box;
  height: 100vh;
}

.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}

.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}

.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}

.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}


/*  body固定  */

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed !important;
}



/* =====================

  セクション　共通

===================== */


#entry_btn {
  width: 120px;
  position: fixed;
  bottom: 60px;
  right: 70px;
  z-index: 55;
}

.link_btn {
  width: 100%;
  background: url(/d_recruit/img/btn_link.svg) no-repeat 0 0;
}

.link_btn a {
  height: 47px;
  display: flex;
  align-items: center;
  padding-left: 65px;
  background-size: 47px;
  color: #006ea8;
  font-weight: bold;
  font-size: 1.1rem;
}

.link_w_btn {
  width: 100%;
  background: url(/d_recruit/img/btn_link_w.svg) no-repeat 0 0;
}

.link_w_btn a {
  height: 47px;
  display: flex;
  align-items: center;
  padding-left: 65px;
  background-size: 47px;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
}

.box {
  max-width: 1160px;
  margin: 0 auto;
}

/* =====================

  コンテンツ

===================== */


/* TOP */
body#toppage {
  position: relative;
}

.top_read {
  position: relative;
  margin: 0 auto 0;
  height: 220vh;
  text-align: center;
}

.top_read .topblock {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center !important;
  text-align: center;
  padding: 0 0 0;
}

.top_read .topblock div {
  background-position: center bottom !important;
  background-size: cover !important;
  background-repeat: none;
  height: 220vh !important;
  background-attachment: fixed;
}

.top_read .topblock .conA {
  height: 100vh;
  box-sizing: border-box;
  position: relative;
}

.top_read .topblock .conA img {
  width: 130px;
}

.top_read .topblock .conA .toprbottom {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 130px;
  min-height: 130px;
}

.top_read div.top_bgT {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 220vh;
  box-sizing: border-box;
  background: url(/d_recruit/img/top_lefttop.svg) no-repeat, url(/d_recruit/img/top_lightbottom.svg) no-repeat;
  background-position: 0px 75px, bottom right;
  background-size: 360px, 540px;
  background-attachment: fixed;
}

.top_read .topblock .conA #top_readtxt {
  background: linear-gradient(to top, #4d4d4d 0%, transparent 50%, transparent 100%);
  height: 220vh;
  color: #fff;
  font-size: 1rem;
  position: relative;
}

.top_read .topblock .conA #top_readtxt .top_readhead {
  color: #fff;
  font-size: 6.60rem;
  line-height: 1.2;
  letter-spacing: 12px;
  text-align: left;
  position: absolute;
  left: 100px;
  top: 67vh;
}

.top_read .topblock .conA #top_readtxt span {
  line-height: 1.6;
}

.top_read .topblock .conA #top_readtxt span.read_txt_a {
  position: absolute;
  width: 100%;
  font-size: 4.2rem;
  top: 130vh;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.top_read .topblock .conA #top_readtxt span.read_txt_b {
  line-height: 1.9;
  font-size: 1.1rem;
  position: absolute;
  width: 90%;
  top: 180vh;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}




.top_readc {
  margin-top: 20px;
}

.top_read .top_bodyc {
  padding-top: 25px;
  font-size: 0.95rem;
  line-height: 1.8;
}

/* top news  */

#news {
  margin: 0px 30px;
}

#news h2 {
  font-size: 3.6rem;
}

.news_box {
  width: 100%;
  max-width: 1160px;
  margin: 12px auto;
  display: flex;
  flex-direction: row;
  /*justify-content: center;*/
  align-items: start;
}

.news_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 18px;
}

.news_inner_a {
  width: 100%;
  min-height: 250px;
  flex-basis: 30%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news_inner_b {
  width: 100%;
  flex-basis: 70%;
}

ul#topnews_list {
  margin: 20px 0;
  width: 100%;
}

ul#topnews_list li {
  border-bottom: 1px solid #3e3a39;
  display: flex;
  flex-direction: row;
  justify-content: left;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 25px;
  width: 100%;
}

ul#topnews_list li p.date,
ul#topnews_list li p.cat_icon {
  flex-basis: 38%;
}

ul#topnews_list li span.cat_icon {
  padding: 8px 16px;
  background-color: #dff2fc;
  text-align: center;
  display: inline-block;
  margin-left: 18px;
}

ul#topnews_list li p.news_ttl {
  flex-basis: 60%;
  padding: 12px 0;
}

/*  top contents  */

#top_message,
#project_story,
#about_us,
#workstyle,
#crosstalk,
#entry,
#entry {
  width: 100%;
}



#top_message {
  background-color: #006ea8;
  color: #fff;
  margin-top: 10px;
}

#top_message .top_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#top_message .top_message_imgs {
  order: 2;
  text-align: right;
  flex-basis: 60%;
}

#top_message .top_message_imgs img {
  margin-top: 110px;
  margin-bottom: -100px;
  max-width: 800px;
  width: 100%;
  min-width: 600px;

}

#top_message .top_message_inner {
  order: 1;
  padding: 110px 30px;
  flex-basis: 40%;
}

#top_message h2 {
  font-size: 2.5rem;
  display: flex;
  flex-direction: column;
}

#top_message h2 span {
  font-size: 1.15rem;
  padding-bottom: 10px;
  letter-spacing: 0.2rem;
}

#top_message .contents_body {
  padding: 30px 0;
  font-size: 1.0rem;
  line-height: 1.8;
}

#project_story {
  margin-top: 260px;
}

#project_story .story_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}


#project_story .project_story_imgs {
  order: 2;
  text-align: center;
}

#project_story .project_story_imgs img {
  max-width: 800px;
  width: 100%;
  min-width: 600px;
  flex-basis: 60%;
}

#project_story .project_story_inner {
  order: 1;
  flex-basis: 45%;
  padding: 60px 30px;
}

#project_story h2 {
  font-size: 2.5rem;
  display: flex;
  flex-direction: column;
}

#project_story h2 span {
  font-size: 1.15rem;
  padding-bottom: 10px;
  letter-spacing: 0.2rem;
}

#project_story .contents_body {
  padding: 30px 0;
  font-size: 1.0rem;
  line-height: 1.8;
}

#about_us {
  margin-top: 150px;
  background-color: #dff2fc;
}

#about_us .about_box {
  padding: 130px 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#about_us .about_box:last-child {
  padding: 20px 0 130px;
}

#about_us .about_us_imgs {
  text-align: center;
  padding-top: 60px;
  order: 2;
  flex-basis: 55%;
}

#about_us .about_us_imgs img {
  max-width: 730px;
}

#about_us .about_us_inner {
  padding: 60px 30px;
  order: 1;
  flex-basis: 45%;
}

#about_us h2 {
  font-size: 2.5rem;
  display: flex;
  flex-direction: column;
}

#about_us h2 span {
  font-size: 1.15rem;
  padding-bottom: 10px;
  letter-spacing: 0.2rem;
}

#about_us .contents_body {
  padding: 30px 0;
  font-size: 1.0rem;
  line-height: 1.8;
}

#workstyle {
  margin-top: 60px;
}

#workstyle .workstyle_imgs {
  text-align: center;
  position: relative;
  width: 100%;
  height: 70vh;
  max-height: 580px;
}

#workstyle .workstyle_imgs .bx_wrap {
  position: absolute;
  width: 100%;
  height: 70vh;
  max-height: 560px;
  background-color: transparent !important;
  top: 8vh;
  z-index: 30;
}

#workstyle .workstyle_imgs .bx_wrap .bx-wrapper {
  background-color: transparent !important;
}

#workstyle .workstyle_imgs .bx_wrap_bg_a {
  position: absolute;
  width: 100%;
  height: 28vh;
  max-height: 330px;
  background-color: #dff2fc;
  bottom: 0;
  z-index: 1;
}

#workstyle .workstyle_imgs .bx_wrap_bg_b {
  position: absolute;
  width: 90%;
  height: 55vh;
  max-height: 420px;
  background-color: #006ea8;
  bottom: 140px;
  z-index: 2;
}

#workstyle .workstyle_inner {
  padding: 40px 30px 50px;
}

#workstyle h2 {
  font-size: 3.6rem;
  text-align: center;
}

#workstyle .contents_body {
  padding: 30px 0;
  font-size: 0.85rem;
}

#workstyle .bx_wrap ul#slider {
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 1160px;
  margin: 0 auto;

}

#workstyle .bx_wrap ul#slider li {
  display: flex;
  justify-content: center;
  flex-basis: 33%;
  padding: 10px 0;
}

#workstyle .bx_wrap ul#slider li a {
  border-radius: 3px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.35);
  border: 0px #006ea8 solid;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  background-color: #fff;
}

#workstyle .bx_wrap ul#slider li a:hover {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
  border: 2px #006ea8 solid;
  opacity: 1;

}

#workstyle .bx_wrap ul#slider li img {
  width: 100%;
  max-width: 320px;
  margin: 0;
}

#workstyle .bx_wrap ul#slider li p {
  padding: 30px;
  text-align: left;
  background: #fff;
  margin-top: -5px;
  font-size: 1.2rem;
  font-weight: 600;
}


#workstyle .bx_wrap ul#slider li p span {
  color: #727171;
  font-size: 0.9rem;
  font-weight: 300;
}

#workstyle .bx_wrap ul#slider li p span.tume {
  letter-spacing: -0.03em;
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
}

#crosstalk {
  margin-top: 60px;
}

#crosstalk .crosstalk_imgs {
  text-align: center;
  position: relative;
  width: 100%;
  height: 70vh;
  max-height: 550px;
}

#crosstalk .crosstalk_imgs #slider_ct {
  position: relative;
  width: 100%;
  max-width: 70vw;
  margin: 0 auto;
  height: 70vh;
  max-height: 540px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 33;
}

.slick-track {
  width: 100%;
  margin: 20px 0;
}

.slick-slide {
  margin: 0 20px;
  width: 38%;
}

#crosstalk .crosstalk_imgs #slider_ct a {
  width: 100%;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  border: 2px rgba(0, 0, 0, 0) solid;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

#crosstalk .crosstalk_imgs #slider_ct a:hover {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.65);
  border: 2px rgba(0, 110, 168, 1) solid;
  opacity: 1;
}

#crosstalk .crosstalk_imgs #slider_ct a .img_box {
  width: 100%;
  max-width: 38vw;
  border-radius: 3px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

#crosstalk .crosstalk_imgs #slider_ct a .img_box .img_inner {
  width: 100%;
  aspect-ratio: 1.55;
  position: relative;
}

#crosstalk .crosstalk_imgs #slider_ct a .img_box img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

#crosstalk .crosstalk_imgs #slider_ct a .img_box .img_inner p.ttl_num {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #006ea8;
  font-size: 0.8rem;
  padding: 10px 22px;
  color: #fff;
}

#crosstalk .crosstalk_imgs #slider_ct a .img_box p {
  background-color: #fff;
  padding: 30px 0;
  font-weight: 600;
  font-size: 1.2rem;
  margin-top: -5px;
}

#crosstalk .crosstalk_imgs .bx_wrap .bx-wrapper {
  background-color: transparent !important;
}

#crosstalk .crosstalk_imgs .bx_wrap_bg_a {
  position: absolute;
  width: 100%;
  height: 28vh;
  max-height: 330px;
  background-color: #dff2fc;
  bottom: 0;
  z-index: 1;
}

#crosstalk .crosstalk_imgs .bx_wrap_bg_b {
  position: absolute;
  width: 90%;
  height: 50vh;
  max-height: 400px;
  background-color: #006ea8;
  bottom: 140px;
  right: 0;
  z-index: 2;
}

#crosstalk .crosstalk_inner {
  padding: 40px 30px 80px;
}

#crosstalk h2 {
  font-size: 3.6rem;
  text-align: center;
  padding-bottom: 0;
}

#crosstalk .contents_body {
  padding: 30px 0;
  font-size: 0.85rem;
}


#information {
  margin-top: 60px;
}

#information .info_box {
  padding: 30px;
  background-color: #c9caca;
  width: 100%;
}

#information .information_imgs {
  width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 33;
}

#information .information_imgs a {
  border: 5px #fff solid;
  opacity: 1;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

#information .information_imgs a:hover {
  border: 5px #006ea8 solid;
}

#information .information_imgs .img_a {
  flex-basis: 46%;
  max-width: 356px;
  margin-bottom: 30px;
}

#information .information_imgs .img_b {
  flex-basis: 46%;
  max-width: 356px;
  margin-bottom: 30px;
}

#information .information_imgs .img_c {
  flex-basis: 100%;
  margin-bottom: 30px;
}


#information .information_imgs img {
  max-width: 100%;
  width: 100%;
  padding-bottom: 0px;
}

#information .information_inner {
  padding: 40px 30px 80px;
}

#information h2 {
  font-size: 3.6rem;
  text-align: center;
}

#information .contents_body {
  padding: 25px 0;
  font-size: 0.85rem;
}


#entry {
  background-color: #006ea8;
}

#entry .entry_box {
  color: #fff;
  padding: 0 !important;
  text-align: center;
  display: flex;
  flex-direction: column;
  color: #fff;
  width: 100%;
  height: 360px;
  justify-content: center;
  align-items: center;
}

#entry .entry_box h2 {
  font-size: 3.2rem;
  text-align: center;
}


/*-------------

下階層

----------------*/

body#aboutus,
body#maingoods,
body#goods,
body#results,
body#quality,
body#recruit,
body#contact {
  background: #fff;
}

#aboutus #head_contents {
  margin-top: 160px;
}

#aboutus #head_contents .about_us_imgs {
  text-align: center;
}

#aboutus #head_contents .about_us_imgs img {
  max-width: 480px;
}

#aboutus #head_contents .about_us_inner {
  text-align: center;
}

#aboutus #head_contents .about_us_inner h2 {
  font-size: 3.6rem;
  margin: 30px 0 60px;
}

#aboutus #head_contents .about_us_inner .contents_body {
  font-size: 1.05rem;
  font-weight: bold;
  line-height: 1.8;
}

#aboutus #head_contents .about_us_inner .top_btn_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px;
}

#aboutus #head_contents .about_us_inner .top_btn_box ul {
  max-width: 960px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

#aboutus #head_contents .about_us_inner .top_btn_box ul li {
  flex-basis: 49%;
}

#aboutus #head_contents .about_us_inner .top_btn_box ul li a {
  display: block;
  font-size: 1.1rem;
  border: 2px solid #006ea8;
  color: #006ea8;
  border-radius: 60px;
  padding: 18px;
  margin-bottom: 20px;
}

#aboutus #contents {
  background-color: #dff2fc;
  width: 100%;
  padding: 160px;
}

#aboutus #contents h3 {
  margin: 0 auto -30px;
}

#aboutus #contents .answer {
  max-width: 1200px;
  background-color: #fff;
  border-radius: 40px;
  padding: 60px;
  text-align: center;
  margin: 0 auto 60px;
}

#aboutus #contents .answer img {
  max-width: 680px;
  margin: 60px 0;
}

#aboutus #contents .answer h4 {
  font-size: 1.6rem;
  color: #006ea8;
  padding-bottom: 40px;
}

#aboutus #contents .answer .bodytxt {
  font-size: 1rem;
}

#aboutus #contents .answer .att_txt {
  font-size: 0.8rem;
  padding-top: 18px;
}

/* 吹き出し本体 */
.balloon {
  max-width: 600px;
  position: relative;
  text-align: center;
  padding: 20px;
  background-color: #006ea8;
  color: #ffffff;
  border-radius: 60px;
  font-size: 1.45rem;
}

/* 色付きの半円 */
.balloon::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  left: 48%;
  bottom: -15px;
  border-right: 20px solid #006ea8;
  border-bottom: 20px solid #006ea8;
  border-left: 20px solid transparent;
  border-top: 20px solid transparent;
}

/* 白い半円 */
.balloon::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: rotate(45deg);
  left: 45.5%;
  bottom: -20px;
  border-right: 20px solid #fff;
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
  border-top: 20px solid transparent;
}


#work_style #head_contents {
  margin-top: 75px;
}

#work_style #head_contents .workstyle_imgs_01 {
  position: relative;
  background-image: url(/d_recruit/img/workstyle/head_01.jpg);
  background-size: cover;
  background-position: center;
  min-height: 760px;
}

#work_style #head_contents .workstyle_imgs_02 {
  position: relative;
  background-image: url(/d_recruit/img/workstyle/head_02.jpg);
  background-size: cover;
  background-position: center;
  min-height: 760px;
}

#work_style #head_contents .workstyle_imgs_03 {
  position: relative;
  background-image: url(/d_recruit/img/workstyle/head_03.jpg);
  background-size: cover;
  background-position: center;
  min-height: 760px;
}

#work_style #head_contents .workstyle_imgs_04 {
  position: relative;
  background-image: url(/d_recruit/img/workstyle/head_04.jpg);
  background-size: cover;
  background-position: center;
  min-height: 760px;
}

#work_style #head_contents .workstyle_imgs_05 {
  position: relative;
  background-image: url(/d_recruit/img/workstyle/head_05.jpg);
  background-size: cover;
  background-position: center;
  min-height: 760px;
}

#work_style #head_contents .workstyle_imgs_06 {
  position: relative;
  background-image: url(/d_recruit/img/workstyle/head_06.jpg);
  background-size: cover;
  background-position: center;
  min-height: 760px;
}

#work_style #head_contents .workstyle_imgs_07 {
  position: relative;
  background-image: url(/d_recruit/img/workstyle/head_07.jpg);
  background-size: cover;
  background-position: center;
  min-height: 760px;
}

#work_style #head_contents .workstyle_imgs_08 {
  position: relative;
  background-image: url(/d_recruit/img/workstyle/head_08.jpg);
  background-size: cover;
  background-position: center;
  min-height: 760px;
}

#work_style #head_contents .workstyle_imgs_09 {
  position: relative;
  background-image: url(/d_recruit/img/workstyle/head_09.jpg);
  background-size: cover;
  background-position: center;
  min-height: 760px;
}

#work_style #head_contents .workstyle_imgs_10 {
  position: relative;
  background-image: url(/d_recruit/img/workstyle/head_10.jpg);
  background-size: cover;
  background-position: center;
  min-height: 760px;
}

#work_style #head_contents .txt_posi {
  position: absolute;
  bottom: 130px;
  width: 1160px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#work_style #head_contents h2 {
  font-size: 2.14rem;
  background-color: #006ea8;
  padding: 5px;
  color: #fff;
  display: inline;
  text-align: left;
  line-height: 2;
  box-decoration-break: clone;
}

#work_style #head_contents .workstyle_inner {
  text-align: left;
  padding: 30px 15px;
  background-color: #006ea8;
  color: #fff;

}

#work_style #head_contents .workstyle_inner h3 {
  font-size: 2.9rem;
  display: flex;
  line-height: 2.5;
  flex-direction: column;
  width: 1160px;
  margin: 12px auto;
}

#work_style #head_contents .workstyle_inner h3 .sub_txt_a {
  font-size: 1.6rem;
}

#work_style #head_contents .workstyle_inner h3 .sub_txt_b {
  font-size: 1.3rem;
}

#work_style #contents {
  background-color: #dff2fc;
  padding: 280px 0 60px;
}

#work_style .workstyle_box_a {
  background-color: #fff;
  padding: 30px 0;
}

#work_style .workstyle_box_a h3 {
  font-size: 2.1rem;
  letter-spacing: 0.05rem;
  padding: 90px 0 40px;
  border-bottom: 1px solid #000;
  line-height: 1.7;
  clear: both;
  margin: 0 120px;
}

#work_style .workstyle_box_a p.bodytxt {
  padding: 60px 120px;
  font-size: 1.1rem;
  line-height: 1.8;
}

#work_style .workstyle_box_a img {
  width: 90%;
  max-width: 900px;
  margin-top: -230px;
  margin-left: -10vw;
}

#work_style .workstyle_box_b {
  background-color: #fff;
  padding: 0px 0px 30px;
  margin-top: 320px;
}

#work_style .workstyle_box_b h3 {
  font-size: 2.1rem;
  line-height: 1.7;
  padding: 90px 0px 40px;
  margin: 0 30px;
  border-bottom: 1px solid #000;
  clear: both;
  margin: 0 120px;
}

#work_style .workstyle_box_b p.bodytxt {
  padding: 60px 120px;
  font-size: 1.1rem;
  line-height: 1.8;

}

#work_style .workstyle_box_b img {
  width: 90%;
  max-width: 900px;
  margin-top: -230px;
  margin-right: -10vw;
  float: right;
}

#work_style .workstyle_box_c {
  background-color: #006ea8;
  padding: 130px 0;
  color: #fff;
  margin-top: 360px;
}

#work_style .workstyle_box_c h4.skj_h {
  background: url(/d_recruit/img/workstyle/skj_icon.svg) no-repeat;
  background-size: 40px;
  background-position: 0px 5px;
  font-size: 2.1rem;
  margin: 30px 0;
  padding-left: 64px;
  margin: 120px 120px 40px;
}

#work_style .workstyle_box_c h4.break_h {
  background: url(/d_recruit/img/workstyle/break_icon.svg) no-repeat;
  background-size: 40px;
  background-position: 0px 3px;
  font-size: 2.1rem;
  margin: 30px 0;
  padding-left: 64px;
  margin: 120px 120px 40px;
}


#work_style .workstyle_box_c dl.skj_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 120px 60px;
}

#work_style .workstyle_box_c dl.skj_list dt {
  flex-basis: 20%;
  border-bottom: 1px solid #fff;
  padding: 12px 0 12px;
  font-size: 1.1rem;
}

#work_style .workstyle_box_c dl.skj_list dd {
  flex-basis: 80%;
  border-bottom: 1px solid #fff;
  padding: 12px 0 12px;
  font-size: 1.1rem;
}

#work_style .workstyle_box_c p.bodytxt {
  padding: 5px 120px;
  font-size: 1.1rem;
}

#work_style .workstyle_box_c img {
  width: 90%;
  max-width: 900px;
  margin-top: -230px;
  margin-left: -10vw;
}

#work_style .workstyle_box_d {
  background-color: #fff;
  padding: 120px;
  margin: 60px auto;
}

#work_style .workstyle_box_d h4 {
  font-size: 2.1rem;
  margin: 30px 0;
  padding: 0 0 20px;
  border-bottom: 4px solid #d6c560;
}

#work_style .workstyle_box_d p.bodytxt {
  padding: 5px 0 30px;
  font-size: 1.1rem;
  line-height: 2;
}

#work_style .workstyle_box_e {
  background-color: #fff;
  padding: 120px;
  margin: 60px auto;
}

#work_style .workstyle_box_e h3 {
  text-align: center;
  font-size: 2.6rem;
  margin: 30px 0;
  padding: 0 0 40px;
}

#work_style .workstyle_box_e .bx_wrap ul#slider {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  max-width: 1160px;
  margin: 0 auto;
}

#work_style .workstyle_box_e .bx_wrap ul#slider li {
  display: flex;
  justify-content: center;
  flex-basis: 33%;
  padding: 30px 0;
}

#work_style .workstyle_box_e .bx_wrap ul#slider li a {
  border-radius: 3px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  border: 0px #006ea8 solid;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

#work_style .workstyle_box_e .bx_wrap ul#slider li a:hover {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.65);
  border: 2px #006ea8 solid;
  opacity: 1;
}




#work_style .workstyle_box_e .bx_wrap ul#slider li img {
  width: 100%;
  max-width: 320px;
  margin: 0;
}

#work_style .workstyle_box_e .bx_wrap ul#slider li p {
  padding: 30px;
  text-align: left;
  background: #fff;
  margin-top: -5px;
  font-size: 1.2rem;
  font-weight: 600;
}

#work_style .workstyle_box_e .bx_wrap ul#slider li p span {
  color: #727171;
  font-size: 0.9rem;
  font-weight: 300;
}



#projectstory #head_contents {
  margin-top: 75px;
}

#projectstory #head_contents .story_box {
  min-height: 780px;
}

#projectstory #head_contents .story_inner {
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: -120px;
  width: 70%;
  padding-left: calc(5em + 10 * (100vw - 87em) / (60 - 40));
  padding-top: 40px;
  padding-bottom: 60px;
  padding-right: 60px;
}

#projectstory #head_contents .story_inner h2 {
  font-size: 2.3rem;
  padding: 0 0 15px;
  line-height: 2;
}

#projectstory #head_contents .story_inner .contents_body {

  font-size: 1.2rem;
}

#projectstory #head_contents .story_inner h2 span {
  color: #006ea8;
  font-size: 1.1rem;
}

#projectstory #head_contents .top_btn_box {
  margin: 160px 0;
}

#projectstory #head_contents .top_btn_box ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1160px;
  margin: 0 auto;
}

#projectstory #head_contents .top_btn_box li {
  flex-basis: 40%;
}

#projectstory #head_contents .top_btn_box li:last-child a {
  margin: 15px 30px;
}

#projectstory #head_contents .top_btn_box li:first-child a {
  margin: 15px 30px;
}

#projectstory #head_contents .top_btn_box li a {
  background-color: #b5b5b6;
  text-align: center;
  margin: 15px 30px;
  padding: 30px;
  display: block;
  width: auto;
  color: #fff;
  font-size: 1.2rem;
}

#projectstory #head_contents .top_btn_box li a .img_num {
  max-width: 100px;
  margin-bottom: 12px;
}

#projectstory #head_contents .top_btn_box li a .img_arr {
  max-width: 40px;
  margin-top: 16px;
}

#projectstory #contents h3 {
  background-color: #006ea8;
  color: #fff;
  font-size: 2.1rem;
  text-align: center;
  padding: 100px 0;
  margin-bottom: -100px;
  z-index: 60;
  position: relative;
}

#projectstory #contents h3 img {
  max-width: 140px;
}

#projectstory #contents .story_box {
  background-color: #fff;
  max-width: 1160px;
  margin: 0 auto -200px;
  padding: 160px 210px 300px;
  position: relative;
  z-index: 2;
}

#projectstory #contents .story_box:last-child {
  margin-bottom: 120px !important;
  margin-top: 200px;

}

#projectstory #contents .bodytxt:last-child {
  padding: 0 0px 50px;
}

.story_box img {
  margin: 0 auto 40px;
  clear: both;
}

#projectstory #contents h4 {
  font-size: 1.7rem;
  padding: 30px 0;
  border-bottom: #006ea8 2px solid;
  margin: 0 0px 30px;
}

#projectstory #contents .bodytxt {
  padding: 0 0px 45px;
  font-size: 1.1rem;
  text-align: justify;
}

#projectstory #contents h3.blue_left {
  width: 86%;
  padding-left: calc(5em + 10 * (100vw - 50em) / (60 - 40));
}

#projectstory #contents h3.blue_right {
  width: 86%;
  float: right;
  padding-right: calc(5em + 10 * (100vw - 50em) / (60 - 40));
}


/*
---------------------------

topmessage

---------------------------
*/


#topmessage #head_contents {
  margin-top: 75px;
}

#topmessage #head_contents .message_box {
  min-height: 780px;
}

#topmessage #head_contents .message_inner {
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: -120px;
  padding-left: calc(5em + 10 * (100vw - 87em) / (60 - 40));
  padding-top: 50px;
  padding-bottom: 70px;
  width: 75%;
}

#topmessage #head_contents .message_inner h2 {
  font-size: 2.3rem;
  padding: 0 0 15px;
  line-height: 1.7;
}

#topmessage #head_contents .message_inner h2 span {
  color: #006ea8;
  font-size: 1.2rem;
}

#topmessage #head_contents .message_inner .contents_body {
  font-size: 1.3rem;

}

#topmessage #contents {
  background: #fff;
  margin: 200px auto;
  max-width: 1160px;
}


#topmessage #contents .message_box {
  background: #fff;
  padding: 80px 200px 160px;
  margin-bottom: 60px;

}

#topmessage #contents h4 {
  font-size: 2.1rem;
  padding: 30px 0;
  border-bottom: #006ea8 2px solid;
  margin: 0 0 30px;
}

#topmessage #contents .bodytxt {
  font-size: 1.1rem;
  padding: 0 0 45px;
  text-align: justify;
  line-height: 2;
  letter-spacing: 0rem;
}

#topmessage #contents img {
  margin: 0;
  width: 100% !important;
  margin: 40px 0 60px;
}

#topmessage #contents .work_ex {
  padding: 0 0 30px;
  text-align: justify;
  font-size: 1.1rem;
}

#topmessage #contents .work_ex span {
  font-weight: bold;
}


/*
---------------------------

cross_talk

---------------------------
*/

#cross_talk #head_contents {
  margin-top: 75px;
  background: #fff;
}


#cross_talk #head_contents .cross_talk_imgs {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #dff2fc 50%, #dff2fc 92%, #fff 92%, #fff 100%);
  min-height: 230px;
  text-align: center;
  padding: 0 0 0px;
}

#cross_talk #head_contents .cross_talk_imgs img {
  width: 100%;
  max-width: 1160px;
}

#cross_talk #head_contents .cross_talk_imgs img.profile_h {
  position: relative;
  z-index: 5;
  max-width: 200px;
  display: block;
  margin: 60px auto -60px;
}

#cross_talk #head_contents .txt_posi {
  position: absolute;
  bottom: 30px;
}

#cross_talk #head_contents h2 {
  font-size: 2.6rem;
  text-align: left;
  line-height: 2;
  margin: 0 auto 45px;
  max-width: 1160px;

}

#cross_talk #head_contents h2 span.subh {
  font-size: 1.4rem;
  color: #006ea8;
}

#cross_talk #head_contents .cross_talk_inner {
  text-align: left;
  padding: 60px 15px 30px;
  background-color: #fff;
  max-width: 1160px;
  margin: 0 auto;
}

#cross_talk #head_contents .cross_talk_inner img.profile_h {
  position: relative;
  z-index: 5;
  max-width: 200px;
  display: block;
  margin: -60px auto 60px;
}

#cross_talk #head_contents .cross_talk_inner ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  padding: 0 30px;
}

#cross_talk #head_contents .cross_talk_inner ul li {
  flex-basis: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  font-size: 1.2rem;
  text-align: center;
}

#cross_talk #head_contents .cross_talk_inner ul li img {
  width: 100%;
  max-width: 260px;
  margin-right: 0px;
  margin-bottom: 12px;
  height: auto;
  max-height: 200px;
}

#cross_talk #head_contents .cross_talk_inner ul li p {
  width: 100%;
  max-width: 260px;
  font-size: 1.7rem;
}

#cross_talk #head_contents .cross_talk_inner ul li span {
  font-size: 0.9rem;
  font-weight: normal;
}

#cross_talk #head_contents .cross_talk_inner ul li span.att {
  color: #004ea2;
  display: inline;
}

#cross_talk #contents {
  background-color: #dff2fc;
  padding: 100px 0 60px;
  max-width: 1160px;
  margin: 0 auto;
}

#cross_talk #contents h3 {
  font-size: 1.6rem;
  text-align: center;
  padding: 20px 0 40px;
  color: #006ea8;
}

#cross_talk #contents .cross_talk_box {
  background: #fff;
  padding: 60px 200px 120px;
  clear: both;
  margin: 120px 0 0;
}

#cross_talk #contents img.line_img_l {
  width: 70%;
  max-width: 800px;
  margin: -80px 0 60px -120px;
  float: left;
}

#cross_talk #contents img.line_img_r {
  width: 70%;
  max-width: 800px;
  margin: -80px -120px 60px 0;
  float: right;
}

#cross_talk dl.talk_line {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#cross_talk dl.talk_line dt {
  flex-basis: 10%;
  text-align: center;
  margin-bottom: 18px;

}

#cross_talk dl.talk_line dt img {
  width: 100%;
  max-width: 100px;
}

#cross_talk dl.talk_line dd {
  flex-basis: 90%;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 12px;
  margin-bottom: 18px;
  font-size: 1.0rem;
}

.cross_btbtn {
  clear: both;
  padding: 60px;
  text-align: center;
}

.cross_btbtn img {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;

}

.ct_menubox {
  clear: both;
}


.ct_menubox .crosstalk_imgs {
  text-align: center;
  position: relative;
  width: 100%;
}

.ct_menubox .crosstalk_imgs {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  z-index: 33;
}

.ct_menubox .crosstalk_imgs .sl_ct_box {
  flex-basis: 50%;
  padding: 30px;
}

.ct_menubox .crosstalk_imgs a {
  width: 100%;

  display: inline-block;
  padding: 0px;
  margin: 0px;
  border: 2px rgba(0, 0, 0, 0) solid;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.ct_menubox .crosstalk_imgs a:hover {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.65);
  border: 2px rgba(0, 110, 168, 1) solid;
  opacity: 1;
}

.ct_menubox .crosstalk_imgs a .img_box {
  width: 100%;
  border-radius: 3px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.ct_menubox .crosstalk_imgs a .img_box .img_inner {
  width: 100%;
  aspect-ratio: 1.55;
  position: relative;
}

.ct_menubox .crosstalk_imgs a .img_box img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ct_menubox .crosstalk_imgs a .img_box .img_inner p.ttl_num {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #006ea8;
  font-size: 0.8rem;
  padding: 10px 22px;
  color: #fff;
}

.ct_menubox .crosstalk_imgs a .img_box p {
  background-color: #fff;
  padding: 30px 0;
  font-weight: 600;
  font-size: 1.2rem;
  margin-top: -5px;
}


/*
---------------------------

information

---------------------------
*/

#info #head_contents .info_inner {
  min-height: 730px;
}

#info #head_contents .info_inner2 {
  background: url(/d_recruit/img/information/info2_hbg.jpg);
  background-size: cover;
  background-position: center top;
  min-height: 730px;
}

#info #head_contents .info_inner h2 {
  font-size: 2.2rem;

}

#info .info_box {
  padding: 130px 30px 120px;
  margin: 0 auto;
  max-width: 1160px;
}

#info .info_box h2 {
  text-align: center;
  font-size: 3.2rem;
  color: #006ea8;
  margin: 30px 0 100px;
}

#info .info_box dl {
  flex-direction: row;
}


#info .info_box dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0px 30px;
  border-bottom: 1px dotted #000;
  font-weight: 600;
  text-align: center;
}

#info .info_box dl dd {
  display: block;
  padding: 30px 0px 30px;
  border-bottom: 1px dotted #000;
}

#info .info_box dl dt:first-child {
  border-top: 1px dotted #000;
}

#info .info_box dl dt:first-child+dd {
  border-top: 1px dotted #000;
}


#info .info_box_a {
  padding: 30px 30px 120px;
  background-color: #dff2fc;
}

#info .info_box_a h2 {
  text-align: center;
  font-size: 3.2rem;
  color: #006ea8;
  margin: 130px 0;
}

#info .info_box_a ul {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

#info .info_box_a ul li {
  padding: 60px 30px;
  background-color: #006ea8;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  margin-bottom: 90px;
}

#info .info_box_a ul li.solo {
  width: 48%;
  flex-basis: 48%;
  max-width: 455px;
  max-height: 480px;
}

#info .info_box_a ul li.dubble {
  width: 100%;
  flex-basis: 100%;
  max-width: auto;
  max-height: 480px;
  display: flex;
  flex-direction: row;
}

#info .info_box_a ul li.dubble .dub_inner {
  width: 48%;
  flex-basis: 48%;
  max-width: 455px;
  max-height: 480px;

}

#info .info_box_a ul li.dubble .dub_inner ol li {
padding: 0 50px;
margin: 0;
}

#info .info_box_a ul li.dubble .dub_inner ol li h4 {
  text-align: center;
  padding: 15px 0;
}

#info .info_box_a ul li.dubble .dub_inner ol li p {
  text-align: left;
  padding: 0;
  margin: 0;
}

#info .info_box_a ul li.dubble .dub_inner ol li img {
  width: 100%;
  max-width: 100%;
}

#info .info_box_a ul li.dubble .dub_inner .bx-wrapper .bx-prev {
  background: url(/d_recruit/img/information/prev.svg) no-repeat !important;
  margin: 0;
 }
#info .info_box_a ul li.dubble .dub_inner .bx-wrapper .bx-next {
  background: url(/d_recruit/img/information/next.svg) no-repeat !important ;
  background-position: right 0 top;
  margin: 0;
 }

#info .info_box_a ul li h3 {
  font-size: 2.1rem;
  padding-bottom: 30px;
}

#info .mynavi_box {
  text-align: center;
  padding: 0 0 100px;
  display: flex;
  flex-direction: column;
}

#info .mynavi_box:last-of-type {
  padding: 100px 0 0px;
}

#info .mynavi_box p {
  color: #ce302d;
  font-size: 1.2rem;
  padding: 0 0 15px;
}

#info .info_box_a ul li img {
  max-width: 200px;
}

#info .info_box_a ul li p {
  font-size: 0.9rem;
  padding-top: 30px;
}

#news h2 {
  text-align: left;
  font-size: 3.2rem;
  margin: 30px 0 100px;
}


#news .news_box {
  width: 100%;
  max-width: 1160px;
  margin: 12px auto;
  display: flex;
  flex-direction: row;
  /*justify-content: center;*/
  align-items: start;
}

#news .news_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 18px;
}

#news .news_inner_a {
  width: 100%;
  min-height: 250px;
  flex-basis: 30%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

#news .news_inner_a ul {
  display: flex;
  flex-direction: column;
}

#news .news_inner_a ul li {
  padding: 10px 0;
}

#news .news_inner_a ul li.is-active {
  font-weight: bold;
}

#news .news_inner_a ul li::before {
  content: '●';
  font-size: 0.8rem;
  color: #231815;
  padding-right: 10px;
}

#news .news_inner_a ul li.is-active::before {
  content: '●';
  font-size: 1rem;
  color: #006ea8;
  padding-right: 10px;
}

#news .news_inner_b {
  width: 100%;
  flex-basis: 70%;
  margin-top: 180px;
}

#news ul#topnews_list {
  margin: 20px 0;
  width: 100%;
}

#news ul#topnews_list li {
  border-bottom: 1px solid #3e3a39;
  display: flex;
  flex-direction: row;
  justify-content: left;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 25px;
  width: 100%;
}

#news ul#topnews_list li p.date,
ul#topnews_list li p.cat_icon {
  flex-basis: 38%;
}

#news ul#topnews_list li span.cat_icon {
  padding: 8px 16px;
  background-color: #dff2fc;
  text-align: center;
  display: inline-block;
  margin-left: 18px;
}

#news ul#topnews_list li p.news_ttl {
  flex-basis: 60%;
  padding: 12px 0;
}



/* フッタ */
footer {
  width: 100%;
  background-color: #fff;
  padding: 80px 0;
}

footer .foot_inner {
  max-width: 1100px;
  margin: 0 auto 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}

.foot_id {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 0.68rem;
  padding: 10px 0 0px;
  flex-basis: 30%;
}

.foot_id p {
  padding: 15px;
  margin: 15px 0;
  border-bottom: 1px solid #231815;
  font-size: 1.0rem;
  text-align: left;
}

.foot_menu {
  flex-basis: 50%;
}

.toptop_pc {
  flex-basis: 20%;
  padding-top: 60px;
  text-align: right;
}

.foot_menu ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.foot_menu ul li {
  flex-basis: 34%;
  padding: 15px;
  margin: 15px;
  border-bottom: 1px solid #231815;
}

.foot_id img.id_rogo {
  max-width: 200px;
}

footer a.totop img {
  max-width: 60px;
  width: 100%;
}

.foot_adress p.adress a {
  color: #004ea2;
  padding-bottom: 12px;
}

.foot_adress {
  flex-basis: 100%;
  padding-top: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.adress {
  padding: 20px 0;
}

.adress span {
  font-size: 1.2rem;
  font-weight: 400;
  margin-right: 30px;
}

.copyright {
  padding: 20px 0;
}


/*フッターまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}

/* フッタ ここまで */