@charset "utf-8";
/* CSS Document */

/* reset
===========================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, hr,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, main,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

abbr {
  text-decoration: none;
}

mark {
  background: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

img {
  vertical-align: top;
}

hr {
  height: 0;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  min-width: inherit;
  background: #fff;
  font-size: 14px;
  line-height: 26px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Verdana, sans-serif;
  color: #555;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-all;
}

/* main
===========================================================*/
  .header {
    width: 1170px;
    margin: 0 auto;
    padding: 0 40px 0;
    position: relative;
  }
  .footer {
    width: 1170px;
    margin: 0 auto;
    padding: 0 40px;
	
  }
  .footer p {
	  font-size:12px;
	  line-height:22px;
	  border-top:1px solid #000;
	  padding:30px 0;
  }
  body main {
    margin-bottom: 0;
	}

  .contents {
    width: 1170px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
  }
  .component-breadcrumb{
    padding:10px 0 20px;
    }

  .block {
    margin-bottom: 60px;
  }
  .block .inner {
    padding: 20px 0 ;
  }
  .block .inner + .inner {
    margin-top: -20px;
  }
  .block .inner .inner-box {
    padding: 20px ;
  }
  .align-center {
	  text-align:center;
  }
  .inset-img-full img {
    width: 100%;
  }
  .border{
    border:1px solid #ddd;
	  }
  .pc-hide{
    display:none;
	  }  

/* Anchors
===========================================================*/
a:not(.btn) {
  color: #555;
  text-decoration: underline;
}
a:not(.btn):visited {
  color: #555;
  text-decoration: underline;
}
a:not(.btn):hover {
  color: #555;
  text-decoration: none;
}
a:not(.btn):active {
  color: #555;
  text-decoration: none;
}

.link-noBorder, .noBorder {
    text-decoration: none !important;
    display: block;
}

/* component-breadcrumb
===========================================================*/
.component-breadcrumb {
}
.component-breadcrumb:after {
  content: "";
  clear: both;
  display: block;
}
.component-breadcrumb .contents-inner {
  width: 1000px;
}
.component-breadcrumb li {
  display: inline;
  font-size: 12px;
  line-height: 22.2px;
}
.component-breadcrumb li span {
  padding: 0 5px;
}
.component-breadcrumb li span[itemprop="name"] {
  padding: 0;
}
.component-breadcrumb.component-login-subPage-breadcrumb {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}

/* component-column
===========================================================*/
.component-column {
  padding: 20px 0 10px;
  margin: 0 -10px;
}
.component-column:after {
  content: "";
  clear: both;
  display: block;
}
.component-column [class*=col-] {
  float: left;
  padding: 0 10px 10px;
}
.component-column .col-1-1 {
  width: 100%;
}
.component-column .col-1-2 {
  width: 50%;
}
.component-column .col-2-2 {
  width: 100%;
}
.component-column .col-1-3 {
  width: 33.33333%;
}
.component-column .col-2-3 {
  width: 66.66667%;
}
.component-column .col-3-3 {
  width: 100%;
}

.component-articleList .col-1-3:nth-child(n + 4) {
  padding-top: 10px;
}
.component-articleList .col-1-3:nth-child(3n+1) {
  clear: both;
}

/* figcaption
===========================================================*/
.mod-thumbLink {
  position: relative;
}
.mod-thumbLink:after {
  content: "";
  clear: both;
  display: block;
}
.mod-thumbLink > img {
  width: 100%;
}
.mod-thumbLink a > img {
  width: 100%;
}
.mod-thumbLink figcaption {
  margin-top: 10px;
  position: relative;
}
.mod-thumbLink figcaption .title {
  font-weight: bold;
  text-decoration: underline;
}
.mod-articlTitle {
    font-size: 16px;
    line-height: 26px;
    text-decoration: underline;
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
}
.link-noBorder:hover .mod-articlTitle, .noBorder:hover .mod-articlTitle {
    text-decoration: none;
}

/* headline
===========================================================*/
.headline--lv1 {
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  padding: 19px 21px;
}

.headline--lv2 {
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    padding: 9px 21px;
}

.headline--lv3 {
	font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
}

/* btn
===========================================================*/
.btnWrap{
	padding:30px 0;
	}

.btn {
    transition: all 0.3s 0s ease;
    background: #ef7e28;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border-radius: 6px;
    line-height: 1;
    min-width: 240px;
    padding: 15px 25px;
    text-align: center;
    position: relative;
    border: none;
    letter-spacing: 0.5px;
}

.btn:hover{
    background: #de7626;
	}

.btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 49%;
    right: 18px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
}

.btn.down-arrow:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 18px;
    top: 46%;
    bottom: 5px;
    border-left: none;
    border-top: none;
    width: 8px;
    height: 8px;
}

.btn + .btn {
    margin-left: 20px;
}

.btn.color-blue {
    background: #0e73ae;
}

.btn.color-blue:hover {
    background: #0d699e;
}

