﻿@charset "utf-8";

/* ------------------------------------------
	join_box
--------------------------------------------- */
.join_box {
  border: solid 1px #cccccc;
}
.join_box_ttl {
  background-color: #19b9cd;
  color: #ffffff;
  font-size: 22px;
  padding: 13px;
  text-align: center;
  line-height: 1.5;
}
.join_box_inner {
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .join_box_inner {
    padding: 25px;
  }
}



/* ------------------------------------------
	qa_list
--------------------------------------------- */
.qa_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -2.46%;
}
.qa_list li {
  width: calc(33% - 2.46%);
  margin: 30px 0 0 2.46%;
  box-sizing: border-box;
  list-style-type: none;
  text-align: center;
  position: relative;
}
.qa_list li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  color: #fff;
  font-size: 2.14rem;
  line-height: 1em;
  position: relative;
  z-index: 2;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.qa_list li a:hover {
  text-decoration: none;
}
.qa_list_txt {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.qa_list_txt_inner {
  width: 100%;
}
.qa_list_txt_inner .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  border-radius: 50%;
  margin: 0 auto;
}
.qa_list_txt_inner .circle.lightblue {
  background-color: #19b9cd;
}
.qa_list_txt_inner .circle.blue {
  background-color: #0078c3;
}
.qa_list_txt_inner .circle.pink {
  background-color: #e65582;
}
.qa_list_txt_inner .circle.green {
  background-color: #8cc33c;
}
.qa_list_txt_inner .circle.orange {
  background-color: #eb5541;
}
.qa_list_txt p {
  font-size: 1.14rem;
  line-height: 1.6em;
  margin: 18px 0 0;
  display: inline-block;
  text-align: center;
}
.qa_list_txt img {
  display: block;
  width: calc(42/340 * 100%);
  max-width: 42px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .qa_list_txt {
    padding: 10px;
  }
  .qa_list_txt p {
    font-size: 1rem;
    line-height: 1.6em;
    margin: 10px 0 0;
  }
  .qa_list_txt p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .qa_list {
    margin: 0;
  }
  .qa_list li {
    width: 100%;
    margin: 20px 0 0 0;
    display: inline-block;
  }
  .qa_list_txt {
    padding: 5.6% 4% 7.9%;
  }
  .qa_list_txt p  {
    font-size: 1rem;
    line-height: 1.6em;
  }
}



/* ------------------------------------------
	modal__slider
--------------------------------------------- */
.modal__slider {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  margin: auto;
  overflow: hidden;
}
.modal__slider .btn_modal__slider_close {
  position: absolute;
  z-index: 300;
  top: 30px;
  right: 30px;
  display: block;
  width: 36px;
  height: 37px;
  text-indent: -9999px;
  background-image: url("/common/images/module_lightbox-movie_icon-close.png");
  background-repeat: no-repeat;
}
.modal__slider .modal__slider__content {
  max-width: 1280px;
  position: relative;
  margin: 0 auto 0;
  top: 100px;
}
.modal__slider .modal__slider__content li {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.modal__slider .modal__slider__content li.is-current {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.modal__slider .modal__slider__inner {
  padding: 30px 40px;
}
.modal__slider .modal__slider__heading {
  font-size: 2.71rem;
  line-height: 1.3em;
  color: #fff;
  text-align: center;
}
.modal__slider .modal__slider__heading .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  border-radius: 50%;
  margin: 0 auto;
}
.modal__slider .modal__slider__heading .circle.lightblue {
  background-color: #19b9cd;
}
.modal__slider .modal__slider__heading .circle.blue {
  background-color: #0078c3;
}
.modal__slider .modal__slider__heading .circle.pink {
  background-color: #e65582;
}
.modal__slider .modal__slider__heading .circle.green {
  background-color: #8cc33c;
}
.modal__slider .modal__slider__heading .circle.orange {
  background-color: #eb5541;
}
.modal__slider .modal__slider__heading p {
  margin: 20px 0 0;
}
.modal__slider .modal__slider__paragraph {
  margin-top: 30px;
  font-size: 1.14rem;
  line-height: 1.6em;
  color: #fff;
  text-align: center;
  padding: 0 10px;
}
.modal__slider .modal__slider__box {
  min-height: 1px;
  zoom: 1;
  max-width: 1024px;
  margin: 0 auto;
  width: 100%;
}
.modal__slider .modal__slider__box:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.modal__slider .modal__slider__controller {
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0;
  max-width: 1024px;
}
.modal__slider .modal__slider__controller > * {
  flex-basis: 48%;
}
.modal__slider .modal__slider__controller .modal__slider__next {
  text-align: right;
}
.modal__slider .modal__slider__controller a {
  color: #ffffff;
}
.modal__slider .modal__slider .qadialog_display__none {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .modal__slider .btn_modal__slider_close {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 30px;
    display: block;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    background-image: url("/common/images/module_lightbox-movie_icon-close.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
  }  
  .modal__slider .modal__slider__heading {
    font-size: 1.47rem;
    line-height: 1.3em;
    color: #fff;
    text-align: center;
  }
  .modal__slider .modal__slider__heading .circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
    border-radius: 50%;
    margin: 0 auto;
  }
  .modal__slider .modal__slider__paragraph {
    margin-top: 20px;
    font-size: 1rem;
    line-height: 1.6em;
  }
  .modal__slider .modal__slider__controller {

  }
}



/* ------------------------------------------
	modal_youtube
--------------------------------------------- */
.modal_youtube {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index:100;
}
.modal_youtube .modal_bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
  cursor: pointer;
  background-image: url(/common/images/module_lightbox-movie_background.png);
}
.modal_youtube .modal_window {
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.modal_youtube .modal_close {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  width: 36px;
  height: 37px;
  text-indent: -9999px;
  background-image: url("/common/images/module_lightbox-movie_icon-close.png");
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
	.modal_youtube {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
    z-index:100;
	}
	.modal_youtube .modal_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-image: url(/common/images/module_lightbox-movie_background.png);
	}
	.modal_youtube .modal_window {
		position: fixed;
		left: 50%;
		top: 50%;
		width: 90vw;
		height: 60vw;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
  }
	.modal_youtube .modal_window iframe {
		height: 100%;
		width: 100%;
	}
	.modal_youtube .modal_close {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    background-image: url("/common/images/module_lightbox-movie_icon-close.png");
    background-repeat: no-repeat;
    background-size: 18px 18px;
	}
}



