@charset "utf-8";
/*
Theme Name: Lightning Pro Child
Theme URI:
Template: lightning-pro
Description:
Author:
Tags:
Version: 0.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Noto+Serif+JP:wght@300;400;600&family=Outfit:wght@500&display=swap');

body{
font-family: 'Noto Sans JP', sans-serif;
color:#1d1d1f;
}

h2{
  border:none;
  padding:0;
  text-align:center;
  margin-bottom:20px;
  font-size:18px;
  color:#1d1d1f;
}

h2 .alp{
  display:block;
  color:#EB661A;
  font-size:40px;
  font-family: 'Outfit', sans-serif;
}

.siteHeader_logo{
  padding-top:15px;
}

.siteHeader_logo img{
  width:285px;
}

.header_scrolled .siteHeader{
  position:fixed;
  transition:.3s;
}

.header_scrolled .gMenu_outer{
  position:static;
  width:auto;
  clear:none;
  float:right;
  box-shadow:none;
  min-height:4em;
  background:none;
}

.header_scrolled .navbar-header{
  margin-bottom:0;
}

.header_scrolled .gMenu_outer nav{
  width:auto;
  display:table-cell;
  padding-left:0;
  padding-right:0;
}

.header_scrolled .gMenu > li {
  border:none;
}


/* reset page header scroll */

/*
.header_scrolled .gMenu_outer{
  clear:none;
  position:static;
  width:initial;
  width:auto;
  min-height: 4em;
  background:none;
  box-shadow:none;
}


.header_scrolled .gMenu_outer nav{
  display:table-cell;
  padding-left:0;
  padding-right:0;
}

.header_scrolled .gMenu_outer nav{
  width:initial;
  width:auto;
}

.header_scrolled .navbar-header{
  margin-bottom:0px;
}

.header_scrolled .gMenu > li{
  width:initial;
  width:auto;
  border:none;
}

.header_scrolled .gMenu > li:last-child{
  border:none;
}
*/



.gMenu > li:before{
  display:none;
}



.breadSection{
  display:none;
}

.siteFooter {
  border:0;
  background:none;
}

#menu-footer-nav{
  display:flex;
  justify-content:center;
}

#menu-footer-nav li a{
  border:0;
}

.copySection{
  background:#595757;
  color:#FFF;
}

.copySection p{
  padding:10px 2px;
  margin:0;
}

.more{
  border:1px solid #EB661A;
  color:#EB661A;
  display:inline-block;
  padding:15px 50px;
}

.more:after {
  font-family: "Font Awesome 5 Free";
  content: '\f061';
  font-weight: 900;
  margin-left:10px;
}

.more:hover {
  text-decoration:none;
  border:1px solid #FFFFFF;
  background:#EB661A;
  color:#FFFFFF;
  transition:.3s;
}

.more-w {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    padding: 15px 50px;
}

.more-w:after {
  font-family: "Font Awesome 5 Free";
  content: '\f061';
  font-weight: 900;
  margin-left:10px;
}

.more-w:hover {
  text-decoration:none;
  border:1px solid #EB661A;
  background:#fff;
  color:#EB661A;
  transition:.3s;
}

.lh2{
  line-height:2;
}

.font22{
  font-size:22px;
}

.font28{
  font-size:28px;
}

/* home */

.home .siteHeader{
  position:fixed;
  background:rgba(255, 255, 255, 0.5);
}
.home.header_scrolled .siteHeader{
/*
  position:static;
*/
  background:#FFF;
}

.home.admin-bar .siteHeader{
  top: 32px;
}



.device-pc .gMenu > li > a {
  display: block;
  overflow: hidden;
  padding: 12px 1.8em;
    padding-right: 1.8em;
    padding-left: 1.8em;
}

.gMenu > li:last-child > a {
  background:#EB661A;
  color:#FFF;
  margin-left: 30px;
  padding: 10px 60px;  
}


.pagename{
  font-weight:500;
  font-size:32px;
}

.line{
  border-top:1px solid #000;
  width:100%;
}

.text-white .line{
  border-color:#FFF !important;
}

.maincatch{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight:500;
  font-size:38px;
  letter-spacing: 0.1em;
}

.textblock{
  margin-top:80px;
  margin-bottom:50px;
  letter-spacing: 0.1em;  
}

.textblock2{
  letter-spacing: 0.1em;  
}

