@charset "UTF-8";
/*-------------------------------------
    others_content
/----------------------------------------*/

.others_page_content .main_visual {
  position: relative;
  z-index: 0;
}
/* .others_page_content .main_visual::before {
  content: "";
  background-color: #000;
  width: 100%;
  height: -webkit-fill-available;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  opacity: 0.2;
} */

.others_page_content .main_visual.bg_break::before {
  display: none;
}

.others_page_content .main_content {
  padding: 120px 0;
  background: transparent linear-gradient(149deg, #F9F8F2 0%, #F9F9F9 100%) 0% 0% no-repeat padding-box;
}

.others_page_content .main_visual h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Montserrat";
  font-size: 4.8rem;
  font-weight: 100;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 3px 30px rgb(0 0 0 / 60%);
  text-align:center;
}

.others_page_content .main_visual h1 span {
  font-family: "Montserrat";
  font-size: 1.8rem;
  font-weight: normal;
  color: #fff;
  display: block;
  margin-top: 0%;
  text-align: center;
  background: #434343;
  display: block;
  max-width: 250px;
  padding: 0.4rem;
  margin: auto;
}

.others_page_content .main_visual h1.bg_shadow {
  background: #434343b0;
  padding: 20px;
  width: 100%;
}

.others_page_content .main_content h2 {
  text-align: center;
  font-weight: normal;
  font-size: 3.2rem;
  padding-bottom: 54px;
  margin-bottom: 80px;
  line-height: 1.5
}

.others_page_content .main_content .deco_h {
  position:  relative; 
}

.others_page_content .main_content .deco_h span:before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #C7BD95;
  margin: auto;
  content: "";
  position: absolute;
  top: -94px;
  left: 0;
  right: 0;
}

.others_page_content .main_content .page_info_content {
  position: relative;
  width:  calc(100% - 38px);
  max-width: 1200px;
  margin: -235px auto 0;
  border: 1px solid #fff;
  border-radius: 20px;
  backdrop-filter: blur(27px);
  background: rgba(255, 255, 255, 0.6);
}


.others_page_content .main_content .page_info_content .page_info {
  text-align: center;
  color: #333;
  padding: 72px 64px 0;
}


.others_page_content .main_content .page_info_content .page_info p {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 56px;
}

.others_page_content .main_content .page_info_content .nav_block {
  display: flex;
  justify-content: center;
  width: calc(100% - 38px);
  margin: auto;
  padding-bottom: 72px;
}
.others_page_content .main_content .page_info_content .nav_block ul{
  display: flex;
  padding: 40px 0;
}

.others_page_content .main_content .page_info_content .nav_block li {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight:bold;
  color: #514C35;
  background-color: #E3DDC5;
	width: 300px;
	position: relative;
  margin: 0 auto;
}

.others_page_content .main_content .page_info_content .nav_block li:before,
.others_page_content .main_content .page_info_content .nav_block li:after{
		width: calc(100% - 40px);
		height: 0;
		display: block;
		position: absolute;
		left: 0;
		content: "";
	}
	.others_page_content .main_content .page_info_content .nav_block li:before{
		border-bottom: solid 40px #E3DDC5;
		border-left: solid 40px transparent;
		bottom: 100%;
	}
	.others_page_content .main_content .page_info_content .nav_block li:after{
		border-top: solid 40px #E3DDC5;
		border-right: solid 40px transparent;
		top: 100%;
	}


.others_page_content .main_content .page_info_content .nav_block li + li {
  margin-left: 28px;
}

.others_page_content .main_content .sec_content {
  position: relative;
  width: calc(100% - 38px);
  max-width: 1200px;
  margin: 120px auto;
}

.others_page_content .main_content .sec_content img {
  margin-bottom: 40px;
}

.others_page_content .main_content .sec_content .column_box {
  display: flex;
}

.others_page_content .main_content .sec_content .column_box .column_box_child {
  width: 50%;
  border: solid 1px #514C35;
  margin-bottom: -1px;
  margin-right: -1px;
}

.others_page_content .main_content .sec_content .column_box .column_box_child:before {
	display: block;
	position: absolute;
	border-right: 32px solid transparent;
	border-top: 32px solid #514C35; 
	content: "";
}

.others_page_content .main_content .sec_content .column_box .column_box_child h3 {
  font-weight: bold;
  font-size: 1.8rem;
  line-height:1.6;
  color: #514C35;
  padding: 32px;
  padding-bottom: 0px;
}

