﻿@charset "utf-8";

/*---------- common ----------*/
body {
background: #FFF;
font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Lucida Grande", sans-serif;
font-size: 16px;
color: #333;
line-height: 1.9em;
margin: 0 auto;
overflow-x: hidden;
}
a {
color: #074BB4;
text-decoration: none;
outline: none;
}
a:hover {
color: #074BB4;
text-decoration: none;
outline: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align:bottom;
	margin: 0 auto;
	display: block;
}

/*---------- 文字装飾 ----------*/
.small {
font-size: 11px;
}
.large {
font-size: 20px;
}
.blk,
.blk:hover {
color: #111111;
}
.normal {
font-weight: normal;
}
.text_red {
color: #990000;
font-weight: bold;
}
.text_blue {
color: #5399da;
font-weight: bold;
}
.text_white {
color: #FFF;
font-weight: bold;
}
.text_bold {
font-weight: bold;
}
.marker_yel {
	background: linear-gradient(transparent 70%,#ffe329 70%);
}
.line_yel {
background:#fffdea;
}

.copylight {
	font-size: 11px;
	color:#3f3f3f;
	text-align: center;
}


/*---------- 引用 ----------*/

blockquote {
  position: relative;
  margin: 0 2em 1em;
  line-height: 1.8em;
}

@media screen and (max-width: 736px) {
  blockquote {
    margin: 0 0.5em 1em;
  }
}


/*---------- 文字マーカー ----------*/

      *.marginmarker {
      background-color: #ffff00;
      margin-left: 0.3em;
      margin-right: 0.3em;
      }
      *.largemarker {
      background-color: #ffff00;
      padding: 0.3em;
      margin-left: 0.3em;
      margin-right: 0.3em;
      }
      *.markerline {
      background-color: #ffff00;
      margin-left: 0.3em;
      margin-right: 0.3em;
      text-decoration: underline;
      }


/*---------- header ----------*/

h1 {
  margin: 0 auto;
}

@media screen and (max-width: 736px) {
  .logo {
    width: 30%;
  }
}


/*---------- contents ----------*/
.contents {
  margin: 0 auto;
  width: 720px;
  font-size: 18px;
}

@media screen and (max-width: 736px) {
  .contents {
    width: 100%;
  margin: 0 auto;
  }
}
.cont_movie_pc {

}
.cont_movie_pc video {
	max-width: 2000px;
    width: 100%;
    height: 470px;
    vertical-align: top;
    object-fit: cover;
}
.cont_movie_sp {

}
.cont_movie_sp video {
    max-width: 640px;
    width: 100%;
    vertical-align: top;
}
	
	

/*---------- 記事タイトル ----------*/
h2 {
	position: relative;
	padding: 10px 20px;
	background: #990000;
	color: #FFF;
	font-weight: bold;
}

h2::before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-right: solid 20px rgb(84, 8, 8);
}

@media screen and (max-width: 736px) {
  #contents h2 {
    padding: 8px 15px;
    font-size: 18px;
	line-height: 130%;
	font-weight: bold;
  }
}


/*---------- ボタン ----------*/
#entry {
	position: relative;
}
#entry .btn {
position: absolute;
    top: 76%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}
@media screen and (max-width:720px){
	#entry .btn {
    top: 76%;
    left: 50%;
	width: 70%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}
	

}
}
.btn_anime {
	animation: anime1 0.8s ease 0s infinite alternate;
	transform-origin:center;
}
@keyframes anime1 {
	from {
		transform: scale(0.9,0.9);
	}
	to {
		transform: scale(1,1);
	}
}