.btn.color-navy {
    background: #163b87;
}
.btn.color-navy:hover {
    background: #133373;
}

.btn.color-purple {
    background: #7d4d91;
}

.btn.color-purple:hover {
    background: #6e4580;
}

.btn.color-black {
    background: #000;
}

.btn.color-black:hover {
    background: #353535;
}

.btn.size-l {
    padding: 30px 25px;
}

.btn.size-xl {
    min-width: 470px;
    padding: 30px 25px;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
}


.btn.no-arrow:after {
	content:none;
}

/* component-topics-slider
===========================================================*/
.component-topics-slider {
    padding: 0;
    margin: 0 -10px;
}
.component-topics-slider .slider {
  margin: 0 10px;
  position: relative;
}
.component-topics-slider .slider img {
  width: 100%;
  height: auto;
}
.component-topics-slider .slider .mod-thumbLink {
  display: none;
}

/* inset-label
===========================================================*/
.mod-inset-label {
  position: relative;
  padding-top: 25px !important;
}
.mod-inset-label .label {
  position: absolute;
  background: #ef7e28;
  color: #fff;
  left: 0;
  top: 0;
  font-size: 11px;
  line-height: 11px;
  padding: 5px;
  width: 80px;
  text-align: center;
}

/* table
===========================================================*/
.mod-table {
  width: 100%;
}
.mod-table th,
.mod-table td {
  border: 1px solid #ddd;
  padding: 20px;
  vertical-align: top;
}
.mod-table th {
  width: 260px;
  background: #f7f7f7;
}


/* interview
===========================================================*/
.interview {
}
.interview-top {
}
.interview-top:after {
    content: "";
    clear: both;
    display: block;
}
	
.interview-top .interview-photo {
    float: left;
    margin-right: 20px;
    border: 1px solid #ddd;
}
.interview-top .interview-profile {
    float: left;
    padding: 20px 20px 5px 20px;
    background: #f7f7f7;
    width: calc(100% - 392px);
}
.interview-top .interview-profile p {
}
.interview-top .interview-biography {
    float: left;
    padding: 0 20px 20px;
    background: #f7f7f7;
    width: calc(100% - 392px);
}
.interview-top .interview-biography dl:after {
    content: "";
    clear: both;
    display: block;
	
}
.interview-top .interview-biography dt {
    padding-right: 10px;
    float: left;
    width: 60px;
}
.interview-top .interview-biography dd {
    float: left;
    width: calc(100% - 60px);
}
.interview-bottom {
	padding-top:20px;
	
}


/* ========================================================
   for sp
===========================================================*/
@media screen and (max-width: 736px) {

body {
  min-width: inherit;
  background: #fff;
  font-size: 12px;
  line-height: 18px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Verdana, sans-serif;
  color: #555;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-all;
}

/* main
===========================================================*/
  .header {
    width: 100%;
    padding: 5px;
  }
  .header .logo img{
	  width:115px;
	  height:auto;
  }
  .footer {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
	
  }
  .footer p {
	  font-size:11px;
	  line-height:15px;
	  border-top:1px solid #000;
	  padding:15px 0;
  }
  body main {
    margin-bottom: 0;
	}

  .contents {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .block {
    margin-bottom: 15px;
  }
  .block .inner {
    padding: 15px ;
  }
  .block .inner + .inner {
    margin-top: -15px;
  }
  block .inner + .inner {
    margin-top: -15px;
  }
  .block .inner.sp-full{
    padding:0 0 15px 0;
	  }
  .block .inner .inner-box {
    padding: 15px ;
  }
  .align-center {
	  text-align:center;
  }
  .inset-img-full img {
    width: 100%;
  }
  .border{
    border:1px solid #ddd;
	  }
  .pc-hide{
    display:block;
	  }
  .sp-hide{
    display:none;
	  }	
    	  
	  
/* component-breadcrumb
===========================================================*/
.component-breadcrumb {
	display:none;
}

/* component-column
===========================================================*/
.component-column.sp-blockView {
    padding: 15px 15px 0 15px;
}

.component-column.sp-blockView [class*=col-] {
    width: calc(100% + 30px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% + 30px);
    -ms-flex: 0 0 calc(100% + 30px);
    flex: 0 0 calc(100% + 30px);
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
	padding-bottom: 20px;
}

 .component-column.sp-blockView [class*=col-]:not(:first-child) {
    border-top: 1px solid #ddd;
    padding-top: 15px;
  }
  .component-column.sp-blockView [class*=col-]:last-child {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
  }

.component-column {
  padding: 20px 0 10px;
  margin: 0 ;
}
.component-column:after {
  content: "";
  clear: both;
  display: block;
}
.component-column [class*=col-] {
  float: left;
  padding: 0 10px 10px;
}
.component-column .col-1-1 {
  width: 100%;
}
.component-column .col-1-2 {
  width: 50%;
}
.component-column .col-2-2 {
  width: 100%;
}
.component-column .col-1-3 {
  width: 33.33333%;
}
.component-column .col-2-3 {
  width: 66.66667%;
}
.component-column .col-3-3 {
  width: 100%;
}

.component-articleList .col-1-3:nth-child(n + 4) {
  padding-top: 10px;
}
.component-articleList .col-1-3:nth-child(3n+1) {
  clear: both;
}

/* figcaption
===========================================================*/
.mod-thumbLink {
  position: relative;
}
.mod-thumbLink:after {
  content: "";
  clear: both;
  display: block;
}
.mod-thumbLink > img {
  width: 100%;
}
.mod-thumbLink a > img {
  width: 100%;
}
.mod-thumbLink figcaption {
  margin-top: 10px;
  position: relative;
}
.mod-thumbLink figcaption .title {
  font-weight: bold;
  text-decoration: underline;
}
.mod-articlTitle {
    font-size: 13px;
    line-height: 20px;
    text-decoration: underline;
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
}
.link-noBorder:hover .mod-articlTitle, .noBorder:hover .mod-articlTitle {
    text-decoration: none;
}

/* headline
===========================================================*/
.headline--lv1 {
    font-size: 14px;
    line-height: 16px;
    padding: 17px 15px;
}

.headline--lv2 {
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 21px;
}

.headline--lv3 {
	font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
}

/* btn
===========================================================*/
.btnWrap{
    padding: 30px 15px;
    display: flex;
	justify-content: center;
	}
	
.btnWrap + .btnWrap{
	margin-top:-30px;
	}

.btn {
    transition: all 0.3s 0s ease;
    background: #ef7e28;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    border-radius: 6px;
    line-height: 1;
    min-width: 240px;
    padding: 15px 25px;
    text-align: center;
    position: relative;
    border: none;
    letter-spacing: 0.5px;
}

.btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 49%;
    right: 18px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
}

.btn.down-arrow:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 18px;
    top: 46%;
    bottom: 5px;
    border-left: none;
    border-top: none;
    width: 8px;
    height: 8px;
}

