@charset "UTF-8";






/*==========================================

  共通設定

==========================================*/

/* line-height をリセット */
*, *::before, *::after {
  line-height: 1;
}

body {
  font-family: "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-feature-settings: "palt";  /* 文字詰め */
  color: #333333;
}

/* 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 > div {
  display: flex;
}

.section-01 h1 img {
  height: 50px;
}

.section-01 ul {
  display: flex;
}

.section-01 p {
  line-height: 1.5;
  text-align: center;
  margin-right: 20px;
}

.section-01 ul li {
  font-weight: bold;
  color: #FFF;
}

.section-01 ul li:not(:first-of-type) {
  margin-left: 10px;
}

.section-01 ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}

.section-01 ul li:nth-of-type(1) a {
  width: 250px;
  height: 50px;
  background-color: #00acba;
}

.section-01 ul li:nth-of-type(2) a {
  width: 150px;
  height: 50px;
  background-color: #1B224C;
}

.section-01 ul li:nth-of-type(3) a {
  width: 150px;
  height: 50px;
  background-color: #F08D1D;
}

.section-01 ul li a:hover {
  opacity: 0.7;
  color: #FFF;
}



/*==========================================

  【section-02】

==========================================*/
.section-02 {
  background-color: #D8EDF5;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0;
  position: relative;
}


.section-02 h2 img {
 width: 1090px;
 transform: translateX(-40px);
}

.section-02 > div {
  display: flex;
  margin-top: 50px;
}

.section-02 p {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}

.section-02 a {
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  border-radius: 10px;
  width: 430px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-02 > div > div:first-of-type a {
  background-color: #00acba;
  margin-right: 20px;
}

.section-02 > div > div:last-of-type a {
  background-color: #005CA2;
}





/*==========================================

  【section-03】

==========================================*/
.section-03 {
  display: flex;
  justify-content: center;
  margin: 60px auto;
  /**/
  width: 1000px;
}

/**/
.section-03 img {
  width: 1000px;
}

.section-03 div {
  width: 1000px;
  margin: 0 auto;
  position: relative;

}

.section-03 a {
  position: absolute;
  display: block;
  width: 200px;
  height: 38px;
  background-color: #FFF;
  opacity: 0;
  border-radius: 19px;
}

.section-03 a:hover {
  opacity: 0.3;
}

.section-03 .q1 {
  top:79px;
  left: 142px;
}

.section-03 .q2 {
  top:207px;
  left: 142px;
}

.section-03 .q3 {
  top: 183px;
  left: 359px;
}

.section-03 .q4 {
  top: 231px;
  left: 359px;
}

.section-03 .q5 {
  top: 159px;
  left: 577px;
}

.section-03 .q6 {
  top: 207px;
  left: 577px;
}

.section-03 .q7 {
  top: 255px;
  left: 577px;
}

.section-03 .q8 {
  top:207px;
  left: 793px;
}

.section-03 .q9 {
  top:342px;
  left: 577px;
  height: 62px;
  border-radius: 38px;
}

.section-03 .q10 {
  top: 414px;
  left: 577px;
  height: 62px;
  border-radius: 38px;
}

.section-03 .q11 {
  top:342px;
  left: 142px;
  height: 62px;
  border-radius: 38px;
}

.section-03 .q12 {
  top: 414px;
  left: 142px;
  height: 62px;
  border-radius: 38px;
}










/*==========================================

  【section-04】
  【section-06】

==========================================*/
.section-04,
.section-06,
.section-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0;
  background-color: #D8EDF5;
}

.section-04 h3,
.section-06 h3,
.section-12 h3 {
  font-size: 28px;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
}

.section-04 p,
.section-06 p,
.section-12 p  {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 15px;
  text-align: center;
}