/*---------- 注釈 ----------*/
.notes{
font-size: 10px;
text-align: right;
}
.noteslink{
text-align: right;
}
.noteslink a{
font-size: 10px;
text-decoration:none;
color:#CDCDCD;
}
/*---------- footer ----------*/
#footer {
font-weight: normal;
text-align: center;
background: #021000;
padding: 10px;
line-height: 1.8em;
}
#footer a{
color:#fff;
text-decoration:underline;
}
/*---------- その他 ----------*/
.underline {
	text-decoration:underline;
}
.blue{color:#006bb9;}
.blue2{color:#074bb4;}
.blue3{color:#5faff9;}
.green {color:#08a92c;}
.red {color:#ff0000;}
.orange{color:#FF6700;}
.imgL {
    display: block;
    margin: 0 auto;
}
.imgW {
    width: 80%;
}
.imgW95 {
    width:95%;
}
.bold {
	font-weight:bold;
}
.marker {
    background-color: #ffff00;
}
.fontS {
	font-size: 75%;
	font-weight: normal;
	line-height: 1.7em;}
.fontSS {font-size: 60%;    line-height: 1.7em;}
.font110 {font-size:110%;font-weight: bold;}
.font120 {font-size:120%;font-weight: bold;}
.font140{font-size: 140%;font-weight: bold;line-height: 1.5em;}
.font160{font-size: 160%;font-weight: bold;line-height: 1.5em;}
.font190{font-size: 190%;font-weight: bold;line-height: 1.5em;}

.lh{    line-height: 1.8em;}
.lh16{    line-height: 1.6em;}



/*---------- 余白 ----------*/
/*Margin
--------------*/
.mg0 {margin:0 !important;}
.mg5 {margin:5px;}
.mg10 {margin:10px;}
.mg15 {margin:15px;}
.mg20 {margin:20px;}
.mg25 {margin:25px;}
.mg30 {margin:30px;}
.mg35 {margin:35px;}
.mg40 {margin:40px;}
.mg45 {margin:45px;}
.mg50 {margin:50px;}


/*top*/
.mgT5 {margin-top:5px;}
.mgT10 {margin-top:10px;}
.mgT15 {margin-top:15px;}
.mgT20 {margin-top:20px;}
.mgT25 {margin-top:25px;}
.mgT30 {margin-top:30px;}
.mgT35 {margin-top:35px;}
.mgT40 {margin-top:40px;}
.mgT45 {margin-top:45px;}
.mgT50 {margin-top:50px;}
.hr{border-top:7px solid #25a776;}

/*right*/
.mgR5 {margin-right:5px;}
.mgR10 {margin-right:10px;}
.mgR15 {margin-right:15px;}
.mgR20 {margin-right:20px;}
.mgR25 {margin-right:25px;}
.mgR30 {margin-right:30px;}
.mgR35 {margin-right:35px;}
.mgR40 {margin-right:40px;}
.mgR45 {margin-right:45px;}
.mgR50 {margin-right:50px;}

/*bottom*/
.mgB5 {margin-bottom:5px;}
.mgB10 {margin-bottom:10px;}
.mgB15 {margin-bottom:15px;}
.mgB20 {margin-bottom:20px;}
.mgB25 {margin-bottom:25px;}
.mgB30 {margin-bottom:30px;}
.mgB35 {margin-bottom:35px;}
.mgB40 {margin-bottom:40px;}
.mgB45 {margin-bottom:45px;}
.mgB50 {margin-bottom:50px;}

/*left*/
.mgL5 {margin-left:5px;}
.mgL10 {margin-left:10px;}
.mgL15 {margin-left:15px;}
.mgL20 {margin-left:20px;}
.mgL25 {margin-left:25px;}
.mgL30 {margin-left:30px;}
.mgL35 {margin-left:35px;}
.mgL40 {margin-left:40px;}
.mgL45 {margin-left:45px;}
.mgL50 {margin-left:50px;}
.mgL3p{margin-left:3%;}

/*Padding
--------------*/
.pd5 {padding:5px;}
.pd10 {padding:10px;}
.pd15 {padding:15px;}
.pd20 {padding:20px;}
.pd25 {padding:25px;}
.pd30 {padding:30px;}
.pd35 {padding:35px;}
.pd40 {padding:40px;}
.pd45 {padding:45px;}
.pd50 {padding:50px;}


/*top*/
.pdT5 {padding-top:5px;}
.pdT10 {padding-top:10px;}
.pdT15 {padding-top:15px;}
.pdT20 {padding-top:20px;}
.pdT25 {padding-top:25px;}
.pdT30 {padding-top:30px;}
.pdT35 {padding-top:35px;}
.pdT40 {padding-top:40px;}
.pdT45 {padding-top:45px;}
.pdT50 {padding-top:50px;}

/*right*/
.pdR5 {padding-right:5px;}
.pdR10 {padding-right:10px;}
.pdR15 {padding-right:15px;}
.pdR20 {padding-right:20px;}
.pdR25 {padding-right:25px;}
.pdR30 {padding-right:30px;}
.pdR35 {padding-right:35px;}
.pdR40 {padding-right:40px;}
.pdR45 {padding-right:45px;}
.pdR50 {padding-right:50px;}

/*bottom*/
.pdB5 {padding-bottom:5px;}
.pdB10 {padding-bottom:10px;}
.pdB15 {padding-bottom:15px;}
.pdB20 {padding-bottom:20px;}
.pdB25 {padding-bottom:25px;}
.pdB30 {padding-bottom:30px;}
.pdB35 {padding-bottom:35px;}
.pdB40 {padding-bottom:40px;}
.pdB45 {padding-bottom:45px;}
.pdB50 {padding-bottom:50px;}

/*left*/
.pdL5 {padding-left:5px;}
.pdL10 {padding-left:10px;}
.pdL15 {padding-left:15px;}
.pdL20 {padding-left:20px;}
.pdL25 {padding-left:25px;}
.pdL30 {padding-left:30px;}
.pdL35 {padding-left:35px;}
.pdL40 {padding-left:40px;}
.pdL45 {padding-left:45px;}
.pdL50 {padding-left:50px;}

/*改行*/

.br-sp{
	display: none;
}
.br-pc{
	display: inline;
}

@media screen and (max-width:720px){
	.br-sp{
	display: inline;
}
	.br-pc{
	display: none;

}
}

#EndLogo {
	padding:0 2%;
    display:flex;
    justify-content:space-between; 
	width: 100%;
}
#EndLogo ul{
	display:flex;
	list-style:none;
	margin: 0 auto;
}
#EndLogo li{
    margin-right:10px;
}

#businessman{
  display:flex;/*コレ*/
  width:100%;
  margin:0;
} 
#businessman div{
  width:48%;
  margin:0 1%;
}


.col_5{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	margin: 0 auto;
}
.col_5 > div{
	width: 45%;
}
.col_5 > div > div{
	position: relative;
	overflow: hidden
}
@media screen and (max-width: 720px) {
	.col_5 > div{
		width: 45%;
	}
}
@media screen and (max-width: 480px) {
	.col_5 > div{
		width: 40%;
	}
}

.btn,
a.btn,
button.btn {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
}

.btn-black,
a.btn-orange {
  color: #fff;
  background-color: #000;
}
.btn-black:hover,
a.btn-black:hover {
  color: #fff;
  background: #666;
}

.open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up {
	display: none; /* label でコントロールするので input は非表示に */
}
#pop-up2 {
	display: none; /* label でコントロールするので input は非表示に */
}
#pop-up3 {
	display: none; /* label でコントロールするので input は非表示に */
}
#pop-up4 {
	display: none; /* label でコントロールするので input は非表示に */
}
#pop-up5 {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
#pop-up2:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
#pop-up3:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
#pop-up4:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
#pop-up5:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	width: 90vw;
	max-width: 660px;
	height: auto;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.text {
	font-size: 18px;
	margin: 0;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 6px;
	right: 6px;
	font-size: 48px;
	color: #000;
}
.close2 {
	cursor:pointer;
	position: absolute;
	top: 6px;
	right: 10px;
	font-size: 40px;
	color: #FFF;
}

