@charset "UTF-8";
@media screen and (min-width: 970px), screen and (min-width: 641px) and (max-width: 969px) {
  .smart_only {
    display: none;
  }
}
@media screen and (min-width: 970px) {
  .tabphone_only {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .pc_only {
    display: none;
  }
}
/*-----------------------------------------------
        top
-----------------------------------------------*/
article.front_page {
  background: url(../images/background_img.png) no-repeat -8% 130px;
  background-size: 700px;
}
article.front_page section.front {
  background: url(../images/background_img.png) no-repeat 106% 903px;
  background-size: 700px;
  padding: 30px 0;
}
article.front_page section.front .pickup_allcol {
  position: relative;
  margin: 0 auto;
  font-size: 0;
  width: 1400px;
  height: 840px;
}
@media screen and (max-width: 1399px) {
  article.front_page section.front .pickup_allcol {
    width: 1120px;
    height: 1140px;
  }
}
@media screen and (max-width: 1119px) {
  article.front_page section.front .pickup_allcol {
    width: 840px;
    height: 1470px;
  }
}
@media screen and (max-width: 839px) {
  article.front_page section.front .pickup_allcol {
    width: 560px;
    height: 2240px;
  }
}
@media screen and (max-width: 640px) {
  article.front_page section.front .pickup_allcol {
    width: 100%;
    height: 400vw;
  }
}
article.front_page section.front .pickup_allcol .pickupparentbox {
  width: 280px;
  height: 280px;
}
@media screen and (max-width: 640px) {
  article.front_page section.front .pickup_allcol .pickupparentbox {
    width: auto;
    height: auto;
  }
}
article.front_page section.front .pickup_allcol .pickupparentbox .pickup_title {
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
}
article.front_page section.front .pickup_allcol .pickupparentbox .pickup_title h2 {
  font-size: 3.2rem;
  text-align: center;
  padding: 37.5% 0 25%;
  font-weight: bold;
  font-family: "Copperplate", "Condensed", "SSi";
}
@media screen and (max-width: 640px) {
  article.front_page section.front .pickup_allcol .pickupparentbox .pickup_title h2 {
    font-size: 5vw;
    padding: 18.5vw 0 13.5vw;
    line-height: 6vw;
  }
}
article.front_page section.front .pickup_allcol .pickupparentbox .pickup_title h2.single_line {
  padding: 43% 0 33% 0;
}
article.front_page section.front .pickup_allcol .pickupparentbox .pickup_title p {
  text-align: right;
  margin: 0 15px;
}
@media screen and (max-width: 640px) {
  article.front_page section.front .pickup_allcol .pickupparentbox .pickup_title p {
    font-size: 2.5vw;
  }
}
article.front_page section.front .pickup_allcol .pickupparentbox .pickup_title .pickup_face {
  width: 280px;
  height: 280px;
  display: block;
  position: relative;
  z-index: 10;
  background-color: #00a0e9;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
@media screen and (max-width: 640px) {
  article.front_page section.front .pickup_allcol .pickupparentbox .pickup_title .pickup_face {
    width: 50vw;
    height: 50vw;
  }
}
article.front_page section.front .pickup_allcol .pickupparentbox .pickup_title .pickup_back {
  display: block;
  position: absolute;
  z-index: 5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #898989;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
article.front_page section.front .pickup_allcol .pickupparentbox .pickuptxtarticle {
  padding: 20px;
  height: 110px;
}
@media screen and (max-width: 640px) {
  article.front_page section.front .pickup_allcol .pickupparentbox .pickuptxtarticle {
    height: 16vw;
    padding: 3vw;
  }
}
article.front_page section.front .pickup_allcol .pickupparentbox .pickuptxtarticle .date {
  font-weight: bold;
  font-size: 1.9rem;
}
@media screen and (max-width: 640px) {
  article.front_page section.front .pickup_allcol .pickupparentbox .pickuptxtarticle .date {
    font-size: 3vw;
  }
}
article.front_page section.front .pickup_allcol .pickupparentbox .pickuptxtarticle P {
  text-align: left;
}
@media screen and (max-width: 640px) {
  article.front_page section.front .pickup_allcol .pickupparentbox .pickuptxtarticle P {
    font-size: 2.5vw;
    line-height: 4vw;
  }
}
article.front_page section.front .pickup_allcol .pickupparentbox .pickup_image {
  width: 100%;
}
article.front_page section.front .pickup_allcol .pickupparentbox_more {
  width: 280px;
  height: 280px;
}
@media screen and (max-width: 640px) {
  article.front_page section.front .pickup_allcol .pickupparentbox_more {
    width: auto;
    height: auto;
  }
}
article.front_page section.front .pickup_allcol .pickupparentbox_more .pickup_title {
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
}
article.front_page section.front .pickup_allcol .pickupparentbox_more .pickup_title h2 {
  font-size: 3.2rem;
  text-align: center;
  padding: 37.5% 0 25%;
  font-weight: bold;
  font-family: "Copperplate", "Condensed", "SSi";
}
@media screen and (max-width: 640px) {
  article.front_page section.front .pickup_allcol .pickupparentbox_more .pickup_title h2 {
    font-size: 5vw;
    padding: 18.5vw 0 13.5vw;
    line-height: 6vw;
  }
}
article.front_page section.front .pickup_allcol .pickupparentbox_more .pickup_title h2.single_line {
  padding: 43% 0 33% 0;
}
article.front_page section.front .pickup_allcol .pickupparentbox_more .pickup_title p {
  text-align: right;
  margin: 0 15px;
}
@media screen and (max-width: 640px) {
  article.front_page section.front .pickup_allcol .pickupparentbox_more .pickup_title p {
    font-size: 2.5vw;
  }
}
article.front_page section.front .pickup_allcol .pickupparentbox_more .pickup_title .pickup_face {
  width: 280px;
  height: 280px;
  display: block;
  position: relative;
  z-index: 10;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
@media screen and (max-width: 640px) {
  article.front_page section.front .pickup_allcol .pickupparentbox_more .pickup_title .pickup_face {
    width: 50vw;
    height: 50vw;
  }
}
article.front_page section.front .pickup_allcol .pickupparentbox_more .pickup_title .pickup_face h2 {
  color: #00a0e9;
}
article.front_page section.front .pickup_allcol .pickupparentbox_more .pickup_title .pickup_face p {
  color: #00a0e9;
}
article.front_page section.front .pickup_allcol .pickupparentbox_more .pickup_title .pickup_back {
  display: block;
  position: absolute;
  z-index: 5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #898989;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
@media screen and (max-width: 640px) {
  article.front_page section.front .pickup_allcol .pickupparentbox_more .pickup_title .pickup_back {
    display: none;
  }
}
article.front_page section.front .pickup_allcol .pickupparentbox_more .pickup_title .pickup_back a:hover {
  text-decoration: underline;
  text-decoration-color: #fff;
}
article.front_page section.front .pickup_allcol .pickupparentbox_more .pickuptxtarticle {
  padding: 20px;
  height: 110px;
}
@media screen and (max-width: 640px) {
  article.front_page section.front .pickup_allcol .pickupparentbox_more .pickuptxtarticle {
    height: 16vw;
    padding: 3vw;
  }
}
article.front_page section.front .pickup_allcol .pickupparentbox_more .pickuptxtarticle .date {
  font-weight: bold;
  font-size: 1.9rem;
}
@media screen and (max-width: 640px) {
  article.front_page section.front .pickup_allcol .pickupparentbox_more .pickuptxtarticle .date {
    font-size: 3vw;
  }
}
article.front_page section.front .pickup_allcol .pickupparentbox_more .pickuptxtarticle P {
  text-align: left;
}
@media screen and (max-width: 640px) {
  article.front_page section.front .pickup_allcol .pickupparentbox_more .pickuptxtarticle P {
    font-size: 2.5vw;
    line-height: 4vw;
  }
}
article.front_page section.front .pickup_allcol .pickupparentbox_more .pickup_image {
  width: 100%;
}
article.front_page section.front .pickup_allcol .bg_blue p {
  color: #fff;
}
article.front_page section.front .pickup_allcol .bg_blue h2 {
  color: #fff;
}
article.front_page section.front .pickup_allcol .bg_blue .pickup_title:hover .pickup_face, article.front_page section.front .pickup_allcol .bg_blue .pickup_title.hover .pickup_face {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media screen and (max-width: 640px) {
  article.front_page section.front .pickup_allcol .bg_blue .pickup_title:hover .pickup_face, article.front_page section.front .pickup_allcol .bg_blue .pickup_title.hover .pickup_face {
    transform: none;
  }
}
article.front_page section.front .pickup_allcol .bg_blue .pickup_title:hover .pickup_back, article.front_page section.front .pickup_allcol .bg_blue .pickup_title.hover .pickup_back {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  transform: rotateY(0);
}
@media screen and (max-width: 640px) {
  article.front_page section.front .pickup_allcol .bg_blue .pickup_title:hover .pickup_back, article.front_page section.front .pickup_allcol .bg_blue .pickup_title.hover .pickup_back {
    transform: none;
  }
}
article.front_page section.front .pickup_allcol .bg_blue .pickup_back a:hover {
  text-decoration: underline;
  text-decoration-color: #fff;
}
article.front_page section.front .pickup_allcol .rotation_none p {
  color: #fff;
}
article.front_page section.front .pickup_allcol .rotation_none h2 {
  color: #fff;
}
article.front_page section.front .col1, article.front_page section.front .col2, article.front_page section.front .col3, article.front_page section.front .col4, article.front_page section.front .col5, article.front_page section.front .col6, article.front_page section.front .col7, article.front_page section.front .col8, article.front_page section.front .col9, article.front_page section.front .col10, article.front_page section.front .col11, article.front_page section.front .col12, article.front_page section.front .col13, article.front_page section.front .col14, article.front_page section.front .col15, article.front_page section.front .col16 {
  position: absolute;
  display: none;
}

/*　社長挨拶　*/
#president_message .word .word_all {
  margin: 25px auto 135px;
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#president_message .word .word_all .president_img {
  max-width: 258px;
  width: 42%;
}
@media screen and (max-width: 640px), screen and (min-width: 641px) and (max-width: 969px) {
  #president_message .word .word_all .president_img {
    width: 100%;
  }
}
#president_message .word .word_all .president_word {
  width: 44.2%;
  margin: 0 10px 10px 10px;
  line-height: 30px;
}
@media screen and (max-width: 640px), screen and (min-width: 641px) and (max-width: 969px) {
  #president_message .word .word_all .president_word {
    width: 100%;
  }
}
#president_message .word .word_all .president_word p {
  font-size: 1.3rem;
  line-height: 27px;
}
#president_message .word .word_all .president_word .president_character {
  font-family: "Gothic MB101 Regular";
  letter-spacing: -1px;
  line-height: 28px;
}
#president_message .word .word_all .president_word h3.beginning {
  font-size: 2rem;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