.others_page_content .main_content .sec_content .column_box .column_box_child p {
  padding: 0 32px 40px;
  padding-top: 0px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.others_page_content .main_content .third_content {
  position: relative;
  width: calc(100% - 38px);
  max-width: 1200px;
  margin: 120px auto 0;
}

.others_page_content .main_content .third_content p {
  margin-bottom: 24px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.others_page_content .main_content .third_content .hub_img_box {
  display: flex;
  justify-content: center;
  margin-bottom: 17px;
}
.others_page_content .main_content .third_content .hub_img_box img {
  width: calc(50% - 13px);
  padding-right: 25px;
}
.others_page_content .main_content .third_content .hub_img_box img + span + img {
  padding-left: 25px;
  padding-right: 0;
}
.others_page_content .main_content .third_content .hub_img_box span {
  width: 25px;
	height: 45px;
  margin-top: 60px;
  border-top: 22px solid transparent;
  border-left: 25px solid #707070;
	border-bottom: 22px solid transparent;
  content: "";
}

.others_page_content .main_content .sec_content .lab_img_box {
  display: flex;
}
.others_page_content .main_content .sec_content .lab_img_box img{
  width: 40%;
} 
.others_page_content .main_content .sec_content .lab_img_box img + img{
  width: 60%;
}

.others_page_content .main_content .third_content .lab_img_box {
  display: flex;
}
.others_page_content .main_content .third_content .lab_img_box img{
  width: 39%;
  flex-basis: 100%;
}
.others_page_content .main_content .third_content .lab_img_box img + img{
  width: 59%;
  margin-left: 2%;
}

.others_page_content .main_content .academy_img_box {
  display: flex;
}
.others_page_content .main_content .academy_img_box img{
  width: 40%;
}
.others_page_content .main_content .academy_img_box img + img{
  width: 60%;
}

.others_page_content .main_content .archives_img_box {
  display: flex;
}
.others_page_content .main_content .archives_img_box figcaption{
  font-size: 15px;
}

.others_page_content .main_content .shibusawa_img_box {
  display: flex;
}
.others_page_content .main_content .shibusawa_img_box img{
  width: 60%;
}
.others_page_content .main_content .shibusawa_img_box img + img{
  width: 40%;
}

.expo_text span {
  display: inline-flex;
  line-height: 1.7;
}

.blue {
  color: #50ADCF;
}
.red {
  color: #AC4C4C;
}

.expo_text .blue:before {
  width: 50px;
	height: 24px;
  background: #6DCAEC;
  margin-right: 8px;
  content: "";
}

.expo_text .red:before {
  width: 50px;
	height: 24px;
  background: #EF7A7B;
  margin-right: 8px;
  content: "";
}

.others_page_content .links_bnr {
  display: flex;
  align-items: center;
  text-align: center;
}

figure.hover-parent {
  position: relative;
  margin-bottom: -5px;
  overflow: hidden;
}

figcaption.hover-mask {
  position: absolute;
  top: 0;
  bottom: 9px;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  opacity: 0;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 30px;
}
figure.hover-parent:hover .hover-mask {
  opacity: 1;
  transition:all 0.6s ease;
}

/* 新規ページDX用　*/
.others_page_content .main_content .dx_content {
  position: relative;
  width: calc(100% - 38px);
  max-width: 1200px;
  margin: 120px auto;
}
.others_page_content .main_content .dx_content +.dx_content {
  margin-top: 0;
}

.others_page_content .main_content .dx_content .column_box{
  display: flex;
  margin-bottom: 24px;
}
.others_page_content .main_content .dx_content .column_box .column_box_brown{
  width: 50%;
  border: solid 1px #514C35;
  margin-bottom: -1px;
  margin-right: -1px;
}
.others_page_content .main_content .dx_content .column_box .column_box_brown:before{
  display: block;
  position: absolute;
  border-right: 32px solid transparent;
  border-top: 32px solid #514C35;
  content: "";
}

.others_page_content .main_content .dx_content .column_box .column_box_brown h3{
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #514C35;
  padding: 32px;
  padding-bottom: 0px;
}

.others_page_content .main_content .dx_content .column_box .column_box_child figcaption {
  text-align: center;
}

.others_page_content .main_content .dx_content h2.dx_h01{
  padding-bottom: 0;
}

.others_page_content .main_content .dx_content p{
  margin-bottom: 24px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.others_page_content .main_content .dx_content .w05{
  width: 5%;
  margin-left: auto;
  margin-right: auto;
}
.others_page_content .main_content .dx_content .w10{
  width: 10%;
  margin-left: auto;
  margin-right: auto;
}
.others_page_content .main_content .dx_content .w15{
  width: 15%;
  margin-left: auto;
  margin-right: auto;
}
.others_page_content .main_content .dx_content .w20{
  width: 20%;
  margin-left: auto;
  margin-right: auto;
}
.others_page_content .main_content .dx_content .w25{
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}
.others_page_content .main_content .dx_content .w30{
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}
.others_page_content .main_content .dx_content .w33{
  width: 33%;
  margin-left: auto;
  margin-right: auto;
}
.others_page_content .main_content .dx_content .w35{
  width: 35%;
  margin-left: auto;
  margin-right: auto;
}
.others_page_content .main_content .dx_content .w40{
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
.others_page_content .main_content .dx_content .w45{
  width: 45%;
  margin-left: auto;
  margin-right: auto;
}
.others_page_content .main_content .dx_content .w50{
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.others_page_content .main_content .dx_content .w55{
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}
.others_page_content .main_content .dx_content .w60{
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.others_page_content .main_content .dx_content .w65{
  width: 65%;
  margin-left: auto;
  margin-right: auto;
}
.others_page_content .main_content .dx_content .w70{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.others_page_content .main_content .dx_content .w75{
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.others_page_content .main_content .dx_content .w80{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.others_page_content .main_content .dx_content .w85{
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.others_page_content .main_content .dx_content .w90{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.others_page_content .main_content .dx_content figure{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.others_page_content .main_content .dx_content .one_column {
  width: 100%;
  text-align: center;
  margin: auto;
  margin-bottom: 40px;
}

.others_page_content .main_content .dx_content .column_box_sp {
  display: flex;
  margin-bottom: 24px;
}

/* 新規ページGX用　*/
.disp_block{
  display: block;
}
.others_page_content .main_content .page_info_content.width_size_l {
  max-width: 1500px;
}
.others_page_content .main_content .gx_content {
  position: relative;
  margin: 120px auto 0;
}
.others_page_content .main_content .gx_content +.gx_content {
  margin-top: 0;
}

.others_page_content .main_content .gx_content .column_box{
  display: flex;
  max-width: 1220px;
  margin: 0 auto 24px;
  padding: 0 20px;
}
.others_page_content .main_content .gx_content .column_box.flex_revers{
  flex-direction: row-reverse;
}
.others_page_content .main_content .gx_content .column_box .txt_box{
  width: 100%;
  max-width: 550px;
  height: 100%;
  margin: 80px 40px 0 0;
  padding: 48px 25px 30px;
  background-color: #fff;
}
.others_page_content .main_content .gx_content .column_box.flex_revers .txt_box{
  margin: 60px 0 0 40px;
}

.others_page_content .main_content .gx_content .column_box .txt_box p{
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size: 1.5rem;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 32px;
  color: #000;
}
.others_page_content .main_content .gx_content .column_box .txt_box .link_box{
  margin-top: 30px;

}
.others_page_content .main_content .gx_content .column_box .txt_box .link_box a{
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size: 1.5rem;
  text-align: justify;
  text-justify: inter-ideograph;
  text-decoration: none;
  line-height: 32px;
  color: #000;
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  transition: .5s all;
}
.others_page_content .main_content .gx_content .column_box .txt_box .link_box p{
  line-height: 1.6;
  margin: 0 0 0 18px;
}
.others_page_content .main_content .gx_content .column_box .txt_box .link_box a:hover{
  transition: .5s all;
  opacity: .6;
}
.others_page_content .main_content .gx_content .column_box .txt_box .link_box a[target="_blank"]::before{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #689fd1;
  border-right: 0;
  margin-right: 8px;
}
.others_page_content .main_content .gx_content .column_box .txt_box .link_box a[target="_blank"]::after{
  content: "";
  display: block;
  background-image: url('../img/solution/gx/external_link_icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
  margin: 0 0 0 8px;
}
.others_page_content .main_content .gx_content .column_box .txt_box .link_box a{
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size: 1.5rem;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 32px;
  color: #000;
}
.others_page_content .main_content .gx_content .column_box .movie_box{
  width: 100%;
  max-width: 780px;
  position: relative;
  top: -148px;
}
.others_page_content .main_content .gx_content .column_box .movie_box .movie{
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 780px;
  aspect-ratio: 16 / 9;
  /* background-color: #ccc; */
}
.others_page_content .main_content .gx_content .column_box .movie_box .movie video{
  width: 100%;
  height: 100%;
}
.others_page_content .main_content .gx_content .column_box .movie_box .caption{
  text-align: right;
  margin:5px 0 0;
  position: absolute;
  right: 0;
}
.others_page_content .main_content .gx_content .column_box .movie_box .caption span{
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-size : 2.4rem;
  letter-spacing : 2.88px;
  color : #000;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
}
.others_page_content .main_content .gx_content .column_box .movie_box .caption span::before{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #689fd1;
  border-right: 0;
  margin-right: 21px;
}
.others_page_content .main_content .gx_content .column_box .movie_box .modal_btn span{
  cursor: pointer;
}

.others_page_content .main_content .gx_content h2.dx_h01{
  padding-bottom: 0;
}

.others_page_content .main_content .gx_content p{
  margin-bottom: 24px;
}

.others_page_content .main_content .gx_content .article_content{
  margin: 0 auto;
  padding: 38px 24px;
  max-width: 1107px;
  border: solid #000 1px;
}

.others_page_content .main_content .gx_content .article_content .article_inner{
  max-width: 880px;
  margin: 0 auto;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.others_page_content .main_content .gx_content .article_content .article_inner h3{
  font-size : 2.5rem;
  letter-spacing : 2.5px;
  color : #000;
}
.others_page_content .main_content .gx_content .article_content .article_inner .article_link_box{
  display: flex;
  flex-direction: row;
  margin: 30px 0 0;
}
.others_page_content .main_content .gx_content .article_content .article_inner .article_link_box p{
  font-size : 2rem;
  letter-spacing : 2px;
  color : #000;
  margin: 0 48px 0 0;
}
.others_page_content .main_content .gx_content .article_content .article_inner .article_link_box > div a{
  font-size : 1.8rem;
  color : #000;
  text-decoration: none;
  display: flex;
  align-items: baseline;
  transition: .5s all;
}
.others_page_content .main_content .gx_content .article_content .article_inner .article_link_box > div a:nth-child(n+2){
  margin-top: 15px;
}
.others_page_content .main_content .gx_content .article_content .article_inner .article_link_box > div a:hover{
  opacity: .6;
  transition: .5s all;
}
.others_page_content .main_content .gx_content .article_content .article_inner .article_link_box > div a[target="_blank"]::after{
  content: "";
  display: block;
  background-image: url('../img/solution/gx/external_link_icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 19px;
  min-height: 19px;
  margin: 0 0 0 30px;
}

.others_page_content .main_content .gx_content .article_content .article_inner .article_link_box > div a::before{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 15px solid #000;
  border-right: 0;
  margin-right: 12px;
}

.border_box{
  border: 0.1rem solid #d9d9d9;
  padding: 2rem;
  margin: 0 auto 3.2rem;
}

.note{
  font-size: 14px;
  color: #777;
}
.note:before{
  content: "※";
  display: inline;
  margin-right: 0.4em;
}

.video_area{
  display: flex;
  margin: 0 auto 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.video_area video{
  margin-bottom: 24px;
  max-width: 100%;
}
.video_area .video_title{
  position: relative;
  padding: 0 65px;
  text-align: center;
  font-size: 24px;
}

.video_area .video_title:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}

.others_page_content .main_content .video_area .video_title span {
  position: relative;
  padding: 0 1em;
  background: #f9f8f7;
}

ol {
  counter-reset:number;
  list-style-type: none;
  padding:0;
}
ol li {
  position: relative;
  padding: 0.5em;
  line-height: 1.5em;
  background: #f1ecd6;
  border-left : solid 35px #bcad85;
  margin-bottom: 5px;
}
ol li:before{
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display:inline-block;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -35px;
  width: 35px;
  height: 1em;
  line-height: 1;
  text-align: center;
}

.others_page_content .main_content .dx_content .border_box h2{
  text-align: left;
  font-weight: bold;
  font-size: 24px;
  padding: 0;
  margin-bottom: 0;
  line-height: normal;
}
strong{
  margin-bottom: 16px;
}
.others_page_content .main_content .dx_content .border_box p:last-child{
  margin-bottom: 0;
}

h3.dx_h {
  position: relative;
  padding: 1rem 2rem;
  border-bottom: 6px solid #e3ddc5;
  margin-bottom: 48px;
}
h3.dx_h:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #bcad85;
}

h3.speech_bubble{
  position: relative;
  padding: 1.5rem 2rem;
  border-radius: 10px;
  background: #e3ddc5;
  margin-bottom: 48px;
}
h3.speech_bubble:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #e3ddc5 transparent transparent transparent;
}

h3.tag {
  position: relative;
  display: inline-block;
  height: 64px;
  margin-left: 30px;
  padding: 1rem 2rem 1rem 3rem;
  line-height: 4.5rem;
  color: #fff;
  background: #bcad85;
  margin-bottom: 48px;
}
h3.tag:before {
  position: absolute;
  top: 0;
  left: -30px;
  content: '';
  border-width: 32px 30px 32px 0;
  border-style: solid;
  border-color: transparent #bcad85 transparent transparent;
}
h3.tag:after {
  position: absolute;
  top: calc(50% - 7px);
  left: -10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}

h3.symbol {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 2rem 1.5rem 130px;
  border: 2px solid #bcad85;
  margin-bottom: 48px;
}
h3.symbol:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #bcad85;
}
h3.symbol span {
  font-size: 40px;
  font-size: 4rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  line-height: 46px;
  color: #fff;
}

.head_content{
  position: relative;
  z-index: 102;
  width: 100%;
  pointer-events: none;
}
.head_content:nth-child(n+2){
  margin: -50px 0 0;
}
.head_content.revers{
  position: relative;
  z-index: 102;
  width: 100%;
}
.bg_gd{
  opacity: 0;
}
.bg_gd:after {
  content: '';
  position: absolute;
  top: 110px;
  left: 0;
  background : linear-gradient(240deg, rgba(108, 169, 224, 0.67) 0%, rgba(105, 170, 176, 0.88) 64.55%, rgba(104, 171, 155, 1) 100%);
  opacity : 0.9;
  filter: alpha(opacity=90) progid:DXImageTransform.Microsoft.Alpha(opacity=90) progid:DXImageTransform.Microsoft.gradient(startColorstr='#6CA9E0',endColorstr='#68AB9B' , GradientType=1);  
  width: 55%;
  max-width: 1000px;
  height: 200px;
  z-index: 101;
  mix-blend-mode: multiply;
}
.head_content.revers .bg_gd:after {
  background : linear-gradient(240deg, rgba(108, 169, 224, 0.67) 0%, rgba(105, 170, 176, 0.88) 64.55%, rgba(104, 171, 155, 1) 100%);
  opacity : 0.9;
  filter: alpha(opacity=90) progid:DXImageTransform.Microsoft.Alpha(opacity=90) progid:DXImageTransform.Microsoft.gradient(startColorstr='#6CA9E0',endColorstr='#68AB9B' , GradientType=1);
}
.head_content.revers .bg_gd:after {
  left: inherit;
  right: 0;
}
.head_box{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
h3.gd_head {
  font-size: 4.5rem;
  font-weight: 400;
  color: #fff;
  text-align: left;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  position: relative;
  z-index: 102;
}
.revers h3.gd_head {
  text-align: right;
  right: 6%;
}

.head_box .head_number{
  display: block;
  width: 230px;
  position: relative;
  z-index: 100;
}
.revers .head_box .head_number{
  margin: 0 290px 0 auto;
}

.dx_content a{
  color: #333;
  text-decoration: none;
}
.dx_content a:hover{
  color: #bcad85;
}

.main_content .dx_content a[href*=".pdf"] {
  padding-right: 20px;
	background-image: url(../img/icon/pdf_icon.svg);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: right center;
}

.main_content .dx_content a[href*=".pdf"]:hover{
  color: #bcad85;
  background-image: url(../img/icon/pdf_icon.svg)
}

.dx_content a[target=_blank] {
	padding-right: 20px;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22feather%20feather-external-link%22%3E%3Cpath%20d%3D%22M18%2013v6a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V8a2%202%200%200%201%202-2h6%22%3E%3C%2Fpath%3E%3Cpolyline%20points%3D%2215%203%2021%203%2021%209%22%3E%3C%2Fpolyline%3E%3Cline%20x1%3D%2210%22%20y1%3D%2214%22%20x2%3D%2221%22%20y2%3D%223%22%3E%3C%2Fline%3E%3C%2Fsvg%3E');
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: right center;
}

.dx_content a[target=_blank]:hover {
  color: #bcad85;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23B99b00%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22feather%20feather-external-link%22%3E%3Cpath%20d%3D%22M18%2013v6a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V8a2%202%200%200%201%202-2h6%22%3E%3C%2Fpath%3E%3Cpolyline%20points%3D%2215%203%2021%203%2021%209%22%3E%3C%2Fpolyline%3E%3Cline%20x1%3D%2210%22%20y1%3D%2214%22%20x2%3D%2221%22%20y2%3D%223%22%3E%3C%2Fline%3E%3C%2Fsvg%3E');
}

.main_content .border_btn {
  color: #bcad85;
  border: 1px solid #bcad85;
  border-radius: 40px;
  width: 340px;
  margin: 72px auto 72px;
  padding: 28px 28px;
  height: 78px;
  transition: all 0.5s;
}
.main_content .border_btn .nomal {
  transition: none;
}
.main_content .border_btn .hover {
  transition: none;
}
.main_content .border_btn:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 53%;
  right: 0%;
  width: 0;
  transition: all 0.5s;
}
.main_content .border_btn:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #bcad85;
  border-radius: 50%;
  position: absolute;
  right: 8%;
  top: 50%;
  transition: all 0.5s;
}
.main_content .border_btn:hover:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 53%;
  right: -8%;
  width: 70px;
  height: 1px;
  background: #bcad85;
}
.main_content .border_btn:hover:after {
  width: 5px;
  right: -10%;
  border-left: 1px solid #bcad85;
}

/* 以下SP */

@media screen and (max-width: 1024px){
  .others_page_content .main_visual h1 {
    top: 40%;
    font-size: 2.4rem;
    width: calc(100% - 38px);
    text-align: center;
  }
  .others_page_content .main_visual h1 span {
    font-size: 1.4rem;
    margin-top: 8px;
  }

  .others_page_content .main_content h2 {
    text-align: inherit;
    font-weight: normal;
    font-size: 2rem;
    line-height:1.6;
    padding-bottom: 24px;
    margin-bottom: 40px;
  }

  .others_page_content .main_content .deco_h span:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #C7BD95;
    margin: auto;
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
  }

    .others_page_content .main_content .page_info_content {
      width: calc(100% - 38px);
      margin: -150px auto 0;
      border-radius: 10px;
      backdrop-filter: blur(29px);
      background: rgba(255, 255, 255, 0.6);
    }

    .others_page_content .main_content .page_info_content .page_info {
      text-align: center;
      color: #333;
      padding: 40px 16px 0;
  }

  .others_page_content .main_content .page_info_content .page_info p {
    font-size: 16px;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 0;
  }
  .others_page_content .main_content .page_info_content .page_info p:first-child{
    padding-bottom: 0;
  }
  .others_page_content .main_content .page_info_content .page_info p:last-child{
    padding-bottom: 40px;
  }

  .others_page_content .main_content .page_info_content .nav_block {
    padding-bottom: 90px;
  }

  .others_page_content .main_content .page_info_content .nav_block ul {
    display: block;
    padding: 0;
  }

  .others_page_content .main_content .page_info_content .nav_block li {
    width: 303px;
    margin-top: 72px;
    line-height: 2;
    height: 16%;
  }

  .others_page_content .main_content .page_info_content .nav_block li:before,
  .others_page_content .main_content .page_info_content .nav_block li:after{
      width: calc(100% - 50px);
      height: 0;
      display: block;
      position: absolute;
      left: 0;
      content: "";
    }
    .others_page_content .main_content .page_info_content .nav_block li:before{
      border-bottom: solid 30px #E3DDC5;
      border-left: solid 30px transparent;
      width: 273px;
      bottom: 100%;
    }
    .others_page_content .main_content .page_info_content .nav_block li:after{
      border-top: solid 30px #E3DDC5;
      border-right: solid 30px transparent;
      width: 273px;
      top: 100%;
    }

  .others_page_content .main_content .page_info_content .nav_block li + li {
    margin-left: 0;
  }

  .others_page_content .main_content .sec_content {
    position: relative;
    width: calc(100% - 38px);
    max-width: 340px;
    margin: 80px auto;
  }

  .others_page_content .main_content .sec_content .column_box {
    display: block;
  }

  .others_page_content .main_content .sec_content .column_box .column_box_child {
    display: block;
    width: 100%;
    border: solid 1px #514C35;
    margin-bottom: -1px;
    margin-right: -1px;
  }

  .others_page_content .main_content .sec_content .column_box .column_box_child h3 {
    font-weight: bold;
    color: #514C35;
    padding: 24px 16px 0;
    font-size: 1.7rem;
  }

  .others_page_content .main_content .sec_content .column_box .column_box_child p {
    padding: 0 17px 24px;
  }

  .others_page_content .main_content .third_content {
    position: relative;
    width: calc(100% - 38px);
    max-width: 340px;
    margin: 80px auto 0;
  }

  .others_page_content .main_content .third_content h2 .deco_h span:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #C7BD95;
    margin: auto;
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
  }

  .others_page_content .main_content .third_content .hub_img_box {
    display: block;
    margin-bottom: 17px;
  }
  .others_page_content .main_content .third_content .hub_img_box img {
    width: 100%;
    padding-right: 0;
    padding-bottom: 15px;
  }
  .others_page_content .main_content .third_content .hub_img_box img + span + img {
    padding: 15px 0 0;
  }
  .others_page_content .main_content .third_content .hub_img_box span {
    display: block;
    width: 45px;
    height: 25px;
    margin: 0 auto;
    border-top: 25px solid #707070;
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    border-bottom: 0px solid transparent;
    content: "";
  }

  .others_page_content .main_content .sec_content .lab_img_box {
    flex-flow: column;
    height: auto;
  }
  .others_page_content .main_content .sec_content .lab_img_box img {
    width: 100%;
  }
  .others_page_content .main_content .sec_content .lab_img_box img + img{
    width: 100%;
  }

  .others_page_content .main_content .third_content .lab_img_box {
    flex-flow: column;
    height: auto;
  }
  .others_page_content .main_content .third_content .lab_img_box img {
    width: 100%;
  }
  .others_page_content .main_content .third_content .lab_img_box img + img{
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }

  .others_page_content .main_content .academy_img_box {
    flex-flow: column;
    height: auto;
  }
  .others_page_content .main_content .academy_img_box img{
    width: 100%;
  }
  .others_page_content .main_content .academy_img_box img + img{
    width: 100%;
    margin-top: 30px;
  }

  .others_page_content .main_content .archives_img_box {
    flex-flow: column;
  }
  .others_page_content .main_content .archives_img_box figure + figure{
    margin-top: 30px;
  }

  .others_page_content .main_content .shibusawa_img_box {
    flex-flow: column;
    height: auto;
  }
  .others_page_content .main_content .shibusawa_img_box img{
    width: 100%;
  }
  .others_page_content .main_content .shibusawa_img_box img +img{
    width: 100%;
  }

  .expo_text .blue:before {
    width: 25px;
    height: 25px;
    background: #6DCAEC;
    margin-right: 8px;
    content: "";
  }

  .expo_text .red:before {
    width: 25px;
    height: 25px;
    background: #EF7A7B;
    margin-right: 8px;
    content: "";
  }

  .others_page_content .main_content .third_content p {
    margin-bottom: 24px;
  }

  .others_page_content .main_content .dx_content {
    position: relative;
    width: calc(100% - 38px);
    margin: 80px auto;
  }

  .others_page_content .main_content .dx_content .column_box {
    flex-direction: column;
  }

  .others_page_content .main_content .dx_content .column_box .w90,
  .others_page_content .main_content .dx_content .column_box .w85,
  .others_page_content .main_content .dx_content .column_box .w80,
  .others_page_content .main_content .dx_content .column_box .w75,
  .others_page_content .main_content .dx_content .column_box .w70,
  .others_page_content .main_content .dx_content .column_box .w65,
  .others_page_content .main_content .dx_content .column_box .w60,
  .others_page_content .main_content .dx_content .column_box .w55,
  .others_page_content .main_content .dx_content .column_box .w50,
  .others_page_content .main_content .dx_content .column_box .w45,
  .others_page_content .main_content .dx_content .column_box .w40,
  .others_page_content .main_content .dx_content .column_box .w33,
  .others_page_content .main_content .dx_content .column_box .w35,
  .others_page_content .main_content .dx_content .column_box .w30,
  .others_page_content .main_content .dx_content .column_box .w25,
  .others_page_content .main_content .dx_content .column_box .w20,
  .others_page_content .main_content .dx_content .column_box .w15,
  .others_page_content .main_content .dx_content .column_box .w10{
    width: 100%;
  }

  .others_page_content .main_content .dx_content .column_box .column_box_child{
    margin-bottom: 24px;
  }

  .others_page_content .main_content .dx_content .column_box .column_box_brown {
    width: 100%;
  }

  .others_page_content .main_content .video_area .video_title span {
    padding: 0 0.8em;
  }
}

/* モーダル */
.scroll_ban {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}

.zoom-movie-modal {
  display: none;
  width: 100%;
  max-width: max-content;
  height: auto;
  margin: auto;
  position: fixed;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateY(-50%);
  z-index: 999;
}
.zoom-movie-modal .video-js{
  width: 780px;
  height: 445px;
}

.overlay {
  background-color: #000;
  opacity: 0.8;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 997;
  cursor: pointer;
}

.movie_overlay::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  z-index: 105;
  cursor: pointer;
}

.animation {
  opacity: 1;
}

/* 下からフェードイン */
.animation .fadeInDown {
  opacity: 0;
  animation: fadeInDown 2s forwards;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

/* 下からフェードイン */
.animation .fadeInUp {
  opacity: 0;
  animation: fadeInUp 2s forwards;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

/* 右からフェードイン */
.animation .fadeInRight {
  opacity: 0;
  animation: fadeInRight 2s forwards;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate(100px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate(100px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

.animation .fadeInLeft {
  opacity: 0;
  animation: fadeInLeft 2s forwards;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate(-100px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate(-100px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

.animation .slideInRight {
  animation: slideInRight 2s forwards;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 1;
    transform: translate(100vw);
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  0% {
    opacity: 1;
    transform: translate(100vw);
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}

.animation .slideInLeft {
  animation: slideInLeft 2s forwards;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 1;
    transform: translate(-100vw);
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 1;
    transform: translate(-100vw);
  }
  100% {
    transform: translate(0);
    opacity: 1;
  }
}

.animation .delay-time01{
  animation-delay: .1s;
}
.animation .delay-time02{
  animation-delay: .3s;
}
.animation .delay-time03{
  animation-delay: .5s;
  margin-left: 5px;
}
.animation .delay-time04{
  animation-delay: .7s;
}


@media screen and (max-width: 1024px){
  .others_page_content .main_content .page_info_content.bg_break {
    width:  calc(100% - 30px);
    margin: -145px auto 0;
    border: 0px;
    border-radius: 0px;
    backdrop-filter: blur(0px);
    background: rgba(255, 255, 255, 0);
  }

  .head_content:nth-child(n+2){
    margin: -50px 0 0;
  }
  .head_content.revers{
    position: relative;
    z-index: 102;
    width: 100%;
  }
  .bg_gd:after {
    top: 90px;
    background : linear-gradient(82.82deg, rgba(108, 169, 224, 0.67) 0%, rgba(105, 170, 176, 0.88) 64.55%, rgba(104, 171, 155, 1) 100%);
    opacity : 0.9;
    filter: alpha(opacity=90) progid:DXImageTransform.Microsoft.Alpha(opacity=90) progid:DXImageTransform.Microsoft.gradient(startColorstr='#6CA9E0',endColorstr='#68AB9B' , GradientType=1);
    width: calc(100% - 74px);
    max-height: 100px;
  }
  .head_content.revers .bg_gd:after {
    background : linear-gradient(82.82deg, rgba(108, 169, 224, 0.67) 0%, rgba(105, 170, 176, 0.88) 64.55%, rgba(104, 171, 155, 1) 100%);
    opacity : 0.9;
    filter: alpha(opacity=90) progid:DXImageTransform.Microsoft.Alpha(opacity=90) progid:DXImageTransform.Microsoft.gradient(startColorstr='#6CA9E0',endColorstr='#68AB9B' , GradientType=1);
    width: calc(100% - 74px);
    max-height: 100px;
  }
  .head_content.revers .bg_gd:after {
    left: 0;
    right: inherit;
  }
  .head_box{
    margin: 0 auto;
    padding: 0 64px;
  }
  h3.gd_head {
    font-size: 3.8rem;
  }
  .revers h3.gd_head {
    text-align: left;
  }
  
  .head_box .head_number{
    width: 145px;
    top: 10px;
  }
  .revers .head_box .head_number{
    margin: 0;
  }
  .others_page_content .main_content .gx_content{
    margin: 30px auto 0;
  }
  .others_page_content .main_content .gx_content .column_box{
    display: flex;
    flex-direction: column-reverse;
    margin: 0 auto 124px;
    padding: 0;
  }
  .others_page_content .main_content .gx_content .column_box.flex_revers{
    flex-direction: column-reverse;
  }
  .others_page_content .main_content .gx_content .column_box .txt_box{
    max-width: inherit;
    margin: 14px 0 0 0;
    padding: 35px 26px 30px;
  }
  .others_page_content .main_content .gx_content .column_box.flex_revers .txt_box{
    margin: 14px 0 0;
  }
  
  .others_page_content .main_content .gx_content .column_box .txt_box p{
    font-size: 1.6rem;
    line-height: 32px;
  }
  .others_page_content .main_content .gx_content .column_box .txt_box .link_box{
    margin-top: 46px;
  
  }
  .others_page_content .main_content .gx_content .column_box .txt_box .link_box a{
    font-size: 1.6rem;
    line-height: 32px;
    margin: 0 0 18px;
  }
  .others_page_content .main_content .gx_content .column_box .txt_box .link_box p{
    margin: 0 0 0 18px;
  }


  .others_page_content .main_content .gx_content .column_box .movie_box{
    width: calc(100% - 30px);
    top: 0;
    margin: 25px auto 0;
  }


  .others_page_content .main_content .gx_content .column_box .movie_box .caption{
    display: none;
  }
  .others_page_content .main_content .gx_content .column_box .movie_box .caption span{
    font-size : 2.4rem;
    letter-spacing : 2.88px;
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  .others_page_content .main_content .gx_content .article_content{
    margin: 48px 16px 0;
    padding: 30px 24px;
    max-width: 1107px;
    border: solid #000 1px;
  }
  
  .others_page_content .main_content .gx_content .article_content .article_inner .article_link_box{
    display: block;
    margin: 20px 0 0;
  }
  .others_page_content .main_content .gx_content .article_content .article_inner .article_link_box p{
    margin: 0 0 32px 0;
  }
  .others_page_content .main_content .gx_content .article_content .article_inner .article_link_box > div a:nth-child(n+2){
    margin-top: 26px;
  }
  .others_page_content .main_content .gx_content .article_content .article_inner .article_link_box > div a[target="_blank"]::after{
    margin: 0 0 0 32px;
  }
  .others_page_content .main_content .gx_content .article_content .article_inner .article_link_box > div a::before{
    margin-right: 15px;
  }
  .movie_overlay::after{
    left: 30px;
    width: calc(100% - 60px);
    height: 100%;
  }
  .animation .revers_anim.slideInRight {
    animation: slideInRight 2s forwards;
  }
  
  @-webkit-keyframes slideInRight {
    0% {
      opacity: 1;
      transform: translate(-100vw);
    }
    100% {
      transform: translate(0);
      opacity: 1;
    }
  }
  
  @keyframes slideInRight {
    0% {
      opacity: 1;
      transform: translate(-100vw);
    }
    100% {
      transform: translate(0);
      opacity: 1;
    }
  }


}
@media screen and (max-width: 700px){
  .zoom-movie-modal .video-js{
    width: 490px;
    height: 285px;
  }
}

@media screen and (max-width: 550px){
  .head_box {
    padding: 0 30px 0 30px;
  }
  .head_box .head_number{
    width: 125px;
    top: 5px;
  }
  .head_content .bg_gd:after{
    top: 70px;
    width: calc(100% - 54px);
  }
  .head_content.revers .bg_gd:after{
    top: 70px;
    width: calc(100% - 54px);
  }
  h3.gd_head {
    font-size: 2.6rem;
    margin: 0;
  }
  .others_page_content .main_content .gx_content .column_box{
    margin: 0 auto 84px;
  }
  .others_page_content .main_content .gx_content .column_box .movie_box{
    margin: 40px auto 0;
  }
  .others_page_content .main_content .gx_content .article_content{
    padding: 30px 17px;
  }
  .zoom-movie-modal{
    top: 55%;
    transform: translateY(-45%);
  }
  .zoom-movie-modal .video-js{
    width: 350px;
    height: 205px;
  }
}