1@charset "UTF-8";
/* CSS Document */

.sp{
	display:none !important;
}

.anchor{
    display: block;
    width: 100%;
    height: 0px;
    float: left;
    clear: both;
}

/*アニメーション要素のスタイル*/
.fade{
	opacity : 0;
	visibility: hidden;
    transition: 1.0s;
    transition-delay: 0.5s;
	transform: translateY(70px);
}

/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
@keyframes fadeIn {
    0% {opacity: 0}a
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

*{
	margin:0;
	padding:0;
}

img{
	display: block;
    max-width: 100%;
    height: auto;
	border:0;
	border-style:none;
}

a{
	word-break: break-all !important;
}

a img {
	border:0;
    border-style:none;
}

html{
	height:100%;
}

body{
    font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
    font-weight: nomal;
    font-style: 400;
	width:100%;
    min-width: 1000px;
	height:100%;
	margin:0;
    border-top: solid 6px #000;
    animation: fadeIn 1.2s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.2s ease 0s 1 normal;
    background-color: #000 !important;
}

#secondary{
    background-color: #fff !important;
}
#secondary .spnavi,
#secondary2 .spnavi{
    display: none !important;
}
#secondary2{
    background-color: #222 !important;
}

header{
	display: block;
	width: 100%;
	margin: 0 !important;
}

#toppage main{
    display: block;
    position: relative;
    overflow: auto;
}
#secondary main{
}
footer{
	display: block;
    position: relative;
	width: 100%;
	margin: 0 0 0 0;
    background-color: #fff;
    z-index: 10;
	float: left;
	clear: both;
}
.logo2 a{
	display: block;
	width:260px;
    height: auto;
	margin:40px 40px 30px 0;
	float: right;
}

.copyright{
	display: block;
	width:calc(100% - 37px);
    text-align: right;
	font-size:10px;
    color: #000 !important;
	padding: 0;
	margin:20px 37px 40px 0;
	float: left;
	clear: both;
}

nav .gnavi{
    list-style: none;
}
nav{
    display: block;
    width: 100%;
    position: fixed;
}


.sns2{
    display: block;
    position: absolute;
    width: 120px;
    list-style: none;
    top:38px;
    right: 10px;
}
.sns2 .sns{
    width: 22px;
    padding: 0 8px;
    margin-top: -6px;
    border-right: none !important;
    float: left;
}
.sns2 .sns img{
    display: block;
    width: 22px;
    height: 22px;
    transition: 0.3s;
}
.sns2 .sns img:hover{
    filter:alpha(opacity=45);
    -moz-opacity: 0.45;
    opacity: 0.45;
    transition: 0.2s;
}


.header-change{
	display: block;
	position: fixed;
	width: 100%;
    min-width: 1000px;
	height: 100px;
	background-image: url("../images/header_bg.png");
	margin: 0 !important;
    filter: drop-shadow(0 3px 10px rgba(0,0,0,0.20));
	top:-120px;
	z-index: 1500;
    transition: 0.5s;
}
.header-change.show,
#secondary .header-change,
#secondary2 .header-change{
    top: 0;
}

.header-change nav{
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    top:0;
}
.header-change #hnavi{
    font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    display: block;
    width: auto;
    font-size: 11px;
    line-height: 11px;
    text-align: right;
    list-style: none;
    text-align: center !important;
    margin: 22px 10px 0 0;
    float: right;
}
.header-change #hnavi li{
    display: inline-block;
    text-align: left;
    padding: 0 12px;
    float: left;
}
.header-change #hnavi .hnavi01,
.header-change #hnavi .hnavi02{
    border-right: solid 1px #999;
}
.header-change #hnavi .hnavi03{
    margin-right: 5px !important;
}
.header-change #hnavi li a{
    text-decoration: none;
    color: #000;
    transition: 0.3s;
}
.header-change #hnavi li a:hover{
    color: #D86600;
    transition: 0.2s;
}

.header-change #hnavi .sns{
    width: 22px;
    padding: 0 8px;
    margin-top: -6px;
    border-right: none !important;
    float: left;
}
.header-change #hnavi .sns img{
    display: block;
    width: 22px;
    height: 22px;
    transition: 0.3s;
}
.header-change #hnavi .sns img:hover{
    ilter:alpha(opacity=45);
    -moz-opacity: 0.45;
    opacity: 0.45;
    transition: 0.2s;
}

.header-change #gnavi{
    display: block;
    position: absolute;
    width: 100%;
    list-style: none;
    text-align: center !important;
    margin: 0;
    top:55px;
}

