﻿

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,
main, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video
{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}



@media screen and (min-width: 768px) {


.contents__detail
{
	overflow: hidden;
}


/*------------------------------*/


.contents_list.-type_cate3[data-type="bousai"]
{
	display: flex;
	justify-content: center!important;
	gap:60px;
}

.contents_list.-type_cate3[data-type="bousai"] li
{
	width: 450px!important;
}

.contents_list.-type_cate3[data-type="bousai"] li a
{
	display: flex!important;
	flex-direction: column!important;
}


/*------------------------------*/


.interview_list
{
	margin: 0 auto;
	margin-top: 120px;
	width: 1080px;

	opacity: 0;

	animation: listUp2 2.0s forwards;
	animation-delay: 1.5s;
}

.contents__detail[data-type="base"] .interview_list
{
	margin-top:-10px;
}

@keyframes listUp2 {
    0% {
        opacity: 0;
        transform: translate(0, 100px);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

.interview_list li
{

}

.interview_list li + li
{
	margin-top: 20px;
}

.interview_list li a
{
	display: flex;
	justify-content: space-between;

	padding: 40px;

	text-decoration: none;
}

.interview_list li a:hover
{
	background: #f5f3e7;
}

.interview_list .photo_box
{
	width: 360px;
}

.interview_list .photo_box img
{
	width: 100%;
}

.interview_list .text_box
{
	width: 600px;
	
	color: #000;
	line-height: 1.8;
}

.interview_list .text_box .intv_title
{
	font-size: 130%;
	font-weight: bold;
}

.interview_list .text_box .intv_prof
{
	margin-top: 5px;

	color:#999;
	font-size: 90%;
}

.interview_list .text_box .intv_text
{
	margin-top: 10px;
}

.interview_list .text_box .intv_more,
.contents_list.-type_cate3[data-type="bousai"] .intv_more
{
	margin-top: 30px;
	
	font-size: 120%;
	font-weight: bold;
	text-align: right;
}

.contents_list.-type_cate3[data-type="bousai"] .intv_more
{
	margin-left: auto;
	margin-top: auto;
	padding-top: 30px;

	font-size: 80%!important;
}

.interview_list .text_box .intv_more .arrow,
.contents_list.-type_cate3[data-type="bousai"] .intv_more .arrow
{
	position: relative;
	display: inline-block;
	margin-left: 15px;
	width: 60px;
	height: 1px;
	background-color: #000000;
}

.interview_list .text_box .intv_more .arrow::after,
.contents_list.-type_cate3[data-type="bousai"] .intv_more .arrow::after
{
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	right: 0;
	width: 20px;
	height: 1px;
	background-color: #000000;
	transform: rotate(45deg);
	transform-origin: calc(100% - 2px) 50%;
}

.contents_list.-type_cate3[data-type="bousai"] a:hover .intv_more .arrow{ background-color: #fff; transition: transform 0.5s ease-out, background-color 0.3s ease-in, color 0.3s; }
.contents_list.-type_cate3[data-type="bousai"] a:hover .intv_more .arrow::after{ background-color: #fff; transition: transform 0.5s ease-out, background-color 0.3s ease-in, color 0.3s; }


/*------------------------------*/


.kankyo_list
{
    width: 1000px;
    margin: 0px auto;
	padding-top: 20px;
}

.kankyo_list li
{

}

.kankyo_list li + li
{
	margin-top : 80px;
}

.kankyo_list h3
{
	font-size: 150%;
	font-weight: bold;
}

.kankyo_list p
{
	margin-top: 10px;
}

.kankyo_list .photo_box
{
	display: flex;
	justify-content: space-between;

	margin-top: 40px;
}

.kankyo_list .photo_box img
{
	width: 480px;
	height: auto;
}


/*------------------------------*/


.title_h2
{
	position: relative;
    width: 1000px;
    margin: 140px auto 0px;

	display: flex;
	align-items: center;
}

.title_h2 span
{
	margin-right: 20px;

    font-family: "Noto Sans JP", sans-serif;
    color: rgb(0, 0, 0);
    font-size: 160%;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
	flex-shrink: 0;
}

.title_h2::after
{
    content: "";
    display: block;
    margin-right: calc(50% - 50vw);
    width: 100vw;
    height: 1px;
    background: rgb(0, 0, 0);
}

.title_text
{
    width: 1000px;
    margin: 30px auto 60px;

	font-size: 110%;
	line-height: 1.8;
}


/*------------------------------*/


.prof_box
{
	margin:0 auto;
	padding:18px 20px 15px;
	max-width:1100px;
	background:#e7e7e7;
}

.prof_box .prof_text_01
{
	display: block;
}

.prof_box .prof_name
{
	display: block;

	margin-top: 3px;
}

.prof_box .prof_name strong
{
	font-size:150%;
	font-weight: bold;
}

.hl1[data-type="type2"]
{
	padding: 120px 0 100px!important;
}

.hl3[data-type="type2"]
{
	border: none!important;
	margin-top:40px!important;
	margin-bottom:30px!important;
}









/*
=========================================================================================================*/
}





/*#######################################################################################################*/
/*#######################################################################################################*/
/*#######################################################################################################*/




@media screen and (max-width: 767px) {

	
.contents__detail[data-type="base"] .sp_cdbox
{
    margin: 0 2vw;
	margin-top:10%;
    padding: 8% 5%;
    font-size: 1.5rem;
    line-height: 1.8;
    background-color: #fff;
    border-radius: 20px;
    position: relative;
}

.sp_cdbox + .sp_cdbox
{
	margin-top: 40px;
}

.contents__detail[data-type="base"] .contents_list2 a
{
	display: block;
	border: 5px solid #fff;
	border-radius: 10px;
	box-shadow: 0px 1px 3px 0 #ccc;
	overflow: hidden;
}


/*------------------------------*/


.contents_list.-type_cate3[data-type="bousai"]
{
	display: flex;
	flex-direction: column!important;
	gap:30px;
}

.contents_list.-type_cate3[data-type="bousai"] li
{
	width: 100%!important;
}


/*------------------------------*/


.interview_list
{

	margin: 0 2vw;
	margin-top: 10%;
    /*padding: 14vw 4vw;*/
    font-size: 1.5rem;
    line-height: 1.8;
    /*background-color: #fff;*/
    /*border-radius: 20px;*/
    position: relative;
    opacity: 0;

	animation: listUp2 2.0s forwards;
    animation-delay: 1.5s;
	
	
}

@keyframes listUp2 {
    0% {
        opacity: 0;
        transform: translate(0, 100px);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

.interview_list li
{

}

.interview_list li + li
{
	margin-top: 8%;
}

.interview_list li a
{
	display: block;

	padding: 7% 6% 6%;

	text-decoration: none;

	background: #fff;
	border-radius: 20px;
}

.contents__detail[data-type="base"] .interview_list li a
{
	border:1px solid #999;
}

.interview_list .photo_box
{
	width: 100%;
}

.interview_list .photo_box img
{
	width: 100%;
}

.interview_list .text_box
{
	margin-top: 5%;

	width: 100%;
	
	color: #000;
	line-height: 1.6;
}

.interview_list .text_box .intv_title
{
	font-size: 130%;
	font-weight: bold;
}

.interview_list .text_box .intv_prof
{
	margin-top: 5px;

	color:#999;
	font-size: 90%;
}

.interview_list .text_box .intv_text
{
	margin-top: 10px;
	line-height: 1.8;
}

.interview_list .text_box .intv_more,
.contents_list.-type_cate3[data-type="bousai"] .intv_more
{
	margin-top: 30px;
	
	font-size: 120%;
	font-weight: bold;
	text-align: right;
}

.contents_list.-type_cate3[data-type="bousai"] .intv_more
{	
	font-size: 100%!important;
}

.interview_list .text_box .intv_more .arrow,
.contents_list.-type_cate3[data-type="bousai"] .intv_more .arrow
{
	position: relative;
	display: inline-block;
	margin-left: 15px;
	width: 60px;
	height: 1px;
	background-color: #000000;
}

.interview_list .text_box .intv_more .arrow::after,
.contents_list.-type_cate3[data-type="bousai"] .intv_more .arrow::after
{
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	right: 0;
	width: 20px;
	height: 1px;
	background-color: #000000;
	transform: rotate(45deg);
	transform-origin: calc(100% - 2px) 50%;
}


/*------------------------------*/


.kankyo_list
{
    width: 100%;
    margin: 0px auto;
	margin-top: 8%;
}

.kankyo_list li
{

}

.kankyo_list li + li
{
	margin-top: 8%;
}

.kankyo_list h3
{
	font-size: 120%;
	font-weight: bold;
}

.kankyo_list p
{
	margin-top: 5px;
}

.kankyo_list .photo_box
{
	margin-top: 5%;
}

.kankyo_list .photo_box img
{
	width: 100%;
	height: auto;
}

.kankyo_list .photo_box img + img
{
	margin-top: 5%;
}


/*------------------------------*/


.prof_box
{
	margin:0 auto;
	padding:5% 6% 5%;
	background:#e7e7e7;
}

.prof_box .prof_text_01
{
	display: block;
}

.prof_box .prof_name
{
	display: block;

	margin-top: 3px;
}

.prof_box .prof_name strong
{
	font-size:150%;
	font-weight: bold;
}

.hl1[data-type="type2"]
{
	padding: 10% 0 10%!important;
}

.hl3[data-type="type2"]
{
	border: none!important;
	margin-top:40px!important;
	margin-bottom:30px!important;
}

.readtxt[data-type="type2"]
{
	margin: 0 auto!important;
	margin-top:-2%!important;
	width: 90%!important;
	text-align: left!important;
}

p + .txt_q
{
	margin-top:10vw!important;
}



/*
=========================================================================================================*/
}

@media screen and (max-width: 400px) {

	.hl1{ font-size: 2.3rem!important; }

}



/*#######################################################################################################*/
/*#######################################################################################################*/
/*#######################################################################################################*/