@media screen and (max-width: 640px), screen and (min-width: 641px) and (max-width: 969px) {
  #president_message .word .word_all .president_word h3.beginning {
    text-align: center;
    margin-top: 20px;
  }
}
#president_message .word .word_all .president_word .name_president {
  width: 257px;
  padding: 27px 0;
  margin-right: 0;
}
#president_message .word .word_all .president_word .name_president p {
  float: left;
  font-family: "Gothic MB101 Regular";
}
#president_message .word .word_all .president_word .name_president .name {
  margin: 27px 0 0 10px;
  font-size: 2.5rem;
  font-family: "ManyoGyoshoStd-E";
}

/*　アクセス　*/
#access section.address {
  margin-bottom: 50px;
}
#access section.address .office {
  width: 56%;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  #access section.address .office {
    width: 100%;
  }
}
#access section.address .office h3 {
  font-size: 2rem;
}
#access section.address .office address {
  margin: 20px 0;
  font-size: 1.4rem;
  font-style: normal;
  font-family: "Gothic MB101 Regular";
}
#access section.address .office .map iframe {
  width: 100%;
}
#access section.address .office .google_map_link {
  color: #22419f;
  text-decoration: underline;
}
#access section.address .office .google_map_link span.arrow {
  color: #fff;
  font-size: 1rem;
  background-color: #225b9d;
  border-radius: 5px;
  padding: 3px;
}
#access section.address .office .print_icon {
  width: 100px;
  background-color: #014c94;
  color: #fff;
  text-align: center;
  margin-right: 0;
}

