@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: schedule.scss

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	content
8.	main
9.	sub
10.	footer
11.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

html {
  font-size: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
}

a, a:before, a:after {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a > * {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a:hover > * {
  text-decoration: none;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
}
@media screen and (max-width: 1024px) {
  #container {
    overflow-x: hidden;
  }
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
.fll {
  float: left;
}

.flr {
  float: right;
}

@media screen and (min-width: 1025px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pc_none {
    display: block;
  }
}

.topicpath-list {
  display: flex;
  width: 1050px;
  margin: 10px auto 60px;
}
@media screen and (max-width: 1050px) {
  .topicpath-list {
    display: none;
  }
}

.topicpath-item a {
  font-size: 13px;
}
.topicpath-item:not(:last-child) a:after {
  content: "＞";
  margin: 0 3px;
}

.lower .main-visual {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 300px;
  margin-top: 130px;
  color: #231815;
  text-align: center;
}
@media only screen and (max-width: 1140px) {
  .lower .main-visual {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .lower .main-visual {
    display: block;
    align-items: inherit;
    width: auto;
    height: 0;
    padding-top: 40%;
  }
}
@media only screen and (max-width: 570px) {
  .lower .main-visual {
    height: 220px;
    padding-top: 0;
  }
}
.lower .main-visual-title {
  position: relative;
  z-index: 1;
  width: 1050px;
  margin: 20px auto 0;
  color: #FFF;
  font-size: 40px;
  font-weight: bold;
  text-shadow: 2px 2px 0 #000;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .lower .main-visual-title {
    font-size: 30px;
    font-size: 8vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
}
.lower .main-visual-text {
  display: block;
  width: 390px;
  margin-top: 22px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.85714;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
@media screen and (max-width: 1024px) {
  .lower .main-visual-text {
    display: none;
  }
}
.lower .box {
  padding: 70px 0;
}
@media screen and (max-width: 1024px) {
  .lower .box {
    padding: 8% 0 10%;
  }
}
.lower .box-title {
  position: relative;
  margin-bottom: 70px;
  color: #313940;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .lower .box-title {
    margin: 0 0 10%;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.lower .box-title:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  width: 74px;
  height: 4px;
  margin: 0 auto;
  background: #C41C1C;
}
@media screen and (max-width: 1024px) {
  .lower .box-title:before {
    bottom: -70%;
    width: 9.86667%;
    height: 2px;
  }
}
.lower .box-title em {
  color: #C41C1C;
  font-style: normal;
}
.lower .box-lead {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .lower .box-lead {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.53846;
  }
}

/*----------------------------------------------------------------------
6.	#header
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
7.	#content
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
8.	#main
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
9.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
10.	#footer
----------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .footer-contact {
    padding: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .footer-contact div div:first-child p, .footer-contact div div:nth-child(2) p {
    margin: 0 0 5%;
    padding: 2%;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}
@media only screen and (max-width: 570px) {
  .footer-contact div div:first-child p:before, .footer-contact div div:nth-child(2) p:before {
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
  }
}
@media screen and (max-width: 1024px) {
  .footer-contact div div:nth-child(2) {
    padding-top: 7%;
  }
}

@media screen and (max-width: 1024px) {
  .footer-contact2 .form-item {
    width: 48%;
  }
}
@media screen and (max-width: 1024px) {
  .footer-contact2 .form-item a {
    padding: 5% 0;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
@media screen and (max-width: 1024px) {
  .footer-contact2 .form-item a:before {
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    font-size: 20px;
    font-size: 5.33333vw;
  }
}

/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
.main-visual {
  background: url("../img/schedule/main_visual.jpg") center top no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .main-visual {
    background: url("../img/schedule/main_visual_sp.jpg") center top no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

.flow {
  padding-top: 0 !important;
}
@media screen and (max-width: 1024px) {
  .flow {
    padding-top: 8% !important;
  }
}
.flow-list {
  display: flex;
  justify-content: space-between;
  width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .flow-list {
    display: block;
    width: auto;
  }
}
.flow-item {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  background: #C41C1C;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .flow-item {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 89.33333%;
    height: auto;
    margin: 0 auto 5%;
    padding: 1% 0;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.flow-item:before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  content: '';
  position: absolute;
  top: 58px;
  right: -41px;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-bottom: 12px solid #C8C9CA;
}
@media screen and (max-width: 1024px) {
  .flow-item:before {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    display: flex;
    top: unset;
    bottom: -50%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 580px) {
  .flow-item:before {
    bottom: -60%;
    border: 8px solid transparent;
    border-bottom: 8px solid #C8C9CA;
  }
}
@media screen and (max-width: 1024px) {
  .flow-item:last-child {
    margin-bottom: 0;
  }
}
.flow-item:last-child:before {
  content: none;
}

.checklist {
  background: #FFE9E9;
}
.checklist .box-lead {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .checklist .box-lead {
    margin-bottom: 8%;
  }
}
.checklist-inner {
  position: relative;
  width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .checklist-inner {
    width: auto;
    padding: 0 5%;
  }
}
.checklist-inner-title {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: -40px;
  left: -10px;
  width: 435px;
  padding: 9px 0 9px 28px;
  background: #C41C1C;
  color: #FFF;
  font-size: 24px;
  line-height: 22.185px;
}
@media screen and (max-width: 1024px) {
  .checklist-inner-title {
    position: unset;
    width: auto;
    padding: 3% 5%;
    font-size: 19px;
    font-size: 5.06667vw;
    line-height: 1;
  }
}
.checklist-inner-title:before {
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  content: '';
  position: absolute;
  top: 33px;
  left: 3px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 7px solid #781515;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .checklist-inner-title:before {
    display: none;
  }
}
.checklist-box {
  -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
  display: flex;
  margin-bottom: 20px;
  background: #FFF;
}
@media screen and (max-width: 1024px) {
  .checklist-box {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.checklist-box:last-of-type {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .checklist-box:last-of-type {
    margin-bottom: 15%;
  }
}
.checklist-subbox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 777px;
  padding: 20px 30px 15px;
}
@media screen and (max-width: 1024px) {
  .checklist-subbox {
    width: auto;
    padding: 5%;
  }
}
.checklist-content {
  margin-bottom: 12px;
  padding: 10px;
  background: #EEE;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.46667;
}
@media screen and (max-width: 1024px) {
  .checklist-content {
    padding: 3%;
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.5;
  }
}
.checklist-lead {
  font-size: 13px;
  line-height: 1.69231;
}
@media screen and (max-width: 1024px) {
  .checklist-lead {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.53846;
  }
}
.checklist-lead em {
  color: #C41C1C;
  font-weight: bold;
  font-style: normal;
}
.checklist-lead-title {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .checklist-lead-title {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}
.checklist-pic {
  width: 273px;
}
@media screen and (max-width: 1024px) {
  .checklist-pic {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .checklist-pic img {
    width: 100%;
  }
}
.checklist-lower {
  padding-top: 0 !important;
}
@media screen and (max-width: 1024px) {
  .checklist-lower {
    padding-top: 8% !important;
  }
}
.checklist-lower-box {
  background: #fcf3f4;
}
.checklist-lower .box-lead {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .checklist-lower .box-lead {
    margin-bottom: 8%;
  }
}

.summary-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  .summary-list {
    display: block;
    margin-bottom: 0;
    padding-bottom: 25%;
  }
}
.summary-list:before {
  display: flex;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 67px;
  margin: 0 auto;
  background: url("../img/schedule/summary_list_bg.png") left top no-repeat;
}
@media screen and (max-width: 1024px) {
  .summary-list:before {
    width: 150px;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.summary-item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  width: 250px;
  height: 60px;
  padding-top: 10px;
  background: #fff;
  color: #C41C1C;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #C41C1C;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .summary-item {
    width: 100%;
    height: auto;
    margin: 0 auto 3%;
    padding-top: 0;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}
@media screen and (max-width: 1024px) {
  .summary-item:last-child {
    margin-bottom: 0;
  }
}
.summary-item a {
  display: block;
}
@media screen and (max-width: 1024px) {
  .summary-item a {
    padding: 4% 0;
  }
}
.summary-item a:before {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  content: '\e5cc';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #C41C1C;
  font-family: 'Material Icons';
  font-size: 24px;
}
@media screen and (max-width: 1024px) {
  .summary-item a:before {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    left: unset;
    right: 0;
  }
}
.summary-item.noactive {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  background: #DCDCDC;
  color: #666;
  border: 1px solid #888;
}
@media screen and (max-width: 1024px) {
  .summary-item.noactive {
    padding: 4% 0;
  }
}
.summary-item.noactive:before {
  content: none;
}
.summary-text {
  margin-bottom: 35px;
  color: #555;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.65;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .summary-text {
    margin-bottom: 8%;
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.7;
    text-align: left;
  }
}
@media screen and (max-width: 1024px) {
  .summary-text br {
    display: none;
  }
}

.pdf-list {
  display: flex;
  justify-content: space-between;
  width: 790px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .pdf-list {
    display: block;
    width: auto;
  }
}
.pdf-item {
  width: 380px;
  background: #FCB227;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .pdf-item {
    width: 89.55224%;
    margin: 0 auto 3%;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}
@media screen and (max-width: 1024px) {
  .pdf-item:last-child {
    margin-bottom: 0;
  }
}
.pdf-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
@media screen and (max-width: 1024px) {
  .pdf-item a {
    height: auto;
    padding: 5% 0;
  }
}
.pdf-item a:hover {
  background: #ffbe31;
}

.sample-title {
  margin-bottom: 20px;
  color: #C41C1C;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .sample-title {
    margin-bottom: 5%;
    font-size: 15px;
    font-size: 4vw;
  }
}
.sample-pic {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .sample-pic {
    padding: 0 5%;
  }
}
@media screen and (max-width: 1024px) {
  .sample-pic img {
    width: 100%;
  }
}
.sample-lower {
  background: #FFE9E9;
}

/*# sourceMappingURL=schedule.css.map */
