@charset "UTF-8";






/*==========================================

  共通設定

==========================================*/

/* line-height をリセット */
*, *::before, *::after {
  line-height: 1;
}

body {
  font-size: 16px;
  font-feature-settings: "palt";  /* 文字詰め */
  color: #3f3a33;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

/* PCの時にスマホ用の改行を無効にする */
@media screen and (min-width:769px){
  .br-sp {
    display: none;
  }
}

html { 
  scroll-behavior: smooth;
}

a:hover {
  text-decoration: none;
  color: #FFF;
}

.mbr-white {
  color: #FFF;
}

.align-center {
  text-align: center;
}






/*==========================================

  ヘッダー

==========================================*/

header .sp-navi {
  display: none;
  opacity: 0;
}

header {
  background-color: #efefef;
  height: 50px;
  position: relative;
}

header .pc-navi {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(25%);
}

header .logo img {
  height: 35px;
}

header .pc-navi ul {
  display: flex;

}

header .pc-navi ul li {
  padding: 0 25px;
  border-right: 1px solid #000;
}

header .pc-navi ul li:first-of-type {
  border-left: 1px solid #000;
}



/*==========================================

  フッター

==========================================*/

footer {
  background-color: #efefef;
}

footer .footer-inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .footer-inner a img {
  height: 35px;
}

footer .footer-inner ul {
  display: flex;
}

footer .footer-inner ul li {
  padding: 0 25px;
  border-right: 1px solid #000;
}

footer .footer-inner ul li:first-of-type {
  border-left: 1px solid #000;
}

footer p {
  text-align: center;
  font-size: 10px;
  padding-bottom: 30px;
}




/*==========================================

  【main 共通項目】

==========================================*/
a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}


.qa {
  font-family: "Overpass", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.access-btn {
  width: 500px;
  height: 100px;
  border-radius: 50px;
  background-color: #bc7631;
  font-size: 42px;
  font-weight: bold;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}



/*==========================================

  【section-01】

==========================================*/
.section-01 > picture:first-of-type {
  display: flex;
  justify-content: center;
}

.section-01 > picture:first-of-type img {
  width: 710px;
  margin: 17px 0 30px;
}

.section-01 div {
  background-image: url(../img/sec01_back_pc.svg);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: cover;

  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0 90px;
}

.section-01 div picture img {
  width: 957px;
  margin-bottom: 45px;
}

.section-01 video {
  width: 1000px;
  margin-top: 60px;
}





/*==========================================

  【section-02】

==========================================*/
.section-02 {
  background-color: #bc7631;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-02 > div {
  width: 730px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-02 > div > div {
  width: 345px;
  height: 325px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  border-radius: 25px;
  text-align: center;
  margin-bottom: 40px;
}

.section-02 h4 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  color: #bc7631;
}

.section-02 p {
  font-size: 16px;
  line-height: 1.5;
  margin: 15px;
}

.section-02 img {
  width: 200px;
}

.section-02 a {
  background-color: #e9b200;
  margin-top: 40px;
}









/*==========================================

  【section-03】

==========================================*/
.section-03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
  background-image: url(../img/sec01_back_pc.svg);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: cover;
}

.section-03 h2 {
  font-size: 64px;
  font-weight: bold;
} 

.section-03 h3 {
  width: 1000px;
  height: 80px;
  font-size: 40px;
  font-weight: bold;
  color: #FFF;
  background-color: #e9b200;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 40px;
}

.section-03 > div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 1100px;
}

.section-03 > div > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 20px 50px;
}


.section-03 > div > div img {
  height: 140px;
}

.section-03 h4 {
  font-size: 26px;
  font-weight: bold;
  color: #e9b200;
  line-height: 1.4;
  margin: 15px 0;
}

.section-03 p {
  font-size: 16px;
  line-height: 1.5;
}

.section-03 a {
  margin-top: 10px;
}

.section-03 a.yuryou {
  text-decoration: underline;
}

.section-03 a.yuryou:hover {
  text-decoration: none;
  color: #3f3a33;
}







/*==========================================

  【section-04】

==========================================*/
.section-04 {
  width: 1000px;
  margin: 100px auto 150px;
}

.section-04 h2 {
  font-size: 64px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}

.section-04 h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 60px;
}

.section-04 .question,
.section-04 .answer {
  display: flex;
}

.section-04 .answer {
  margin: 15px 0 35px;
}

.section-04 .question p:first-of-type {
  width: 60px;
  background-color: #fbf0cc;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  color: #e9b200;
}

.section-04 .question p:last-of-type {
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  color: #FFF;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 15px 20px;
  background-color: #e9b200;
  width: 100%;
}

.section-04 .answer p:first-of-type {
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  color: #e9b200;
  border-right: 2px solid #e9b200;
}

.section-04 .answer p:last-of-type {
  font-size: 18px;
  line-height: 1.5;
  /* display: flex;
  justify-content: left;
  align-items: center; */
  padding: 0px 20px;
  width: 100%;
}

.section-04 a.more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  color: #FFF;
  background-color: #e9b200;
  border-radius: 30px;
  font-size: 27px;
  font-weight: bold;
  margin: 50px auto 90px;
}

.section-04 h4 {
  text-align: center;
  font-size: 31px;
  font-weight: bold;
  margin-bottom: 30px;
}

.section-04 a.access-btn {
  margin: 0 auto;
  margin-bottom: 150px;
}

.section-04 a.access-btn:last-of-type {
  margin-top: 60px;
}

.section-04 a.yuryou {
  text-decoration: underline;

}

.section-04 a.yuryou:hover {
  text-decoration: none;
  color: #3f3a33;
}














