@charset "UTF-8";
/* =============================================
                    COMMON
============================================= */
body{ font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; color: #1d1d1d;}
sup{ font-size: 70%; vertical-align: top; position: relative; top: -0.1em;}

/* =============================================
                    CONTENTS
============================================= */
*{ box-sizing: border-box;}
.ico-blank{ display: block; position: relative;}
.ico-blank::before{ top: calc( 50% - 4px ); right: 15px;}
.ico-blank::after{ top: calc( 50% - 6px ); right: 17px;}
.ico-blank.blue::before,
.ico-blank.blue::after{ content: ""; background: #0071be; border: 1px solid #fff; width: 9px; height: 9px; position: absolute; z-index: 1;}
.ico-blank.white::before,
.ico-blank.white::after{ content: ""; background: #fff; border: 1px solid #0071be; width: 9px; height: 9px; position: absolute; z-index: 1;}
.btn a{ box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3); font-weight: 700; line-height: 1.3; color: #fff; text-align: center; text-decoration: none; display: block;}
.btn.blue a{ background: #0071be; border: 2px solid #0071be;}
.btn.white a{ background: #fff; color: #0071be; border: 2px solid #0071be;}
#contents{ background: #222;}
#main .logo-gdo{ position: absolute; z-index: 10;}
#main p{ color: #fff;}
nav{ background: #222; border-top: 1px solid #444;}
nav ul{ display: flex; flex-wrap: wrap; align-items: center;}
nav ul li{ font-weight: 900; line-height: 1.3; color: #fff; text-align: center; border-right: 1px solid #444; display: table;}
nav ul li a{ color: #fff; text-decoration: none; display: table-cell; vertical-align: middle;}
nav ul li.ac a{ background: #0071be; pointer-events: none;}
section .detail .tit-box .tit h3{ font-weight: 900; line-height: 1.3;}
section .detail .tit-box .tit p{ font-weight: 900; line-height: 1.3; color: #0071be;}
.sec01{ background: #222 url(../img/bg-bl.jpg) left top repeat;}
.sec01 .detail .tit-box .tit h3{ color: #fff;}
.sec01 .detail .tit-box .profile{ background: #000; display: flex; align-items: center;}
.sec01 .detail .tit-box .profile .img{ flex-shrink: 0;}
.sec01 .detail .tit-box .profile p{ font-weight: 700; line-height: 1.3; color: #fff;}
.sec01 .detail .box h4{ font-weight: 900; line-height: 1.3; color: #fff; border-left: 2px solid #0071be;}
.sec01 .detail .box .img-box p{ color: #fff;}
.sec02{ background: #fff url(../img/bg-wh.jpg) left top repeat;}
.sec02 .detail .impression-list .box .profile-box{ display: flex;}
.sec02 .detail .impression-list .box .profile-box .img{ flex-shrink: 0;}
.sec02 .detail .impression-list .box .profile-box .profile{ background: #000; width: 100%; border-radius: 10px;}
.sec02 .detail .impression-list .box .profile-box .profile p{ color: #fff;}
.sec02 .detail .impression-list .box .profile-box .profile .name{ font-weight: 700; line-height: 1.3;}
.sec02 .detail .impression-list .box .profile-box .profile .data{ line-height: 1.6;}
.sec02 .detail .impression-list .box h4{ border-left: 2px solid #0071be; font-weight: 900; line-height: 1.3;}
.sec03{ background: #222 url(../img/bg-bl.jpg) left top repeat;}
.sec03 .tit-box{ text-align: center;}
.sec03 .tit-box h2{ font-weight: 900; line-height: 1.3; color: #fff;}
.sec03 .tit-box p{ font-weight: 900; line-height: 1.3; color: #0071be;}
.sec03 .related-list{ background: #fff;}
.sec03 .related-list li{ border-bottom: 1px solid #ccc;}
.sec03 .related-list li:last-of-type{ border-bottom: none; padding-bottom: 0; margin-bottom: 0;}
.sec03 .related-list li a{ color: #000; line-height: 1.6; text-decoration: none; display: flex;}
.sec03 .related-list li a .data{ font-weight: 700;}
#page-top{ position: fixed; z-index: 90; transition: .4s;}
#page-top.hide{ opacity: 0;}
#page-top a{ display: block;}
footer .cooperation{ background: #fff;}
footer .cooperation .img{ background: #000;}
footer .cooperation p{ color: #000; line-height: 1.3;}
footer .cooperation p a{ color: #000;}
footer{ background: #1d1d1d; color: #fff; text-align: center;}
footer a{ color: #fff;}

/* ==== PC ===== */
@media screen and (min-width: 768px){
body{ font-size: 16px;}
a:hover,a:hover img{ opacity: 0.8; transition: .4s; box-shadow: none;}
.pc{ display: block;}
.sp{ display: none;}
.inner{ width: 1046px; margin: 0 auto; position: relative}
.btn a{ font-size: 28px; border-radius: 12px; padding: 20px 0;}
#main{ background-color: #000; background-image: url(../img/main-bg01_pc.jpg),url(../img/main-bg02_pc.jpg); background-repeat: no-repeat,repeat-x; background-position: center top, left top;}
#main .inner{ height: 800px;}
#main .logo-gdo{ width: 82px; top: 23px; left: 0;}
#main h1{ position: absolute; top: 416px; left: 187px;}
#main p{ font-size: 18px; line-height: 1.8; text-align: center; width: 100%; position: absolute; bottom: 40px;}
nav{ border-bottom: 1px solid #444;}
nav ul li{ font-size: 16px; width: calc(100% / 8);}
nav ul li:first-of-type{ border-left: 1px solid #444;}
nav ul li a{ height: 80px;}
nav ul li a:hover{ background: #0071be;}
section img{ width: 100%;}
section .top{ background: #000;}
section .detail{ padding: 50px 0 80px;}
section .detail .tit-box{ display: flex; align-items: center;}
section .detail .tit-box .tit{ border-left: 4px solid #0071be; padding: 5px 0 5px 20px; margin-right: auto;}
section .detail .tit-box .tit h3{ font-size: 58px; margin-bottom: 10px;}
section .detail .tit-box .tit p{ font-size: 20px;}
.sec01 .detail .logo{ width: 450px; margin: 0 auto 50px;}
.sec01 .detail .tit-box{ margin-bottom: 60px;}
.sec01 .detail .tit-box .profile{ width: 523px;}
.sec01 .detail .tit-box .profile .img{ width: 125px;}
.sec01 .detail .tit-box .profile p{ font-size: 26px; margin-left: 30px;}
.sec01 .detail .tit-box .profile p span{ font-size: 20px; display: inline-block; margin-right: 18px;}
.sec01 .detail .box{ margin-bottom: 60px;}
.sec01 .detail .box h4{ font-size: 34px; padding-left: 20px; margin-bottom: 40px;}
.sec01 .detail .box .img-box{ display: flex; align-items: center; flex-flow: row-reverse;}
.sec01 .detail .box:nth-of-type(odd) .img-box{ flex-flow: row;}
.sec01 .detail .box .img-box p{ font-size: 18px; line-height: 1.8; width: 503px; margin-left: auto;}
.sec01 .detail .box:nth-of-type(odd) .img-box p{ margin-right: auto; margin-left: 0;}
.sec01 .detail .box .img-box .img{ width: 503px;}
.sec02 .top .pc{ position: absolute; right: 0; top: 0; z-index: 2; filter: drop-shadow(15px 15px 10px rgba(0, 0, 0, 0.25));}
.sec02 .detail .tit-box{ margin-bottom: 40px;}
.sec02 .detail .impression-list{ display: flex; margin-bottom: 60px; position: relative; z-index: 3;}
.sec02 .detail .impression-list .box{ width: 503px;}
.sec02 .detail .impression-list .box:first-of-type{ margin-right: auto;}
.sec02 .detail .impression-list .box .profile-box{ margin-bottom: 30px;}
.sec02 .detail .impression-list .box .profile-box .img{ width: 100px;}
.sec02 .detail .impression-list .box .profile-box .img img{ width: 100%;}
.sec02 .detail .impression-list .box .profile-box .profile{ padding: 25px 0 25px 30px;}
.sec02 .detail .impression-list .box .profile-box .profile .name{ font-size: 25px; margin-bottom: 10px;}
.sec02 .detail .impression-list .box .profile-box .profile .name span{ font-size: 20px;}
.sec02 .detail .impression-list .box .profile-box .profile .data{ font-size: 15px;}
.sec02 .detail .impression-list .box h4{ font-size: 25px; padding-left: 20px; margin-bottom: 20px;}
.sec02 .detail .impression-list .box p{ font-size: 18px; line-height: 1.8;}
.sec03{ padding: 60px 0 80px;}
.sec03 .tit-box{ margin-bottom: 40px;}
.sec03 .tit-box h2{ font-size: 58px; margin-bottom: 10px;}
.sec03 .tit-box p{ font-size: 20px;}
.sec03 .related-list{ padding: 30px;}
.sec03 .related-list li{ padding-bottom: 15px; margin-bottom: 15px;}
.sec03 .related-list li a{ font-size: 18px;}
.sec03 .related-list li a .data{ margin-right: 15px;}
.sec03 .related-list li a:hover .text{ color: #0071be; text-decoration: underline; opacity: 1 !important;}
.btn-list{ display: flex;}
.btn-list li{ width: 503px;}
.btn-list li:first-of-type{ margin-right: auto;}
.btn-list li:last-of-type{ margin-left: auto;}
#page-top{ right: 20px; bottom: 20px;}
footer .cooperation{ margin-bottom: 60px;}
footer .cooperation p{ font-size: 16px; padding: 30px 0;}
footer{ padding: 0 0 60px;}
footer .cp{ margin-top: 20px;}
}

/* ==== SP ===== */
@media screen and (max-width: 767px){
body{ font-size: 14px;}
img{ width: 100%;}
.pc{ display: none;}
.sp{ display: block;}
.btn a{ font-size: 20px; border-radius: 6px; padding: 15px 0;}
#main{ background: #000; padding-bottom: 20px;}
#main .inner{ position: relative;}
#main .logo-gdo{ width: 73px; top: 11px; left: 20px;}
#main h1{ margin-bottom: 15px;}
#main p{ font-size: 17px; line-height: 1.6; padding: 0 20px;}
nav ul li{ font-size: 14px; width: calc(100% / 2); border-bottom: 1px solid #444;}
nav ul li:nth-of-type(2n){ border-right: none;}
nav ul li a{ height: 60px;}
section{ background-size: 25px !important;}
section .detail{ padding: 20px 0 40px;}
section .detail .tit-box .tit{ text-align: center; margin-bottom: 20px;}
section .detail .tit-box .tit h3{ font-size: 30px; margin-bottom: 8px;}
section .detail .tit-box .tit p{ font-size: 12px;}
.sec01 .detail .logo{ width: 80%; margin: 0 auto 15px;}
.sec01 .detail .tit-box{ margin-bottom: 20px;}
.sec01 .detail .tit-box .profile .img{ width: 100px;}
.sec01 .detail .tit-box .profile p{ font-size: 18px; padding-left: 20px;}
.sec01 .detail .tit-box .profile p span{ font-size: 14px; display: block; margin-bottom: 5px;}
.sec01 .detail .inner{ padding: 0 20px;}
.sec01 .detail .box{ margin-bottom: 30px;}
.sec01 .detail .box h4{ font-size: 20px; padding-left: 10px; margin-bottom: 10px;}
.sec01 .detail .box .img-box p{ font-size: 17px; line-height: 1.6; margin-bottom: 15px;}
.sec02 .detail .inner{ padding: 0 20px;}
.sec02 .detail .impression-list .box{ margin-bottom: 30px;}
.sec02 .detail .impression-list .box .profile-box .img{ width: 80px;}
.sec02 .detail .impression-list .box .profile-box{ margin-bottom: 15px;}
.sec02 .detail .impression-list .box .profile-box .profile{ padding: 15px 20px;}
.sec02 .detail .impression-list .box .profile-box .profile .name{ font-size: 18px; margin-bottom: 8px;}
.sec02 .detail .impression-list .box .profile-box .profile .name span{ font-size: 14px;}
.sec02 .detail .impression-list .box .profile-box .profile .data{ font-size: 11px;}
.sec02 .detail .impression-list .box h4{ font-size: 20px; padding-left: 10px; margin-bottom: 10px;}
.sec02 .detail .impression-list .box p{ font-size: 17px; line-height: 1.6;}
.sec03{ padding: 30px 0 40px;}
.sec03 .inner{ padding: 0 20px;}
.sec03 .tit-box{ margin-bottom: 20px;}
.sec03 .tit-box h2{ font-size: 30px; margin-bottom: 8px;}
.sec03 .tit-box p{ font-size: 12px;}
.sec03 .related-list{ padding: 12px 10px;}
.sec03 .related-list li{ padding-bottom: 10px; margin-bottom: 10px;}
.sec03 .related-list li a{ font-size: 15px; padding: 0 5px;}
.sec03 .related-list li a .data{ margin-right: 10px;}
.btn-list li{ margin-bottom: 15px;}
.btn-list li:last-of-type{ margin-bottom: 0px;}
#page-top{ right: 10px; bottom: 15px; width: 12%;}
footer .cooperation{ margin-bottom: 30px;}
footer .cooperation p{ font-size: 14px; padding: 15px 0;}
footer{ font-size: 10px; padding: 0 0 30px;}
footer .cp{ margin-top: 10px;}
}

