@charset "UTF-8";






/*==========================================

  共通設定

==========================================*/

/* line-height をリセット */
*, *::before, *::after {
  line-height: 1;
}

body {
  /* font-family: "メイリオ", Meiryo, sans-serif; */
  font-family:  "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 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;
}

.anchor{
  display: block;
  padding-top: 170px;
  margin-top: -170px;
}






/*==========================================

  ヘッダー

==========================================*/
header {
  background-color: #FFF;
  position: relative;

  /* ここを新規に追加 */
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

header .pc-navi div {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 112px;
}

header .logo img {
  height: 50px;
}

header .pc-navi ul {
  display: flex;
}

header .pc-navi ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  border-radius: 25px;
  color: #FFF;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  background-color: #897971;
}


header .pc-navi ul li:nth-of-type(2) a {
  background-color: #008caf;
  margin: 0 10px;
}





/*==========================================

  フッター

==========================================*/

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;
  color: #FFF;
}



/* 全セクション共通の項目 */
.section-01, 
.section-02, 
.section-03, 
.section-04,
.section-05 {
  display: flex;
  flex-direction: column;
  align-items: center;
}








/*==========================================

  【section-01】

==========================================*/
.section-01 {
  margin-top: 112px;
}

.section-01 h2 {
  height: 200px;
  width: 100%;
  background-image: url(../img/img_bg_pc.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.section-01 h2 img {
  width: 890px;
}

.section-01 h1 {
  width: 990px;
}

.section-01 div {
  width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #008caf;
  border-radius: 10px;
  margin: 60px 0 100px;
}

.section-01 h3 {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin: 40px 0;
}

.section-01 p {
  border-top: 3px dotted #008caf;
  width: 960px;
  text-align: center;
  padding-top: 25px;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8;
  color: #008caf;
}







/*==========================================

  【section-02】

==========================================*/

.section-02 {
  background-image: url(../img/img_bg02_pc.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.section-02 img {
  width: 1088px;
  margin: 60px 0 30px;
}

.section-02 p {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

.section-02 ul {
  display: flex;
  margin: 50px 0 100px;
}

.section-02 ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 50px;
  border-radius: 25px;
  color: #FFF;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  background-color: #897971;
}

.section-02 ul li:nth-of-type(2) a {
  background-color: #008caf;
  margin: 0 20px;
}






/*==========================================

  【section-03】

==========================================*/
.section-03 {
  background-color: #e5f3f7;
  padding: 120px 0 80px;
}

.section-03 div {
  width: 996px;
  background-color: #FFF;
  border-radius: 12px;
  box-shadow: 5px 5px 0px 0px rgba(178, 220, 231, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 95px;
}

.section-03 div:last-of-type {
  margin-bottom: 0;
}

.section-03 img {
  width: 800px;
  margin: -40px 0 40px;
}

.section-03 p {
  width: 800px;
  background-color: #008caf;
  border-radius: 8px;
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 50px;
}






/*==========================================

  【section-04】


==========================================*/
.section-04 {
  margin: 100px 0 150px;
}

.section-04 h2 {
  font-size: 68px;
  font-weight: bold;
  color: #008caf;
  margin-bottom: 60px;
}

.section-04 > div {
  width: 996px;
  background-color: #fff;
  border: #CCC 2px solid;
  border-radius: 12px;
  box-shadow: 5px 5px 0px 0px rgba(204, 204, 204, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  position: relative;
}

.section-04 img {
  width: 900px;
  position: absolute;
  top: -12px;
  left: 50px;
}

.section-04 h3 {
  font-size: 38px;
  font-weight: bold;
  width: 900px;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 2px dotted #333;
  margin: 40px 0 30px;
}

.section-04 > div > div {
  display: flex;
  margin-bottom: 40px;
}

.section-04 ul:first-of-type {
  margin-right: 40px;
}

.section-04 li {
  font-size: 18px;
  margin-bottom: 10px;
}

.section-04 li:last-of-type {
  margin-bottom: 0;
}

.section-04 a {
  width: 820px;
  height: 80px;
  border-radius: 40px;
  background-color: #897971;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: bold;
  color: #FFF;
}









/*==========================================

  【section-05】

==========================================*/
.section-05 h2 {
  font-size: 68px;
  font-weight: bold;
  color: #008caf;
  margin-bottom: 60px;
}

.section-05 {
  width: 800px;
  margin: 0 auto 100px;
  margin-top: -120px;
  padding-top: 120px;
}

























