@charset "UTF-8";






/*==========================================

  共通設定

==========================================*/

/* line-height をリセット */
*, *::before, *::after {
  line-height: 1;
}

body {
  font-family: "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-feature-settings: "palt";  /* 文字詰め */
  color: #000;
}

/* 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 共通項目】

==========================================*/
main {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}



/*==========================================

  【section-01】

==========================================*/
.section-01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  height: 110px;
  margin: 0 auto;
}

.section-01 h1 img {
  height: 80px;
}

.section-01 > div {
  display: flex;
}

.section-01 > div > p {
  line-height: 1.5;
  text-align: center;
  margin-right: 30px;
}

/* 共通項目 */
div.try-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}

div.try-btn p {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}

div.try-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff525b;
  color: #FFF;
  font-weight: bold;
  width: 310px;
  height: 60px;
  border-radius: 30px;
  font-size: 24px;
}

/* ここだけのスタイル */
.section-01 div.try-btn p {
  font-size: 14px;
  margin-bottom: 7px;
}

.section-01 div.try-btn a {
  width: 200px;
  height: 40px;
  border-radius: 20px;
  font-size: 16px;
}












/*==========================================

  【section-02】

==========================================*/
.section-02 {
  height: 582px;
  background-image: url(../img/mv_bg_pc.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  display: flex;
  justify-content: center;
}

.section-02 > div {
  position: relative;
  width: 1013px;
}

.section-02 img {
  width: 1013px;
  margin-top: 60px;
}

.section-02 > div div {
  position: absolute;
  top: 430px;
  left: 84px;
}









/*==========================================

  【section-03】

==========================================*/
.section-03,
.section-04,
.section-05,
.section-06,
.section-07,
.section-08,
.section-09 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}

.section-03 > div {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.section-03 > div > img {
  width: 500px;
}

.section-03 > div div img {
  width: 340px;
  margin-bottom: 40px;
}


.section-03 > div div h3 {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}

.section-03 > div div p {
  font-size: 20px;
  line-height: 1.5;
}

.section-03 .try-btn {
  margin: 60px 0 100px;
  align-items: center;
}










/*==========================================

  【section-04】

==========================================*/

/***** 共通項目 ******/
.section-04,
.section-05,
.section-07 {
  padding: 60px 0;
}

.section-04 h2,
.section-05 h2,
.section-07 h2 {
  color: #FFF;
  font-size: 70px;
  font-weight: bold;
}

.section-04 {
  background-color: #860c1e;
  color: #860c1e;
}

.section-04 > div,
.section-07 > div {
  margin-top: 40px;
  padding: 50px 0;
  width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFF;
  border-radius: 15px;
}

.section-04 h3,
.section-04 p {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}

.section-04 h3 {
  width: 100%;
  border-bottom: 3px dotted #860c1e;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.section-04 p {
  line-height: 1.5;
}






/*==========================================

  【section-05】

==========================================*/
.section-05 {
  background-color: #bc8a0a;
  margin-top: 0;
}

.section-05 > p:first-of-type {
  font-size: 22px;
  font-weight: bold;
  color: #FFF;
  margin-top: 20px;
}

.section-05 > div {
  display: flex;
  width: 1000px;
  justify-content: space-between;
  margin-top: 40px;
}

.section-05 > div > div {
  width: 490px;
  background-color: #FFF;
  text-align: center;
  border-radius: 15px;
  color: #bc8a0a;
  font-weight: bold;
}

.section-05 > div > div > div {
  height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-bottom: 3px dotted #bc8a0a;
}

.section-05 h3 {
  font-size: 30px;
  line-height: 1.5;
}

.section-05 > div > div:last-of-type > div h3 {
  font-size: 45px;
  line-height: 1;
}

.section-05 h3 + p {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
}

.section-05 h4 {
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-05 > div > div > p {
  font-size: 22px;
  margin-bottom: 30px;
}

.section-05 span {
  font-size: 65px;
}

.section-05 > p:last-of-type {
  font-size: 16px;
  color: #FFF;
  margin-top: 30px;
}






/*==========================================

  【section-06】

==========================================*/
.section-06 {
  margin-top: 60px;
}

.section-06 ul {
  display: flex;
}

.section-06 ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 310px;
  height: 60px;
  border-radius: 30px;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  background-color: #ff525b;
  margin-right: 30px;
}

.section-06 ul li:last-of-type a {
  background-color: #1fa4b1;
}








/*==========================================

  【section-07】

==========================================*/
.section-07 {
  background-color: #737373;
}

.section-07 img {
  width: 400px;
  margin-bottom: 40px;
}

.section-07 table {
  border: #000 1px solid;
}

.section-07 tr {
  display: flex;
}

.section-07 th,
.section-07 td {
  width: 460px;
  display: flex;
  align-items: center;
  border: #000 1px solid;
  padding: 20px 0 20px 25px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
}

.section-07 th {
  background-color: #e5e5e5;
}

.section-07 p {
  font-size: 16px;
  line-height: 1.5;
  color: #FFF;
  text-align: center;
  margin-top: 30px;
}









/*==========================================

  【section-08】

==========================================*/
.section-08 h2 {
  font-size: 36px;
  font-weight: bold;
  color: #1b224c;
  text-align: center;
  margin-bottom: 50px;
}

.section-08 > div {
  display: flex;
  margin-bottom: 60px;
}

.section-08 > div > div {
  width: 230px;
  margin-right: 50px;
}

.section-08 > div > div:last-of-type {
  margin-right: 0;
}

.section-08 h3 {
  font-size: 18px;
  font-weight: bold;
  color: #1B224C;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.section-08 h3::before {
  content: url(../img/img_check.svg);
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
}

.section-08 > div > div p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 20px;
} 

.section-08 > div > div:last-of-type p:last-of-type {
  font-size: 12px;
  color: #666;
}






/*==========================================

  【section-09】

==========================================*/
.section-09 {

}

.section-09 h2 {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
  color: #1B224C;
}