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

   assets

--------------------------------------------*/
a{
	text-decoration: none;
}
img {
	object-fit: contain;
	display: block;
	max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    border: none;
    }
/*------------------------------------------------

   header

--------------------------------------------*/
.global_header_inner{
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	padding: 18px 6px;
}
/*------------------------------------------------

   #mv__wrap

--------------------------------------------*/
#mv__wrap{
	background-color: #D2ECFA;
	padding-top: 40px;
}
.mv{
	background-image: url("../img/index/mv_pc.jpg");
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	min-height: 840px;
}
.denshiba-logo{
	text-align: center;
}
.denshiba-logo img{
	display: inline-block;
}
.mv-lead{
	text-align: center;
	margin: 50px 24px 0;
	line-height: 1.8;
}
@media (min-width: 1440px) {
	.mv{
		min-height: 778px;
	}
	#mv__wrap{
		padding-top: 0;
	}
	.denshiba-logo{
		padding-top: 40px;
	}
}
@media (max-width: 1024px) {
	.mv{
		min-height: 678px;
	}
	.denshiba-logo img{
		max-width: 280px;
	}
}
@media (max-width: 860px) {
	.mv{
		min-height: 600px;
	}
	#mv__wrap{
		padding-top: 150px;
	}
	.denshiba-logo{
		padding-top: 0px;
	}
	.denshiba-logo img{
		max-width: 240px;
	}
	.mv-lead{
		margin: 32px 32px 0;
		text-align: left;
	}
	#mv__wrap{
		position: relative;
	}
	.mv__inner{
		position: absolute;
		top: 50px;
	}
}
@media (max-width: 412px) {
	.mv{
		min-height: 400px;
	}
	#mv__wrap{
		position: relative;
		padding-top: 240px;
	}
	.denshiba-logo{
		padding-top: 0px;
	}
	.denshiba-logo img{
		max-width: 196px;
	}
	.mv-lead{
		margin: 32px 24px 0;
		text-align: left;
		font-size: 14px;
	}
	.mv__inner{
		position: absolute;
		top: 30px;
	}
}

/*------------------------------------------------

   #profile__wrap

--------------------------------------------*/
#profile__wrap{
	background-color: #9BC950;
	padding: 0 0 80px 0;
}
.profile{
	background-color: #fff;
	border-radius: 8px;
	max-width: 1100px;
	margin: auto;
	padding: 48px;
}
.profile-ttl{
	color: #003e70;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
}
dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
dt {
	color: #fff;
    width: 11%;
    margin-bottom: 20px;
    background-color: #F59B00;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
}
.profile-last{
	margin-bottom: 0;
}
dd {
	width: 86%;
	margin: 4px 0 20px 20px;
	font-size: 14px;
}
@media (max-width: 1440px) {
  .profile{
		max-width: 980px;
	}
}
@media (max-width: 1100px) {
	.profile{
	  width: 90%;
	  padding: 32px 32px 40px;
	}
	dt {
		width: 14%;
		height: 30px;
	}
	dd {
		width: 80%;
	}
}
@media (max-width: 768px) {
	dl {
		display: block;
	}
	dt{
		margin-bottom: 10px;
		width: 16%;
	}
	dd{
		width: 100%;
		margin: 0 0 24px 0;
		font-size: 16px;
	}
	.profile-last{
		margin-bottom: 10px;
	}
}
@media (max-width: 640px) {
	dt{
		margin-bottom: 10px;
		width: 20%;
	}
	.profile{
	  padding: 24px 24px 32px;
	}

}
@media (max-width: 480px) {
	dt{
		margin-bottom: 10px;
		width: 34%;
	}
	dd{
		font-size: 14px;
	}
	.profile{
	  width: 90%;
	}
}
@media (max-width: 414px) {
	#profile__wrap{
		padding: 0 0 64px 0;
	}
}
/*------------------------------------------------

   #contents

--------------------------------------------*/
#contents{
	max-width: 1280px;
	margin: 80px auto 100px;
}