.header-change #gnavi li{
    display: inline-block;
    font-size: 16px;
    padding-right: 18px;
    font-weight: 500 !important;
    margin: 0 12px;
    background-image: url("../images/tri3.svg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto 16px;
}
.header-change #gnavi li a{
    color: #000;
    text-decoration: none;
    letter-spacing: 1px;
    transition: 0.3s;
}
.header-change #gnavi li a:hover{
    color: #D86600;
    transition: 0.2s;
}
.header-change #gnavi span{
    display: block;
    width: 100%;
    font-size: 9px;
    color: #604c3f;
    background-image: none !important;
    letter-spacing: 0 !important;
    clear: both;
}
.header-change #gnavi a span{
    color: #888;
}

/* scroll */
.scroll a {
  display: inline-block;
  position: fixed;
  color: #fff;
  font-size:11px;
  letter-spacing: 1px;
  font-weight: 200;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  z-index: -2 !important;
}

.scroll2 {
  position: relative !important;
  margin-top: 150px !important;
  clear: both;
}

.scroll a {
  padding-top: 50px;
  margin-left: -15px;
}
.scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 40px;
  margin-left: -10px;
  border: 1px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.scroll a span::before {
  position: absolute;
  top: 6px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.title{
    display: block;
    position: absolute;
    width: 270px;
    height: 12px;
    left: 140px;
    top:35px;
}
.title2 a{
    display: block;
    position: absolute;
    width: 270px;
    height: 12px;
    left: 30px;
    top:22px;
    z-index: 100;
    transition: 0.2s;
}
.title2 a:hover{
    filter:alpha(opacity=45);
    -moz-opacity: 0.45;
    opacity: 0.45;
    transition: 0.2s;
}
#logo{
    display: block;
    position: relative;
}
#logo img{
    display: block;
    width: 400px;
    height: auto;
    margin-top: 125px;
    margin-bottom: 75px;
    float: right;
    clear: both;
}
header .logo_area{
    display: block;
    width: 90%;
    max-width: 1100px;
    height: 100%;
    min-height: 100vh;
    margin: 0 auto;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}
.topics_area{
    display: block;
    width: 400px;
    margin: 0 0 35px 0;
    float: right;
    clear: both !important;
}
.topics_area dl{
    display: block;
    width: 400px;
}
.topics_area dl a{
    color: #000;
}
.topics_area dl a:hover{
    text-decoration: none;
}
.topics_area dl dt{
    font-size: 15px;
    line-height: 120%;
    margin-bottom: 6px;
}
.topics_area dl dd{
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 35px;
}
.top_lead{
    display: block;
    width: 400px;
    margin-bottom: 400px;
    float: right;
    clear: both !important;
}
.top_lead p{
    margin-bottom: 25px;
}

.top_profile_area{
    width: 100%;
    position: relative;
    float: left;
    clear: both;
    z-index: 3;
}
.top_profile_area article{
    width: 100%;
    min-height: 1500px;
    margin: 0;
}
.top_profile_area article .block{
    display: block;
    width: 90%;
    max-width: 1100px;
    height: 800px;
    margin: 0 auto;
}

.top_profile{
    display: block;
    width: 350px;
    margin-top: 90px;
    float: left;
}
.top_profile p{
    font-size: 15px;
    line-height: 180%;
    color: #fff;
    margin-bottom: 30px;
}

.top_profile p strong{
    font-size: 20px;
    font-weight: 500;
}

.top_profile2{
    display: block;
    width: 280px;
    margin-top: 90px;
    float: right;
}
.top_profile2 img{
    display: block;
    width: 280px;
    height: auto;
    margin-bottom: 50px;
    float: left;
    clear: both;
}

#banner{
    display: block;
    max-width: 424px;
    list-style: none;
    margin: 40px 0 0 40px;
    float: left;
}
#banner li{
    display: block;
    float: left;
}
#banner li a{
    display: block;
    width: 200px;
    height: 50px;
    list-style: none;
    border: solid 1px #000;
    margin-right: 10px;
}
#banner li img{
    display: block;
    width: 200px;
    height: 50px;
}