#mainimage{
  position:relative;
}

#mainimage .container{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  font-size:48px;
  font-weight:500;
  color:#FFF;
  padding-bottom:50px;
  letter-spacing: 0.1em;
}


.topinterview{
  color:#000;
}

.topinterview:hover{
  color:#000;
  text-decoration:none;
}

.interview_img{
  margin-bottom:5px;
}


.interviewslide .slick-slide{
  padding:10px;
}


.slick-prev,
.slick-next{
  padding:10px 12px !important;
  width:auto !important;
  height:auto !important;
}
.slick-prev:before{
  font-family: "Font Awesome 5 Free" !important;
  content: '\f053' !important;
  font-weight: 900 !important;
  color:#070102 !important;
  opacity:1 !important;
}
.slick-next:before{
  font-family: "Font Awesome 5 Free" !important;
  content: '\f054' !important;
  font-weight: 900 !important;
  color:#070102 !important;
  opacity:1 !important;
}

.slick-prev{
  left:-50px !important;
}

.slick-next{
  right:-50px !important;
}



.siteContent{
  background:#F4F3F0;
}

.interview_box{
  padding:30px;
  background:#FFF;
  display:block;
  color:#000000;
  text-decoration:none;
  position:relative;
}

.interview_box:after{
  font-family: "Font Awesome 5 Free" !important;
  content: '\f061';
  font-weight: 900;
  color:#EB661A;
  position:absolute;
  right:10px;
  bottom:10px;
  font-size:140%;
}


.interview_box:hover{
  padding:30px;
  background:#FFF;
  display:block;
  color:#000000;
  text-decoration:none;
}

.interview_term{
  display:inline-block;
  background:#EB661A;
  color:#FFF;
  padding:2px 10px;
  font-size:14px;  
}

.interview_name{
  font-weight:500!important;
  font-size:24px;
  font-weight:bold;
}

.interview_name span.name_alp{
  font-size:14px;
  color:#EB661A;
  display:inline-block;
  margin-left:10px;
}

.interview_year{
  font-size:14px;
}

.single-interview .siteContent{
  padding:0;
}

.interview_mainheader{
  padding-top:250px;
  padding-bottom:130px;
  background-size:cover;
}

.pageheader_catch {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 100px;
    background-color: rgba(255,255,255,0.6);
    padding:15px 30px;
    line-height: 140%;
    display: inline-block;
}

.pageheader_box{
  background:#EB661A;
  color:#FFF;
  display:inline-block;
  padding:20px;
}

.single-interview h3{
  color:#EB661A;
  font-size:20px;
  border:none;
}

.single-interview h3:after{
  width: 27px;
  border-bottom:2px solid #000000;
}

.ph_term{
  font-size:18px;
  font-weight:bold;
}

.ph_name{
  font-size:28px;
  font-weight:bold;
}

.ph_name span.name_alp{
  font-size:15px;
  display:inline-block;
  margin-left:10px;
}

.catch{
  font-size:30px;
  font-weight:bold;
  letter-spacing: 0.1em;
}

.aboutbox{
  position:relative;
  overflow:hidden;
  padding:95px 0px;
}

.aboutbox > img{
  position:absolute;
  left:0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width:50%;
}

.aboutbox.aboutright > img{
  left:auto;
  right:0;
}


.about_title{
  color:#4e3c33;
  font-size:20px;
  margin-bottom:20px;
  position:relative;
  padding-left:70px;
}


.about_title span{
  font-family: 'Noto Serif JP', serif;
  font-size:66px;
  position:absolute;
  left:0;
    top: 43%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }


h3.midashi{
  font-size:30px;
  border:none;
  border-left:2px solid #000000;
  padding:5px 0px 5px 20px;
}

h3.midashi:after{
  display:none;
}

table tr td,
table tr th{
  font-size:16px;
}

.br{
  border-right:1px solid #000;
}


.siteContent .int-index a{
  display: block;
  color:#1d1d1f;
  padding: 8px 0;
}


.parent-pageid-162 h3{
  font-size:20px;
  font-weight:bold;
  color:#eb661a;
  border:none;
  border-left:3px solid #eb661a;
  padding:0px 0px 0px 10px;
}

.parent-pageid-162 h3:after{
  display:none;
}

.int-maintext{
  padding:20px 0px 40px 0px;
    line-height: 200%;
}

