@charset "UTF-8";
/* =============================================
                    CONTENTS
============================================= */
.inner{ position: relative;}
/* main */
#main .box02{ background: #222 url(../img/bg-drid.jpg) top center repeat; position: relative;}
#main .box02::before{
    content: "";
    border-style: solid;
    border-width: 18px 11px 0 11px;
    border-color: #2c2c2c transparent transparent transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -12px;
}
#main .box02 .read{ font-weight: 600; color: #fff;}
#main .box02 .profile-box{ background: #000; box-shadow: 0 0 8px rgba(0, 0, 0, 0.4); border-radius: 6px; position: relative;}
#main .box02 .profile-box .img{ position: absolute; left: 0; bottom: 0;}
#main .box02 .profile-box .detail h2{ font-weight: 700; color: #fff;}
#main .box02 .profile-box .detail h2 span.en{ color: #bb0505;}
#main .box02 .profile-box .detail p{ color: #fff;}
/* sec01 */
#sec01 .tit-box h2{ font-weight: 900; color: #000; text-align: center; line-height: 1.2;}
#sec01 .tit-box h2 strong{ font-weight: 900; color: #bb0505;}
#sec01 .tit-box p{ font-weight: 600; color: #000;}
#sec01 .img-list li:last-of-type{ margin-bottom: 0;}
#sec01 .img-list li .detail h3{ font-weight: 900; color: #000; line-height: 1.2;}
#sec01 .img-list li .detail h3 strong{ font-weight: 900; color: #bb0505;}
#sec01 .img-list li .detail p{ color: #000;}
/* sec02 */
#sec02{ padding-bottom: 0 !important;}
#sec02 .tit-box h2{ font-weight: 900; color: #000; text-align: center; line-height: 1.2;}
#sec02 .tit-box h2 strong{ font-weight: 900; color: #bb0505;}
#sec02 .tit-box p{ font-weight: 600; color: #000;}
#sec02 .box h3{ background: #bb0505; font-weight: 900; color: #fff; text-align: center; position: relative;}
#sec02 .box h3 span{ position: absolute; right: 10px; bottom: 10px;}
#sec02 .scroll-box table th{ background: #000; border: 1px solid #444; font-weight: 900; color: #fff; text-align: center;}
#sec02 .scroll-box table td{ border: 1px solid #444; color: #fff; text-align: center;}
#sec02 .scroll-box table td.name{ font-weight: 900; color: #bb0505; vertical-align: middle;}
#sec02 .scroll-box table td.comment{ text-align: left;}
#sec02 .scroll-box table td.comment h4{ font-weight: 900; color: #bb0505;}
#sec02 .scroll-box table .bg-red td{ background: #250505;}
#sec02 .scroll-box table .bg-black td{ background: #000;}
#sec02 .scroll-box table .bg-gray td{ background: #222;}
#sec02 .scroll-box table strong{ font-weight: 900;}
#sec02 .scroll-box table strong.text-orange{ color: #fca307;}
#sec02 .scroll-box table span.stext{ font-weight: normal;}
#sec02 .trackman-box{ background: #000; box-shadow: 0 0 8px rgba(0, 0, 0, 0.4); border-radius: 6px; position: relative;}
#sec02 .trackman-box .img{ position: absolute; left: 0; bottom: 0;}
#sec02 .trackman-box .detail h2{ font-weight: 700; color: #fff; display: flex; align-items: center;}
#sec02 .trackman-box .detail h2 span{ color: #bb0505;}
#sec02 .trackman-box .detail p{ color: #fff;}
/* sec03 */
#sec03{ background-image: url(../img/sec03-bg02.png),url(../img/bg-drid.jpg); background-repeat: no-repeat, repeat; background-position: top 60px center, top center; position: relative;}
#sec03:before{
    content: "";
    border-style: solid;
    border-width: 18px 11px 0 11px;
    border-color: #2c2c2c transparent transparent transparent;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -12px;
}
#sec03 .tit-box h2{ font-weight: 900; color: #fff; text-align: center; line-height: 1.2;}
#sec03 .tit-box h2 strong{ font-weight: 900; color: #bb0505;}
#sec03 .tit-box p{ font-weight: 600; color: #fff;}
#sec03 .box h3{ font-weight: 900; color: #fff; text-align: center;}
.comment-list li{ display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;}
.comment-list li:last-of-type{ margin-bottom: 0;}
.comment-list li .ico{ text-align: center;}
.comment-list li .ico .name{ font-weight: 700; line-height: 1.2; color: #fff;}
.comment-list li p{
	background: #fff;
    color: #000;
	border-style: solid;
	border-width: 5px;
	position: relative;
	border-radius: 6px;
	flex: 1;
}
.comment-list li p::before,
.comment-list li p::after{
	content: "";
	position: absolute;
	margin: auto;
	transform: rotate(90deg);
}
.comment-list li p::before{ 
	top: 20px;
	left: -26px;
	border-style: solid;
	border-width: 25px 25px 0 0;
}
.comment-list li p::after{
	top: 25px;
	left: -14px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	border-width: 14px 14px 0 0;
	z-index: 10;
}
.comment-list li.ishii p{ border-color: #305f96;}
.comment-list li.ishii p::before{ border-color: #305f96 transparent transparent transparent;}
.comment-list li.kurihara p{ border-color: #009944; border-radius: 6px;}
.comment-list li.kurihara{ flex-flow: row-reverse;}
.comment-list li.kurihara p::before{ left: auto; right: -26px; border-color: transparent transparent #009944 transparent; border-width: 0 25px 25px 0;}
.comment-list li.kurihara p::after{ left: auto; right: -14px; border-color: transparent transparent #fff transparent; border-width: 0 14px 14px 0;}

/* ==== PC ===== */
@media screen and (min-width: 768px){
.inner{ width: 1080px; margin: 0 auto;}
section{ padding: 70px 0 100px;}
/* main */
#main .box01{ background: url(../img/main-bg_pc.jpg) center top no-repeat; background-size: cover;}
#main .box01 .inner{ height: 420px;}
#main .box01 h1{ position: absolute; top: 43px; left: 304px;}
#main .box02{ padding: 40px 0 60px;}
#main .box02 .read{ font-size: 18px; line-height: 2.0; text-align: center; margin-bottom: 35px;}
#main .box02 .profile-box{ height: 150px;}
#main .box02 .profile-box .detail{ padding: 25px 0 0 288px;}
#main .box02 .profile-box .detail h2{ font-size: 24px; margin-bottom: 15px; display: flex; align-items: center;}
#main .box02 .profile-box .detail h2 span.en{ font-size: 14px; margin-right: 10px;}
#main .box02 .profile-box .detail h2 span.stext{ font-size: 16px; margin-top: 8px;}
#main .box02 .profile-box .detail p{ line-height: 1.8;}
/* sec01 */
#sec01{ background: #fff url(../img/sec01-bg02.png) center top 40px no-repeat; border-top: 10px solid #bb0505; padding-top: 75px;}
#sec01 .tit-box{ margin-bottom: 55px;}
#sec01 .tit-box h2{ font-size: 50px; margin-bottom: 60px;}
#sec01 .tit-box p{ font-size: 18px; text-align: center; line-height: 2.0;}
#sec01 .img-list li{ display: flex; align-items: center; margin-bottom: 60px;}
#sec01 .img-list li:nth-of-type(odd){ flex-direction: row-reverse;}
#sec01 .img-list li .img{ margin-right: auto;}
#sec01 .img-list li:nth-of-type(odd) .img{ margin-right: 0; margin-left: auto;}
#sec01 .img-list li .detail{ width: 510px;}
#sec01 .img-list li .detail h3{ font-size: 28px; margin-bottom: 15px;}
#sec01 .img-list li .detail p{ font-size: 18px; line-height: 1.8;}
/* sec02 */
#sec02{ background: #f6f6f6 url(../img/sec02-bg02.png) center top 65px no-repeat;}
#sec02 .tit-box{ margin-bottom: 55px;}
#sec02 .tit-box h2{ font-size: 50px; margin-bottom: 30px;}
#sec02 .tit-box p{ font-size: 18px; text-align: center; line-height: 2.0;}
#sec02 .box{ margin-bottom: 60px;}
#sec02 .box h3{ font-size: 28px; padding: 20px 0 22px;}
#sec02 .box h3 span{ font-size: 12px;}
#sec02 .scroll-box table th{ font-size: 16px; padding: 20px;}
#sec02 .scroll-box table td{ padding: 20px;}
#sec02 .scroll-box table td strong{ font-size: 26px;}
#sec02 .scroll-box table span.stext{ font-size: 14px;}
#sec02 .scroll-box table td.name{ width: 168px;}
#sec02 .scroll-box table td.name p{ font-size: 20px; margin-bottom: 15px;}
#sec02 .scroll-box table td.comment h4{ font-size: 16px; margin-bottom: 8px;}
#sec02 .scroll-box table td.comment p{ font-size: 14px; line-height: 1.8;}
#sec02 .trackman-box{ height: 178px; margin-bottom: 60px;}
#sec02 .trackman-box .detail{ padding: 25px 30px 0 288px;}
#sec02 .trackman-box .detail h2{ font-size: 24px; margin-bottom: 15px; }
#sec02 .trackman-box .detail h2 span{ font-size: 14px; margin-left: 10px;}
#sec02 .trackman-box .detail p{ line-height: 1.8;}
#sec02 .bottom{ background: #000 url(../img/sec02-bg01_pc.jpg) center bottom no-repeat; height: 320px;}
/* sec03 */
#sec03{ padding-top: 60px;}
#sec03 .tit-box{ margin-bottom: 60px;}
#sec03 .tit-box h2{ font-size: 50px; margin-bottom: 30px;}
#sec03 .tit-box h2 span{ font-size: 28px;}
#sec03 .tit-box p{ font-size: 18px; text-align: center; line-height: 2.0;}
#sec03 .box.last{ margin-top: 80px;}
#sec03 .box h3{ font-size: 28px; margin-bottom: 40px;}
.comment-list{ margin-bottom: 50px;}
.comment-list li{ margin-bottom: 30px;}
.comment-list li .ico{ width: 100px; margin-right: 25px;}
.comment-list li .ico .name{ font-size: 14px; margin-top: 10px;}
.comment-list li.kurihara .ico{ margin-right: 0; margin-left: 25px;}
.comment-list li p{ font-size: 18px; line-height: 1.8; padding: 15px 25px;}
}

/* ==== SP ===== */
@media screen and (max-width: 767px){
section{ padding: 40px 0 50px;}
/* main */
#main .box02{ padding: 20px 0 30px;}
#main .box02 .inner{ padding: 0 20px;}
#main .box02 .read{ font-size: 18px; line-height: 1.8; margin-bottom: 20px;}
#main .box02 .profile-box .img{ width: 90px; top: 0; bottom: auto;}
#main .box02 .profile-box .detail{ padding: 10px 10px 15px 100px;}
#main .box02 .profile-box .detail h2{ font-size: 18px; margin-bottom: 10px;}
#main .box02 .profile-box .detail h2 span.en{ font-size: 12px; display: inline-block; margin-bottom: 5px;}
#main .box02 .profile-box .detail h2 span.stext{ font-size: 12px;}
#main .box02 .profile-box .detail p{ font-size: 14px; line-height: 1.6;}
/* sec01 */
#sec01{ background: #fff url(../img/sec01-bg02.png) center top no-repeat; background-size: 100%; border-top: 10px solid #bb0505;}
#sec01 .inner{ padding: 0 20px;}
#sec01 .tit-box{ margin-bottom: 40px;}
#sec01 .tit-box h2{ font-size: 26px; margin-bottom: 10px;}
#sec01 .tit-box p{ font-size: 18px; line-height: 1.8;}
#sec01 .img-list li{ margin-bottom: 30px;}
#sec01 .img-list li .img{ margin-bottom: 15px;}
#sec01 .img-list li .detail h3{ font-size: 22px; margin-bottom: 8px;}
#sec01 .img-list li .detail p{ font-size: 18px; line-height: 1.8;}
/* sec02 */
#sec02{ background: #f6f6f6 url(../img/sec02-bg02.png) center top no-repeat; background-size: 100%;}
#sec02 .tit-box{ margin-bottom: 40px;}
#sec02 .tit-box h2{ font-size: 26px; margin-bottom: 10px; padding: 0 20px;}
#sec02 .tit-box p{ font-size: 18px; line-height: 1.8; padding: 0 20px;}
#sec02 .box{ margin-bottom: 30px;}
#sec02 .box h3{ font-size: 22px; padding: 20px 0 22px; margin: 0 20px;}
#sec02 .box h3 span{ font-size: 10px; right: 5px; bottom: 5px;}
#sec02 .box .sp{ background: #444; color: #fff; text-align: center; padding: 10px; margin: 0 20px;}
#sec02 .box .sp p{ background: url(../img/ico-swipe.png) left center no-repeat; background-size: 30px; display: inline-block; padding: 5px 0 5px 35px;}
#sec02 .scroll-box{ overflow-x: scroll; -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory;}
#sec02 .scroll-box > table{ width: 700px; margin: 0 20px;}
#sec02 .scroll-box table th{ font-size: 12px; padding: 10px 0;}
#sec02 .scroll-box table td{ padding: 10px;}
#sec02 .scroll-box table td strong{ font-size: 18px !important;}
#sec02 .scroll-box table span.stext{ font-size: 10px !important;}
#sec02 .scroll-box table td.name{ width: 100px;}
#sec02 .scroll-box table td.name p{ font-size: 16px; margin-bottom: 15px;}
#sec02 .scroll-box table td.comment h4{ font-size: 14px; margin-bottom: 5px; -webkit-text-size-adjust: 100%;}
#sec02 .scroll-box table td.comment p{ font-size: 12px; line-height: 1.8; -webkit-text-size-adjust: 100%;}
#sec02 .trackman-box{ margin: 0 20px 30px;}
#sec02 .trackman-box .img{ width: 90px; top: 0; bottom: auto;}
#sec02 .trackman-box .detail{ padding: 15px 10px 15px 100px;}
#sec02 .trackman-box .detail h2{ font-size: 18px; margin-bottom: 8px;}
#sec02 .trackman-box .detail h2 span{ font-size: 12px; margin-right: 10px;}
#sec02 .trackman-box .detail p{ font-size: 14px; line-height: 1.6;}
/* sec03 */
#sec03{ background-position: top center, top center; background-size: 100%,auto;}
#sec03 .inner{ padding: 0 20px;}
#sec03 .tit-box{ margin-bottom: 40px;}
#sec03 .tit-box h2{ font-size: 26px; margin-bottom: 10px;}
#sec03 .tit-box h2 span{ font-size: 18px;}
#sec03 .tit-box p{ font-size: 18px; line-height: 1.8;}
#sec03 .box.last{ margin-top: 40px;}
#sec03 .box h3{ font-size: 20px; line-height: 1.4; margin-bottom: 20px;}
.comment-list{ margin-bottom: 25px;}
.comment-list li{ margin-bottom: 15px;}
.comment-list li .ico{ width: 60px; margin-right: 25px;}
.comment-list li .ico .name{ font-size: 10px; margin-top: 10px;}
.comment-list li.kurihara .ico{ margin-right: 0; margin-left: 25px;}
.comment-list li p{ font-size: 16px; line-height: 1.6; padding: 10px 10px;}

}