.footer_navi_area{
    display: block;
    font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    width: 100%;
    padding: 50px 0;
    background-image: url("../images/footer_navi_bg.png");
    background-size: cover;
    float: left;
    clear: both;
}
.footer_navi{
    display: block;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
}
.footer_navi .right_column{
    display: flex;
    max-width: 45%;
    float: right;
}
.footer_navi .right_column ul{
    display: inline-block;
    list-style: none;
    width: auto;
    font-size: 12px;
    line-height: 200%;
    margin-left: 25px;
    float: left;
}
.footer_navi .right_column ul li a{
    color: #000;
}
.footer_navi .right_column ul li img{
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 8px;
}
.footer_navi .right_column ul li a:hover{
    text-decoration: none;
}

.footer_navi .left_column{
    display: block;
    max-width: 55%;
    float: left;
}
.footer_navi .left_column .thumbnail{
    display: block;
    width: calc(40% - 20px);
    min-width: 160px;
    margin-right: 20px;
    float: left;
}
.footer_navi .left_column .thumbnail img{
    display: block;
    width: 100%;
    height: auto;
}
.footer_navi .left_column p{
    display: inline;
    max-width: 50%;
    word-break: break-all;
    font-size: 12px;
    line-height: 160%;
    float: left;
}
.footer_navi .left_column p a{
    color: #000;
}
.footer_navi .left_column p a:hover{
    text-decoration: none;
}
.footer_navi .left_column p .date{
    display: block;
    width: 100%;
    font-weight: 500;
    margin-bottom: 3px;
    float: left;
    clear: both;
}

.totop a{
    display: block;
    position: fixed;
    width: 50px;
    height: 50px;
    background-color: #dbdcdc;
    right: 20px;
    bottom: 165px;
    z-index: 1200;
    filter: drop-shadow(0 8px 5px rgba(0,0,0,0.10));
    border: solid 1px #fff;
    transition: 0.5s;
}
.totop a:hover{
    background-color: #ccc;
    transition: 0.2s;
}
.totop img{
    display: block;
    width: 50px;
    height: auto;
}

.gallery_area{
    display: block;
    width: 100% !important;
    min-height: 350px;
    background-image: url("../images/gallery_area_bg.png");
    background-size: 100% 100%;
    margin: 0;
    float: left;
    clear: both;
}

.profile_navi{
    display: block;
    width: 280px;
    list-style: none;
    text-align: center;
}
.profile_navi li{
    display: block;
    width: 280px;
    background-image: url("../images/profile_navi_bg.png");
    background-size: 100% 100%;
    margin-bottom: 15px;
    border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
    float: left;
    clear: both;
    transition: 0.5s;
}

.profile_navi li a{
    display: block;
    text-decoration: none;
    width: 278px;
    font-size: 15px;
    color: #fff;
    background-image: url("../images/tri2.svg");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding: 7px 0;
    border: solid 1px #fff;
    border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
    float: left;
    clear: both;
}

.profile_navi li:hover{
    background-color: #D86600;
    transition: 0.2s;
}

.subtitle{
    display: block;
    width: 90%;
    max-width: 1100px;
    min-height: 350px;
    margin: 0 auto;
}
.subtitle h2{
    display: block;
    position: fixed;
    text-align: left;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 165px 0 0 0;
}
.subtitle h2 .en{
    display: block;
    width: 100%;
    color: #000;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 5px 0;
    margin: 0;
    clear: both;
}

.subtitle h2 .en {
    text-align: left;
    color: #fff;
    position: relative;
    background-image: linear-gradient(
    70deg,
    rgb(211, 209, 209, 0.3)  45%, 
    #fff 50%,
    rgb(211, 209, 209, 0.3) 55% 
  );
    background-size: 500% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: shine 5s 2;
}

@keyframes shine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


.contents_area{
    display: block;
    width: 100%;
    min-height: 400px;
    margin-top: 0 !important;
    margin-bottom: 80px;
}
.main_block {
    display: block;
    width: 90%;
    max-width: 1100px;
    min-height: 400px;
    background-color: #fff;
    padding: 0 !important;
    margin: 0 auto 0 auto;
    clear: both;
}

.listmenu{
    display: block;
    position: relative;
    width: 90%;
    max-width: 1100px;
    height: 80px;
    font-size: 10px;
    color: #000;
    margin: 20px auto 0 auto;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 1300 !important;
}
.listmenu a{
    color: #000;
}
.listmenu a:hover{
    text-decoration: none;
}

#secondary2 .listmenu{
    color: #fff !important;
}
#secondary2 .listmenu a{
    color: #fff;
}

