@charset "UTF-8";






/*==========================================

  共通設定

==========================================*/

/* line-height をリセット */
*, *::before, *::after {
  line-height: 1;
}

body {
  font-size: 16px;
  font-feature-settings: "palt";  /* 文字詰め */
  color: #000;
  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;
}

.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;
}

.section-02,
.section-03,
.section-04,
.section-05 {
  display: flex;
  flex-direction: column;
  align-items: center;
}






/*==========================================

  【section-01】

==========================================*/
.section-01 {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 1000px;
  height: 110px;
  margin: 0 auto;
}


.section-01 a {
  background-color: #b47811;
  width: 260px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
}






/*==========================================

  【section-02】

==========================================*/
.section-02 {
  height: 500px;
  background-image: url(../img/img01_pc.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  justify-content: center;
}

.section-02 img {
  width: 1100px;
}



/*==========================================

  【section-03】

==========================================*/
.section-03 {
  margin: 100px 0;
}

.section-03 img {
  width: 1000px;
}







/*==========================================

  【section-04】

==========================================*/
.section-04 {
  height: 746px;
  width: 100%;
  background-image: url(../img/img04_pc.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  justify-content: center;
}

.section-04 img {
  width: 1000px;
}







/*==========================================

  【section-05】

==========================================*/

.section-05 {
  margin: 100px 0;
}

.section-05 h2 {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 50px;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-bottom: 0;
  margin: 0 auto 30px;
}

.section-05 > div {
  width: 1000px;
}

.section-05 h3 {
  height: 154px;
  margin: 0 calc(50% - 50vw);
  margin-top: 150px;
	width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-05 > div:first-of-type h3 {
  margin-top: 0;
}



/* 色分け */
.section-05 > div:nth-of-type(1) h3 {
  background-color: #0fa798;
}

.section-05 > div:nth-of-type(2) h3 {
  background-color: #f39d36;
}

.section-05 > div:nth-of-type(3) h3 {
  background-color: #f2c02b;
}

.section-05 > div:nth-of-type(4) h3 {
  background-color: #788bc4;
}

.section-05 > div:nth-of-type(5) h3 {
  background-color: #32ba6e;
}

.section-05 > div:nth-of-type(1) .triangle {
  border-top: 20px solid #0fa798;
}

.section-05 > div:nth-of-type(2) .triangle {
  border-top: 20px solid #f39d36;
}

.section-05 > div:nth-of-type(3) .triangle {
  border-top: 20px solid #f2c02b;
}

.section-05 > div:nth-of-type(4) .triangle {
  border-top: 20px solid #788bc4;
}

.section-05 > div:nth-of-type(5) .triangle {
  border-top: 20px solid #32ba6e;
}

.section-05 h3 img {
  height: 78px;
}

.section-05 ul {
  margin-bottom: 60px;
}

.section-05 ul li {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin-left: 1em;
  text-indent: -1em;
}

.section-05 li:not(:last-of-type) {
  margin-bottom: 10px;
}



.section-05 h4 {
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
}


.section-05 div.product-info   {
  width: 1000px;
  border: 1px solid #000;
}

.section-05 div.product-info div {
  font-size: 16px;
  display: flex;
}

.section-05 div.product-info div h5 {
  font-weight: bold;
  width: 300px;
  background-color: #f2f2f2;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 20px;
}

.section-05 div.product-info div p,
.section-05 div.product-info div dl {
  width: 700px;
  border: 1px solid #000;
  padding-left: 20px;
  padding: 20px;
  text-align: justify;
}

.section-05 div.product-info div p,
.section-05 div.product-info div dl dd {
  line-height: 1.5;
}

.section-05 div.product-info div dl dd {
  margin-left: 0.5em;
  margin-top: 5px;
}



/**** イレギュラーな見出しのスタイル ****/

.section-05 > div:nth-of-type(2) h4 {
  margin-top: 100px;
  margin-bottom: 30px;
}

.section-05 > div:nth-of-type(2) h4 + p {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 60px;
}

.section-05 > div:nth-of-type(5) h4 {
  margin-bottom: 30px;
}

.section-05 > div:nth-of-type(5) h4:first-of-type {
  margin-top: 150px;
}

.section-05 > div:nth-of-type(5) h4:last-of-type {
  margin-top: 75px;
}


.section-05 > div:nth-of-type(5) ul {
  margin-bottom: 30px;
}

.section-05 > div:nth-of-type(5) ul:last-of-type {
  margin-bottom: 100px;
}

.section-05 > div:nth-of-type(5) p {
  font-size: 22px;
  line-height: 1.5;
  text-indent: -1em;
  margin-left: 1em;
}


.section-05 a {
  width: 640px;
  height: 120px;
  border-radius: 60px;
  font-size: 48px;
  font-weight: bold;
  color: #FFF;
  background-color: #b47811;
  display: flex;
  align-items: center;
  justify-content: center;
}














/*==========================================

  【section-09】

==========================================*/
.section-09 {
  padding: 80px 0;
  /* background-color: #333; */
  width: 800px;
  margin: 0 auto;
}
.section-09 h2 {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 60px;
}













