@charset "UTF-8";
/*
@mixin bgRadiusLeft( $bgColor:#fff,$topPC:0,$topSP:0) {
  content: "";
  background: $bgColor;
  width: 75%;
  max-width: 1030px;
  position: absolute;
  height: 1470px;
  border-radius: 0 420px 420px 0;
  background: #fff;
  top: $topPC + px;
  left: 0;
  z-index: -1;
  @include bp( max, 1366px ) {
    height: vw_pc( 1470 );
    max-width: vw_pc( 1030 );
    border-radius: 0 vw_pc( 420 ) vw_pc( 420 ) 0;
    top: vw_pc( $topPC );
  }
  @include bp( max, 828px ) {
    width: vw_sp( 351 );
    max-width: 100%;
    height: vw_sp( 502 );
    border-radius: 0 vw_sp( 140 ) vw_sp( 140 ) 0;
    top: vw_sp( $topSP );
  }
}
@mixin bgRadiusRight($bgColor:#fff,$topPC:0,$topSP:0) {
  content: "";
  background: $bgColor;
  width: 75%;
  max-width: 1030px;
  position: absolute;
  height: 1470px;
  border-radius: 420px 0 0 420px;
  background: #fff;
  top: $topPC + px;
  right: 0;
  z-index: -1;
  @include bp( max, 1366px ) {
    height: vw_pc( 1470 );
    max-width: vw_pc( 1030 );
    border-radius: vw_pc( 420 ) 0 0 vw_pc( 420 );
    top: vw_pc( $topPC );
  }
  @include bp( max, 828px ) {
    width: vw_sp( 351 );
    max-width: 100%;
    height: vw_sp( 502 );
    border-radius: vw_sp( 140 ) 0 0 vw_sp( 140 );
    top: vw_sp( $topSP );
  }
}
*/
/*
// セクションリード
@mixin sectionLead($fontSizePC:16,$lineHeightPC:2.2,$letterSpacingPC:40,$fontSizeSP:14,$lineHeightSP:2.2,$letterSpacingSP:40) {
  .sectionLead {
    font-family: "ShipporiMincho-Regular";
    font-size: $fontSizePC / 10 + rem;
    line-height: $lineHeightPC;
    letter-spacing: ls( $letterSpacingPC );
    text-align: center;
    @include bp( max, 1366px ) {
      font-size: vw_pc( $fontSizePC );
    }
    @include bp( max, 828px ) {
      font-size: vw_sp( $fontSizeSP );
      line-height: $lineHeightSP;
      letter-spacing: ls( $letterSpacingSP );
    }
  }
}

@mixin pageLead() {
  font-family: "ShipporiMincho-Regular";
  font-size: 2.4rem;
  line-height: 2.4;
  letter-spacing: ls( 200 );
  text-align: center;
  @include bp( max, 1366px ) {
    font-size: vw_pc( 24 );
  }
  @include bp( max, 828px ) {
    font-size: vw_sp( 17 );
    letter-spacing: ls( 40 );
    text-align: left;
  }
}



@mixin notice($fontSize:11) {
  //font-size: 1.2rem;
  font-size: $fontSize / 10 + rem;
  line-height: 1.8;
  color: #777;
  @include bp( max, 1366px ) {
    //font-size: vw_pc( 12 );
    font-size: vw_pc( $fontSize );
  }
  @include bp( max, 828px ) {
    font-size: vw_sp( 10 );
    //font-size: vw_sp( $fontSize );
  }
}

@mixin noticeMark($fontSize:10) {
  font-size: $fontSize / 10 + rem;
  line-height: 1;
  color: #777;
  @include bp( max, 1366px ) {
    font-size: vw_pc( $fontSize );
  }
  @include bp( max, 828px ) {
    font-size: vw_sp( $fontSize );
  }
}
*/
.historyPage .mainTitle {
  padding: 80px 0 64px;
}
@media screen and (max-width: 1366px) {
  .historyPage .mainTitle {
    padding: 5.8565153734vw 0 4.6852122987vw;
  }
}
@media screen and (max-width: 828px) {
  .historyPage .mainTitle {
    padding: 7.729468599vw 0 11.5942028986vw;
  }
}
.historyPage .mainTitle_main, .historyPage .mainTitle_sub {
  display: block;
  color: #1D4294;
}
.historyPage .mainTitle_main {
  font-size: 6rem;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.02em;
  font-weight: 700;
  line-height: 1.05;
}
@media screen and (max-width: 1366px) {
  .historyPage .mainTitle_main {
    font-size: 4.39238653vw;
  }
}
@media screen and (max-width: 828px) {
  .historyPage .mainTitle_main {
    font-size: 11.5942028986vw;
  }
}
.historyPage .mainTitle_sub {
  font-size: 1.8rem;
  margin-top: 10px;
  font-family: "Noto Sans JP";
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (max-width: 1366px) {
  .historyPage .mainTitle_sub {
    font-size: 1.317715959vw;
  }
}
@media screen and (max-width: 828px) {
  .historyPage .mainTitle_sub {
    font-size: 3.6231884058vw;
  }
}
@media screen and (max-width: 1366px) {
  .historyPage .mainTitle_sub {
    margin-top: 0.7320644217vw;
  }
}
@media screen and (max-width: 828px) {
  .historyPage .mainTitle_sub {
    margin-top: 3.3816425121vw;
  }
}
.historyPage .sectionTitle_main, .historyPage .sectionTitle_sub {
  display: block;
}
.historyPage .sectionTitle_sub {
  margin-top: 8px;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1366px) {
  .historyPage .sectionTitle_sub {
    margin-top: 0.5856515373vw;
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 828px) {
  .historyPage .sectionTitle_sub {
    margin-top: 1.9323671498vw;
    font-size: 3.6231884058vw;
    letter-spacing: 0.08em;
    line-height: 1.3;
  }
}
.historyPage .sectionTitle_main {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 1366px) {
  .historyPage .sectionTitle_main {
    font-size: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .historyPage .sectionTitle_main {
    font-size: 8.2125603865vw;
  }
}
.historyPage .table {
  width: 100%;
  border: 1px solid #ccc;
}
.historyPage .table tr:not(:last-child) th, .historyPage .table tr:not(:last-child) td {
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 829px) {
  .historyPage .table tr > th {
    border-right: 1px solid #ccc;
  }
}
.historyPage .table th,
.historyPage .table td {
  padding: 24px;
}
@media screen and (max-width: 1366px) {
  .historyPage .table th,
  .historyPage .table td {
    padding: 1.4641288433vw;
  }
}
@media screen and (max-width: 828px) {
  .historyPage .table th,
  .historyPage .table td {
    padding: 5.7971014493vw;
    display: block;
  }
}
.historyPage .table th {
  background: #f8f8f8;
  font-weight: 700;
  text-align: left;
}
@media screen and (min-width: 829px) {
  .historyPage .table th {
    min-width: 200px;
  }
}
@media screen and (min-width: 829px) and (max-width: 1366px) {
  .historyPage .table th {
    min-width: 14.6412884334vw;
  }
}
@media screen and (max-width: 828px) {
  .historyPage .table th {
    border-bottom: 1px solid #ccc;
  }
}
.historyPage .table td {
  width: 100%;
}
.historyPage .table td p:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 1366px) {
  .historyPage .table td p:not(:first-child) {
    margin-top: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .historyPage .table td p:not(:first-child) {
    margin-top: 5.7971014493vw;
  }
}
.historyPage .table a {
  display: inline;
  color: #1D4294;
  text-decoration: underline;
}
@media screen and (min-width: 829px) {
  .historyPage .table a:hover {
    color: #009FE6;
  }
}
.historyPage .table {
  margin-top: 48px;
}
@media screen and (max-width: 1366px) {
  .historyPage .table {
    margin-top: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .historyPage .table {
    margin-top: 9.6618357488vw;
  }
}
.historyPage .history {
  margin-top: 120px;
}
@media screen and (max-width: 1366px) {
  .historyPage .history {
    margin-top: 8.78477306vw;
  }
}
@media screen and (max-width: 828px) {
  .historyPage .history {
    margin-top: 19.3236714976vw;
  }
}
.historyPage .history .lead {
  margin-top: 56px;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 1366px) {
  .historyPage .history .lead {
    margin-top: 4.0995607613vw;
  }
}
@media screen and (max-width: 828px) {
  .historyPage .history .lead {
    margin-top: 9.6618357488vw;
  }
}
@media screen and (max-width: 1366px) {
  .historyPage .history .lead {
    font-size: 1.9033674963vw;
  }
}
@media screen and (max-width: 828px) {
  .historyPage .history .lead {
    font-size: 5.3140096618vw;
  }
}
.historyPage .history .about {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap nowrap;
      flex-flow: wrap nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1366px) {
  .historyPage .history .about {
    margin-top: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  .historyPage .history .about {
    margin-top: 11.5942028986vw;
  }
}
@media screen and (max-width: 828px) {
  .historyPage .history .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse wrap;
            flex-flow: column-reverse wrap;
  }
}
.historyPage .history .about_header {
  width: 100%;
  max-width: 47.2181551977%;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 40px;
  background: url(../img/common/contents_bg-right.webp) no-repeat top right/cover;
}
@media screen and (max-width: 1366px) {
  .historyPage .history .about_header {
    padding-top: 5.8565153734vw;
    padding-bottom: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  .historyPage .history .about_header {
    padding-top: 9.6618357488vw;
    padding-bottom: 9.6618357488vw;
  }
}
@media screen and (max-width: 1366px) {
  .historyPage .history .about_header {
    padding-right: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .historyPage .history .about_header {
    padding-right: 0vw;
  }
}
@media screen and (max-width: 1920px) {
  .historyPage .history .about_header {
    max-width: 685px;
  }
}
@media screen and (max-width: 1366px) {
  .historyPage .history .about_header {
    max-width: 50.1464128843vw;
  }
}
@media screen and (max-width: 828px) {
  .historyPage .history .about_header {
    max-width: 91.7874396135vw;
    margin-left: auto;
  }
}
.historyPage .history .about_container {
  margin-left: calc((100% - 1200px) / 2);
  margin-right: 72px;
  width: 100%;
  max-width: 48.3162518302%;
}
@media screen and (max-width: 1366px) {
  .historyPage .history .about_container {
    margin-right: 5.270863836vw;
  }
}
@media screen and (max-width: 828px) {
  .historyPage .history .about_container {
    margin-right: 0vw;
  }
}
@media screen and (max-width: 1920px) {
  .historyPage .history .about_container {
    margin-left: calc((100% - 960px) / 2);
  }
}
@media screen and (max-width: 1366px) {
  .historyPage .history .about_container {
    margin-left: calc((100% - 70.2781844802vw) / 2);
    max-width: 29.2825768668vw;
  }
}
@media screen and (max-width: 828px) {
  .historyPage .history .about_container {
    margin-left: auto;
    margin-right: 0;
    max-width: initial;
  }
}
.historyPage .history .about_title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 1366px) {
  .historyPage .history .about_title {
    font-size: 1.9033674963vw;
  }
}
@media screen and (max-width: 828px) {
  .historyPage .history .about_title {
    font-size: 5.3140096618vw;
  }
}
@media screen and (max-width: 828px) {
  .historyPage .history .about_title {
    max-width: 84.5410628019vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.historyPage .history .about_text {
  margin-top: 40px;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 1366px) {
  .historyPage .history .about_text {
    margin-top: 2.9282576867vw;
  }
}
@media screen and (max-width: 828px) {
  .historyPage .history .about_text {
    margin-top: 7.729468599vw;
  }
}
@media screen and (max-width: 1366px) {
  .historyPage .history .about_text {
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 828px) {
  .historyPage .history .about_text {
    font-size: 3.6231884058vw;
  }
}
@media screen and (max-width: 828px) {
  .historyPage .history .about_text {
    max-width: 84.5410628019vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.historyPage .history .historyList {
  margin-top: 80px;
}
@media screen and (max-width: 1366px) {
  .historyPage .history .historyList {
    margin-top: 5.8565153734vw;
  }
}
@media screen and (max-width: 828px) {
  .historyPage .history .historyList {
    margin-top: 19.3236714976vw;
  }
}
.historyPage .history .historyList_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 24px;
}
@media screen and (max-width: 1366px) {
  .historyPage .history .historyList_item {
    padding-bottom: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .historyPage .history .historyList_item {
    padding-bottom: 5.7971014493vw;
  }
}
.historyPage .history .historyList_item:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #1D4294;
  position: absolute;
  top: 10px;
  left: 89px;
}
@media screen and (max-width: 1366px) {
  .historyPage .history .historyList_item:before {
    width: 0.7320644217vw;
    height: 0.7320644217vw;
    border-radius: 0.7320644217vw;
    top: 0.7320644217vw;
    left: 6.5153733529vw;
  }
}
@media screen and (max-width: 828px) {
  .historyPage .history .historyList_item:before {
    width: 2.4154589372vw;
    height: 2.4154589372vw;
    border-radius: 2.4154589372vw;
    top: 2.4154589372vw;
    left: 21.4975845411vw;
  }
}
.historyPage .history .historyList_item:after {
  content: "";
  width: 2px;
  height: calc(100% + 10px);
  background-color: #ddd;
  position: absolute;
  z-index: -1;
  top: 10px;
  left: 93px;
}
@media screen and (max-width: 1366px) {
  .historyPage .history .historyList_item:after {
    width: 0.1464128843vw;
    height: calc( 100% + 0.7320644217vw );
    top: 0.7320644217vw;
    left: 6.8081991215vw;
  }
}
@media screen and (max-width: 828px) {
  .historyPage .history .historyList_item:after {
    width: 0.4830917874vw;
    height: calc( 100% + 2.4154589372vw );
    top: 2.4154589372vw;
    left: 22.4637681159vw;
  }
}
.historyPage .history .historyList_item:last-child {
  padding-bottom: 0;
}
.historyPage .history .historyList_item:last-child:after {
  display: none;
}
.historyPage .history .historyList_year {
  width: 93px;
  font-weight: 700;
  font-size: 3rem;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1366px) {
  .historyPage .history .historyList_year {
    width: 6.8081991215vw;
    font-size: 2.196193265vw;
  }
}
@media screen and (max-width: 828px) {
  .historyPage .history .historyList_year {
    width: 22.4637681159vw;
    padding-bottom: 3.8647342995vw;
    font-size: 7.2463768116vw;
  }
}
.historyPage .history .historyList_event {
  width: calc(100% - 93px);
  padding-left: 50px;
  font-size: 1.5rem;
}
@media screen and (max-width: 1366px) {
  .historyPage .history .historyList_event {
    padding-left: 3.6603221083vw;
  }
}
@media screen and (max-width: 828px) {
  .historyPage .history .historyList_event {
    padding-left: 7.729468599vw;
  }
}
@media screen and (max-width: 1366px) {
  .historyPage .history .historyList_event {
    font-size: 1.0980966325vw;
  }
}
@media screen and (max-width: 828px) {
  .historyPage .history .historyList_event {
    font-size: 3.6231884058vw;
  }
}
@media screen and (max-width: 1366px) {
  .historyPage .history .historyList_event {
    width: calc( 100% - 6.8081991215vw );
  }
}
@media screen and (max-width: 828px) {
  .historyPage .history .historyList_event {
    width: calc( 100% - 22.4637681159vw );
  }
}
.historyPage .history .historyList_event_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 24px;
}
@media screen and (max-width: 1366px) {
  .historyPage .history .historyList_event_list {
    padding-bottom: 1.756954612vw;
  }
}
@media screen and (max-width: 828px) {
  .historyPage .history .historyList_event_list {
    padding-bottom: 5.7971014493vw;
  }
}
.historyPage .history .historyList_event_list:last-child {
  border-bottom: 1px solid #D3D3D3;
}
.historyPage .history .historyList_event_date {
  min-width: 48px;
}
@media screen and (max-width: 1366px) {
  .historyPage .history .historyList_event_date {
    min-width: 3.513909224vw;
  }
}
@media screen and (max-width: 828px) {
  .historyPage .history .historyList_event_date {
    min-width: 11.5942028986vw;
  }
}
.historyPage .history .historyList_event_date::after {
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}