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

File Name: credit.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%;
}
@media screen and (max-width: 1024px) {
  html {
    overflow-y: initial !important;
  }
}

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: 0 auto;
  padding-top: 10px;
}
@media only 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;
}

@media screen and (max-width: 1024px) {
  .icon-h2 {
    margin-bottom: 2%;
    font-size: 18px;
    font-size: 4.8vw;
    text-align: center;
  }
}
@media only screen and (max-width: 570px) {
  .icon-h2:before {
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .btn-y {
    padding: 4% 20%;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}

.lower .main-visual {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 300px;
  margin-top: 130px;
  color: #231815;
}
@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;
  font-size: 40px;
  font-weight: bold;
  text-shadow: #fff 2px 0px 0px,#fff -2px 0px 0px, #fff 0px -2px 0px, #fff 0px 2px 0px, #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px, #fff 1px 2px 0px, #fff -1px 2px 0px, #fff 1px -2px 0px, #fff -1px -2px 0px, #fff 2px 1px 0px, #fff -2px 1px 0px, #fff 2px -1px 0px, #fff -2px -1px 0px, #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  .lower .main-visual-title {
    width: 80%;
  }
}
@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;
    width: auto;
    margin: 16% auto 0;
    text-align: center;
  }
}
@media only screen and (max-width: 570px) {
  .lower .main-visual-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
}
.lower .main-visual-title:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -71px;
  top: -42px;
  width: 223px;
  height: 65px;
  background: url("../img/main_visual_title_bg.png") left top no-repeat;
}
@media screen and (max-width: 1024px) {
  .lower .main-visual-title:before {
    content: none;
  }
}
.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: 35px 0 65px;
}
@media screen and (max-width: 1024px) {
  .lower .box {
    padding: 8% 0 10%;
  }
}

/*----------------------------------------------------------------------
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: 5% 0 0;
  }
}

@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/credit/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/credit/main_visual_sp.jpg") center top no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

.main-lead {
  padding: 50px 0 55px;
}
@media screen and (max-width: 1024px) {
  .main-lead {
    padding: 5% 0;
  }
}
.main-lead-title {
  position: relative;
  margin-bottom: 70px;
  color: #313940;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
}
@media screen and (max-width: 1024px) {
  .main-lead-title {
    font-size: 18px;
    font-size: 4.8vw;
    margin-bottom: 30px;
  }
}
.main-lead-title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  width: 50px;
  height: 8px;
  margin: 0 auto;
  background: #159A69;
}
@media screen and (max-width: 1024px) {
  .main-lead-title:after {
    bottom: -20px;
    height: 4px;
  }
}
.main-lead-text {
  padding: 0 5%;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .main-lead-text {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.53846;
    text-align: left;
  }
}

.merit {
  background: #E1F4ED;
}
.merit-inner {
  width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .merit-inner {
    width: auto;
    padding: 0 5%;
  }
}
.merit-list {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .merit-list {
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
}
.merit-item {
  -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);
  position: relative;
  width: 335px;
  background: #FFF;
}
@media screen and (max-width: 1024px) {
  .merit-item {
    width: 100%;
    margin-bottom: 5%;
  }
}
.merit-item:before, .merit-item:after {
  content: "";
  position: absolute;
}
.merit-item:before {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -28px;
  left: -28px;
  width: 0;
  height: 0;
  border: 28px solid transparent;
  border-top: 28px solid #249a6b;
  z-index: 1;
}
.merit-item:after {
  top: 2px;
  left: 5px;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  z-index: 10;
}
.merit-item:nth-child(1):after {
  content: "1";
}
.merit-item:nth-child(2):after {
  content: "2";
}
.merit-item:nth-child(3):after {
  content: "3";
}
@media screen and (max-width: 1024px) {
  .merit-item:last-child {
    margin-bottom: 0;
  }
}
.merit-item .description {
  padding: 17px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .merit-item .description {
    padding: 5% 0;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}
.merit-item .description em {
  display: block;
  margin-bottom: 5px;
  color: #249A6B;
  font-size: 20px;
  font-style: normal;
}
@media screen and (max-width: 1024px) {
  .merit-item .description em {
    margin-bottom: 2%;
    font-size: 20px;
    font-size: 5.33333vw;
  }
}

.available {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .available-inner {
    padding: 0 5%;
  }
}
.available-pic {
  margin-bottom: 45px;
}
@media screen and (max-width: 1024px) {
  .available-pic {
    margin-bottom: 8%;
  }
}
.available-list {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .available-list {
    margin-bottom: 8%;
  }
}
.available-item {
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 1024px) {
  .available-item {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.53846;
  }
}
.available-item:before {
  content: "・";
}
.available-lead {
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 1024px) {
  .available-lead {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.53846;
  }
}

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