@charset "UTF-8";
/* ===============================================================
CSS information
#このスタイルシートの構成
■リセット
■基本設定
・ヘッダ
・カルーセル
・サイド
・フッタ
=============================================================== */
/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*---------------------------
	基本設定
----------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  background-color: #fff;
  color: #323637;
      font-weight: 500;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0.8;
}

.sp_only {
  display: none;
}

.pc_only {
  display: block;
}

.cFix:after {
  content: "";
  clear: both;
  display: block;
}

.wrapper {
  width: 1080px;
  margin: 0 auto;
}

/* common */
.header_content {
  position: relative;
  z-index: 99;
}
.header_content .head_tag {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/bg_tag.png") no-repeat;
  width: 241px;
  height: 120px;
  padding-top: 13px;
}
.header_content .head_tag span {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.header_content .head_tag .num {
  font-size: 36px;
  margin-top: 6px;
}
.header_content .head_tag .num small {
  font-size: 28px;
}
.header_content .backnumber {
  float: right;
  position: relative;
}
.header_content .backnumber .btn_open {
  color: #ababab;
  font-size: 14px;
  font-weight: bold;
  padding: 24px 50px 20px 0;
  cursor: pointer;
}
.header_content .backnumber .btn_open:hover {
  opacity: 0.8;
}
.header_content .backnumber .btn_open::before, .header_content .backnumber .btn_open::after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.header_content .backnumber .btn_open::before {
  right: 25px;
  width: 8px;
  height: 8px;
  top: 24px;
  bottom: auto;
  border-top: 2px solid #ababab;
  border-right: 2px solid #ababab;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.header_content .backnumber .open_nav {
  position: absolute;
  width: 300px;
  top: 50px;
  right: 10px;
  display: none;
  overflow:auto;
  height:300px;
}
.header_content .backnumber .open_nav ul li a {
  padding: 19px 0 17px 12px;
  font-size: 14px;
  color: #fff;
  background: #323637;
  opacity: .9;
  text-decoration: none;
  display: block;
}
.header_content .backnumber .open_nav ul li a.current, .header_content .backnumber .open_nav ul li a:hover {
  background: #54595a;
}


.profile{
    background:#3F89AD url(../img/index/bg_profile.png) right bottom no-repeat!important;
    padding:2em;
    overflow: hidden;
    font-size: 18px;
    line-height:1.6;
}

.profile h3{
  color:#fff;
  margin-bottom:1em;
}

.profile .img-left{
    float:left;
    margin-right:30px;
}

.profile .info{
  font-weight: bold;
  margin-bottom:1em;
}

.profile .proftext{
  margin-bottom:1em;
}

.clearfix{
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.mb30{
    margin-bottom:30px;
}

.footer_wrap {
  background: #323637;
  padding: 60px 0 75px;
}
.footer_wrap .footer_logo p {
  color: #fff;
  margin-bottom: 18px;
}
.footer_wrap .footer_bnr_area ul li {
  margin-top: 40px;
}
.footer_wrap .footer_bnr_area ul li a {
  display: block;
  position: relative;
  background: #fff;
}
.footer_wrap .footer_bnr_area ul li a .bnr_text {
  position: absolute;
  top: 48px;
  left: 490px;
  color: #323637;
}
.footer_wrap .footer_bnr_area ul li a .bnr_text .title {
  font-weight: bold;
  font-size: 18px;
}
.footer_wrap .footer_bnr_area ul li a .bnr_text .title span {
  vertical-align: bottom;
}
.footer_wrap .footer_bnr_area ul li a .bnr_text .title .num {
  padding-right: 18px;
}
.footer_wrap .footer_bnr_area ul li a .bnr_text .title .name {
  font-size: 24px;
}
.footer_wrap .footer_bnr_area ul li a .bnr_text .text {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 26px;
}
.footer_wrap .footer_bnr_area ul li a::after {
  content: '';
  background: url("../img/common/foot_bnr_arrow.png");
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.footer_wrap .copy {
  text-align: center;
  color: #ababab;
  display: block;
  margin-top: 50px;
}
.footer_wrap .btn_top {
  position: fixed;
  right: 30px;
  bottom: 20px;
}
.footer_wrap .btn_top a {
  display: block;
  background: #248fb2;
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 50%;
}
.footer_wrap .btn_top a::before, .footer_wrap .btn_top a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.footer_wrap .btn_top a::before {
  right: 0;
  left: 0;
  width: 16px;
  height: 16px;
  top: 26px;
  bottom: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.footer_wrap .footer_bnr_list {
  padding: 2rem 0;
}

.footer_wrap .footer_bnr_list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.footer_wrap .footer_bnr_list ul li {
  width: 250px;
  position: relative;
  margin: 0 2rem 2rem 0;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .footer_wrap .footer_bnr_list ul li {
    width: 100%;
    margin: 0 0 1.5rem;
  }
}

.footer_wrap .footer_bnr_list ul li .bnr_img {
  position: relative;
}

@media only screen and (max-width: 640px) {
  .footer_wrap .footer_bnr_list ul li .bnr_img img {
    width: 100%;
    height: auto;
  }
}

.footer_wrap .footer_bnr_list ul li .bnr_text {
  position: absolute;
  bottom: -7.2rem;
  left: 0;
  background: rgba(0,0,0,.4);
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
  color: #fff;
  min-height: 13rem;
  -webkit-transition: .3s;
  transition: .3s;
}

@media only screen and (max-width: 640px) {
  .footer_wrap .footer_bnr_list ul li .bnr_text {
    bottom: 0;
  }
}


.footer_wrap .footer_bnr_list ul li:hover .bnr_text {
  bottom: 0;
}

.footer_wrap .footer_bnr_list ul li .bnr_text .num {
  padding-right: 1rem;
}

.footer_wrap .footer_bnr_list ul li .bnr_text .name_bloc {
  font-size: 1.3rem;
}

@media only screen and (max-width: 640px) {
  .footer_wrap .footer_bnr_list ul li .bnr_text .name_bloc {
    font-size: 1.5rem;
  }
}


.footer_wrap .footer_bnr_list ul li .bnr_text .title {
  line-height: 1.4;
}

.footer_wrap .footer_bnr_list ul li .bnr_text .name {
  font-size: 1.6rem;
  padding: 1rem 0;
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .footer_wrap .footer_bnr_list ul li .bnr_text .name {
    font-size: 1.8rem;
  }
}


.footer_wrap .footer_bnr_list ul li .bnr_text .text {
  font-size: 1.1rem;
  line-height: 1.4;
  padding: .5rem 0 0;
}

@media only screen and (max-width: 640px) {
  .footer_wrap .footer_bnr_list ul li .bnr_text .text {
    font-size: 1.4rem;
  }
}


.main_bloc .main_top .main_txt .main_num .number2 {
  font-size: 4rem;
  display: inline-block;
  float: left;
}


/* content */
.main_bloc {
  padding-bottom: 80px;
}
.main_bloc .main_top {
  position: relative;
}
.main_bloc .main_top h1 {
  position: absolute;
  bottom: -20px;
  text-align: center;
  width: 100%;
}
.main_bloc .main_top .main_txt {
  position: absolute;
  top: 135px;
  left: 560px;
}
.main_bloc .main_top .main_txt p.interview {
  color: #248fb2;
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto;
  font-weight: bold;
  background: url("../img/common/title_interview.png");
  width: 82px;
  height: 15px;
  text-indent: -99999px;
}
.main_bloc .main_top .main_txt .article_title {
  font-size: 30px;
  font-weight: bold;
  color: #323637;
  line-height: 1.5;
  margin-top: 10px;
}
.main_bloc .main_top .main_txt .main_num {
  overflow: hidden;
  padding-left: 231px;
  margin-top: 28px;
  line-height: 1.6;
}
.main_bloc .main_top .main_txt .main_num .number {
  float: left;
}
.main_bloc .main_top .main_txt .main_num .name {
  font-size: 14px;
  padding-left: 90px;
}
.main_bloc .main_top .main_txt .main_num .name span {
  font-size: 18px;
}
.main_bloc .main_bottom {
  margin-top: 50px;
  text-align: center;
  font-size: 18px;
}
.main_bloc .main_bottom p {
  margin-top: 10px;
}
.main_bloc .main_bottom .company {
  font-size: 27px;
  font-weight: bold;
}
.main_bloc .main_bottom .name {
  font-size: 36px;
  font-weight: bold;
}
.main_bloc .main_bottom .ico {
  padding: 0 0.5em;
  font-size: 30px;
}
.main_bloc .main_bottom .mini {
  font-size: 12px;
}

.cont_bloc {
  padding: 0 0 80px;
}
.cont_bloc.bloc01, .cont_bloc.bloc03 {
  background: url("../img/common/bg_bloc01.png");
}
.cont_bloc.bloc02 {
  background: url("../img/common/bg_bloc02.png");
}
.cont_bloc .inner .text_bloc {
  margin-top: 40px;
}
.cont_bloc .inner .text_bloc dl dt {
  float: left;
  padding-right: 12px;
  font-weight: bold;
  line-height: 2;
  font-size: 16px;
  letter-spacing: -0.03em;
}
.cont_bloc .inner .text_bloc dl dd {
  line-height: 2;
  font-size: 16px;
  letter-spacing: -0.03em;
}
dl.mt30{
  margin-top:1em;
}
.cont_bloc .inner .text_bloc dl.i_01 dt, .cont_bloc .inner .text_bloc dl.i_01 dd {
  color: #14718f;
}
.cont_bloc .inner .text_bloc:first-child {
  margin-top: 0;
}
.cont_bloc .inner01 {
  padding-top: 80px;
}
.cont_bloc .inner01 .image {
  float: right;
}
.cont_bloc .inner02 {
  padding-top: 80px;
}
.cont_bloc .inner02 .image {
  float: left;
}
.cont_bloc .inner02 .txt_area {
  float: right;
}

.bloc01 .txt_area, .bloc02 .txt_area {
  width: 600px;
}

.bloc04 .txt_area{
  width: 100%!important;
}

.bloc03 .txt_area {
  width: 540px;
}

.type02 .bloc01 .txt_area, .type02 .bloc02 .txt_area {
    width: 100%;
    text-align: left;
}
.type02 .bloc03 .txt_area {
    width: 100%;
	text-align: left;
}

.type02 .txt_area .txt01 {
    color: #14718f;
    line-height: 2;
    font-size: 16px;
    letter-spacing: -0.03em;
}
.type02 .txt_area .txt01 span {
    padding-right: 12px;
    font-weight: bold;
    line-height: 2;
    font-size: 16px;
    letter-spacing: -0.03em;
}
.type02 .txt_area .txt02 {
    line-height: 2;
    font-size: 16px;
    letter-spacing: -0.03em;
}
.type02 .txt_area .txt02 span {
    padding-right: 12px;
    font-weight: bold;
    line-height: 2;
    font-size: 16px;
    letter-spacing: -0.03em;
}

@media only screen and (min-width: 641px) {
.main_bloc .main_top.type02 .main_txt {
    position: absolute;
    top: 80px;
    left: 45px;
}
.main_bloc .main_top.type02 .main_txt .main_num {
    overflow: hidden;
    padding-left: 0;
    margin-top: 28px;
    line-height: 1.6;
}
.footer_wrap .footer_bnr_area ul li.type02 a .bnr_img {
	text-align:right;
}
.footer_wrap .footer_bnr_area ul li.type02 a .bnr_text {
  left: 48px;
}
}

@media only screen and (max-width: 640px) {
  /* SP用ここから */
  a {
    color: #000;
  }

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

  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .wrapper {
    max-width: 100%;
  }

  .header_content .head_tag {
    background: url("../img/common/bg_tag.png") no-repeat;
    width: 120px;
    height: 60px;
    background-size: contain;
    padding-top: 7px;
  }
  .header_content .head_tag span {
    font-size: 12px;
  }
  .header_content .head_tag .num {
    font-size: 20px;
    margin-top: 2px;
  }
  .header_content .head_tag .num small {
    font-size: 17px;
  }
  .header_content .backnumber .btn_open {
    padding: 18px 50px 16px 0;
  }
  .header_content .backnumber .btn_open::before {
    top: 19px;
  }


.profile{
    background:#3F89AD url(../img/index/bg_profile.png) right bottom no-repeat!important;
    padding:1em;
    overflow: hidden;
    font-size: 14px;
    line-height:1.6;
}

.profile h3{
  margin-bottom:0em;
}

.profile .img-left{
    float:left;
    width:20%;
    margin-right:10px;
    margin-bottom:10px;
}

.profile .info{
  font-weight: bold;
  margin-bottom:0em;
}

.profile .proftext{
  clear:left;
  margin-bottom:0em;
}



  .footer_wrap {
    padding: 30px 4% 35px;
  }
  .footer_wrap .btn_top {
    right: 10px;
  }
  .footer_wrap .btn_top a {
    width: 35px;
    height: 35px;
  }
  .footer_wrap .btn_top a::before {
    width: 10px;
    height: 10px;
    top: 15px;
  }
  .footer_wrap .footer_bnr_area ul li a {
    text-decoration: none;
  }
  .footer_wrap .footer_bnr_area ul li a .bnr_text {
    position: static;
    padding: 10px;
  }
  .footer_wrap .footer_bnr_area ul li a .bnr_text .title .num {
    display: block;
    width: 30px;
    padding: 0;
    float: left;
  }
  .footer_wrap .footer_bnr_area ul li a .bnr_text .title .name_bloc {
    padding-left: 40px;
    display: block;
  }
  .footer_wrap .footer_bnr_area ul li a .bnr_text .text {
    font-size: 12px;
    line-height: 1.8;
    margin-top: 10px;
  }
  .footer_wrap .footer_bnr_area ul li a::after {
    background: url("../img/common/foot_bnr_arrow.png");
    width: 40px;
    height: 40px;
    background-size: contain;
  }

  .main_bloc {
    padding-bottom: 30px;
  }
  .main_bloc .main_img {
    position: relative;
  }
  .main_bloc .main_top h1 {
    padding: 0 3%;
  }
  .main_bloc .main_top .main_txt {
    position: static;
    margin-top: 35px;
    padding: 0 4%;
    overflow: hidden;
  }
  .main_bloc .main_top .main_txt .article_title {
    font-size: 16px;
  }
  .main_bloc .main_top .main_txt .main_num {
    float: right;
    padding: 0;
    margin-top: 12px;
  }
  .main_bloc .main_top .main_txt .main_num .number {
    float: left;
    width: 30px;
    padding-top: 8px;
  }
  .main_bloc .main_top .main_txt .main_num .name {
    font-size: 11px;
    padding-left: 38px;
  }
  .main_bloc .main_top .main_txt .main_num .name span {
    font-size: 14px;
  }
  .main_bloc .main_bottom {
    margin-top: 20px;
    text-align: center;
    font-size: 11px;
    padding: 0 3%;
  }
  .main_bloc .main_bottom .company {
    font-size: 14px;
    line-height:1.6;
  }
  .main_bloc .main_bottom .name {
    font-size: 16px;
  }
  .main_bloc .main_bottom .mini {
    font-size: 10px;
  }
  .main_bloc .main_bottom .ico {
    padding: 0 0.2em;
    font-size: 16px;
  }

  .cont_bloc {
    padding: 0 4% 30px;
  }
  .cont_bloc .inner01, .cont_bloc .inner02 {
    padding-top: 30px;
  }
  .cont_bloc .inner01 .image, .cont_bloc .inner02 .image {
    float: none;
    margin-bottom: 20px;
  }
  .cont_bloc .inner .text_bloc {
    margin-top: 25px;
  }
  .cont_bloc .inner .text_bloc dl dt, .cont_bloc .inner .text_bloc dl dd {
    font-size: 14px;
  }

  .bloc01 .txt_area, .bloc02 .txt_area, .bloc03 .txt_area {
    width: 100%;
  }

  .main_bloc .main_top.type02 .main_txt br.pc{
	  display:none;
  }
}