.btn.up-arrow:after {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
	border-right:none;
    right: 18px;
    top: 50%;
    bottom: 5px;
    width: 8px;
    height: 8px;
}


.btn + .btn {
    margin-left: 10px;
}

.btn.color-blue:after {
    content:none;
}

.btn.color-navy:after {
    content:none;
}

.btn.color-purple:after {
    content:none;
}

.btn.color-black {
    background: #000;
}

.btn.size-l {
    padding: 0 0;
    min-width: 90px;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.btn.size-xl {
    min-width: 0;
    width: calc(100% - 30px);
    padding: 20px;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
}


.btn.no-arrow:after {
	content:none;
}

/* component-topics-slider
===========================================================*/
.component-topics-slider {
    padding: 0;
    margin: 0 5px;
}
.component-topics-slider .slider {
  margin: 0 10px;
  position: relative;
}
.component-topics-slider .slider img {
  width: 100%;
  height: auto;
}
.component-topics-slider .slider .mod-thumbLink {
  display: none;
}

/* inset-label
===========================================================*/
.mod-inset-label {
  position: relative;
  padding-top: 25px !important;
}
.mod-inset-label .label {
  position: absolute;
  background: #ef7e28;
  color: #fff;
  left: 0;
  top: 0;
  font-size: 11px;
  line-height: 11px;
  padding: 5px;
  width: 45px;
  text-align: center;
}

/* table
===========================================================*/
.mod-table {
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.mod-table th,
.mod-table td {
  border: 1px solid #ddd;
  border-bottom:none;
  padding: 20px;
  vertical-align: top;
  display:block;
  
}
.mod-table th {
  width: 100%;
  background: #f7f7f7; 
}


/* interview
===========================================================*/
.interview {
}
.interview-top {
    background: #f7f7f7;
	margin:-15px -15px 0 -15px;
	padding:15px;
}
.interview-top:after {
    content: "";
    clear: both;
    display: block;
}
	
.interview-top .interview-photo {
    float: left;
    margin-right: 15px;
	width:80px;
}
.interview-top .interview-photo img{
	width:100%;
}
.interview-top .interview-profile {
    padding: 0 0 10px 0;
    width: calc(100% - 100px);
    height: auto;
    min-height: 65px;
}
.interview-top .interview-biography {
    float: none;
    padding: 0;
    background: #f7f7f7;
    width: 100%;
}
.interview-top .interview-profile dt {
	display: inline-block;
}
.interview-top .interview-profile dd {
	display: inline-block;
}
.interview-bottom {
	padding-top:15px;
	position:relative;
	}
	
.interview-bottom:after {
	content:"...";
	display:inline-block;
    height: 18px;
    width: 15px;
	position:absolute;
	bottom:0;
	right:0;
	background: #fff;
	}	
	
.interview-bottom[aria-expanded="true"]:after{
	content:none;
	}	

.btn.interview-more{
	width:240px !important;
	margin:15px auto 0;
	display:block !important;
}


}