.contents__box+.contents__box{
	margin: 64px 0;
	padding-top: 64px;
	border-top: 1px solid #DDDDDD;
}
h2{
	position: relative;
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	color: #003e70;
	padding-bottom: 32px;
	margin-bottom: 64px;
}
h2::after{
	position: absolute;
    bottom: 0;
    left: 50%;
	transform: translateX(-50%);
    content: "";
    display: inline-block;
    width: 40px;
    height: 4px;
    background-color: #F59B00;
}
h3{
	text-align: center;
	color: #003e70;
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 40px;
}
.contents__item{
	display: flex;
	flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.contents__item li{
	width: 30.75%;
	background-color: #fff;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, .1);
	border-radius: 8px;
}

.contents__box-3koma li{
	width: 23%;
}
.contents__item li a{
	transition: opacity .5s;
}
.contents__item li a:hover{
	opacity: .65;
}
.contents-txt__box{
	padding: 24px;
}
.contents__item2 .contents-txt__box{
	padding: 18px 24px 30px;
}
.contents-txt{
	margin-top: 12px;
	font-size: 14px;
	line-height: 1.8;
}
.contents-img img{
	border-radius: 8px 8px 0 0;
	width: 100%;
}
.modal__trigger img{
	border-radius: 0;
	display: inline-block;
	padding: 0 14px;
}
._dummy{
	opacity: 0;
}
.contents-img-3koma{
	text-align: center;
    padding-top: 16px;
}
.contents__item2 .contents-txt__box small{
	font-size: 12px;
}
.contents__item1 li:nth-of-type(n+4){
	margin-top: 48px;
}
@media (max-width: 1440px) {
	#contents{
		max-width: 1161px;
		width: 90%;
	}
}
@media (max-width: 820px) {
	.contents__item li{
		width: 47%;
	}
	.contents__item1 li:nth-of-type(n+3){
		margin-top: 48px;
	}
	.contents__item2 li:nth-of-type(n+3){
		margin-top: 48px;
	}
	.contents__box-3koma li{
		width: 47%;
	}
	._dummy{
		display: none;
	}
}
@media (max-width: 768px) {
	.contents__item1{
		display: block;
	}
	.contents__item1 li{
		width: 80%;
		margin: auto;
	}
	.contents__item1 li:nth-of-type(n+3){
		margin-top: 0;
	}
	.contents__item1 li:nth-of-type(n+2){
		margin-top: 48px;
	}
	.contents__item1 .contents-txt__box{
		padding: 32px 24px 48px;
	}
	.contents__item2 .contents-txt__box{
		padding: 18px 18px 32px;
	}
}
@media (max-width: 600px) {
	.contents__item1 li{
		width: 100%;
	}
	.contents__item2 li:nth-of-type(n+3) {
        margin-top: 24px;
    }
}
@media (max-width: 414px) {
	h2{
		font-size: 24px;
		margin-bottom: 48px;
	}
	h3{
		font-size: 18px;
		margin-bottom: 24px;
	}
	#contents{
		margin: 64px auto 100px;
		width: 90%;
	}
	.contents__item1 .contents-txt__box {
        padding: 24px 24px 30px;
    }
	.contents__box+.contents__box {
		margin: 48px 0;
		padding-top: 48px;
	}
	.contents__item1 li:nth-of-type(n+2) {
        margin-top: 32px;
    }
	.contents__box-3koma li{
		width: 48%;
	}
	.contents__item2 h4{
		font-size: 14px;
	}
	.contents__item2 .contents-txt__box{
		padding: 10px 16px 16px;
	}
	.contents__item2 .contents-txt__box small{
		font-size: 10px;
	}
	
}
/* ******************************************************

modal 3コマ漫画

****************************************************** */
.modal {
	padding: 200px 0;
}
.inner {
	width: min(100%, 1120px);
	margin: 0 auto;
	padding: 0 20px;
}
/* モーダルを開くボタン */
.modal__trigger {
	cursor: pointer;
}

/* モーダル本体 */
.modal__wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}
.modal__layer {
	height: 100%;
	background: rgba(50, 50, 50, .85);
	cursor: pointer;
}
.modal__container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: min(calc(100% - 40px), 460px);
	height: calc(100% - 40px);
	max-height: 768px;
	padding: 20px;
	background: #fff;
}
.modal__inner {
	position: relative;
	overflow-y: scroll;
	height: 100%;
	padding: 60px 20px 20px;
	text-align: center;
}

/* モーダルを閉じるボタン */
.modal__close {
	position: absolute;
	top: 0px;
	right: 10px;
	width: 44px;
	height: 44px;
	cursor: pointer;
	transition: opacity .6s;
}
.modal__close:hover {
	opacity: .6;
}
.modal__close:before,
.modal__close:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 2px;
	background: #003e70;
	content: '';
}
.modal__close:before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
/* モーダルの中身 */
.modal__img img{
	width: 100%;
    height: auto;
}

/* ******************************************************

pagetop

****************************************************** */
.global_pagetop_wrap{
	position: relative;
}
.global_pagetop {
  opacity: 0;
  position: fixed;
  z-index: 10;
  bottom: 43px;
  right: 15px;
  width: 41px;
  height: 41px;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
@media screen and (min-width: 768px) {
    .global_pagetop {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 58px;
        height: 58px;
    }
}
.global_pagetop a {
  display: block;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.global_pagetop img {
  width: 100%;
}
/* ******************************************************

.comic-btn__inner

****************************************************** */
.comic-btn__inner a {
    color: #fff;
    background-color: #F59B00;
	border-radius: 40px;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, .1);
    display: block;
    width: 320px;
    margin: auto;
    text-align: center;
    text-decoration: none !important;
    padding: 16px 12px;
    position: relative;
    transition: opacity .5s !important;
	transition: all .4s;
}
@media screen and (max-width: 414px) {
    .comic-btn__inner a {
		width: auto;
	}
}
.comic-btn__inner a::before {
	position: absolute;
	top: 50%;
	right: 22px;
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url("../shared/images/ic_arrow_right_white.svg") no-repeat;
	background-size: 24px;
	transform: translate(0, -50%);
}
.comic-btn__inner a:hover{
    opacity: 0.7;
    transition: all .4s;
}