/*　経営理念　*/
#vision .vision_contents .philosophy {
  margin: 70px auto 135px auto;
}
#vision .vision_contents .philosophy p {
  margin-top: 45px;
  font-size: 1.4rem;
}
#vision .vision_contents .philosophy h3.vision_comment {
  font-family: "Condensed";
  font-size: 14rem;
  line-height: 125px;
  transform: scale(1.5, 1);
  width: 37%;
}
@media screen and (max-width: 1200px) {
  #vision .vision_contents .philosophy h3.vision_comment {
    font-size: 12vw;
    line-height: 10.5vw;
  }
}
@media screen and (max-width: 640px) {
  #vision .vision_contents .philosophy h3.vision_comment {
    width: 56%;
    font-size: 17vw;
    line-height: 10.5vw;
  }
}
#vision .vision_contents .philosophy .space {
  line-height: 3.7rem;
  letter-spacing: 2.1px;
  width: 53%;
  font-family: "Gothic MB101 Regular";
}
@media screen and (max-width: 640px) {
  #vision .vision_contents .philosophy .space {
    width: 80%;
  }
}

/*　沿革　*/
#history .history_contents .chronology {
  width: 52%;
  margin: 80px auto;
}
@media screen and (max-width: 949px) {
  #history .history_contents .chronology {
    width: 74%;
  }
}
@media screen and (max-width: 640px) {
  #history .history_contents .chronology {
    width: 100%;
  }
}
#history .history_contents .chronology li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  border-bottom: 1px solid #231815;
}
@media screen and (max-width: 640px) {
  #history .history_contents .chronology li {
    width: 100%;
    display: block;
  }
}
#history .history_contents .chronology li .age {
  margin-left: 0;
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 640px) {
  #history .history_contents .chronology li .age {
    width: 140px;
  }
}
#history .history_contents .chronology li .age .chronology {
  margin: 0;
  padding: 10px 0 10px 10px;
  font-size: 1.4rem;
  font-family: "Gothic MB101 Bold";
}
#history .history_contents .chronology li .age .month {
  width: 50px;
  text-align: right;
  padding: 10px 15px 10px 0;
  font-size: 1.4rem;
  font-family: "Gothic MB101 Bold";
}
@media screen and (max-width: 640px) {
  #history .history_contents .chronology li .age .month {
    width: 100px;
  }
}
#history .history_contents .chronology li .history_text {
  width: 76%;
  margin-left: 0;
  padding: 10px 10px 10px 0;
  width: 70%;
}
@media screen and (max-width: 640px) {
  #history .history_contents .chronology li .history_text {
    width: 95%;
    padding: 10px;
  }
}
#history .history_contents .chronology li .history_text p {
  text-align: left;
  font-size: 1.4rem;
  font-family: "Gothic MB101 Regular";
}
#history .history_contents .chronology .bottom_line {
  border-bottom: none;
}

