@charset "UTF-8";
/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.has-x-small-font-size {
  font-size: 10px;
}

.has-small-font-size {
  font-size: 13px;
}

.has-regular-font-size {
  font-size: 16px;
}

.has-large-font-size {
  font-size: 24px;
}

.has-x-large-font-size {
  font-size: 36px;
}

.has-huge-font-size {
  font-size: 50px;
}

/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/
header {
  margin: 0;
}

.sec-100 {
  padding: 100px 0;
}
@media screen and (max-width: 479px) {
  .sec-100 {
    padding: 50px 0;
  }
}

.sec-title {
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #4070B7;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 479px) {
  .sec-title {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

.sec-title:before {
  display: inline-block;
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 100px;
  height: 3px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #4070B7;
}

.sec-sub {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 479px) {
  .sec-sub {
    margin-bottom: 30px;
    text-align: left;
  }
}

.sec-white-title {
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #ffffff;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  .sec-white-title {
    font-size: 2.4rem;
  }
}

.sec-white-title:before {
  display: inline-block;
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  width: 100px;
  height: 3px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #ffffff;
}

.sec-white-sub {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 479px) {
  .sec-white-sub {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.page_btn {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 479px) {
  .flex {
    display: block;
  }
}

/*----------------------------------------------------
	mainimg
----------------------------------------------------*/
#mainimg {
  background-image: url(..//images/mv_bg@2x.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}
@media screen and (max-width: 479px) {
  #mainimg {
    background-image: url(..//images/mv_bg_sp@2x.jpg);
    background-position: right;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
  }
}
#mainimg .main-cont {
  height: 100vh;
  background: rgba(255, 255, 255, 0.66);
  max-width: 50%;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media screen and (max-width: 479px) {
  #mainimg .main-cont {
    height: 65vh;
    max-width: 100%;
  }
}
#mainimg .main-cont .main-item .main-logo {
  margin-bottom: 50px;
}
@media screen and (max-width: 479px) {
  #mainimg .main-cont .main-item .main-logo {
    margin-bottom: 20px;
  }
}
#mainimg .main-cont .main-item .main-txt {
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 50px;
}
@media screen and (max-width: 479px) {
  #mainimg .main-cont .main-item .main-txt {
    margin-bottom: 20px;
  }
}

/*----------------------------------------------------
	point
----------------------------------------------------*/
.point-item {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  .point-item {
    margin-right: 3%;
  }
}
@media screen and (max-width: 479px) {
  .point-item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.point-item:nth-child(3n) {
  margin-right: 0;
}

.point-img {
  text-align: center;
  margin-bottom: 20px;
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 479px) {
  .point-img {
    margin-bottom: 10px;
    padding: 0 22%;
  }
}

.list-title {
  height: 76px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (min-width: 481px) and (max-width: 896px) {
  .list-title {
    height: 50px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 479px) {
  .list-title {
    height: auto;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

/*----------------------------------------------------
	catch
----------------------------------------------------*/
.catch_bg {
  height: 300px;
  background-image: url(..//images/catch_bg@2x.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*----------------------------------------------------
	person
----------------------------------------------------*/
#person {
  background-image: url(..//images/person_bg@2x.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#person .person-cont {
  background-color: #ffffff;
  padding: 80px 60px;
  border-radius: 20px;
}
@media screen and (max-width: 479px) {
  #person .person-cont {
    padding: 20px;
  }
}

/*----------------------------------------------------
	worries
----------------------------------------------------*/
#worries {
  background-image: url(..//images/worries_bg@2x.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#worries .worries-cont {
  background-color: #ffffff;
  padding: 30px 60px;
}
@media screen and (max-width: 479px) {
  #worries .worries-cont {
    padding: 30px 10px;
  }
}
#worries .worries-cont .worries-item {
  margin-bottom: 50px;
  align-items: center;
}
@media screen and (max-width: 479px) {
  #worries .worries-cont .worries-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
  }
}
#worries .worries-cont .worries-item .worries-img {
  width: 30%;
}
#worries .worries-cont .worries-item .worries-desc {
  width: 70%;
}
#worries .worries-cont .worries-item .worries-desc .worries-title {
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: #4070B7;
}
@media screen and (max-width: 479px) {
  #worries .worries-cont .worries-item .worries-desc .worries-title {
    font-size: 1.8rem;
  }
}
#worries .worries-cont .worries-item .worries-desc .worries-txt {
  font-weight: bold;
  line-height: 1.8;
}
#worries .worries-cont .w-item01 .worries-desc {
  margin-left: 30px;
}
@media screen and (max-width: 479px) {
  #worries .worries-cont .w-item01 .worries-desc {
    margin: auto;
  }
}
#worries .worries-cont .w-item02 {
  flex-direction: row-reverse;
}
#worries .worries-cont .w-item02 .worries-desc {
  margin-right: 30px;
}
@media screen and (max-width: 479px) {
  #worries .worries-cont .w-item02 .worries-desc {
    margin: auto;
  }
}
#worries .worries-cont .worries-arrow {
  text-align: center;
}
@media screen and (max-width: 479px) {
  #worries .worries-cont .worries-arrow {
    width: 30%;
    margin: 0 auto 30px;
  }
}

