@charset "UTF-8";

/* ----------------------------------------------- CSS Information
 Style Info:     事業案内
--------------------------------------------------------------- */
h1.page-title {
  margin: 0 auto;
  padding: 1em 0 0.5em 0.5em;
  font-size: 3em;
}
.top-txt {
  margin: 0 auto 10%;
  padding: 0 0 0 1.5em;
  font-size: 1.2em;
}
.container .wrapper {
  width: 54%;
  max-width: 950px;
  margin: 0 auto;
}
.content {
  width: 54%;
  max-width: 950px;
  margin: 0 auto;
}
.main-image {
  line-height: 0;
  box-shadow: 1.2em 1.2em 0 0 #FFDABB,
             -1.2em 1.2em 0 0 #FFDABB;
}
h2.title01 {
  margin: 0 0 8%;
  font-size: 2.5em;
  line-height: 1.3;
}
h3.catch {
  margin: 0 auto;
  padding: 10% 0;
  font-size: 2em;
  text-align: center;
  line-height: 1.3;
  font-weight: normal;
  text-shadow: 0.2em 0.2em 0 #FFDABB;
}
.txt-box {
  width: 90%;
  margin: 0 auto 8%;
}
.txt-box .txt {
  margin: 0 auto 8%;
}
.btn-box {
  display: flex;
  justify-content: space-between;
}
.txt-box .btn {
  width: 19em;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.btn-box .btn {
  width: 19em;
  margin: 0;
  position: relative;
  text-align: center;
}
.txt-box .btn a {
  padding: 1em 0;
  display: block;
  border: 1px solid #000;
}
.txt-box .btn a::after {
  content: '\00203a';
  width: 0.5em;
  height: 1em;
  display: inline-block;
  transform: translateY(15%) translateX(0%);
  -webkit- transform: translateY(15%) translateX(0%);
  font-size: 2em;
  line-height: 1;
}
.photo-wrap {
  margin: 0 auto 10%;
  display: flex;
  justify-content: space-between;
}
.photo-wrap .photo {
  width: 31%;
}
dl.accordion dt {
  margin: 0 auto 10%;
  position: relative;
  font-size: 2.5em;
  text-align: center;
  cursor: pointer;
}
dl.accordion dt::after {
  content: '\254b';
  width: 0.5em;
  height: 1em;
  display: inline-block;
  line-height: 1;
}
dl.accordion dt.open::after {
  content: '\2501';
  width: 0.5em;
  height: 1em;
  display: inline-block;
  line-height: 1;
}
.history-wrap {
  position: relative;
}
.history-wrap::after {
  content: '';
  width: 1px;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(0%) translateX(50%);
  -webkit- transform: translateY(0%) translateX(50%);
  background-color: #000;
}
.history {
  width: 50.1%;
  padding: 0 0 3%;
  box-sizing: border-box;
}
.history:nth-child(even) {
  margin: 0 0 0 auto;
}
.year {
  margin: 0 0 10%;
  padding: 0 0 0 0.5%;
  font-size: 2em;
  position: relative;
  border-bottom: 1px solid #000;
}
.history:nth-child(odd) .year {
  padding: 0 0.5em;
}
.history:nth-child(even) .year {
  padding: 0 0.5em;
}
.history:nth-child(odd) .year::after {
  content: '';
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  bottom: -0.2em;
  right: -0.2em;
  background: #000;
}
.history:nth-child(even) .year::after {
  content: '';
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  bottom: -0.2em;
  left: -0.2em;
  background: #000;
}
.history .txt {
  padding: 0 1em;
}
section.sec02 {
  padding: 10% 0 5%;
  background-color: #EFEFEF;
}
section.sec01 h3.catch {
  position: relative;
  background: #FFF;
  z-index: 1;
}
section.sec02 h3.catch {
  position: relative;
  background: #EFEFEF;
  z-index: 1;
}
.container .bg-txt {
  position: absolute;
  top: 4.3em;
  left: -2.5em;
  transform: rotate(90deg);
  font-size: 10vw;
  color: #D1D1D1;
  line-height: 1;
  z-index: 0;
}
#point01 {
  margin: -5.5em 0 0;
  padding: 5.5em 0 0;
}
#point02 {
  margin: -5.5em 0 0;
  padding: 5.5em 0 0;
}
#point03 {
  margin: -5.5em 0 0;
  padding: 5.5em 0 0;
}
/* ================= smartphone ================= */
@media only screen and (max-width:699px) {
h1.page-title {
  width: 100%;
  margin: 0 auto 5%;
  padding: 0;
  font-size: 25px;
}
.main-image {
  line-height: 0;
  box-shadow: 0.8em 0.8em 0 0 #FFDABB,
             -0.8em 0.8em 0 0 #FFDABB;
}
.container .wrapper {
  width: 90%;
}
.top-txt {
  margin: 0 auto 10%;
  padding: 0;
  font-size: 1.2em;
}
.content {
  width: 90%;
}
h2.title01 {
  font-size: 25px;
}
.txt-box {
  width: 100%;
}
.btn-box {
  display: block;
}
.btn-box .btn {
  width: 90%;
  margin: 0 auto 10%;
}
.txt-box .btn a {
  padding: 0.5em 0;
}
dl.accordion dt {
  font-size: 20px;
}
.history-wrap::after {
  content: '';
  left: 0%;
}
.history {
  width: 100%;
  padding: 0 0 15%;
}
.history:nth-child(odd) .year::after {
  content: '';
  bottom: -0.2em;
  left: -0.2em;
  right: unset;
  background: #000;
}
.container .bg-txt {
  position: fixed;
  top: 0.7em;
  left: 5%;
  transform: rotate(0deg);
  font-size: 13vw;
  color: #E9E9E9;
  z-index: -1;
}
}