@charset "UTF-8";
* {
  zoom: 1;
  font-family:'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 200;
  letter-spacing: 0.05em;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}
html {
  font-size: 62.5%;
  scroll-padding-top: 90px;
}
body {
  display: table;
  position: relative;
  margin: 0;
  width: 100%;
  min-height: 100vh;
  /*padding: 70px 30px 50px;*/
  padding: 0px;
  box-sizing: border-box;
  background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
  text-align: center;
	color: #323232;
  letter-spacing: 0.2px;
  transition: 0.8s;
  font-weight: 400;
}

/*---------------------------------*/

.sp {
  display: none;
}
@media screen and (max-width:768px){
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}

/*---------------------------------*/

.container {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
}


@media screen and (max-width:768px){
  .container {
    width: 100%;
    max-width: 560px;
  margin: 0 auto;
    padding: 0 16px;
  }
}

@media screen and (max-width:415px){
  .container {
    margin: 0;
    padding: 0 16px;
  }
}
/*---------------------------------*/

p {
  font-weight: 400;
}

h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}

h3 {
  font-size: 20px;
  font-weight: 500;
}

@media screen and (max-width:768px){
  h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  h3 {
    font-size: 18px;
  }
}


/*---------------------------------*/

.bold {
  font-weight: 700 !important;
}

.demibold {
  font-weight: 500 !important;
}
.underline {
  font-weight: inherit;
  background:linear-gradient(transparent 70%, #F8E94F 30%);
}
.underline-yellow {
  font-weight: inherit;
  background:linear-gradient(transparent 70%, #F8E94F 30%);
}
.accent {
  color: #F27327;
}
.big {
  font-size: 28px;
}

/*---------------------------------*/

header {
  position: absolute;
  top:0;
  right: 0;
}
@media screen and (max-width:768px){
  .logo {
    height: 50px;
    width: auto;
  }
}

/*---------------------------------*/

#fv {
  background-position: center bottom -12px;
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
/*  max-height: 460px;*/
  border-bottom: 10px solid #192C53;
}
#fv .container{
  position: relative;
}

.title {
  max-width: 580px;
  padding-top: 50px;
  display: block;
}

.info {
  color: #333;
  width: 300px;
  font-size: 16px;
  text-align: left;
  padding: 10px 15px;
  background: rgba(255,255,255,0.7);
  margin-top: 50px;
  margin-bottom: 20px;
  font-weight: 500;
}
.fv-img{
 width: 225px;
 height: auto;
 position: absolute;
 bottom: 0;
 right: 0;
 vertical-align: bottom;
 margin-bottom: -20px;
}
.fv-img img{
    width: 100%;
    display: block;
}
@media screen and (max-width:768px){
  #fv {
    background-position: bottom -10px right -190px;

    }
  .title {
    max-width: 100%;
    margin-left: 7px;
    padding-top: 10px;
  }
  .info {
    width: 200px;
    font-size: 12px;
    margin-top: -100px;
    margin-bottom: 25px;
    font-weight: 500;
    height: 75px;
    padding: 10px;
  }
  .title-sp {
    padding-top: 60px;
    margin: 0 auto;
  }
}

/*---------------------------------*/

#cv {
  background-color: #F8E94F;
  padding: 64px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cv-wrap {
  border-radius: 40px;
  border: 3px solid #192C53;
  background: rgba(255,255,255,0.9);
  padding: 40px 24px;
}

.btn {
  margin-top: 16px;
}
.btn.pc{
  margin: 16px auto 0;
  width: 95%;
  display: block;
  background-color:  rgba(0, 0, 0, 0.16);
  padding-bottom: 13px;
  border-radius: 20px;
  
}

.btn.pc:hover{
  margin: 24px auto 0;
  width: 95%;
  display: block;
  background-color:  rgba(0, 0, 0, 0.16);
  padding-bottom: 5px;
  border-radius: 20px;
  transition-duration: 0.3s;
}


@media screen and (max-width:768px){
  #cv {
    padding: 40px 0;
  }
  .cv-wrap {
      border-radius: 20px;
      border: 3px solid #192C53;
      background: rgba(255,255,255,0.8);
      padding: 24px 16px;
  }
  .cv-wrap h3 {
    line-height: 1.2;
  }
}

/*---------------------------------*/

#check {
  padding: 64px 0;
  font-weight: 400;
}

.check-img {
  height: 200px;
  margin-right: 24px;
  position: relative;
  bottom: 0px;
}

.check-title {
  height: 130px;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.check-wrap {
  border: 3px solid #533627;
  background: #FAF7F4;
  max-width: 780px;
  margin: auto;
  padding: 30px 50px;
  text-align: left;
  border-radius: 30px;
  font-size: 24px;
}

ul.check-wrap {
  list-style: none;
  font-weight: 500;
}

ul.check-wrap li {
  font-weight: 500;
}

ul.check-wrap li::before {
  content: '';
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url(../img/check.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-right: 10px;
}

ul.check-wrap li:not(:last-child) {
  margin-bottom: 14px;
  border-bottom: 4px dotted #192C53;
  padding-bottom: 14px;
}

@media screen and (max-width:768px){
  #check {
    padding: 60px 16px;
  }
  .check-img {
    width: 25%;
    height: auto;
    right: 0px;
    margin: 0;
  }
  .check-title {
    width: 70%;
    height: auto;
    position: relative;
    left: 4px;
  }
  .check-wrap {
    padding: 24px;
    border-radius: 20px;
    font-size: 18px;
  }
  ul.check-wrap li::before {
    width: 24px;
    height: 24px;
  }
  ul.check-wrap li {
    text-indent: -1.9em;
    line-height: 1.3;
    padding-left: 36px;
  }
}


/*---------------------------------*/

#point {
  background: #FAC085;
  padding: 64px 0;
}

