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

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

.main-pic {
  margin: 60px 0 30px;
}
@media screen and (max-width: 1024px) {
  .main-pic {
    margin: 8% 5% 3%;
  }
}
.main-pic img {
  margin: 0 auto;
}

.step {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .step {
    margin-bottom: 10%;
  }
}
.step-inner {
  width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .step-inner {
    width: auto;
  }
}
.step-title {
  position: relative;
  margin-bottom: 70px;
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .step-title {
    margin-bottom: 10%;
    font-size: 21px;
    font-size: 5.6vw;
    line-height: 1;
  }
}
.step-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -37px;
  width: 50px;
  height: 8px;
  margin: 0 auto;
  background: #00B900;
}
@media screen and (max-width: 1024px) {
  .step-title:before {
    width: 35px;
    height: 4px;
    bottom: -36%;
  }
}
.step-title .en {
  display: block;
  margin-bottom: -4px;
  color: #00B900;
  font-size: 30px;
}
@media screen and (max-width: 1024px) {
  .step-title .en {
    margin-bottom: -3%;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.step-title .num {
  font-size: 40px;
}
@media screen and (max-width: 1024px) {
  .step-title .num {
    font-size: 25px;
    font-size: 6.66667vw;
  }
}
.step-lead {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .step-lead {
    padding: 0 4%;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.78571;
  }
}
.step-lead a {
  color: #F2AC1D;
}
.step-lead a:hover {
  text-decoration: underline;
}

.anchor-list {
  display: flex;
  justify-content: space-between;
  width: 660px;
  margin: 0 auto 65px;
}
@media screen and (max-width: 1024px) {
  .anchor-list {
    width: auto;
    margin-bottom: 10%;
    padding: 0 4%;
  }
}

@media screen and (max-width: 1024px) {
  .anchor-item {
    width: 31%;
  }
}
.anchor-item a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}

.search {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .search {
    display: block;
  }
}
.search-box1, .search-box2 {
  width: 515px;
}
@media screen and (max-width: 1024px) {
  .search-box1, .search-box2 {
    width: auto;
  }
}
.search-box3 {
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .search-box3 {
    margin-top: 0;
  }
}
.search-box3 .search-box-list {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .search-box3 .search-box-list {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .search-box3 .search-box-list:first-child {
    padding-bottom: 0;
  }
}
.search-box3 .search-box-list:first-child .search-box-item {
  border-right: 2px dashed rgba(0, 185, 0, 0.4);
}
@media screen and (max-width: 1024px) {
  .search-box3 .search-box-list:first-child .search-box-item {
    border: none;
  }
}
@media screen and (max-width: 1024px) {
  .search-box3 .search-box-list:first-child .search-box-item:last-child {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .search-box3 .search-box-list:first-child .search-box-item:last-child:before {
    content: "";
  }
}
.search-box3 .search-box-list:last-child {
  padding-top: 60px;
}
@media screen and (max-width: 1024px) {
  .search-box3 .search-box-list:last-child {
    padding-top: 0;
  }
}
.search-box3 .search-box-list:last-child .search-box-item:first-child:after {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  width: 0;
  height: 0;
  margin: 0 auto;
  border: 10px solid transparent;
  border-top: 10px solid #B4B4B4;
}
@media screen and (max-width: 1024px) {
  .search-box3 .search-box-list:last-child .search-box-item:first-child:after {
    content: none;
  }
}
.search-box {
  background: #F4FBF4;
}
@media screen and (max-width: 1024px) {
  .search-box {
    margin-bottom: 8%;
  }
}
.search-box-title {
  padding: 19px 0;
  background: #00B900;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .search-box-title {
    padding: 3% 0;
    font-size: 20px;
    font-size: 5.33333vw;
  }
}
.search-box-list {
  padding: 35px 0 50px;
}
@media screen and (max-width: 1024px) {
  .search-box-list {
    padding: 7% 0 10%;
  }
}
.search-box-item {
  position: relative;
  padding-bottom: 40px;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .search-box-item {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.42857;
  }
}
.search-box-item:before {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  width: 0;
  height: 0;
  margin: 0 auto;
  border: 10px solid transparent;
  border-top: 10px solid #B4B4B4;
}
.search-box-item:last-child {
  padding-bottom: 0;
}
.search-box-item:last-child:before {
  content: none;
}
.search-box-item img {
  -moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.3);
  margin: 15px auto 0;
}
@media screen and (max-width: 1024px) {
  .search-box-item img {
    -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
  }
}
.search-box-item .pic1 {
  width: 400px;
}
@media screen and (max-width: 1024px) {
  .search-box-item .pic1 {
    width: 89.33333%;
  }
}
.search-box-item .pic2 {
  width: 130px;
}
@media screen and (max-width: 1024px) {
  .search-box-item .pic2 {
    width: 26.66667%;
  }
}
.search-box-item .pic3 {
  width: 254px;
}
@media screen and (max-width: 1024px) {
  .search-box-item .pic3 {
    width: 66.66667%;
  }
}
.search-box-item .pic4 {
  width: 300px;
}
@media screen and (max-width: 1024px) {
  .search-box-item .pic4 {
    width: 66.66667%;
  }
}
.search-box-item .pic5 {
  width: 290px;
}
@media screen and (max-width: 1024px) {
  .search-box-item .pic5 {
    width: 66.66667%;
  }
}
.search-box-item .icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  margin: 0 3px;
  padding: 2px 7px;
  background: #00B900;
  color: #FFF;
  font-weight: bold;
}
.search-box-inner {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .search-box-inner {
    display: block;
  }
}

.inquiry {
  display: flex;
  justify-content: space-between;
  background: #F4FBF4;
}
@media screen and (max-width: 1024px) {
  .inquiry {
    display: block;
  }
}
.inquiry-left {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 548px;
  padding: 30px 0 0 60px;
}
@media screen and (max-width: 1024px) {
  .inquiry-left {
    width: auto;
    padding: 7% 0;
    text-align: center;
  }
}
.inquiry-info:first-child {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .inquiry-info:first-child {
    margin-bottom: 5%;
  }
}
.inquiry-info .term {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5625;
}
@media screen and (max-width: 1024px) {
  .inquiry-info .term {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.60714;
  }
}
.inquiry-item {
  color: #FCB227;
  font-size: 16px;
  line-height: 1.5625;
}
@media screen and (max-width: 1024px) {
  .inquiry-item {
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 1.60714;
  }
}
.inquiry-item:before {
  content: "・";
}
.inquiry-pic {
  width: 502px;
}
@media screen and (max-width: 1024px) {
  .inquiry-pic {
    width: auto;
  }
}
.inquiry-pic img {
  width: 100%;
}

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