/* ------------------------------------------
	history
--------------------------------------------- */
.history {
  background-color: #e2f3f7;
  padding: 80px 0;
}
.history_line_box {
	position:relative;
  margin: 60px 0 0;
  padding: 20px 0;
}
.history_line_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 4px);
  width: 8px;
  height: 100%;
	background-color: #cccccc;
}
.history_line {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 16px 0;
}
.history_line.top {
  padding-top: 0;
}
.history_line:nth-last-of-type(1)::before {
  top: -28%;
  height: 50%;
}
.leftside {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.rightside {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.history_line_year {
  position: relative;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 0 30px;
  width: auto;
}
.history .history_line:nth-child(2n+1) .history_line_year::before {
  position: absolute;
  top: 25px;
  left: 0;
  content: "";
  border: 15px solid transparent;
  border-left: 21px solid #ffffff;
}
.history .history_line:nth-of-type(2n) .history_line_year::after {
  position: absolute;
  top: 25px;
  right: 0;
  content: "";
  border: 15px solid transparent;
  border-right: 21px solid #ffffff;
}
.history_line_year .circle {
	color: #ffffff;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
  font-size: 24px;
  letter-spacing: -0.01em;
  text-align: center;
  border-radius: 50%;
}
.history_line:nth-of-type(odd) .history_line_year .circle {
	background-color: #19b9cd;
}
.history_line:nth-of-type(even) .history_line_year .circle {
  background-color: #0078c3;
}
.history_line_txt {
/*  width: calc(100% - 120px - 40%); */
  width: calc(540/1220 * 100%);
  position: relative;
  display: block;
  background-color: #ffffff;
  border-radius: 5px;
}
.history_line_txt.history_line_txt-blank {
  border: none;
}
.history_line_txt_in {
  padding: 30px;
}
.history_line_txt .ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
}
.history_line_txt .ttl a {
  color: #19b9cd;
}
.history_line_txt .ttl span {
  color: #0078c3;
}
.history_line_txt .module_float-2column {
  overflow: hidden;
  margin: 20px 0 0;
}
.history_line_txt .module_float-2column img {
  border-radius: 5px;
}
.history_line_txt .module_float-2column .module_float-2column__cell--left {
  width: 60%;
  float: left;
  padding: 0 20px 0 0;
}
.history_line:nth-of-type(n+2) .module_float-2column .module_float-2column__cell--left {
  width: 40%;
}
.history_line_txt .module_paragraph {
  font-size: 16px;
}
.history_line:nth-of-type(n+2) {
  margin-top: -100px;
}
@media only screen and (max-width: 768px) {
  .history {
    padding: 40px 0;
  }
  .history_line_box {
    margin: 40px 0 0;
  }
  .history_line_box::before {
    height: 100%;
    top: 0;
    left: 26px;
  }
  .history_line {
    display: block;
    margin: 0 !important;
    padding: 20px 0;
  }
  .history_line_year {
    float: left;
    padding: 0 20px 0 0;
  }
  .history .history_line:nth-child(2n+1) .history_line_year::before,
  .history .history_line:nth-of-type(2n) .history_line_year::after {
    display: none;
  }
  .history .history_line:nth-of-type(n) .history_line_year::after {
    display: block;
    position: absolute;
    top: 20px;
    right: 0px;
    content: "";
    border: 10px solid transparent;
    border-right: 14px solid #ffffff;
  }
  .history_line_year .circle {
		width: 60px;
    height: 60px;
    font-size: 16px;
    font-weight: 200;
  }
  .history_line_txt {
    width: calc(100% - 80px);
    margin-left: 80px;
  }
  .history_line_txt_in {
    padding: 8px 16px 0;
    padding: 20px 12px;
  }
  .history_line_txt .ttl {
    color: #19b9cd;
    font-size: 19px;
    line-height: 1.2;
  }
  .history_line_txt .module_paragraph {
    font-size: 15px;
  }
}



/* ------------------------------------------
	link-sakugaku
--------------------------------------------- */
.link-sakugaku {
  width: 350px;
}
.link-sakugaku-center {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.heading__box {
  margin-top: 60px;
  position: relative;
  min-height: 41px;
  text-align: left;
}
.heading__box .heading__icon {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}
.heading__box .heading {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 2.14rem;
  line-height: 1.3em;
}
.background-arrow {
  background: #fff url("../../../../../philosophy/materiality/images/index_arrow.gif") no-repeat center center;
  min-height: 25px;
}
.border {
  border: solid 1px #dddddd;
}
@media screen and (max-width: 767px) {
  .link-sakugaku {
    width: 100%;
  }
  .link-sakugaku-center {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.box {
  width: 60%;
  height: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .box {
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}