.interview_area h3{
    font-size: 28px;
    line-height: 180%;
    color: #333 !important;
    font-weight: 300 !important;
    font-feature-settings: "palt";
    letter-spacing: 1px;
    margin-top: 70px;
    margin-bottom: 30px;
}
.interview_area h4{
    font-style: italic;
    font-size: 18px;
    line-height: 140%;
    font-weight: 300 !important;
    color: #AD3757;
    font-feature-settings: "palt";
    letter-spacing: 1px;
    margin-top: 70px;
    margin-bottom: 30px;
}
.interview_area p{
    font-size: 15px;
    line-height: 180%;
    font-feature-settings: "palt";
    letter-spacing: 0.5px;
    text-align: justify;
    margin-top: 15px;
    margin-bottom: 30px;
}
.interview_area h3:first-child,
.interview_area p:first-child{
    margin-top: 0 !important;
}

.policy_area p{
    font-size: 15px;
    line-height: 180%;
    font-feature-settings: "palt";
    letter-spacing: 0.5px;
    text-align: justify;
    margin-top: 15px;
    margin-bottom: 30px;
}
.policy_area p strong{
    display: block;
    width: 100%;
    border-bottom: solid 1px #ccc;
    font-size: 20px;
    line-height: 160%;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: 0.5px;
    text-align: justify;
    padding: 0 0 5px 0 !important;
    margin: 50px 0 -10px 0 !important;
}
.policy_area h3{
    font-size: 28px;
    line-height: 160%;
    color: #888888 !important;
    font-weight: nomal;
    font-feature-settings: "palt";
    letter-spacing: 1px;
    margin-top: 70px;
    margin-bottom: 30px;
}

.block2{
    margin-top: 70px !important;
}

/* メディアファイルレイアウト */
.alignleft,.alignnone{
	display: inline-block;
    max-width: 100% !important;
	float:left !important;
	margin:0 20px 20px 0;
}

.alignright{
	display: inline-block;
    max-width: 100% !important;
	float:right !important; 
	margin:0 0 20px 20px;
    clear: right;
    
}
.aligncenter{
	display:block;
    max-width: 100% !important;
	margin:0 auto 20px auto;
	float:none;
	clear:both;
}

.interview_area .alignnone{
	margin:0 0 40px 0 !important;
}
.interview_area .alignleft{
	margin:40px 40px 20px 0 !important;
}
.interview_area .alignright{
	margin:40px 0 20px 40px !important;
}


.profile01{
	display: table;
    width: 36% !important;
    max-width: 400px;
	font-size: 11px;
	line-height: 150%;
	margin-bottom: 60px;
	border-collapse: collapse;
	border-bottom: solid 1px #ccc;/*表全体を線で囲う*/
	background-color: #fff;
    font-feature-settings: "palt";
    letter-spacing: 1px;
	float: left;
}
.profile01 th{
	display: table-cell;
    word-break: keep-all;
    text-align: left !important;
	padding: 5px 15px 5px 10px;
	margin: 0;
	border-top: solid 1px #ddd !important;
	background-color: #fff;
    vertical-align: top;
}
.profile01 td{
	display: table-cell;
    text-align: left !important;
	padding: 5px 2px;
	margin: 0;
	border-top: solid 1px #ddd !important;
    background-color: #fff;
    vertical-align: top;
}

.profile_main{
    display: block;
    width: 60% !important;
    max-width: 580px;
    height: auto;
    margin-bottom: 60px !important;
}

.profile_hr{
    display: block;
    width: 100%;
    border: none;
    float: left;
    clear: both;
}
.profile_img02{
    display: block;
    width: 100%;
    min-height: 850px;
    background-image: url("../images/profile_img02.jpg");
    background-repeat: no-repeat;
    margin: 0 0 60px 0 !important;
    float: left;
    clear: both;
}
.profile02{
	display: table;
	font-size: 12px;
	line-height: 180%;
    color: #fff;
    margin: 120px 100px 0 0;
	border-collapse: collapse;
	border-bottom: solid 1px #ccc;/*表全体を線で囲う*/
    font-feature-settings: "palt";
    letter-spacing: 1px;
	float: right;
}
.profile02 th{
	display: table-cell;
    text-align: left !important;
	padding: 10px 20px 15px 10px;
	margin: 0;
	border-top: solid 1px #ddd !important;
}
.profile02 td{
	display: table-cell;
    text-align: left !important;
	padding: 15px 2px;
	margin: 0;
	border-top: solid 1px #ddd !important;
}
.profile02 td p{
	margin-bottom: 20px !important;
}

.profile_img01{
    display: block;
    width: 100% !important;
    height: auto;
}

.form_area{
	display: block !important;
	width: 600px !important;
	margin: 50px auto !important;
	clear: both;
}
.form_area a{
	color: #000;
}
.form_area a:hover{
	text-decoration: none;
}