#point h2 {
  color: #533627;
    position: relative;
    z-index: 10;
    display: inline-block;
}
#point h2:before {
  content: "";
  display: inline-block;
  background: url("../img/title_point.png") no-repeat ;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-left: -30px;
  float: right;
}

.point-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px 20px;
  list-style: none;
  padding: 0;
}

.point-wrap li {
  text-align: left;
  background: #fff;
  border-radius: 30px;
  padding: 24px 31px;
  border: 2px solid #533627;
}
.point-wrap li h3:before {
  font-family: 'futura', sans-serif;
  font-size: 30px;
  display: block;
  padding: 3px;
  color: #EB9E70;
  font-weight: 300;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
  border-radius: 2px;
}
.point-wrap li:nth-child(1) h3:before {
  content: '01';
}
.point-wrap li:nth-child(2) h3:before {
  content: '02';
}
.point-wrap li:nth-child(3) h3:before {
  content: '03';
}
.point-wrap li:nth-child(4) h3:before {
  content: '04';
}

.point-wrap li img {
  margin: 0 auto;
  width: auto;
  height:110px;
}
.point-wrap li p {
  margin-top: 10px;
  margin-bottom: 0;
}

@media screen and (max-width:768px){
  #point {
    padding: 60px 0;
  }
  .point-wrap {
    grid-gap: 16px 10px;
    padding: 0;
  }
  #point h2{
  margin-bottom: 10px;
  }
    #point h2:before {
      width: 40px;
      height: 40px;
      margin-left: -20px;
      margin-top: -5px;
    }
  .point-wrap li {
    border-radius: 10px;
    padding: 16px 15px 16px;
  }
  .point-wrap li h3 {
    font-size: 16px;
  }
  .point-wrap li p {
    font-size: 13px;
  }
  .point-wrap li img {
    margin: 0 auto 9px;
    width: auto;
    height: 80px;
  }
.point-wrap li h3:before {
  font-size: 26px;
  }
}


/*---------------------------------*/

#case {
  padding: 80px 0;
}
#case h2{
display: inline-block;
}
#case h2:before {
  content: "";
  display: inline-block;
  background: url("../img/title_point.png") no-repeat ;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-left: -30px;
  float: right;
}

.case-wrap {
  list-style: none;
  padding: 0;
  display: block;
  margin-top: 40px;
}

.case-wrap li {
  border: 3px solid #533627;
  border-radius: 30px;
  text-align: left;
  position: relative;
  padding-bottom: 15px;
}

.case-wrap li:not(:last-child) {
  margin-bottom: 80px;
}

.case-title {
  background: #FAC085;
  border-radius: 27px 27px 0 0;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  margin-bottom: 25px;
}

.img-txt {
  display: flex;
  justify-content: center;
}

 .case-wrap .case-icon {
  height: 120px;
  position: absolute;
  top: -47px;
  left: 10px;
}

.case-title h3 {
  margin-left: 0;
  position: relative;
  left: 120px;
  line-height: 1.3;
}
.case-title p {
  margin: 0;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

.case-text {
  padding: 0 30px;

}

.case-text p {
  font-weight: 400;
}
/*
.case-flex{
    display: flex;
    justify-content: center;
}*/
.case-hyou{
width: 400px;
float: right;
padding:0 0 10px 20px;
}

@media screen and (max-width:768px){
  #case {
    padding: 40px 0;
  }
  .case-title {
    display: block;
    padding: 10px 10px 10px 86px;
    height: auto;
    width: 100%;
  }
  #case h2{
  margin-bottom: 10px;
  }
  #case h2:before {
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -5px;
}
  .case-title h3 {
    left:0;
    font-size: 16px;
  }
  .case-wrap .case-icon {
    height: 90px;
    top: -20px;
    left: 0;
  }
  .case-title p {
    font-size: 12px;
    margin-top: 6px;
  }
  .case-text {
        padding: 0 16px 0 20px;
        font-size: 15px;
        line-height: 1.6;
  }
  .case-wrap li:not(:last-child) {
    margin-bottom: 50px;
  }
  .case-hyou{
    width: 100%;
    float: none;
    padding:0;
    }
}

/*---------------------------------*/

footer {
  background-color: #1c262e;
  padding: 30px 0;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
}

footer ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

footer ul li {
  display: flex;
  padding: 0 24px;
}

footer ul li a {
    color: #fff;
    text-decoration: none;
}

footer ul li a:hover {
  text-decoration: underline;
}

.copyright {
  margin-top: 20px;
}
/*
@media screen and (max-width:768px){
  footer ul {
    display: block;
  }
  footer ul li {
    margin-bottom: 8px;
  }
}*/
@media screen and (max-width:415px){
  footer ul {
    display: block;
  }
  footer ul li {
    margin-bottom: 8px;
  }
}

.attention {
  text-align: left;
  font-size: 14px;
  color: #333;
}

@media screen and (max-width:768px){
.attention {
  font-size: 13px;
}
}

