/* ------------------------------
 width: all
------------------------------ */
main section.s01 {
  background-color: #dee9f4;
  z-index: 2;
}
main section.s01 .wrapper {
  width: 1200px;
  height: 480px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
main section.s01 .wrapper h2 {
  width: 800px;
  position: absolute;
  right: 50px;
  bottom: -40px;
}
main section.s01 .wrapper h2 img {
  width: 100%;
  display: block;
}
main section.s01 .msgbox {
  background-color: #f2e6c4;
  border-top: 2px solid #4a4140;
  padding: 50px 0 30px;
  position: relative;
}
main section.s01 .msgbox p {
  width: 600px;
  color: #4a4140;
  font-size: 19px;
  line-height: 36px;
  font-weight: bold;
  padding-left: 30px;
  margin: 0 auto;
}
main section.s01 .msgbox p span {
  background-color: #fffde9;
  padding: 0 10px;
  margin-left: -10px;
  display: inline-block;
  margin-bottom: 5px;
}
main section.s01 .msgbox .btn_blog {
  width: 154px;
  display: block;
  position: absolute;
  right: 40px;
  bottom: -40px;
}
main section.s01 .msgbox .btn_blog img {
  width: 100%;
  display: block;
}
main section.s02 {
  background-color: #cfe1ef;
  padding: 85px 0;
  z-index: 1;
}
main section.s02 .wrapper {
  width: 960px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s02 .wrapper .leftbox {
  width: 387px;
}
main section.s02 .wrapper .leftbox .photo01 {
  width: 100%;
  display: block;
}
main section.s02 .wrapper .leftbox .t01 {
  font-size: 23px;
  line-height: 100%;
  font-weight: bold;
  margin-top: 110px;
}
main section.s02 .wrapper .leftbox .t01 img {
  width: 14px;
  vertical-align: top;
  margin: 0 12px 0 0;
}
main section.s02 .wrapper .leftbox ul {
  margin-top: 15px;
}
main section.s02 .wrapper .leftbox ul li {
  padding: 30px 0;
}
main section.s02 .wrapper .leftbox ul li + li {
  border-top: 1px solid #aaa;
}
main section.s02 .wrapper .leftbox ul li dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s02 .wrapper .leftbox ul li dl dt {
  width: 40px;
}
main section.s02 .wrapper .leftbox ul li dl dt img {
  width: 100%;
  display: block;
}
main section.s02 .wrapper .leftbox ul li dl dd {
  width: calc(100% - 40px);
  padding-left: 25px;
  font-size: 14px;
  line-height: 180%;
}
main section.s02 .wrapper .rightbox {
  width: 506px;
  background-color: #fff;
  border-radius: 40px;
  padding: 50px 30px 55px;
}
main section.s02 .wrapper .rightbox .photo02 {
  width: 100%;
  display: block;
}
main section.s02 .wrapper .rightbox .t02 {
  width: 402px;
  margin: 40px auto 0;
  font-size: 14px;
  line-height: 180%;
}
main section.s02 .wrapper .rightbox .photo03 {
  width: 402px;
  display: block;
  margin: 30px auto 0;
}
main section.s03 {
  padding: 80px 0;
}
main section.s03 .wrapper {
  width: 1200px;
  margin: 0 auto;
  padding-left: 140px;
  position: relative;
}
main section.s03 .wrapper .photo {
  width: 594px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
main section.s03 .wrapper .txtbox {
  position: relative;
  z-index: 3;
}
main section.s03 .wrapper .txtbox h4 {
  font-size: 43px;
  letter-spacing: 7px;
  color: #3980c4;
}
main section.s03 .wrapper .txtbox dl {
  margin-top: 40px;
}
main section.s03 .wrapper .txtbox dl dt {
  font-size: 23px;
  line-height: 100%;
  font-weight: bold;
}
main section.s03 .wrapper .txtbox dl dt img {
  width: 14px;
  vertical-align: top;
  margin: 0 12px 0 0;
}
main section.s03 .wrapper .txtbox dl dd.dd01 {
  margin-top: 20px;
}
main section.s03 .wrapper .txtbox dl dd.dd01 p {
  font-size: 14px;
  line-height: 180%;
}
main section.s03 .wrapper .txtbox dl dd.dd02 {
  margin-top: 20px;
}
main section.s03 .wrapper .txtbox dl dd.dd02 ul {
  width: 600px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s03 .wrapper .txtbox dl dd.dd02 ul li {
  width: 47%;
  background-color: #fff;
  border-radius: 0 40px 0 0;
  padding: 10px 0;
}
main section.s03 .wrapper .txtbox dl dd.dd02 ul li + li {
  width: 53%;
  padding-left: 40px;
  border-left: 1px solid #aaa;
}
main section.s03 .wrapper .txtbox dl dd.dd02 ul li .t03 {
  font-size: 17px;
}
main section.s03 .wrapper .txtbox dl dd.dd02 ul li .t04 {
  font-size: 18px;
  letter-spacing: 3px;
  margin-top: 5px;
}
main section.s03 .wrapper .txtbox dl dd.dd02 ul li .t04 span {
  font-size: 24px;
  letter-spacing: 3px;
}
main section.s03 .wrapper .txtbox dl dd.dd02 ul li .t05 {
  font-size: 14px;
  line-height: 180%;
  margin-top: 10px;
}
main section.s03 .wrapper .txtbox dl dd.dd02 ul li .t05 + .t06 {
  margin-top: 0;
}
main section.s03 .wrapper .txtbox dl dd.dd02 ul li .t06 {
  font-size: 13px;
  line-height: 180%;
  margin-top: 10px;
}
main section.s04 h5 {
  text-align: center;
  font-size: 33px;
  line-height: 100%;
  color: #fff;
  letter-spacing: 5px;
  background-color: #3980c4;
  padding: 14px 0 16px;
  position: relative;
}
main section.s04 h5 img {
  width: 157px;
  display: block;
  position: absolute;
  top: -55px;
  right: calc(50% + 300px);
}
main section.s04 .wrapper {
  background-color: #ebebeb;
  padding: 50px 0 90px;
}
main section.s04 .wrapper .dl01 {
  width: 830px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s04 .wrapper .dl01 dt {
  width: 240px;
  font-size: 25px;
}
main section.s04 .wrapper .dl01 dd {
  width: calc(100% - 240px);
  padding-left: 20px;
}
main section.s04 .wrapper .dl01 dd a {
  display: inline-block;
  font-size: 66px;
  line-height: 100%;
  color: #3980c4;
  text-decoration: none;
  letter-spacing: 5px;
}
main section.s04 .wrapper .dl01 dd a img {
  width: 60px;
  vertical-align: top;
  margin: 5px 30px 0 0;
}
main section.s04 .wrapper .dl02 {
  width: 830px;
  margin: 40px auto 0px;
  border: 2px solid #4eb6b0;
}
main section.s04 .wrapper .dl02 dt {
  text-align: center;
  font-size: 17px;
  line-height: 100%;
  color: #fff;
  background-color: #4eb6b0;
  padding: 9px 0 11px;
}
main section.s04 .wrapper .dl02 dd {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
}
main section.s04 .wrapper .dl02 dd .t02 {
  width: 267px;
  text-align: center;
  font-size: 20px;
  padding: 40px 0;
  background-color: rgba(78, 187, 176, 0.2);
}
main section.s04 .wrapper .dl02 dd .box03 {
  width: calc(100% - 267px);
  padding: 25px 30px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s04 .wrapper .dl02 dd .box03 a {
  display: block;
  margin: 0 auto;
}
main section.s04 .wrapper .dl02 dd .box03 a.link01 {
  width: 203px;
}
main section.s04 .wrapper .dl02 dd .box03 a.link02 {
  width: 173px;
  position: relative;
}
main section.s04 .wrapper .dl02 dd .box03 a.link02::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -40px;
  bottom: 0;
  background-color: #aaa;
}
main section.s04 .wrapper .dl02 dd .box03 a img {
  width: 100%;
  display: block;
}
main section.s05 {
  padding: 100px 0 110px;
}
main section.s05 .wrapper {
  width: 830px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
main section.s05 .wrapper iframe {
  width: 380px !important;
  height: 295px !important;
  display: block !important;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main section.s05 .wrapper .txtbox {
  width: 380px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
main section.s05 .wrapper .txtbox .t01 {
  font-size: 23px;
  line-height: 100%;
  font-weight: bold;
}
main section.s05 .wrapper .txtbox .t01 img {
  width: 14px;
  vertical-align: top;
  margin: 0 12px 0 0;
}
main section.s05 .wrapper .txtbox table {
  width: 100%;
  margin-top: 20px;
}
main section.s05 .wrapper .txtbox table tr + tr {
  border-top: 1px solid #888;
}
main section.s05 .wrapper .txtbox table tr th {
  width: 115px;
  padding: 20px 0 20px 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 18px;
  vertical-align: middle;
}
main section.s05 .wrapper .txtbox table tr td {
  padding: 20px 0 20px 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 18px;
  vertical-align: middle;
}
main section.s05 .wrapper .txtbox table tr td .num {
  font-size: 25px;
}
main section.s05 .wrapper .txtbox .t02 {
  font-size: 13px;
  line-height: 180%;
  margin-top: 30px;
}
main section.s06 {
  background-color: #cfe1ef;
  padding: 100px 0 130px;
}
main section.s06 .wrapper {
  width: 830px;
  margin: 0 auto;
}
main section.s06 .wrapper h5 {
  text-align: center;
  font-size: 43px;
  letter-spacing: 7px;
  color: #3980c4;
}
main section.s06 .wrapper .listbox {
  position: relative;
  margin-top: 35px;
}
main section.s06 .wrapper .listbox .list01 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
main section.s06 .wrapper .listbox .list01 .li {
  width: calc((100% - 30px) / 3);
  background-color: #fff;
}
main section.s06 .wrapper .listbox .list01 .li dl dt {
  background-color: #4eb6b0;
  height: 73px;
  text-align: center;
  color: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s06 .wrapper .listbox .list01 .li dl dt p {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 125%;
}
main section.s06 .wrapper .listbox .list01 .li dl dt p span {
  font-size: 15px;
}
main section.s06 .wrapper .listbox .list01 .li dl dd {
  background-color: #fff;
  padding: 20px 20px 30px;
}
main section.s06 .wrapper .listbox .list01 .li dl dd ul li {
  font-size: 14px;
  line-height: 180%;
  position: relative;
  padding-left: 15px;
}
main section.s06 .wrapper .listbox .list01 .li dl dd ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 2px;
  background-color: #21110d;
  position: absolute;
  top: 10px;
  left: 0;
}
main section.s06 .wrapper .listbox .photo01 {
  width: 103px;
  display: block;
  position: absolute;
  top: -110px;
  left: -50px;
}
main section.s06 .wrapper .listbox .photo02 {
  width: 90px;
  display: block;
  position: absolute;
  top: -90px;
  right: -50px;
}
main section.s06 .wrapper .listbox .photo03 {
  width: 140px;
  display: block;
  position: absolute;
  bottom: -80px;
  left: 200px;
}
main section.s07 {
  padding-top: 100px;
}
main section.s07 .wrapper h6 {
  text-align: center;
  font-size: 43px;
  letter-spacing: 7px;
  color: #3980c4;
}
main section.s07 .wrapper .t01 {
  text-align: center;
  font-size: 26px;
  margin-top: 25px;
}
main section.s07 .wrapper .t02 {
  width: 820px;
  margin: 15px auto 0;
  font-size: 16px;
  line-height: 180%;
}
main section.s07 .wrapper .photo01 {
  width: 634px;
  display: block;
  margin: 40px auto 0;
  position: relative;
  z-index: 2;
}
main section.s07 .wrapper .box01 {
  background-color: #ebebeb;
  padding: 100px 0;
  margin-top: -60px;
  position: relative;
  z-index: 1;
}
main section.s07 .wrapper .box01 .dl01 {
  width: 1000px;
  margin: 50px auto 0;
  padding-left: 100px;
}
main section.s07 .wrapper .box01 .dl01 .dt01 {
  font-size: 23px;
  line-height: 100%;
}
main section.s07 .wrapper .box01 .dl01 .dt01 img {
  width: 14px;
  vertical-align: top;
  margin: 1px 12px 0 0;
}
main section.s07 .wrapper .box01 .dl01 .dd01.dd0101 {
  margin-top: 25px;
  position: relative;
}
main section.s07 .wrapper .box01 .dl01 .dd01.dd0101 .photo {
  width: 307px;
  display: block;
  position: absolute;
  bottom: 40px;
  left: 500px;
}
main section.s07 .wrapper .box01 .dl01 .dd01.dd0101 .t03 {
  width: 426px;
  font-size: 14px;
  line-height: 180%;
  padding-bottom: 50px;
  border-bottom: 1px solid #fff;
}
main section.s07 .wrapper .box01 .dl01 .dd01.dd0102 {
  margin-top: 25px;
  position: relative;
}
main section.s07 .wrapper .box01 .dl01 .dd01.dd0102 .photo {
  width: 432px;
  display: block;
  position: absolute;
  bottom: 40px;
  left: 500px;
}
main section.s07 .wrapper .box01 .dl01 .dd01.dd0102 .t03 {
  width: 426px;
  font-size: 14px;
  line-height: 180%;
  padding-bottom: 50px;
}
main section.s07 .wrapper .box01 .dl01 .dd01.dd0102 .msg {
  width: 309px;
  display: block;
  margin-top: 30px;
  margin-left: 50px;
}
main section.s07 .wrapper .box01 .dl01 .dd01.dd0102 ul {
  width: 425px;
  margin-top: 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
main section.s07 .wrapper .box01 .dl01 .dd01.dd0102 ul li {
  width: calc(50% - 7.5px);
}
main section.s07 .wrapper .box01 .dl01 .dd01.dd0102 ul li dl {
  border: 2px solid #3980c4;
}
main section.s07 .wrapper .box01 .dl01 .dd01.dd0102 ul li dl dt {
  background-color: #3980c4;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 100%;
  padding: 8px 0;
}
main section.s07 .wrapper .box01 .dl01 .dd01.dd0102 ul li dl dd {
  background-color: #fff;
  text-align: center;
  font-size: 25px;
  color: #21110d;
  line-height: 100%;
  padding: 5px 0;
}
main section.s07 .wrapper .box01 .dl01 .dd01.dd0102 ul li .icon {
  width: 38px;
  display: block;
  position: absolute;
  left: calc(50% - 20px);
  bottom: -30px;
}
main section.s07 .wrapper .box01 .dl01 .dd01.dd0103 {
  margin-top: 20px;
}
main section.s07 .wrapper .box01 .dl01 .dd01.dd0103 .t03 {
  position: relative;
  font-size: 14px;
}
main section.s07 .wrapper .box01 .dl01 .dd01.dd0103 .t03 img {
  width: 50px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 350px;
}
main section.s07 .wrapper .box01 .dl01 .dd01.dd0103 .pdflist01 {
  width: 830px;
  position: relative;
  z-index: 3;
  margin-top: 30px;
  position: relative;
  z-index: 2;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s07 .wrapper .box01 .dl01 .dd01.dd0103 .pdflist01 li {
  width: calc(50% - 10px);
}
main section.s07 .wrapper .box01 .dl01 .dd01.dd0103 .pdflist01 li a {
  display: block;
  text-decoration: none;
}
main section.s07 .wrapper .box01 .dl01 .dd01.dd0103 .pdflist01 li a dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
}
main section.s07 .wrapper .box01 .dl01 .dd01.dd0103 .pdflist01 li a dl dt {
  width: 45%;
  height: 84px;
  color: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0;
  background-color: #4eb6b0;
}
main section.s07 .wrapper .box01 .dl01 .dd01.dd0103 .pdflist01 li a dl dt p {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
main section.s07 .wrapper .box01 .dl01 .dd01.dd0103 .pdflist01 li a dl dd {
  width: 55%;
  background-color: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 15px 20px 15px;
}
main section.s07 .wrapper .box01 .dl01 .dd01.dd0103 .pdflist01 li a dl dd p {
  font-size: 8px;
  line-height: 180%;
  color: #21110d;
}
main section.s07 .wrapper .box01 .dl01 .dd01.dd0103 .pdflist01 li a dl dd .icon {
  width: 20px;
  display: block;
}
main section.s08 {
  padding: 80px 0;
  z-index: 2;
}
main section.s08 .wrapper {
  width: 830px;
  margin: 0 auto;
  position: relative;
}
main section.s08 .wrapper h6 {
  font-size: 43px;
  letter-spacing: 7px;
  color: #3980c4;
}
main section.s08 .wrapper h6 span {
  font-size: 25px;
  color: #21110d;
}
main section.s08 .wrapper img {
  width: 245px;
  display: block;
  position: absolute;
  top: -30px;
  right: 0;
}
main section.s08 .wrapper .t01 {
  width: 480px;
  font-size: 14px;
  line-height: 180%;
  margin-top: 25px;
}
main section.s09 {
  z-index: 1;
  background-color: #ebe1d4;
  padding: 70px 0;
}
main section.s09 .wrapper {
  width: 1000px;
  border: 3px solid #dabfa7;
  padding: 70px 70px;
  margin: 0 auto;
  background-color: #fff;
}
main section.s09 .wrapper ul li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
main section.s09 .wrapper ul li + li {
  margin-top: 35px;
}
main section.s09 .wrapper ul li .photo {
  width: 120px;
  display: block;
}
main section.s09 .wrapper ul li .txtbox {
  width: calc(100% - 135px);
  border-bottom: 1px solid #aaa;
  padding: 0 10px 20px 10px;
}
main section.s09 .wrapper ul li .txtbox .t01 {
  font-size: 20px;
  color: #3980c4;
}
main section.s09 .wrapper ul li .txtbox .t02 {
  font-size: 19px;
}
main section.s09 .wrapper ul li .txtbox dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
}
main section.s09 .wrapper ul li .txtbox dl dt {
  width: calc(100% - 180px);
  padding-right: 20px;
  font-size: 13px;
  line-height: 160%;
}
main section.s09 .wrapper ul li .txtbox dl dd {
  width: 180px;
}
main section.s09 .wrapper ul li .txtbox dl dd a {
  display: block;
  width: 100%;
  text-decoration: none;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s09 .wrapper ul li .txtbox dl dd a p {
  font-size: 11px;
  letter-spacing: 0;
  line-height: 180%;
  color: #21110d;
}
main section.s09 .wrapper ul li .txtbox dl dd a .icon {
  width: 30px;
  display: block;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s01 {
    background-color: #dee9f4;
    z-index: 2;
  }
  main section.s01 .wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 20px 20px 0;
  }
  main section.s01 .wrapper h2 {
    width: 100%;
    position: static;
  }
  main section.s01 .wrapper h2 img {
    width: 100%;
    display: block;
  }
  main section.s01 .msgbox {
    background-color: #f2e6c4;
    border-top: 2px solid #4a4140;
    padding: 40px 0 20px;
    position: relative;
    margin-top: -30px;
  }
  main section.s01 .msgbox p {
    width: 100%;
    color: #4a4140;
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
    padding-left: 20px;
    margin: 0 auto;
    padding-right: 120px;
  }
  main section.s01 .msgbox p span {
    background-color: #fffde9;
    padding: 0 10px;
    margin-left: -5px;
    display: block;
    width: 320px;
    text-align: center;
    margin-bottom: -20px;
  }
  main section.s01 .msgbox .btn_blog {
    width: 80px;
    display: block;
    position: absolute;
    top: 60px;
    right: 20px;
    bottom: auto;
  }
  main section.s01 .msgbox .btn_blog img {
    width: 100%;
    display: block;
  }
  main section.s02 {
    background-color: #cfe1ef;
    padding: 50px 20px;
    z-index: 1;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  main section.s02 .wrapper .leftbox {
    width: 100%;
  }
  main section.s02 .wrapper .leftbox .photo01 {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  main section.s02 .wrapper .leftbox .t01 {
    font-size: 20px;
    line-height: 100%;
    font-weight: bold;
    margin-top: 30px;
  }
  main section.s02 .wrapper .leftbox .t01 img {
    width: 10px;
    vertical-align: top;
    margin: 2px 12px 0 0;
  }
  main section.s02 .wrapper .leftbox ul {
    margin-top: 10px;
  }
  main section.s02 .wrapper .leftbox ul li {
    padding: 15px 0;
  }
  main section.s02 .wrapper .leftbox ul li + li {
    border-top: 1px solid #aaa;
  }
  main section.s02 .wrapper .leftbox ul li dl {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main section.s02 .wrapper .leftbox ul li dl dt {
    width: 30px;
  }
  main section.s02 .wrapper .leftbox ul li dl dt img {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper .leftbox ul li dl dd {
    width: calc(100% - 30px);
    padding-left: 20px;
    font-size: 13px;
    line-height: 180%;
  }
  main section.s02 .wrapper .rightbox {
    width: 100%;
    background-color: #fff;
    border-radius: 25px;
    padding: 40px 20px 40px;
    margin-top: 20px;
  }
  main section.s02 .wrapper .rightbox .photo02 {
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper .rightbox .t02 {
    width: 100%;
    margin: 25px auto 0;
    font-size: 13px;
    line-height: 180%;
  }
  main section.s02 .wrapper .rightbox .photo03 {
    width: 100%;
    display: block;
    margin: 20px auto 0;
  }
  main section.s03 {
    padding: 50px 20px;
  }
  main section.s03 .wrapper {
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    position: relative;
  }
  main section.s03 .wrapper .photo {
    width: 100%;
    position: static;
  }
  main section.s03 .wrapper .txtbox {
    position: relative;
    z-index: 3;
    margin-top: 20px;
  }
  main section.s03 .wrapper .txtbox h4 {
    font-size: 24px;
    letter-spacing: 3px;
    color: #3980c4;
  }
  main section.s03 .wrapper .txtbox dl {
    margin-top: 20px;
  }
  main section.s03 .wrapper .txtbox dl dt {
    font-size: 20px;
    line-height: 100%;
    font-weight: bold;
  }
  main section.s03 .wrapper .txtbox dl dt img {
    width: 10px;
    vertical-align: top;
    margin: 2px 12px 0 0;
  }
  main section.s03 .wrapper .txtbox dl dd.dd01 {
    margin-top: 10px;
  }
  main section.s03 .wrapper .txtbox dl dd.dd01 p {
    font-size: 13px;
    line-height: 180%;
  }
  main section.s03 .wrapper .txtbox dl dd.dd02 {
    margin-top: 5px;
  }
  main section.s03 .wrapper .txtbox dl dd.dd02 ul {
    width: 100%;
    display: block;
  }
  main section.s03 .wrapper .txtbox dl dd.dd02 ul li {
    width: 100%;
    background-color: #fff;
    border-radius: 0;
    padding: 10px 0;
  }
  main section.s03 .wrapper .txtbox dl dd.dd02 ul li + li {
    width: 100%;
    padding-left: 0;
    border: none;
    border-top: 1px solid #aaa;
  }
  main section.s03 .wrapper .txtbox dl dd.dd02 ul li .t03 {
    font-size: 17px;
  }
  main section.s03 .wrapper .txtbox dl dd.dd02 ul li .t04 {
    font-size: 18px;
    letter-spacing: 3px;
    margin-top: 5px;
  }
  main section.s03 .wrapper .txtbox dl dd.dd02 ul li .t04 span {
    font-size: 24px;
    letter-spacing: 3px;
  }
  main section.s03 .wrapper .txtbox dl dd.dd02 ul li .t05 {
    font-size: 14px;
    line-height: 180%;
    margin-top: 10px;
  }
  main section.s03 .wrapper .txtbox dl dd.dd02 ul li .t05 + .t06 {
    margin-top: 0;
  }
  main section.s03 .wrapper .txtbox dl dd.dd02 ul li .t06 {
    font-size: 13px;
    line-height: 180%;
    margin-top: 10px;
  }
  main section.s04 h5 {
    text-align: center;
    font-size: 22px;
    line-height: 100%;
    color: #fff;
    letter-spacing: 3px;
    background-color: #3980c4;
    padding: 12px 0 14px;
    position: relative;
  }
  main section.s04 h5 img {
    width: 70px;
    display: block;
    position: absolute;
    top: -13px;
    right: auto;
    left: 15px;
  }
  main section.s04 .wrapper {
    background-color: #ebebeb;
    padding: 40px 20px;
  }
  main section.s04 .wrapper .dl01 {
    width: 100%;
    display: block;
  }
  main section.s04 .wrapper .dl01 dt {
    width: 100%;
    font-size: 20px;
  }
  main section.s04 .wrapper .dl01 dd {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  main section.s04 .wrapper .dl01 dd a {
    display: inline-block;
    font-size: 34px;
    line-height: 100%;
    color: #3980c4;
    text-decoration: none;
    letter-spacing: 3px;
  }
  main section.s04 .wrapper .dl01 dd a img {
    width: 28px;
    vertical-align: top;
    margin: 5px 12px 0 0;
  }
  main section.s04 .wrapper .dl02 {
    width: 100%;
    margin: 20px auto 0px;
    border: 2px solid #4eb6b0;
  }
  main section.s04 .wrapper .dl02 dt {
    text-align: center;
    font-size: 16px;
    line-height: 100%;
    color: #fff;
    background-color: #4eb6b0;
    padding: 9px 0 11px;
  }
  main section.s04 .wrapper .dl02 dd {
    display: block;
  }
  main section.s04 .wrapper .dl02 dd .t02 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 20px 0;
    background-color: rgba(78, 187, 176, 0.2);
  }
  main section.s04 .wrapper .dl02 dd .box03 {
    width: 100%;
    padding: 25px 20px;
    display: block;
  }
  main section.s04 .wrapper .dl02 dd .box03 a {
    display: block;
    margin: 0 auto;
  }
  main section.s04 .wrapper .dl02 dd .box03 a.link01 {
    width: 203px;
  }
  main section.s04 .wrapper .dl02 dd .box03 a.link02 {
    width: 173px;
    position: relative;
    margin-top: 20px;
  }
  main section.s04 .wrapper .dl02 dd .box03 a.link02::before {
    display: none;
  }
  main section.s04 .wrapper .dl02 dd .box03 a img {
    width: 100%;
    display: block;
  }
  main section.s05 {
    padding: 50px 20px;
  }
  main section.s05 .wrapper {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  main section.s05 .wrapper iframe {
    width: 100% !important;
    height: 200px !important;
    display: block !important;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main section.s05 .wrapper .txtbox {
    width: 100%;
    margin-top: 25px;
  }
  main section.s05 .wrapper .txtbox .t01 {
    font-size: 20px;
    line-height: 100%;
    font-weight: bold;
  }
  main section.s05 .wrapper .txtbox .t01 img {
    width: 10px;
    vertical-align: top;
    margin: 2px 12px 0 0;
  }
  main section.s05 .wrapper .txtbox table {
    width: 100%;
    margin-top: 5px;
  }
  main section.s05 .wrapper .txtbox table tr + tr {
    border-top: 1px solid #888;
  }
  main section.s05 .wrapper .txtbox table tr th {
    width: 60px;
    padding: 10px 0 10px 10px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 900;
    font-size: 16px;
    vertical-align: middle;
  }
  main section.s05 .wrapper .txtbox table tr td {
    padding: 10px 0 10px 10px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 900;
    font-size: 16px;
    vertical-align: middle;
  }
  main section.s05 .wrapper .txtbox table tr td .num {
    font-size: 22px;
  }
  main section.s05 .wrapper .txtbox .t02 {
    font-size: 13px;
    line-height: 180%;
    margin-top: 15px;
  }
  main section.s06 {
    background-color: #cfe1ef;
    padding: 45px 20px 50px;
  }
  main section.s06 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s06 .wrapper h5 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 3px;
    color: #3980c4;
  }
  main section.s06 .wrapper .listbox {
    position: relative;
    margin-top: 25px;
  }
  main section.s06 .wrapper .listbox .list01 {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
  }
  main section.s06 .wrapper .listbox .list01 .li {
    width: calc((100% - 15px) / 2);
    background-color: #fff;
  }
  main section.s06 .wrapper .listbox .list01 .li dl dt {
    background-color: #4eb6b0;
    height: 60px;
    text-align: center;
    color: #fff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main section.s06 .wrapper .listbox .list01 .li dl dt p {
    width: 100%;
    text-align: center;
    font-size: 17px;
    line-height: 125%;
  }
  main section.s06 .wrapper .listbox .list01 .li dl dt p span {
    font-size: 13px;
    line-height: 100%;
  }
  main section.s06 .wrapper .listbox .list01 .li dl dd {
    background-color: #fff;
    padding: 20px 15px 20px;
  }
  main section.s06 .wrapper .listbox .list01 .li dl dd ul li {
    font-size: 13px;
    line-height: 180%;
    position: relative;
    padding-left: 15px;
  }
  main section.s06 .wrapper .listbox .list01 .li dl dd ul li::before {
    content: "";
    display: block;
    width: 5px;
    height: 2px;
    background-color: #21110d;
    position: absolute;
    top: 10px;
    left: 0;
  }
  main section.s06 .wrapper .listbox .photo01 {
    width: 72px;
    display: block;
    position: absolute;
    top: -100px;
    left: -20px;
  }
  main section.s06 .wrapper .listbox .photo02 {
    width: 63px;
    display: block;
    position: absolute;
    top: -100px;
    right: -10px;
  }
  main section.s06 .wrapper .listbox .photo03 {
    width: 80px;
    display: block;
    position: absolute;
    bottom: -40px;
    left: 80px;
  }
  main section.s07 {
    padding-top: 50px;
  }
  main section.s07 .wrapper h6 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 3px;
    color: #3980c4;
  }
  main section.s07 .wrapper .t01 {
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
  }
  main section.s07 .wrapper .t02 {
    width: 100%;
    padding: 0 20px;
    margin: 15px auto 0;
    font-size: 14px;
    line-height: 180%;
  }
  main section.s07 .wrapper .photo01 {
    width: calc(100% - 40px);
    display: block;
    margin: 20px auto 0;
    position: relative;
    z-index: 2;
  }
  main section.s07 .wrapper .box01 {
    background-color: #ebebeb;
    padding: 80px 20px 50px;
    margin-top: -60px;
    position: relative;
    z-index: 1;
  }
  main section.s07 .wrapper .box01 .dl01 {
    width: 100%;
    margin: 40px auto 0;
    padding-left: 0;
  }
  main section.s07 .wrapper .box01 .dl01 .dt01 {
    font-size: 20px;
    line-height: 100%;
  }
  main section.s07 .wrapper .box01 .dl01 .dt01 img {
    width: 10px;
    vertical-align: top;
    margin: 2px 12px 0 0;
  }
  main section.s07 .wrapper .box01 .dl01 .dd01.dd0101 {
    margin-top: 25px;
    position: relative;
  }
  main section.s07 .wrapper .box01 .dl01 .dd01.dd0101 .photo {
    position: static;
    width: 60%;
    margin: 0 auto 20px;
  }
  main section.s07 .wrapper .box01 .dl01 .dd01.dd0101 .t03 {
    width: 100%;
    font-size: 13px;
    line-height: 180%;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
  }
  main section.s07 .wrapper .box01 .dl01 .dd01.dd0102 {
    margin-top: 25px;
    position: relative;
  }
  main section.s07 .wrapper .box01 .dl01 .dd01.dd0102 .photo {
    position: static;
    width: 60%;
    margin: 0 auto 20px;
  }
  main section.s07 .wrapper .box01 .dl01 .dd01.dd0102 .t03 {
    width: 100%;
    font-size: 13px;
    line-height: 180%;
    padding-bottom: 20px;
  }
  main section.s07 .wrapper .box01 .dl01 .dd01.dd0102 .msg {
    width: 309px;
    display: block;
    margin: 30px auto 0;
  }
  main section.s07 .wrapper .box01 .dl01 .dd01.dd0102 ul {
    width: 100%;
    margin-top: 20px;
    display: block;
  }
  main section.s07 .wrapper .box01 .dl01 .dd01.dd0102 ul li {
    width: 100%;
  }
  main section.s07 .wrapper .box01 .dl01 .dd01.dd0102 ul li + li {
    margin-top: 35px;
  }
  main section.s07 .wrapper .box01 .dl01 .dd01.dd0102 ul li dl {
    border: 2px solid #3980c4;
  }
  main section.s07 .wrapper .box01 .dl01 .dd01.dd0102 ul li dl dt {
    background-color: #3980c4;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 100%;
    padding: 8px 0;
  }
  main section.s07 .wrapper .box01 .dl01 .dd01.dd0102 ul li dl dd {
    background-color: #fff;
    text-align: center;
    font-size: 25px;
    color: #21110d;
    line-height: 100%;
    padding: 5px 0;
  }
  main section.s07 .wrapper .box01 .dl01 .dd01.dd0102 ul li dl dd a {
    text-decoration: none;
    color: #21110d;
  }
  main section.s07 .wrapper .box01 .dl01 .dd01.dd0102 ul li .icon {
    width: 38px;
    display: block;
    position: absolute;
    left: calc(50% - 19px);
    bottom: 71px;
  }
  main section.s07 .wrapper .box01 .dl01 .dd01.dd0103 {
    margin-top: 20px;
  }
  main section.s07 .wrapper .box01 .dl01 .dd01.dd0103 .t03 {
    position: relative;
    font-size: 14px;
    width: 100%;
    padding-right: 80px;
  }
  main section.s07 .wrapper .box01 .dl01 .dd01.dd0103 .t03 img {
    width: 50px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
  }
  main section.s07 .wrapper .box01 .dl01 .dd01.dd0103 .pdflist01 {
    width: 100%;
    position: relative;
    z-index: 3;
    margin-top: 20px;
    position: relative;
    display: block;
  }
  main section.s07 .wrapper .box01 .dl01 .dd01.dd0103 .pdflist01 li {
    width: 100%;
  }
  main section.s07 .wrapper .box01 .dl01 .dd01.dd0103 .pdflist01 li + li {
    margin-top: 15px;
  }
  main section.s07 .wrapper .box01 .dl01 .dd01.dd0103 .pdflist01 li a {
    display: block;
    text-decoration: none;
  }
  main section.s07 .wrapper .box01 .dl01 .dd01.dd0103 .pdflist01 li a dl {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #fff;
  }
  main section.s07 .wrapper .box01 .dl01 .dd01.dd0103 .pdflist01 li a dl dt {
    width: 45%;
    height: 84px;
    color: #fff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0;
    background-color: #4eb6b0;
  }
  main section.s07 .wrapper .box01 .dl01 .dd01.dd0103 .pdflist01 li a dl dt p {
    width: 100%;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 18px;
    color: #fff;
  }
  main section.s07 .wrapper .box01 .dl01 .dd01.dd0103 .pdflist01 li a dl dd {
    width: 55%;
    background-color: #fff;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 22px 15px 20px 15px;
  }
  main section.s07 .wrapper .box01 .dl01 .dd01.dd0103 .pdflist01 li a dl dd p {
    font-size: 8px;
    line-height: 180%;
    color: #21110d;
  }
  main section.s07 .wrapper .box01 .dl01 .dd01.dd0103 .pdflist01 li a dl dd .icon {
    width: 20px;
    display: block;
  }
  main section.s08 {
    padding: 40px 20px;
    z-index: 2;
  }
  main section.s08 .wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  main section.s08 .wrapper h6 {
    font-size: 24px;
    letter-spacing: 3px;
    color: #3980c4;
  }
  main section.s08 .wrapper h6 span {
    font-size: 16px;
    color: #21110d;
  }
  main section.s08 .wrapper img {
    width: 120px;
    display: block;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
  }
  main section.s08 .wrapper .t01 {
    width: 100%;
    padding-right: 135px;
    font-size: 13px;
    line-height: 180%;
    margin-top: 20px;
  }
  main section.s09 {
    z-index: 1;
    background-color: #ebe1d4;
    padding: 50px 20px;
  }
  main section.s09 .wrapper {
    width: 100%;
    border: 2px solid #dabfa7;
    padding: 20px 20px;
    margin: 0 auto;
    background-color: #fff;
  }
  main section.s09 .wrapper ul li {
    display: block;
  }
  main section.s09 .wrapper ul li + li {
    margin-top: 20px;
  }
  main section.s09 .wrapper ul li .photo {
    width: 80px;
    display: block;
    margin: 0 auto;
  }
  main section.s09 .wrapper ul li .txtbox {
    width: 100%;
    margin-top: 15px;
    border-bottom: 1px solid #aaa;
    padding: 0 10px 15px 10px;
  }
  main section.s09 .wrapper ul li .txtbox .t01 {
    font-size: 17px;
    color: #3980c4;
  }
  main section.s09 .wrapper ul li .txtbox .t02 {
    font-size: 16px;
  }
  main section.s09 .wrapper ul li .txtbox dl {
    display: block;
    margin-top: 15px;
  }
  main section.s09 .wrapper ul li .txtbox dl dt {
    width: 100%;
    padding-right: 0px;
    font-size: 13px;
    line-height: 160%;
  }
  main section.s09 .wrapper ul li .txtbox dl dd {
    width: 100%;
    margin-top: 15px;
  }
  main section.s09 .wrapper ul li .txtbox dl dd a {
    display: block;
    width: 100%;
    text-decoration: none;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main section.s09 .wrapper ul li .txtbox dl dd a p {
    font-size: 11px;
    letter-spacing: 0;
    line-height: 180%;
    color: #21110d;
  }
  main section.s09 .wrapper ul li .txtbox dl dd a .icon {
    width: 30px;
    display: block;
  }
}