.form_area th{
	display: block !important;
	width: 600px;
    font-size: 16px;
    font-weight: 600;
	padding: 0 0 2px 0;
	text-align: left;
    float: none !important;
    clear: both;
}
.form_area td{
	display: block !important;
    width: 600px;
    margin-bottom: 40px;
    float: none !important;
    clear: both;
}
.form_area th .required{
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size:10px;
	background-color: #7394EB;
	padding: 1px 12px 2px 12px;
	margin: 0 0 2px 12px;
	vertical-align: bottom;
}

.form_area input{
	width: 560px;
	padding: 22px 20px;
	font-size:15px;
	line-height: 150%;
	margin: 10px 0 5px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #ccc;
	background-color: #FBFDFF;
}

.form_area textarea{
	width: 560px;
	height: 260px;
	padding: 20px;
	font-size:15px;
	line-height: 150%;
	margin: 10px 0 5px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: solid 1px #ccc;
	background-color: #FBFDFF;
}


input::-webkit-input-placeholder{
    color: #ccc;
}
input::-moz-placeholder{
    color: #ccc;
}
input:-moz-placeholder{
    color: #ccc;
}
input::placeholder {
  color: #ccc !important;
}
input:-ms-input-placeholder {
  color: #ccc !important;
}
input::-ms-input-placeholder {
  color: #ccc !important;
}

.agreement{
	display: block;
	font-size: 13px;
	float: left;
	clear: both;
}


.wpcf7 input[type="submit"] {
	display: block;
	width: 370px;
	font-size: 20px !important;
	padding: 28px 0;
	margin: 15px auto 0 auto;
	background-color: #C9AD60;
	color: #fff;
	cursor: pointer;
	border-style: none;
    transition: 0.5s;
}
.wpcf7 input[type="submit"]:hover{
	background-color: #E2C473;
    transition: 0.2s;
}
.wpcf7 input[type="submit"]:active{
	background-color: #FFCC00;
    transition: 0.0s;
}

.wpcf7 input[type="checkbox"] {
	display: inline-block;
	width: 15px;
    height: 15px;
	margin: 0 10px 0 0;
}

.interview_loop_block,
.column_loop_block{
    display: block;
    width: 80%;
    border-bottom: solid 1px #ccc;
    padding: 0 0 50px 0;
    margin: 0 10% 50px 10%;
    float: left;
    clear: both;
}
.interview_loop_block .text,
.column_loop_block .text{
    display: inline;
    width: 65%;
    text-align: left;
    float: right;
}
.interview_loop_block .text h3,
.column_loop_block .text h3{
    display: block;
    font-size: 22px;
    line-height: 160%;
    font-weight: 400;
    color: #000;
    font-feature-settings: "palt";
    letter-spacing: 0.5px;
    margin-bottom: 15px !important;
}
.interview_loop_block .text p,
.column_loop_block .text p{
    font-size: 15px;
    line-height: 180%;
    text-align: justify;
    font-feature-settings: "palt";
}
.interview_loop_block .text a,
.column_loop_block .text a{
    color: #000;
}
.interview_loop_block .text a:hover,
.column_loop_block .text a:hover{
    text-decoration: none;
}

.interview_loop_block .thumbnail,
.column_loop_block .thumbnail{
    display: block;
    width: 32%;
    height: auto;
    max-height: 250px;
    margin-bottom: 10px;
    float: left;
}
.interview_loop_block .thumbnail img,
.column_loop_block .thumbnail img{
    display: block;
    width: 100%;
    height: 100% !important;
    min-height: 100%;
    object-fit: cover !important;
}

.column_single_block blockquote{
    display: block;
    width: calc(100% - 86px);
    padding: 30px 40px 10px 40px;
    margin: 0 0 50px 0;
    background-color: #F2EAD8;
    border: solid 3px #A58C43;
    filter: drop-shadow(0 3px 10px rgba(0,0,0,0.15));
    float: left;
    clear: both;
}
.column_single_block blockquote h3{
    display: block;
    font-size: 28px;
    line-height: 160%;
    font-weight: 400;
    color: #000;
    font-feature-settings: "palt";
    letter-spacing: 1px;
    margin-bottom: 15px !important;
}