/*　採用情報　*/
#info .info_contents .breakdown {
  width: 60%;
  margin: 80px auto;
}
@media screen and (max-width: 718px) {
  #info .info_contents .breakdown {
    width: 67%;
  }
}
@media screen and (max-width: 640px) {
  #info .info_contents .breakdown {
    width: 90%;
  }
}
#info .info_contents .breakdown dl {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid #231815;
}
@media screen and (max-width: 640px) {
  #info .info_contents .breakdown dl {
    display: block;
  }
}
#info .info_contents .breakdown dl dt {
  width: 100px;
  margin: 0;
  padding: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Gothic MB101 Bold";
}
#info .info_contents .breakdown dl dd {
  width: 80%;
  text-align: left;
  margin: 0;
  padding: 10px;
  font-size: 1.4rem;
  font-family: "Gothic MB101 Regular";
}
@media screen and (max-width: 640px) {
  #info .info_contents .breakdown dl dd {
    width: 96%;
  }
}
#info .info_contents .breakdown .info_bottom {
  border-bottom: none;
}
#info .info_contents .interview_link {
  display: block;
  width: 60%;
  margin-bottom: 80px;
  font-family: "Gothic MB101 Regular";
}
@media screen and (max-width: 640px) {
  #info .info_contents .interview_link {
    width: 90%;
  }
}
#info .info_contents .interview_link a {
  color: #004ea2;
  font-size: 1.4rem;
}

/*　事業紹介　*/
#work .work_contents .work_col:hover {
  transition: outline 0.3s;
  outline: #102988 4px solid;
}
#work .work_contents .work_col_dummy {
  margin: 60px auto;
  width: 250px;
}
@media screen and (max-width: 906px) {
  #work .work_contents .work_col_dummy {
    display: none;
  }
}
#work .work_contents .work_all {
  margin: 60px auto;
  width: 87%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 590px) {
  #work .work_contents .work_all {
    width: 100%;
  }
}
#work .work_contents .work_all .work_col {
  margin: 5px auto;
  width: 250px;
}
@media screen and (max-width: 540px) {
  #work .work_contents .work_all .work_col {
    width: 48%;
    margin: 5px auto;
  }
}
#work .work_contents .work_all .work_col .work_img {
  margin: 0 auto;
  background-color: #efefef;
  padding: 40px 10px;
}
#work .work_contents .work_all .work_col .job_name {
  font-size: 1.3rem;
  background-color: #b5b5b6;
  text-align: right;
  padding-right: 5px;
}
#work .work_contents .work_all .blank_col {
  background-color: transparent;
}
@media screen and (max-width: 906px) {
  #work .work_contents .work_all .blank_col {
    display: none;
  }
}
#work .work_contents .modal {
  background-color: rgba(239, 239, 255, 0.95);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #work .work_contents .modal {
    margin-top: -20%;
    height: 120%;
  }
}
#work .work_contents .modal .inner {
  margin: auto;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 600px;
}
@media only screen and (max-width: 960px) {
  #work .work_contents .modal .inner {
    width: 90%;
  }
}
#work .work_contents .modal dl dt {
  text-align: center;
  color: #014c94;
  font-size: 30px;
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media only screen and (max-width: 960px) {
  #work .work_contents .modal dl dt {
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 20px;
  }
}
#work .work_contents .modal dl dd {
  text-align: left;
  color: #000;
  font-size: 16px;
  font-size: 25px;
  font-size: 1.6rem;
  line-height: 2;
  word-break: normal;
}
@media only screen and (max-width: 960px) {
  #work .work_contents .modal dl dd {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
}
#work .work_contents .modal dl dd ul {
  margin: 40px auto;
  width: 410px;
}
@media only screen and (max-width: 960px) {
  #work .work_contents .modal dl dd ul {
    margin: 20px auto;
    width: auto;
  }
}
#work .work_contents .modal dl dd ul li {
  text-align: left;
  text-indent: -2.4em;
  padding-left: 2.4em;
}
#work .work_contents .modal .close {
  text-align: center;
  margin-top: 50px;
}
@media only screen and (max-width: 960px) {
  #work .work_contents .modal .close {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 30px;
  }
}
#work .work_contents .modal .close a {
  text-align: center;
  color: #014c94;
}
@media only screen and (min-width: 960px) {
  #work .work_contents .modal .close a:hover {
    text-decoration: none;
  }
}