/* ナビゲーションメニュー */
#head_wrap {
  top: -100px;
  position: relative;
  width: 100%;
  margin: 100px auto -24px;
  line-height: 1;
  z-index: 999;
  height: 0px;
  text-decoration: none;
}
@media (min-width: 640px) {
#head_wrap {
  top: -100px;
  position: relative;
  width: 100%;
  margin: 100px auto -53px;
  line-height: 1;
  z-index: 999;
  height: 0px;
  text-decoration: none;
}
}

#head_wrap a {
  text-decoration: none;
}

#head_wrap .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#head_wrap .inner:after {
  content: "";
  clear: both;
  display: block;
}

#head_wrap .logo {
  float: left;
  font-size: 36px;
}

#global-nav {
  right: 0;
  top: 0;
  background: #e83a18;
}

#global-nav ul {
  list-style: none;
  font-size: 14px;
  display: inline-flex;
	color: #FFF;
}

@media (max-width: 640px) {
  #global-nav ul {
    display: block;
    margin-right: 0px;
  }
}

#global-nav ul li {
  padding: 0 0 5px;
}

#global-nav ul li:last-child {
  border-right: none;
}

@media (max-width: 640px) {
  #global-nav ul li {
    border-right: none;
  }
}

#global-nav ul li a {
  padding: 0 5px;
  transition: all .6s ease 0s;
  box-sizing: border-box;
  font-weight: bold;
	  color: #FFF;
}