.section-04 a,
.section-06 a,
.section-12 a {
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  background-color: #00acba;
  border-radius: 10px;
  width: 430px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


/* section-12 だけボタンの色を変更 */
.section-12 a {
  background-color: #005CA2;
}

.section-04 > div,
.section-06 > div {
  display: flex;
}

.section-04 > div > div:last-of-type a  {
  background-color: #005CA2;
  margin-left: 20px;
  text-align: center;
}

.section-04 > div > div:last-of-type a span  {
  font-size: 14px;
  margin-bottom: -20px;
}




/*==========================================

  【section-05】

==========================================*/
.section-05 {
  margin: 100px auto;
  width: 900px;
}

.section-05 .system h2 img {
  width: 500px;
}

.section-05 .QA h2 img {
  width: 900px;
  margin-top: 100px;
}

.section-05 .theme h2 img {
  width: 900px;
  margin-top: 100px;
}

.section-05 div .cont {
  margin: 40px 0 50px;
  width: 900px;
  display: flex;
  justify-content: space-between;
}

.section-05 div .cont > div {
  display: flex;
  flex-direction: column;
}


.section-05 div .cont > div img {
  width: 420px;
  margin-bottom: 30px;
}

.section-05 div .cont h3 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 25px;
}

.section-05 div .cont p {
  font-size: 18px;
  line-height: 1.7;
}

.section-05 div .chart h3 {
  width: 100%;
  height: 60px;
  background-color: #43ADD6;
  font-weight: bold;
  color: #FFF;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3px;
}

.section-05 div.theme .chart h3 {
  flex-direction: column;
  height: 80px;
  line-height: 1.5;
}

.section-05 div .chart h3 span {
  font-size: 18px;
}

.section-05 div .chart p {
  font-size: 18px;
  line-height: 1.7;
  background-color: #D8EDF5;
  padding: 20px 30px;
  text-align: justify;
}

.section-05 div .chart div:not(:last-of-type) p {
  margin-bottom: 3px;
}




/*==========================================

  【section-09】

==========================================*/
.section-09 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
}


.section-09 > ul {
  display: flex;
  font-weight: bold;
}

.section-09 > ul li a {
  width: 400px;
  height: 80px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00acba;
  color: #FFF;
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
}

.section-09 > ul a li {
  width: 400px;
  height: 80px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  border: 1px solid #1b224c;
  margin-left: 20px;
  text-align: center;
  font-size: 14px;
}

.section-09 > ul li span {
  font-size: 24px;
  margin-bottom: -5px;
}

a.tel[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}



/*==========================================

  【section-10】

==========================================*/
.section-10 {
  padding: 80px 0;
    width: 800px;
    margin: 0 auto;
}
.section-10 h2 {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 60px;
}




/*==========================================

  【section-11】

==========================================*/
.section-11 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
}

.section-11 h3 {
  font-size: 45px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

.section-11 > p {
  font-size: 38px;
  color: #FFF;
  font-weight: bold;
  width: 700px;
  height: 100px;
  background-color: #43ADD6;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 20px;
}

.section-11 > div {
  display: flex;
}

.section-11 > div div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-11 > div div img {
  width: 32px;
}

.section-11 > div div p {
  font-size: 20px;
  margin: 20px 0 15px;
}

.section-11 > div div a {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 470px;
  height: 130px;
  border-radius: 65px;
}

.section-11 > div div:first-of-type a {
  background-color: #008D6D;
  margin-right: 60px;
} 

.section-11 > div div:last-of-type a {
  background-color: #6DAC2D;
} 







/*==========================================

  【section-13】

==========================================*/
.section-13 {
  margin-bottom: 30px;
}






/*==========================================

  【section-14】

==========================================*/

.section-14 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
}

.section-14 h2 {
  height: 255px;
  width: 100%;
  background-color: #f08d1d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}

.section-14 h2 picture {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-14 h2 img {
  height: 327px;
  margin-left: -100px;
}

.section-14 picture:last-of-type {
  width: 1000px;
}