.news_single_block,
.column_single_block{
    display: block;
    width: 80%;
    padding: 0 0 50px 0;
    margin: 0 10% 50px 10%;
    float: left;
    clear: both;
}
.news_loop_block{
    display: block;
    width: 80%;
    border-bottom: solid 1px #ccc;
    padding: 0 0 50px 0;
    margin: 0 10% 50px 10%;
    float: left;
    clear: both;
}
.news_single_block .text,
.news_loop_block .text,
.column_single_block .text{
    display: inline;
    width: 100%;
    text-align: left;
    float: left;
}
.news_loop_block .text h3,
.news_single_block .text h3,
.column_single_block .text h3{
    display: block;
    font-size: 22px;
    line-height: 160%;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px !important;
}
.column_single_block .text h4{
    display: block;
    font-size: 18px;
    line-height: 160%;
    font-weight: 400;
    color: #000;
    font-feature-settings: "palt";
    margin-bottom: 15px !important;
}
.news_single_block .text p,
.news_loop_block .text p{
    font-size: 15px;
    line-height: 180%;
    text-align: justify;
}
.column_single_block .text p{
    font-size: 15px;
    line-height: 180%;
    text-align: justify;
    margin-bottom: 25px;
}
.news_single_block .text a,
.news_loop_block .text a,
.column_single_block .text a{
    color: #000;
}
.news_single_block .text a:hover,
.news_loop_block .text a:hover,
.column_single_block .text a:hover{
    text-decoration: none;
}

.info_navi{
	display: flex;
	width: 80%;
    padding: 6px 0;
	margin: 80px 10% 50px 10%;
    font-size: 12px;
    color: #fff;
    flex-direction: row;
    justify-content: space-around;
    background-color: #666;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	float: left;
	clear: both;
}
.icon-prev{
	display: block;
	width: 200px;
	height: auto;
    text-align: left;
	float: left;
}

.icon-next{
	display: block;
	width: 200px;
	height: auto;
    text-align: right;
	float: left;
}
.icon-list{
	display: block;
	width: 200px;
	height: auto;
    text-align: center;
	float: left
}
.info_navi a{
    text-decoration: none;
    color: #fff !important;
}
.info_navi a:hover{
    color: #fff !important;
}

.spec_area{
    width: 90%;
    margin: 0 auto;
}
.spec_area h3{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 50px;
    line-height: 180%;
    color: #fff !important;
    font-weight: 300 !important;
    font-feature-settings: "palt";
    letter-spacing: 1px;
    margin-bottom: 30px;
    float: left;
    clear: both;
}
.spec_area .spec{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    line-height: 180%;
    color: #ccc !important;
    font-weight: nomal;
    font-feature-settings: "palt";
    letter-spacing: 1px;
    margin-bottom: 80px !important;
    float: left;
    clear: both;
}

#secondary2 .main_block {
    display: block;
    position: relative;
    width: 85%;
    max-width: 1100px;
    min-height: 400px;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 auto 0 auto;
    clear: both;
    z-index: 1400 !important;
}
#secondary2 .main_block article {
    display: flex !important;
    flex-wrap:wrap;
    justify-content: space-between;
    width: 100% !important;
    margin: 0 auto 0 auto;
    clear: both;
}
.work_block{
    display: inline-block;
    width:21% !important;
    text-align: center;
    color: #fff;
    margin-bottom: 50px !important;
    float: left;
    transition: 0.3s;
}

.work_block:hover{
    transform: scale(1.07);
    transition: 0.3s;
}
.work_block h4{
    font-size: 16px !important;
    font-weight: 400 !important;
}
.work_block .year{
    font-size: 13px !important;
    line-height: 180%;
    font-weight: 500 !important;
}
.work_block a{
    color: #fff;
    text-decoration: none !important;
}
}
.work_block a:hover{
    text-decoration: none;
}
.work_block .thumbnail{
    display: block;
    width: 100%;
    height: auto;
    min-height: 220px;
    margin-bottom: 10px;
    float: left;
}
.work_block .thumbnail img{
    display: block;
    width: 100%;
    height: 220px !important;
    object-fit: cover !important;
}


/* pager */
.pager{
	display:block;
	width:100%;
	height:100px;
	text-align:center;
	font-size:16px;
	margin:30px 0 0 0;
	float:left;
	clear:both;
}

a.page-numbers,
.pager .current{
	color: #fff;
    text-decoration: none;
    font-weight: 600;
	margin:0 10px;
}
.pager .current{
	color:#999;
    font-weight: 300 !important;
}

.photo_area{
    display: block;
    max-width: 720px !important;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: hidden;
    margin: 0 auto 0 auto;
}
.photo_area img{
    margin-bottom: 80px !important;
}