/*----------------------------------------------------
	flow
----------------------------------------------------*/
#flow {
  background-image: url(..//images/flow_bg@2x.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#flow .sec-white-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 479px) {
  #flow .sec-white-title {
    margin-bottom: 30px;
  }
}
#flow .flow-cont {
  background-color: #ffffff;
  padding: 50px;
  margin-bottom: 70px;
}
@media screen and (max-width: 479px) {
  #flow .flow-cont {
    padding: 20px 10px;
    margin-bottom: 30px;
  }
}
#flow .flow-cont .flow-item {
  margin-bottom: 50px;
}
@media screen and (max-width: 479px) {
  #flow .flow-cont .flow-item {
    display: flex;
  }
}
#flow .flow-cont .flow-item .flow-icon {
  max-width: 10%;
  margin-right: 20px;
}
@media screen and (max-width: 479px) {
  #flow .flow-cont .flow-item .flow-icon {
    max-width: 15%;
  }
}
#flow .flow-cont .flow-item .flow-desc .flow-title {
  font-size: 3rem;
  font-weight: bold;
  color: #4070B7;
  margin-bottom: 10px;
}
@media screen and (max-width: 479px) {
  #flow .flow-cont .flow-item .flow-desc .flow-title {
    font-size: 1.8rem;
  }
}
#flow .flow-cont .flow-item .flow-desc .flow-txt {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 479px) {
  #flow .flow-cont .flow-item .flow-desc .flow-txt {
    font-size: 1.4rem;
  }
}
#flow .flow-cont .flow-item:last-of-type {
  margin-bottom: 0;
}
#flow .page_btn {
  text-align: center;
}

/*----------------------------------------------------
	info
----------------------------------------------------*/
#info {
  background-color: #F7F7F7;
}
#info .info-cont {
  max-width: 800px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 479px) {
  #info .info-cont {
    padding: 20px 10px;
    margin-bottom: 30px;
  }
}
#info .info-cont .info-ttl {
  max-width: 170px;
  margin-bottom: 5px;
}
@media screen and (max-width: 479px) {
  #info .info-cont .info-ttl {
    max-width: 100px;
  }
}
#info .info-cont .info-txt {
  font-weight: bold;
  margin-bottom: 20px;
}
#info .info-cont .info-txt:last-of-type {
  margin-bottom: 0;
}

/*----------------------------------------------------
	voice
----------------------------------------------------*/
#voice {
  padding: 100px 0;
}
@media screen and (max-width: 479px) {
  #voice {
    padding: 50px 0 50px 0;
  }
}
#voice .voice-cont .voice-item {
  width: calc((100% - 20px) / 2);
  margin-right: 30px;
  border: 1px solid #cccccc;
  padding: 40px 20px;
}
@media screen and (max-width: 479px) {
  #voice .voice-cont .voice-item {
    width: 100%;
    padding: 30px 10px;
    margin-bottom: 20px;
  }
}
#voice .voice-cont .voice-item .voice-img {
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  #voice .voice-cont .voice-item .voice-img {
    margin-bottom: 10px;
  }
}
#voice .voice-cont .voice-item:nth-child(2n) {
  margin-right: 0;
}

/*----------------------------------------------------
	voice
----------------------------------------------------*/
#faq {
  padding: 0 0 100px;
}
@media screen and (max-width: 479px) {
  #faq {
    padding: 0 0 50px;
  }
}
#faq .container .bl_faq {
  border: 1px solid #d4d4d4;
  color: #4070B7;
  padding: 10px;
}
#faq .container .bl_faq .bl_faq_q {
  padding: 5px;
}
@media screen and (max-width: 479px) {
  #faq .container .bl_faq .bl_faq_q {
    font-size: 1.2rem;
  }
}
#faq .container .bl_faq .bl_faq_q i {
  margin-right: 5px;
}
#faq .container .bl_faq .fa .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#faq .container .bl_faq .bl_faq_a {
  border-top: 1px solid #d4d4d4;
  color: #333333;
  padding: 5px;
}
@media screen and (max-width: 479px) {
  #faq .container .bl_faq .bl_faq_a {
    font-size: 1.2rem;
  }
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
#footer {
  background-color: #4070B7;
  color: #ffffff;
  padding: 10px;
  font-size: 1.2rem;
  margin: 0;
}
@media screen and (max-width: 479px) {
  #footer {
    text-align: center;
    padding: 0;
  }
}
#footer .footer-btn {
  width: 350px;
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: 50px;
}

/*----------------------------------------------------
	button
----------------------------------------------------*/
#button {
  background-color: #EAF3FC;
  position: sticky;
  bottom: 0;
  left: 0;
  padding-top: 10px;
}
@media screen and (max-width: 479px) {
  #button {
    padding: 10px 0;
  }
}
#button .container {
  max-width: 600px;
}
#button .btn-list {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
}
#button .btn-item {
  width: 50%;
}
#button .btn-fix {
  display: flex;
  width: 100%;
  /*position: fixed;
  bottom: 0px;
  right: 0;*/
}
@media screen and (max-width: 479px) {
  #button .btn-fix {
    display: flex;
    width: 100%;
    bottom: 30px;
  }
}
#button .btn-fix a {
  width: 100%;
}
#button .btn-fix a img {
  width: 100%;
}

/*----------------------------------------------------
	slide
----------------------------------------------------*/
.slick-slide img {
  margin: 0 auto;
}