/*　会社概要　*/
#profile .profile_contents .outline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 140px auto;
}
@media screen and (max-width: 640px) {
  #profile .profile_contents .outline {
    margin: 60px auto;
  }
}
#profile .profile_contents .outline .breakdown {
  width: 34%;
  margin-right: 2%;
}
@media screen and (max-width: 969px) {
  #profile .profile_contents .outline .breakdown {
    width: 45%;
  }
}
@media screen and (max-width: 640px) {
  #profile .profile_contents .outline .breakdown {
    width: 90%;
    margin: 0 auto;
  }
}
#profile .profile_contents .outline .breakdown dl {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid #231815;
  width: 100%;
}
@media screen and (max-width: 640px) {
  #profile .profile_contents .outline .breakdown dl {
    display: block;
  }
}
#profile .profile_contents .outline .breakdown dl dt {
  width: 20%;
  min-width: 75px;
  margin: 0;
  padding: 10px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-family: "Gothic MB101 Regular";
}
#profile .profile_contents .outline .breakdown dl .interval_wide {
  letter-spacing: 23px;
}
#profile .profile_contents .outline .breakdown dl .interval_little {
  letter-spacing: 6px;
}
#profile .profile_contents .outline .breakdown dl dd {
  text-align: left;
  margin: 0;
  padding: 10px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-family: "Gothic MB101 Regular";
}
#profile .profile_contents .outline .breakdown .profile_foot {
  border-bottom: none;
}
#profile .profile_contents .outline .company_building {
  width: 35%;
  margin-left: 30px;
}
@media screen and (max-width: 640px) {
  #profile .profile_contents .outline .company_building {
    width: 90%;
    margin: 30px auto;
  }
}

/*　csr　*/
#csr section.csr_contents .philosophy {
  width: 80%;
  margin: 50px auto;
}
@media screen and (max-width: 640px) {
  #csr section.csr_contents .philosophy {
    width: 90%;
  }
}
#csr section.csr_contents .philosophy p.csr_comment {
  font-size: 1.7rem;
  line-height: 34px;
  letter-spacing: 1.7px;
}
#csr section.csr_contents .csr_all {
  width: 75%;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  #csr section.csr_contents .csr_all {
    width: 90%;
  }
}
#csr section.csr_contents .csr_all .content_box {
  padding: 50px 0;
}
#csr section.csr_contents .csr_all .content_box .contents_title {
  border-bottom: 1px solid #231815;
}
#csr section.csr_contents .csr_all .content_box .contents_title p {
  font-size: 2rem;
  padding: 10px;
  line-height: 30px;
}
#csr section.csr_contents .csr_all .content_box .csr_text {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#csr section.csr_contents .csr_all .content_box .csr_text .left_image_csr {
  width: 54%;
}
@media screen and (max-width: 876px) {
  #csr section.csr_contents .csr_all .content_box .csr_text .left_image_csr {
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  #csr section.csr_contents .csr_all .content_box .csr_text .left_image_csr {
    width: 100%;
  }
}
#csr section.csr_contents .csr_all .content_box .csr_text .right_sentence_csr {
  width: 43%;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 876px) {
  #csr section.csr_contents .csr_all .content_box .csr_text .right_sentence_csr {
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  #csr section.csr_contents .csr_all .content_box .csr_text .right_sentence_csr {
    width: 100%;
  }
}
#csr section.csr_contents .csr_all .content_box .csr_text .right_sentence_csr p {
  font-family: "Gothic MB101 Regular";
  line-height: 39px;
  letter-spacing: 0.2px;
  font-size: 1.4rem;
}