/* Fixed */
#head_wrap.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 100px;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  z-index: 9999;
}

#head_wrap.fixed .logo {
  font-size: 36px;
  color: #FFF;
}

#head_wrap.fixed #global-nav ul li a {
  color: #FFF;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

@media (max-width: 640px) {
  #head_wrap {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    padding: 0;
    /* Fixed reset */
  }
  #head_wrap .inner {
    width: 100%;
    padding: 0;
  }
  #head_wrap .fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }
  #head_wrap.fixed .logo,
  #head_wrap .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: rgba(232, 58, 24, 0.8);
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #head_wrap #global-nav ul li a,
  #head_wrap.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    padding: 5px 0;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #FFF;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
}

#menu1, #menu2, #menu3, #menu4, #menu5, #menu6 {
  margin-top: 500px;
  padding-top: 80px;
}

#menu6 {
  padding-bottom: 100vh;
}

@media screen and (max-width: 720px) {
#topgun {
    padding-top: 30px;
}
}

/* profile_book */
.book_wrap {
    width: 660px;
    margin: 0 auto;
    border: 1px solid #000000;
}
.book_wrap ul {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin: 0 auto 20px;
}
.book_wrap li {
    list-style: none;
    margin-right: 2%;
}
.book_wrap li:last-child {
    margin-right: 0;
}
.book_wrap li a:hover {
    opacity: 0.6;
}
@media screen and (max-width: 720px) {
.book_wrap {
    width: 91%;
}
.book_wrap ul {
    padding: 0 3%;
}
}

/* youtube */
.youtube {
  width: 92%;
  aspect-ratio: 16 / 9;
	margin: 40px auto 20px;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
/* accordion */
.ac_box *, .ac_box *:before, .ac_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ac_box {
	position: relative;
}
.ac_box label {
	position: absolute;
	left: 0;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 40%; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(232, 232, 232, 0) 0%, rgba(232, 232, 232, 0.95) 90%);
}
.ac_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.ac_box label:after {
	line-height: 2.3rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 200px;
	font-size: 90%;
	font-weight: bold;
	content: '+ 続きを読む';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: rgba(0, 0, 0, 1);
}
.ac_box input {
	display: none;
}
.ac_box .ac_container {
	overflow: hidden;
	height: 330px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.ac_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.ac_box input:checked + label:after {
	font-size: 90%;
	font-weight: bold;
	content: 'ー 閉じる';
}
.ac_box input:checked ~ .ac_container {
	height: auto;
	padding-bottom: 40px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}