@charset "UTF-8";
/*
@include media-min{
}
*/
html {
  font-family: "游ゴシック体", YuGothic;
  font-size: 62.5%;
}
html .container {
  font-size: 16px;
  font-size: 1.6rem;
}
html .container .main-header {
  position: relative;
  background-image: url(../img/main-header/main-visual.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
html .container .main-header-contents h2 {
  font-size: 30px;
  font-size: 3rem;
  color: #a81747;
  padding-top: 100px;
  padding-right: 0;
  text-align: center;
}
@media (min-width: 1050px) {
  html .container .main-header-contents h2 {
    font-size: 70px;
    font-size: 7rem;
  }
}
@media (min-width: 520px) {
  html .container .main-header-contents h2 {
    text-align: left;
    padding-right: 220px;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  html .container .main-header-contents h2 {
    padding-top: 0;
    font-size: 60px;
    font-size: 6rem;
    padding-right: 250px;
  }
}
html .container .main-header-contact {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
}
html .container .main-header-contact p {
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #a81747;
  text-align: center;
  width: 220px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #555;
}
@media (min-width: 768px) {
  html .container .main-header-contact p {
    width: 250px;
    height: 100px;
    line-height: 100px;
    font-size: 20px;
    font-size: 2rem;
  }
}
html .container .main-header-contact p a {
  display: block;
  color: #fff;
  text-decoration: none;
}
html .container .main-header-contact p span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
html .container .main-header-contact p span::before {
  content: '';
  background-image: url(../img/main-header/information-icon.png);
  background-size: 20px 16px;
  margin-right: 10px;
  width: 20px;
  height: 16px;
}
@media (min-width: 768px) {
  html .container .main-header-contact p span::before {
    background-size: 34px 25.9px;
    width: 34px;
    height: 25.9px;
  }
}
html .container .main-header-paragraph {
  display: block;
  margin: 0 auto;
  padding: 0 20px 74px 20px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  html .container .main-header-paragraph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 20px 74px 20px;
  }
}
@media (min-width: 520px) {
  html .container .main-header-paragraph {
    padding: 30px 20px 74px 20px;
  }
}
html .container .main-header-paragraph .header-paragraph {
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  padding: 30px 0 0 0;
  box-sizing: border-box;
}
@media (min-width: 1050px) {
  html .container .main-header-paragraph .header-paragraph {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  html .container .main-header-paragraph .header-paragraph {
    max-width: 600px;
    margin-right: 60px;
  }
}
@media (min-width: 520px) {
  html .container .main-header-paragraph .header-paragraph {
    padding: 30px 20px 40px 20px;
  }
}
html .container .main-header-paragraph .header-paragraph .paragraph-head {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  html .container .main-header-paragraph .header-paragraph .paragraph-head {
    margin-bottom: 97px;
  }
}
html .container .main-header-paragraph .header-paragraph .paragraph-head .sub-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (min-width: 1050px) {
  html .container .main-header-paragraph .header-paragraph .paragraph-head .sub-title {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  html .container .main-header-paragraph .header-paragraph .paragraph-head .sub-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
html .container .main-header-paragraph .header-paragraph .paragraph-body {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  html .container .main-header-paragraph .header-paragraph .paragraph-body {
    text-align: left;
  }
}
html .container .main-header-image {
  max-width: 700px;
  width: 100%;
}
html .container .main-container .main-information {
  width: 100%;
  display: block;
  height: 590px;
  background-color: #707070;
  color: #fff;
  transition: all 1s;
  /*.information-title,
  .information-contents {
      padding: 60px 0;
  }*/
}
@media (min-width: 1050px) {
  html .container .main-container .main-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: start;
  }
}
@media (min-width: 520px) {
  html .container .main-container .main-information {
    height: 400px;
  }
}
html .container .main-container .main-information.js-active {
  height: auto;
  transition: all 1s;
}
html .container .main-container .main-information .information-title {
  width: 100%;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  background-color: #a81747;
  line-height: 80px;
}
@media (min-width: 1050px) {
  html .container .main-container .main-information .information-title {
    max-width: 300px;
    width: 20%;
    font-size: 30px;
    font-size: 3rem;
  }
}
html .container .main-container .main-information .information-title p {
  text-align: center;
}
html .container .main-container .main-information .information-contents {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  html .container .main-container .main-information .information-contents {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
html .container .main-container .main-information .information-contents ul {
  display: table;
  position: relative;
  width: 100%;
}
html .container .main-container .main-information .information-contents ul li {
  display: block;
  height: 100px;
  /*
  &:nth-of-type(n+2) {
      display: none;
  }*/
}
@media (min-width: 1050px) {
  html .container .main-container .main-information .information-contents ul li {
    display: table-row;
  }
}
@media (min-width: 520px) {
  html .container .main-container .main-information .information-contents ul li {
    height: 80px;
  }
}
html .container .main-container .main-information .information-contents ul li .information-header {
  display: block;
  width: 1%;
  white-space: nowrap;
  padding: 15px 0 15px 30px;
}
@media (min-width: 520px) {
  html .container .main-container .main-information .information-contents ul li .information-header {
    display: table-cell;
    vertical-align: middle;
    padding: 25px 0 25px 30px;
  }
}
html .container .main-container .main-information .information-contents ul li .information-header .date {
  display: inline-block;
  margin-right: 25px;
}
html .container .main-container .main-information .information-contents ul li .information-header .sticker {
  display: inline-block;
  width: 130px;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  margin-right: 50px;
}
@media (min-width: 768px) {
  html .container .main-container .main-information .information-contents ul li .information-header .sticker {
    margin-right: 40px;
    width: 142px;
  }
}
html .container .main-container .main-information .information-contents ul li .information-header .sticker:before {
  transform: skewX(-45deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #a81747;
}
html .container .main-container .main-information .information-contents ul li .information-body {
  display: block;
  padding-left: 30px;
  padding-right: 30px;
  /*    padding-bottom: 20px;*/
  line-height: 1.5;
}
@media (min-width: 520px) {
  html .container .main-container .main-information .information-contents ul li .information-body {
    padding-right: 60px;
    padding-left: 0;
    display: table-cell;
    vertical-align: middle;
  }
}
html .container .main-container .main-information .information-contents ul li .information-body a {
  color: #fff;
  text-decoration: none;
  transition: all .6s;
  position: relative;
  display: flex;
  align-items: center;
}
html .container .main-container .main-information .information-contents ul li .information-body a[href$=".pdf"]:hover {
  color: #a81747;
}
html .container .main-container .main-information .information-contents ul li .information-body a[href$=".pdf"]::after {
  content: '';
  background-image: url(../img/main-icon/pdf-icon-01.png);
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  margin-left: 10px;
}
html .container .main-container .main-information .information-contents ul .arrow-area {
  position: absolute;
  top: 0;
  right: 30px;
}
html .container .main-container .main-information .information-contents ul .arrow-area .arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
}
html .container .main-container .main-information .information-contents ul .arrow-area .arrow img {
  padding-bottom: 6px;
  opacity: .3;
}
html .container .main-container .main-information .information-contents ul .arrow-button {
  cursor: pointer;
  position: absolute;
  top: -48px;
  right: 30px;
}
@media (min-width: 1050px) {
  html .container .main-container .main-information .information-contents ul .arrow-button {
    top: 26px;
  }
}
html .container .main-container .main-information .information-contents ul .arrow-button .arrow-button-icon.js-open::after {
  content: "";
  display: block;
  background-image: url(../img/main-contents/arrow-down.png);
  background-size: 17px 16px;
  background-position: center center;
  width: 17px;
  height: 16px;
}
html .container .main-container .main-information .information-contents ul .arrow-button .arrow-button-icon.js-close::after {
  content: "";
  display: block;
  background-image: url(../img/main-contents/arrow-up.png);
  background-size: 17px 16px;
  background-position: center center;
  width: 17px;
  height: 16px;
}
html .container .main-container .main-contents {
  overflow: hidden;
}
html .container .main-container .main-contents .main-profile {
  position: relative;
  background-image: url(../img/main-contents/profile.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-position: center center;
  color: #fff;
  z-index: 98;
  width: 100%;
}
@media (min-width: 520px) {
  html .container .main-container .main-contents .main-profile {
    background-attachment: fixed;
  }
}
html .container .main-container .main-contents .main-profile .profile-bg-mask {
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
html .container .main-container .main-contents .main-profile .profile-bg-mask .profile-contents {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 20px 80px 20px;
}
@media (min-width: 520px) {
  html .container .main-container .main-contents .main-profile .profile-bg-mask .profile-contents {
    padding: 64px 50px 110px 50px;
  }
}
html .container .main-container .main-contents .main-profile .profile-bg-mask .profile-contents h3 {
  position: relative;
  text-align: center;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
}
html .container .main-container .main-contents .main-profile .profile-bg-mask .profile-contents h3::after {
  content: '';
  display: block;
  background: url(../img/main-contents/profile-icon.png);
  background-size: 61px 7px;
  width: 61px;
  height: 7px;
  margin: 10px auto 0 auto;
}
html .container .main-container .main-contents .main-profile .profile-bg-mask .profile-contents ul {
  margin-top: 30px;
  margin-left: 22px;
}
@media (min-width: 768px) {
  html .container .main-container .main-contents .main-profile .profile-bg-mask .profile-contents ul {
    margin-top: 166px;
  }
}
@media (min-width: 520px) {
  html .container .main-container .main-contents .main-profile .profile-bg-mask .profile-contents ul {
    margin-top: 70px;
  }
}
html .container .main-container .main-contents .main-profile .profile-bg-mask .profile-contents ul li {
  margin: 18px 0;
}
html .container .main-container .main-contents .main-profile .profile-bg-mask .profile-contents ul li p {
  text-indent: -22px;
}
html .container .main-container .main-contents .main-profile .profile-bg-mask .profile-contents ul li p::before {
  content: '\025cf';
  color: #a81747;
  width: 16px;
  height: 18px;
  margin-right: 8px;
}
@media (min-width: 768px) {
  html .container .main-container .main-contents .main-profile .profile-bg-mask .profile-contents ul li p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
}
html .container .main-container .main-contents .main-calculation {
  position: relative;
  color: #fff;
  background: #a81747;
  padding: 30px 0;
  position: relative;
  position: relative;
  /*&::before {
      content: '';
      position: absolute;
      z-index: 99;
      top: 0;
      left: 0;
      width: 120%;
      height: 80%;
      margin: 3% -10% 0;
      background: $primary-color;
      -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
      transform-origin: right center;
      -webkit-transform: rotate(-6deg);
      -ms-transform: rotate(-6deg);
      transform: rotate(-6deg);
  }*/
}
html .container .main-container .main-contents .main-calculation::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100' width='2800' fill='rgb(168,23,71)' fill-opacity='1'%3E%3Cpolygon points='0,0 2800,0 0,100'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  height: 100px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  bottom: -100px;
}
html .container .main-container .main-contents .main-calculation::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100' width='2800' fill='rgb(168,23,71)' fill-opacity='1'%3E%3Cpolygon points='0,100 2800,100 2800,0'%3E%3C/polygon%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  height: 100px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
  top: -100px;
}
@media (min-width: 520px) {
  html .container .main-container .main-contents .main-calculation {
    padding: 100px 0;
  }
}
html .container .main-container .main-contents .main-calculation::before, html .container .main-container .main-contents .main-calculation::after {
  z-index: 9999;
}
html .container .main-container .main-contents .main-calculation .calculation-contents {
  /*position: absolute;*/
  position: relative;
  /*    box-sizing: boder-box;
      width: 100%;
      max-width: 1200px;
      text-align: center;
      z-index: 9999;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      -webkit-transform: translateY(-50%) translateX(-50%);*/
}
html .container .main-container .main-contents .main-calculation .calculation-contents h3 {
  position: relative;
  text-align: center;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
}
html .container .main-container .main-contents .main-calculation .calculation-contents h3::after {
  content: '';
  display: block;
  background: url(../img/main-contents/calculation-icon.png);
  background-size: 61px 7px;
  width: 61px;
  height: 7px;
  margin: 10px auto 0 auto;
}
html .container .main-container .main-contents .main-calculation .calculation-contents .calculation-table {
  padding: 0 20px;
}
html .container .main-container .main-contents .main-calculation .calculation-contents .calculation-table table {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-top: 54px;
}
@media (min-width: 768px) {
  html .container .main-container .main-contents .main-calculation .calculation-contents .calculation-table table {
    margin-top: 74px;
  }
}
html .container .main-container .main-contents .main-calculation .calculation-contents .calculation-table table tr {
  margin: 5px;
  border-bottom: 1px solid #fff;
}
html .container .main-container .main-contents .main-calculation .calculation-contents .calculation-table table tr th {
  display: table-cell;
  text-align: center;
}
html .container .main-container .main-contents .main-calculation .calculation-contents .calculation-table table tr th:nth-child(2) {
  text-align: left;
}
html .container .main-container .main-contents .main-calculation .calculation-contents .calculation-table table tr th span {
  display: block;
  margin: 8px 0;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: border-box;
}
html .container .main-container .main-contents .main-calculation .calculation-contents .calculation-table table tr td {
  display: table-cell;
  text-align: left;
}
html .container .main-container .main-contents .main-calculation .calculation-contents .calculation-table table tbody tr th {
  width: 150px;
  max-width: 100%;
  padding-right: 10px;
}
@media (min-width: 768px) {
  html .container .main-container .main-contents .main-calculation .calculation-contents .calculation-table table tbody tr th {
    width: 210px;
  }
}
html .container .main-container .main-contents .main-calculation .calculation-contents .calculation-table table tbody tr th span {
  color: #a81747;
}
html .container .main-container .main-contents .main-calculation .calculation-contents p {
  max-width: 800px;
  width: 100%;
  margin: 30px auto 0 auto;
}
html .container .main-container .main-contents .main-service {
  margin: 100px 0 70px 0;
}
@media (min-width: 520px) {
  html .container .main-container .main-contents .main-service {
    margin: 150px 0;
  }
}
html .container .main-container .main-contents .main-service h3 {
  position: relative;
  text-align: center;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  color: #707070;
}
html .container .main-container .main-contents .main-service h3::after {
  content: '';
  display: block;
  background: url(../img/main-contents/profile-icon.png);
  background-size: 61px 7px;
  width: 61px;
  height: 7px;
  margin: 10px auto 0 auto;
}
html .container .main-container .main-contents .main-service ul {
  max-width: 1200px;
  width: 100%;
  display: block;
  margin: 60px auto 0 auto;
  padding: 0 20px;
}
@media (min-width: 520px) {
  html .container .main-container .main-contents .main-service ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: top;
  }
}
html .container .main-container .main-contents .main-service ul li {
  width: 100%;
}
@media (min-width: 520px) {
  html .container .main-container .main-contents .main-service ul li {
    width: 100%;
    max-width: 130px;
  }
}
@media (min-width: 768px) {
  html .container .main-container .main-contents .main-service ul li {
    max-width: 220px;
  }
}
@media (min-width: 1050px) {
  html .container .main-container .main-contents .main-service ul li {
    max-width: 292px;
  }
}
html .container .main-container .main-contents .main-service ul li figure {
  text-align: center;
  max-width: 292px;
  line-height: 292px;
  border-radius: 50%;
  background-color: #f8f5f6;
  margin: 0 auto;
}
@media (min-width: 520px) {
  html .container .main-container .main-contents .main-service ul li figure {
    max-width: 130px;
    line-height: 130px;
  }
}
@media (min-width: 768px) {
  html .container .main-container .main-contents .main-service ul li figure {
    max-width: 220px;
    line-height: 220px;
  }
}
@media (min-width: 1050px) {
  html .container .main-container .main-contents .main-service ul li figure {
    max-width: 292px;
    line-height: 292px;
  }
}
html .container .main-container .main-contents .main-service ul li figure img {
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  width: 80px;
}
@media (min-width: 520px) {
  html .container .main-container .main-contents .main-service ul li figure img {
    width: 40px;
  }
}
@media (min-width: 768px) {
  html .container .main-container .main-contents .main-service ul li figure img {
    max-width: 100%;
    width: 87px;
  }
}
html .container .main-container .main-contents .main-service ul li p {
  max-width: 292px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 45px;
  color: #707070;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  html .container .main-container .main-contents .main-service ul li p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 54px;
  }
}
html .container .main-footer {
  height: 100px;
  background-color: #555;
}
@media (min-width: 768px) {
  html .container .main-footer {
    height: 260px;
  }
}
@media (min-width: 520px) {
  html .container .main-footer {
    height: 160px;
  }
}
html .container .main-footer p {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 100px;
}
@media (min-width: 768px) {
  html .container .main-footer p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 260px;
  }
}
@media (min-width: 520px) {
  html .container .main-footer p {
    line-height: 160px;
  }
}

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