/*　インタビュー　*/
@media screen and (max-width: 640px) {
  #interview .interview_contents {
    width: 100%;
  }
}
#interview .interview_contents .interview_all {
  margin: 50px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#interview .interview_contents .interview_all .individual {
  width: 240px;
  margin: 40px 16px;
  position: relative;
}
@media screen and (max-width: 572px) {
  #interview .interview_contents .interview_all .individual {
    width: 45%;
    margin: 40px 2%;
  }
}
#interview .interview_contents .interview_all .individual .employee_photo {
  width: 240px;
}
@media screen and (max-width: 572px) {
  #interview .interview_contents .interview_all .individual .employee_photo {
    width: 100%;
  }
}
#interview .interview_contents .interview_all .individual .name_all {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  width: 240px;
  background-color: rgba(255, 255, 255, 0.7);
  height: 96px;
}
@media screen and (max-width: 572px) {
  #interview .interview_contents .interview_all .individual .name_all {
    width: 100%;
    position: static;
  }
}
#interview .interview_contents .interview_all .individual .name_all .affiliation {
  padding: 20px 0;
}
@media screen and (max-width: 640px) {
  #interview .interview_contents .interview_all .individual .name_all .affiliation {
    padding: 10px 0;
  }
}
#interview .interview_contents .interview_all .individual .name_all .affiliation .department {
  font-size: 1.4rem;
  font-family: "UDMinchoPr6-M";
}
@media screen and (max-width: 572px) {
  #interview .interview_contents .interview_all .individual .name_all .affiliation .department {
    line-height: 5vw;
  }
}
#interview .interview_contents .interview_all .individual .name_all .affiliation .department .mobile_only {
  display: none;
}
@media screen and (max-width: 640px) {
  #interview .interview_contents .interview_all .individual .name_all .affiliation .department .mobile_only {
    display: block;
  }
}
#interview .interview_contents .interview_all .individual .name_all .affiliation .name_department {
  font-size: 2rem;
  font-family: "UDMinchoPr6-M";
}
#interview .interview_contents .interview_all .individual .name_all .arrow_link {
  background-color: #ea5514;
  width: 35px;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  margin-right: 0;
  line-height: 90px;
}

/*　singleインタビュー　*/
#interview_single .interview_single_contents {
  margin-top: 30px;
}
#interview_single .interview_single_contents .single_contents {
  position: relative;
}
#interview_single .interview_single_contents .single_contents .profile {
  position: absolute;
  top: 0;
  width: 30%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 769px) {
  #interview_single .interview_single_contents .single_contents .profile {
    background-color: transparent;
    position: static;
    width: 100%;
  }
}
#interview_single .interview_single_contents .single_contents .profile .name_contents {
  width: 74%;
  margin-left: 25%;
}
@media screen and (max-width: 769px) {
  #interview_single .interview_single_contents .single_contents .profile .name_contents {
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  #interview_single .interview_single_contents .single_contents .profile .name_contents {
    width: 90%;
    margin: 0 auto;
  }
}
#interview_single .interview_single_contents .single_contents .profile .name_contents p {
  line-height: 50px;
}
@media screen and (max-width: 769px) {
  #interview_single .interview_single_contents .single_contents .profile .name_contents p {
    line-height: 20px;
  }
}
#interview_single .interview_single_contents .single_contents .profile .name_contents .center_name {
  margin-top: 40%;
  line-height: 20px;
  font-family: "UDMinchoPr6-M";
}
@media screen and (max-width: 1299px) {
  #interview_single .interview_single_contents .single_contents .profile .name_contents .center_name {
    margin-top: 20%;
  }
}
@media screen and (max-width: 769px) {
  #interview_single .interview_single_contents .single_contents .profile .name_contents .center_name {
    margin: 0;
    padding: 40px 0;
    border-bottom: solid 2px #000;
  }
}
#interview_single .interview_single_contents .single_contents .profile .name_contents .katakana_name {
  padding-top: 20px;
  font-family: "UDMinchoPr6-M";
}
#interview_single .interview_single_contents .single_contents .profile .name_contents .name_big {
  font-size: 4rem;
  line-height: 60px;
  letter-spacing: 5px;
  font-family: "UDMinchoPr6-M";
}
@media screen and (max-width: 1116px) {
  #interview_single .interview_single_contents .single_contents .profile .name_contents .name_big {
    font-size: 3.5vw;
    line-height: 4.5vw;
  }
}
@media screen and (max-width: 769px) {
  #interview_single .interview_single_contents .single_contents .profile .name_contents .name_big {
    font-size: 4rem;
    line-height: 60px;
  }
}
#interview_single .interview_single_contents .single_contents .profile .name_contents dl {
  padding-top: 15%;
  width: 85%;
  margin-left: 0;
}
@media screen and (max-width: 769px) {
  #interview_single .interview_single_contents .single_contents .profile .name_contents dl {
    padding-top: 20px;
    width: 100%;
  }
}
#interview_single .interview_single_contents .single_contents .profile .name_contents dl dt {
  font-family: "Gothic MB101 Regular";
}
@media screen and (max-width: 1116px) {
  #interview_single .interview_single_contents .single_contents .profile .name_contents dl dt {
    font-size: 1.4vw;
    line-height: 2.5vw;
  }
}
@media screen and (max-width: 769px) {
  #interview_single .interview_single_contents .single_contents .profile .name_contents dl dt {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}
#interview_single .interview_single_contents .single_contents .profile .name_contents dl dd {
  font-size: 1.4rem;
  font-family: "Gothic MB101 Regular";
}
@media screen and (max-width: 1116px) {
  #interview_single .interview_single_contents .single_contents .profile .name_contents dl dd {
    font-size: 1.1vw;
    line-height: 2.5vw;
  }
}
@media screen and (max-width: 769px) {
  #interview_single .interview_single_contents .single_contents .profile .name_contents dl dd {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}
#interview_single .interview_single_contents .profile_bottom {
  margin: 80px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#interview_single .interview_single_contents .profile_bottom .bottom_image {
  width: 20%;
}
@media screen and (max-width: 640px) {
  #interview_single .interview_single_contents .profile_bottom .bottom_image {
    width: 90%;
  }
}
#interview_single .interview_single_contents .profile_bottom .bottom_image img {
  margin-bottom: 40px;
}
#interview_single .interview_single_contents .profile_bottom .profile_right_col {
  width: 50%;
}
@media screen and (max-width: 640px) {
  #interview_single .interview_single_contents .profile_bottom .profile_right_col {
    width: 90%;
  }
}
#interview_single .interview_single_contents .profile_bottom .profile_right_col p {
  line-height: 31px;
  font-size: 1.4rem;
  letter-spacing: -0.4px;
  font-family: "Gothic MB101 Regular";
}
#interview_single .interview_single_contents .profile_bottom .profile_right_col .sentence_title {
  font-size: 2.4rem;
  padding-bottom: 40px;
  font-family: "Gothic MB101 Medium";
}
#interview_single .interview_single_contents .profile_bottom .profile_right_col .link_induction {
  color: #004ea2;
  display: block;
  margin-top: 15px;
  font-family: "Gothic MB101 Regular";
}