.googlemap iframe{
  width:100%;
  height:100%;
}


.shikaku h4 {
    font-size: 28px;
    border-bottom: dotted 2px #000!important;
    padding-bottom: 10px;
}

.indextitle {
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
}



.crosstalk span {
    padding-right: 10px;
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
}


.crosstalk {
    font-size: 20px;
}


.delay-01s {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.delay-02s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay-03s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay-04s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay-05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-06s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-07s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-08s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-09s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-11s {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.delay-12s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.delay-13s {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}


.delay-15s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay-25s {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.delay-35s {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.delay-45s {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

.delay-55s {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}


.timeline_txt {
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(left,#fff 0,#fff 25%,rgba(211,211,211,1) 25%,rgba(211,211,211,1) 75%,transparent 75%,transparent 100%);
    background: linear-gradient(to right,#fff 0,#fff 25%,rgba(211,211,211,1) 25%,rgba(211,211,211,1) 75%,transparent 75%,transparent 100%);
    background-clip: text;
    -webkit-background-clip: text;
    background-size: 400% 100%;
    background-position: 100% 0;
}

.timeline_txt2 {
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(left,#4e3c33 0,#4e3c33 25%,rgba(211,211,211,1) 25%,rgba(211,211,211,1) 75%,transparent 75%,transparent 100%);
    background: linear-gradient(to right,#4e3c33 0,#4e3c33 25%,rgba(211,211,211,1) 25%,rgba(211,211,211,1) 75%,transparent 75%,transparent 100%);
    background-clip: text;
    -webkit-background-clip: text;
    background-size: 400% 100%;
    background-position: 100% 0;
}

.timeline_txt3 {
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(left,#1d1d1f 0,#1d1d1f 25%,rgba(211,211,211,1) 25%,rgba(211,211,211,1) 75%,transparent 75%,transparent 100%);
    background: linear-gradient(to right,#1d1d1f 0,#1d1d1f 25%,rgba(211,211,211,1) 25%,rgba(211,211,211,1) 75%,transparent 75%,transparent 100%);
    background-clip: text;
    -webkit-background-clip: text;
    background-size: 400% 100%;
    background-position: 100% 0;
    line-height:2;
}
@media screen and (max-width: 1200px) {

}

/* md ≥768px */
@media screen and (max-width: 991px) {

}

@media (max-width: 991.98px){
}

/* sm ≥576px */
@media screen and (max-width: 767px) {
}

/* xs <576px */
@media screen and (max-width: 576px) {
body{
    font-size:14px;
}
  .siteHeader{
    padding:10px 0px;
  }
  .maincatch{
    padding-top:50px;
  }
  .catch{
    font-size:20px;
  }
  .pagename{
    font-size:22px;
  }
  table,
  table tbody,
  table tbody tr,
  table tbody tr th,
  table tbody tr td{
    display:block;
    width:100%;
  }

  table tbody tr th{
    font-weight:bold;
  }

  .pageheader_catch{
    font-size:24px;
  }
  
  .maincatch {
    font-size: 28px;
}


.font22 {
    font-size: 18px;
}

.font28{
  font-size:24px;
}

.textblock {
    margin-top: 30px;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}

.lh2 {
    line-height: 1.8;
}

.line { 
   margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #000;
    width: 100%;
}

h3.midashi {
    font-size: 20px;
}

table tr td, table tr th {
    font-size: 14px;
}

.more {
    width: 100%;
}

.interview_mainheader {
    padding-top: 180px;
    padding-bottom: 15px;
    background-size: cover;
}

.pageheader_catch {

    margin-bottom: 20px;
}

.ph_name {
    font-size: 20px;
    font-weight: bold;
}

.ph_term {
    font-size: 14px;
    font-weight: bold;
}
.pageheader_box {
    padding: 10px;
}

.single-interview h3 {
    font-size: 18px;
}

.catch {
    font-size: 18px;
}

.catch br,#panel-7-4-0-0> .panel-widget-style p br {
    display: none;
}

.about_title {
     font-size: 18px;
}

.br{
  border-left:1px solid #000;
  border-right:0;
}

.table, table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border-top: 1px solid rgba(0,0,0,0.3);
}

td {
    border-bottom: 1px solid rgba(0,0,0,0.3)!important;
    /* width: 120px!important; */
}
}

.red{
color: #f00;
}