@charset "UTF-8";
/*======================================================
基本
======================================================*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
  font-feature-settings: "palt";
  background-color: #fff;
  position: relative;
}

body {
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #333333;
  letter-spacing: 0.05em;
}

body.contents_page {
  padding-top: 100px;
}

a {
  color: inherit;
  transition: 0.3s opacity;
}

a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

@media (min-width: 901px) {
  .sp_only {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .pc_only {
    display: none !important;
  }
}

/*======================================================
header
======================================================*/
header {
  position: fixed;
  z-index: 2;
  max-width: 1000px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

header a {
  display: block;
  text-decoration: none;
}

header .inner {
  display: flex;
  background-color: #fff;
  justify-content: space-between;
  padding: 15px 20px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35);
  border-radius: 4px;
  margin: 20px;
}

/*======================================================
footer
======================================================*/
footer {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 10px;
}

/*======================================================
コンテンツ
======================================================*/
#header_logo img {
  display: block;
}

#global_menu {
  display: flex;
  font-size: 23px;
  position: relative;
}

#global_menu a {
  padding: 0px 13px;
  line-height: 1;
  position: relative;
}

#global_menu li {
  position: relative;
}

#global_menu li.current::before {
  content: "";
  bottom: 2px;
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: rgb(255, 255, 255);
}

.top_eye_catch {
  height: 500px;
  background-image: url(../images/wellcome.jpg);
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-weight: bold;
}
.cv_eye_catch {
  height: 500px;
  background-image: url(../images/my.jpg);
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-weight: bold;
}
.report_eye_catch {
  height: 300px;
  background-image: url(../images/report.jpg);
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-weight: bold;
}
.works_eye_catch {
  height: 300px;
  background-image: url(../images/JUMP.jpg);
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-weight: bold;
}

.contents {
  max-width: 1000px;
  min-height: 600px;
  padding: 20px;
  margin: auto;
}

.thumb_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.thumb_list li {
  width: 25%;
  height: 120px;
  padding: 10px;
}

.thumb_list li a {
  display: block;
  height: 100%;
}

.thumb_list li a img {
  display: block;
  border: 1px solid #ccc;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
/*======================================================
case1
======================================================*/

#case1{
  border-left: 1px solid #000;
  margin-left: 30px;
  }
  
 #case1 li{
  display: flex;
  align-items: flex-start;
  margin-bottom: 14px;
 }
  
 #case1 li .year{
  width: 80px;
  display: flex;
  align-items: center;
 }
  
 #case1 li .year::before{
  content: '';
  display: block;
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background-color: #ff9a02;
  left: -7px;
  margin-right: 5px;
 }
  
 #case1 li .date{
  width: 60px;
 }
  
 #case1 li .content{
  flex: 1;
 }

 /*======================================================
case2
======================================================*/
 #case2 li{
  display:flex ;
  background-color: blue;
  padding-bottom: 20px;
 }

 #case2 li .year{
  background-color: red;
  width: 100px;
  font-size: 20px;
  font-weight: bold;
 }

 #case li .content{
  background-color: lime;
  flex: 1;
 }
/*======================================================
report
======================================================*/
.report {
  border: 1px solid #ccc;
  padding: 40px;
}

.report .outline {
  margin-bottom: 40px;
  display: flex;
}

.report .outline .pic {
  width: 45%;
  border: 3px solid #999;
}

.report .outline .txt {
  flex: 1;
  padding-left: 20px;
}

.report h1 {
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 5px solid #ff9a02;
}

.ex_link {
  display: inline-block;
  position: relative;
  padding: 4px;
  padding-left: 26px;
}

.ex_link::before {
  box-sizing: border-box;
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  border: 3px solid #666;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*======================================================
汎用
======================================================*/
.mb_m {
  margin-bottom: 20px;
}