/*　お問い合わせ　*/
#inquiry .inquiry_contents {
  margin: 30px auto;
  width: 48%;
}
@media screen and (max-width: 969px) {
  #inquiry .inquiry_contents {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  #inquiry .inquiry_contents {
    width: 100%;
  }
}
#inquiry .inquiry_contents .content_inquiry p {
  font-size: 1.4rem;
  font-family: "Gothic MB101 Regular";
}
@media screen and (max-width: 640px) {
  #inquiry .inquiry_contents .content_inquiry p {
    padding-bottom: 20px;
    width: 90%;
  }
}
#inquiry .inquiry_contents .content_inquiry .line_only {
  display: none;
}
@media screen and (max-width: 640px) {
  #inquiry .inquiry_contents .content_inquiry .line_only {
    display: block;
    border-bottom: 1px solid #231815;
    margin-bottom: 20px;
  }
}
#inquiry .inquiry_contents .content_inquiry .red {
  color: #e60012;
}
#inquiry .inquiry_contents .content_inquiry .all_forms {
  margin: 30px 0;
}
@media screen and (max-width: 640px) {
  #inquiry .inquiry_contents .content_inquiry .all_forms {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #231815;
  }
}
#inquiry .inquiry_contents .content_inquiry .all_forms dl {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  #inquiry .inquiry_contents .content_inquiry .all_forms dl {
    border-bottom: 1px solid #231815;
    padding-bottom: 20px;
    margin-bottom: 0;
    width: 100%;
  }
}
#inquiry .inquiry_contents .content_inquiry .all_forms dl dt {
  float: left;
  font-size: 1.4rem;
  width: 25%;
}
@media screen and (max-width: 640px) {
  #inquiry .inquiry_contents .content_inquiry .all_forms dl dt {
    float: none;
    padding: 10px 0 20px;
    width: 90%;
    margin: 0 auto;
  }
}
#inquiry .inquiry_contents .content_inquiry .all_forms dl dd {
  width: 60%;
  float: left;
  font-size: 1.4rem;
  font-family: "Gothic MB101 Regular";
}
@media screen and (max-width: 640px) {
  #inquiry .inquiry_contents .content_inquiry .all_forms dl dd {
    width: 90%;
    margin-left: 2%;
  }
}
#inquiry .inquiry_contents .content_inquiry .all_forms dl dd input {
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 8px 0.5rem;
  margin: 0 5px 5px;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.05) inset;
  font-size: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 640px) {
  #inquiry .inquiry_contents .content_inquiry .all_forms dl dd input {
    width: 90%;
  }
}
#inquiry .inquiry_contents .content_inquiry .all_forms dl dd textarea {
  width: 100%;
  height: 200px;
  font-size: 1.5rem;
  padding: 8px 0.5rem;
}
#inquiry .inquiry_contents .content_inquiry .all_forms dl dd .wpcf7-form-control.wpcf7-select {
  border: 1px solid #ccc;
  margin: 0 5px 6px;
  max-width: 100%;
  font-size: 100%;
  width: 150px;
  height: 30px;
}
#inquiry .inquiry_contents .content_inquiry .all_forms dl dd .wpcf7-not-valid-tip {
  color: #e60012;
}
#inquiry .inquiry_contents .content_inquiry .all_forms dl .contact_us {
  width: 64%;
}
@media screen and (max-width: 640px) {
  #inquiry .inquiry_contents .content_inquiry .all_forms dl .contact_us {
    width: 90%;
    margin-left: 3%;
  }
}
#inquiry .inquiry_contents .content_inquiry .all_forms dl .radio_button .wpcf7-list-item {
  width: 150px;
  float: left;
}
#inquiry .inquiry_contents .content_inquiry .all_forms dl .radio_button .wpcf7-list-item input {
  width: 20px;
  box-shadow: none;
}
#inquiry .inquiry_contents .content_inquiry .all_forms dl .radio_button .wpcf7-list-item .wpcf7-list-item-label {
  float: left;
  margin: 0 10px;
}
#inquiry .inquiry_contents .content_inquiry .all_forms .send .button {
  text-align: center;
}
@media screen and (max-width: 640px) {
  #inquiry .inquiry_contents .content_inquiry .all_forms .send .button {
    padding: 20px 0;
  }
}
#inquiry .inquiry_contents .content_inquiry .all_forms .send .button input {
  background-color: #898989;
  color: #fff;
  width: 200px;
  padding: 5px 0;
  text-align: center;
  font-size: 1.5rem;
}
#inquiry .inquiry_contents .content_inquiry .all_forms .screen-reader-response {
  color: #e60012;
}
#inquiry .inquiry_contents .content_inquiry .all_forms .screen-reader-response ul li {
  display: none;
}
#inquiry .inquiry_contents .content_inquiry .all_forms .wpcf7-response-output {
  display: none;
}

