@charset "UTF-8";






/*==========================================

  共通設定

==========================================*/

/* line-height をリセット */
*, *::before, *::after {
  line-height: 1;
}

body {
  font-size: 16px;
  font-feature-settings: "palt";  /* 文字詰め */
  color: #000;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
}

/* PCの時にスマホ用の改行を無効にする */
@media screen and (min-width:769px){
  .br-sp {
    display: none;
  }
}

html { 
  scroll-behavior: smooth;
}

a:hover {
  text-decoration: none;
}

.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;
}

.link-btn {
  width: 540px;
  height: 100px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f36f21;
  font-size: 42px;
  font-weight: bold;
  color: #FFF;
  letter-spacing: -1px;
}

.link-btn:hover {
  color: #FFF;
}



/*==========================================

  【section-01】

==========================================*/
.section-01 {
  background-color: #ece6ce;
  height: 642px;
  display: flex;
  flex-direction: column;
}

.section-01 div {
  width: 1100px;
  height: 802px;
  background-image: url(../img/img01_pc.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  margin: 40px auto 0;
  position: relative ;
}

.section-01 a {
  width: 300px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f36f21;
  font-size: 22px;
  font-weight: bold;
  color: #FFF;
  position: absolute;
  top: 488px;
  right: 64px;
}








/*==========================================

  【section-02】

==========================================*/
.section-02 {
  margin: 100px 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
} 

.section-02 img {
  width: 1000px;
}






/*==========================================

  【section-03】

==========================================*/
.section-03,
.section-05,
.section-07 {
  background-color: #ece6ce;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
}

.section-03 div,
.section-05 > div {
  background-color: #FFF;
  border-radius: 30px;
  width: 1000px;
  padding: 55px 0;
}

.section-03 div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-03 a {
  margin-top: 50px;
}

.section-03 h2 {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -2px;
  color: #00694a;
  padding-bottom: 25px;
  border-bottom: 3px dotted #000;
  margin-bottom: 40px;
}

.section-03 li {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  display: flex;
  letter-spacing: -1px;
}

.section-03 li:not(:last-of-type) {
  margin-bottom: 35px;
}

.section-03 li::before {
  width: 70px;
  height: 88px;
  content: url(../img/img_point.svg);
  display: block;
  margin-right: 20px;
}








/*==========================================

  【section-04】

==========================================*/
.section-04 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 150px 0;
}

.section-04 img {
  width: 1000px;
  margin-bottom: 60px;
}

.section-04 p {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -1px;
}










/*==========================================

  【section-05】

==========================================*/
.section-05 > div {
  display: flex;
  justify-content: center;
}

.section-05 img {
  width: 340px;
}

.section-05 > div > div {
  width: 500px;
  margin-right: 60px;
}

.section-05 h2 {
  font-size: 40px;
  font-weight: bold;
  color: #FFF;
  background-color: #00694a;
  padding-left: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  height: 70px;
  border-radius: 6px;
}

.section-05 > div > div > div {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #000;
  letter-spacing: -1.3px;
  font-size: 16px;
}

.section-05 > div > div > div:last-of-type {
  margin-bottom: 0;
}

.section-05 h3 {
  font-weight: bold;
}

.section-05 ul {
  margin-top: 10px;
}

.section-05 li {
  text-indent: -1em;
  margin-left: 1em;
}

.section-05 li:not(:last-of-type) {
  margin-bottom: 10px;
}

.section-05 li span {
  color: #ff0000;
}








/*==========================================

  【section-06】

==========================================*/
.section-06 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 150px 0;
}

.section-06 img {
  width: 1000px;
  margin-bottom: 60px;
}






/*==========================================

  【section-07】

==========================================*/
.section-07 h2 {
  font-size: 70px;
  font-weight: bold;
}

.section-07 img {
  width: 1100px;
  margin-top: -35px;
}





/*==========================================

  【section-08】

==========================================*/
.section-08 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 150px 0;
}

.section-08 h2 {
  font-size: 70px;
  font-weight: bold;
  margin-bottom: 55px;
}

.section-08 div {
  width: 1000px;
  padding: 50px 0;
  border: 2px solid #000;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.section-08 p {
  text-align: center;
}

.section-08 p:nth-of-type(1) {
  font-size: 30px;
  margin-bottom: 15px;
}

.section-08 p:nth-of-type(2) {
  font-size: 20px;
  margin-bottom: 40px;
}

.section-08 p:nth-of-type(3) {
  font-size: 26px;
  line-height: 1.5;
  letter-spacing: -1px;
}

.section-08 img {
  width: 1033px;
  position: absolute;
  top: -15px;
  left: -20px;
}




/*==========================================

  【section-09】

==========================================*/
.section-09 {
  padding: 80px 0;
  /* background-color: #333; */
  width: 800px;
  margin: 0 auto;
}

.section-09 h2 {
  font-weight: bold;
  font-size: 70px;
  letter-spacing: -1px;
  text-align: center;
  margin-bottom: 60px;
}