/*-----------------------------------------------
        404ページ
-----------------------------------------------*/
#primary .error-404 .page-content {
  width: 90%;
}
#primary .error-404 .page-content h1 {
  text-align: center;
  font-size: 7rem;
  padding: 100px 10px 10px 10px;
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  #primary .error-404 .page-content h1 {
    width: 80%;
    font-size: 9vw;
  }
}

#primary .error-404 .page-content p {
  text-align: center;
}
@media screen and (max-width: 640px) {
  #primary .error-404 .page-content p {
    font-size: 1rem;
  }
}
#primary .error-404 .page-content .not_located {
  font-size: 2rem;
  padding: 10px 0 30px 0;
}
@media screen and (max-width: 640px) {
  #primary .error-404 .page-content .not_located {
    font-size: 1.2rem;
  }
}
#primary .error-404 .page-content .home_icon {
  text-align: center;
  margin-top: 100px;
  padding-bottom: 100px;
}
#primary .error-404 .page-content .home_icon a {
  background-color: #00a0e9;
  padding: 20px 50px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 2px #9a999c;
  color: #fff;
}

/*-----------------------------------------------
        sitemap
-----------------------------------------------*/
#sitemap {
  padding-bottom: 50px;
}
#sitemap #content {
  padding-top: 50px;
  width: 70%;
}
#sitemap ul li {
  border-bottom: 1px solid #eee;
  font-size: 1.4rem;
}
#sitemap ul li span {
  padding-left: 20px;
  padding-right: 10px;
  font-size: 1.4rem;
  color: #00a0e9;
}
#sitemap ul li a {
  color: #000000;
}
#sitemap ul li.side {
  padding-left: 40px;
}
#sitemap ul li.cat-item:before {
  content: "＞";
}
#sitemap ul li.cat-item:first-letter {
  padding-left: 40px;
  padding-right: 10px;
  font-size: 1.4rem;
  color: #00a0e9;
}
#sitemap ul li:hover {
  background-color: #00a0e9;
}
#sitemap ul li:hover a {
  color: #fff;
}

/*-----------------------------------------------
        準備中ページ
-----------------------------------------------*/
#preparation {
  padding: 100px 0;
}
#preparation p {
  font-size: 4rem;
  line-height: 60px;
  text-align: center;
  color: #00a0e9;
}
#preparation .english {
  font-size: 2.5rem;
}
#preparation .homer_return {
  margin-top: 20px;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
