/* ------------------------------
 width: all
------------------------------ */
main section.s00 .wrapper .box01 {
  position: relative;
}
main section.s00 .wrapper .slider-fade {
  width: 100%;
  height: 650px;
  overflow: hidden;
}
main section.s00 .wrapper .slider-fade .swiper-slide {
  overflow: hidden;
}
main section.s00 .wrapper .slider-fade .swiper-slide .slide-img {
  width: 100%;
  height: 100%;
}
main section.s00 .wrapper .slider-fade .swiper-slide .slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 8s linear;
  transition: -webkit-transform 8s linear;
  transition: transform 8s linear;
  transition: transform 8s linear, -webkit-transform 8s linear;
}
main section.s00 .wrapper .slider-fade .swiper-slide.swiper-slide-active .slide-img img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
main section.s00 .wrapper .box02 {
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  padding: 0 40px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
}
main section.s00 .wrapper .box02 .box03 {
  max-width: 100%;
  width: 1020px;
  margin: 0 auto;
  position: relative;
  padding: 20px 0;
}
main section.s00 .wrapper .box02 .box03 .t04 {
  padding-right: 280px;
  font-size: 20px;
  line-height: 1.6;
}
main section.s00 .wrapper .box02 .box03 .btn {
  width: 206px;
  height: 173px;
  border: 2px solid #182987;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
  display: block;
  text-decoration: none !important;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 30px 0 0 20px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section.s00 .wrapper .box02 .box03 .btn:hover {
  opacity: 1;
  border-color: #fff;
  background-color: #182987;
}
main section.s00 .wrapper .box02 .box03 .btn:hover .t02 {
  color: #fff;
}
main section.s00 .wrapper .box02 .box03 .btn:hover .t03 {
  color: #fff;
}
main section.s00 .wrapper .box02 .box03 .btn:hover .t03 img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
main section.s00 .wrapper .box02 .box03 .btn .t02 {
  font-size: 16px;
  color: #3a3a3a;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section.s00 .wrapper .box02 .box03 .btn .t03 {
  font-size: 25px;
  font-weight: bold;
  color: #182987;
  line-height: 1.7;
  margin-top: 5px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section.s00 .wrapper .box02 .box03 .btn .t03 span {
  font-size: 22px;
}
main section.s00 .wrapper .box02 .box03 .btn .t03 img {
  width: 26px;
  vertical-align: top;
  margin: 8px 0 0 5px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section.s00 .wrapper .box02 .box03 .btn .icon {
  width: 82px;
  display: block;
  position: absolute;
  right: -15px;
  bottom: 0;
}
main section.s01 .wrapper {
  max-width: 1300px;
  margin: 0 auto;
}
main section.s01 .wrapper 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;
}
main section.s01 .wrapper dl + dl {
  margin-top: 190px;
}
main section.s01 .wrapper dl:nth-child(even) dt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
main section.s01 .wrapper dl:nth-child(even) dt .photo {
  border-radius: 0 30px 0 0;
}
main section.s01 .wrapper dl:nth-child(even) dd {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: left;
}
main section.s01 .wrapper dl dt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 50%;
  position: relative;
  border-bottom: 15px solid #182987;
}
main section.s01 .wrapper dl dt .photo {
  width: 100%;
  display: block;
  border-radius: 30px 0 0 0;
}
main section.s01 .wrapper dl dt .msg {
  width: 114px;
  display: block;
  position: absolute;
  top: -150px;
  right: 30px;
}
main section.s01 .wrapper dl dd {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 50%;
  text-align: right;
}
main section.s01 .wrapper dl dd .txtbox {
  width: 580px;
  max-width: 100%;
  display: inline-block;
  text-align: left;
  padding: 0 60px;
}
main section.s01 .wrapper dl dd .txtbox .box01 .box02 {
  display: inline-block;
  padding-right: 100px;
  position: relative;
}
main section.s01 .wrapper dl dd .txtbox .box01 .box02 .icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 75px;
  margin-top: -37.5px;
}
main section.s01 .wrapper dl dd .txtbox .t01 {
  font-size: 20px;
  line-height: 1.7;
  margin-top: 35px;
}
main section.s01 .wrapper dl dd .txtbox .btn {
  width: 276px;
  background-color: #9d9d9d;
  border-radius: 4px;
  margin-top: 35px;
  display: block;
  padding: 8px 0;
  border: 1px solid #9d9d9d;
}
main section.s01 .wrapper dl dd .txtbox .btn:hover {
  opacity: 1;
  background-color: #fff;
}
main section.s01 .wrapper dl dd .txtbox .btn:hover img {
  -webkit-filter: brightness(0.62);
          filter: brightness(0.62);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section.s01 .wrapper dl dd .txtbox .btn img {
  width: 247.5px;
  display: block;
  margin: 0 auto;
}
main section.s02 {
  margin-top: 150px;
}
main section.s02 .wrapper {
  width: 1020px;
  position: relative;
  padding-left: 380px;
  margin: 0 auto;
}
main section.s02 .wrapper h3 {
  width: 133px;
  position: absolute;
  top: 0;
  left: 0;
}
main section.s02 .wrapper h3 img {
  width: 100%;
  display: block;
}
main section.s02 .wrapper .newslist li + li {
  margin-top: 50px;
}
main section.s02 .wrapper .newslist li .date {
  font-size: 20px;
  color: #6797e8;
}
main section.s02 .wrapper .newslist li .newsttl {
  border-bottom: 1px solid #3a3a3a;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
main section.s02 .wrapper .newslist li .newsttl .ttl {
  display: inline-block;
  padding-right: 40px;
  position: relative;
}
main section.s02 .wrapper .newslist li .newsttl .ttl span {
  font-size: 18px;
  line-height: 1.7;
}
main section.s02 .wrapper .newslist li .newsttl .ttl .icon {
  width: 31px;
  height: 31px;
  position: absolute;
  top: 50%;
  margin-top: -15.5px;
  cursor: pointer;
  right: 0;
}
main section.s02 .wrapper .newslist li .newsttl .ttl .icon.opened .icon_open {
  display: none;
}
main section.s02 .wrapper .newslist li .newsttl .ttl .icon.opened .icon_close {
  display: block;
}
main section.s02 .wrapper .newslist li .newsttl .ttl .icon .icon_open:hover img.icon_01,
main section.s02 .wrapper .newslist li .newsttl .ttl .icon .icon_close:hover img.icon_01 {
  opacity: 0;
}
main section.s02 .wrapper .newslist li .newsttl .ttl .icon .icon_open img,
main section.s02 .wrapper .newslist li .newsttl .ttl .icon .icon_close img {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
main section.s02 .wrapper .newslist li .newsttl .ttl .icon .icon_open img.icon_01,
main section.s02 .wrapper .newslist li .newsttl .ttl .icon .icon_close img.icon_01 {
  z-index: 2;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section.s02 .wrapper .newslist li .newsttl .ttl .icon .icon_open img.icon_02,
main section.s02 .wrapper .newslist li .newsttl .ttl .icon .icon_close img.icon_02 {
  z-index: 1;
}
main section.s02 .wrapper .newslist li .newsttl .ttl .icon .icon_close {
  display: none;
}
main section.s02 .wrapper .newslist li .txt {
  font-size: 16px;
  line-height: 1.75;
  display: none;
}
main section.s03 {
  margin-top: 180px;
}
main section.s03 .msg01 {
  width: 88px;
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 510px);
}
main section.s03 .wrapper {
  padding-top: 60px;
}
main section.s03 .wrapper .num_contents {
  position: relative;
}
main section.s03 .wrapper .num_contents + .num_contents {
  margin-top: 140px;
}
main section.s03 .wrapper .num_contents.right {
  text-align: right;
}
main section.s03 .wrapper .num_contents.right .numbox {
  right: calc(50% + 130px);
  left: auto;
}
main section.s03 .wrapper .num_contents.right .contents {
  border-radius: 25px 0 0 25px;
  text-align: left;
}
main section.s03 .wrapper .num_contents.right .contents::before {
  right: auto;
  left: 0;
}
main section.s03 .wrapper .num_contents.right .contents::after {
  right: -2px;
  left: auto;
}
main section.s03 .wrapper .num_contents.right .contents .box01 .box02 .topbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
main section.s03 .wrapper .num_contents.right .contents .box01 .box02 .topbox .photo03 {
  border-radius: 0 15px 15px 0;
}
main section.s03 .wrapper .num_contents.right .contents .box01 .box02 .txtbox {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main section.s03 .wrapper .num_contents .numbox {
  width: 150px;
  display: block;
  position: absolute;
  top: -56px;
  left: calc(50% + 130px);
  background-color: #fff;
  z-index: 10;
}
main section.s03 .wrapper .num_contents .numbox img {
  height: 106px;
  display: block;
  margin: 0 auto;
}
main section.s03 .wrapper .num_contents .contents {
  width: calc(50% + 320px);
  display: inline-block;
  text-align: right;
  border: 2px solid #182987;
  border-radius: 0 25px 25px 0;
  padding: 48px 0;
  position: relative;
}
main section.s03 .wrapper .num_contents .contents::before {
  content: "";
  display: block;
  width: 220px;
  height: 2px;
  background-color: #182987;
  position: absolute;
  top: 46px;
  right: 0;
  z-index: 20;
}
main section.s03 .wrapper .num_contents .contents::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -2px;
}
main section.s03 .wrapper .num_contents .contents .box01 {
  width: 820px;
  display: inline-block;
  text-align: left;
}
main section.s03 .wrapper .num_contents .contents .box01 .box02 {
  width: 100%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main section.s03 .wrapper .num_contents .contents .box01 .box02 .topbox {
  width: 415px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main section.s03 .wrapper .num_contents .contents .box01 .box02 .topbox .photo03 {
  width: 100%;
  display: block;
  border-radius: 15px 0 0 15px;
}
main section.s03 .wrapper .num_contents .contents .box01 .box02 .txtbox {
  width: 350px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
main section.s03 .wrapper .num_contents .contents .box01 .box02 .txtbox .t11 {
  font-size: 16px;
}
main section.s03 .wrapper .num_contents .contents .box01 .box02 .txtbox .t12 {
  font-size: 35px;
  font-weight: bold;
  color: #182987;
  margin-top: 10px;
}
main section.s03 .wrapper .num_contents .contents .box01 .box02 .txtbox .t13 {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 15px;
}
main section.s03 .wrapper .num_contents .contents .box01 .box02 .txtbox .btn {
  background-color: #9d9d9d;
  text-decoration: none;
  text-align: center;
  display: block;
  font-size: 15px;
  color: #fff;
  border: 1px solid #9d9d9d;
  line-height: 1;
  width: 250px;
  padding: 9px 0;
  border-radius: 4px;
  margin-top: 50px;
}
main section.s03 .wrapper .num_contents .contents .box01 .box02 .txtbox .btn:hover {
  background-color: #fff !important;
  color: #9d9d9d;
  opacity: 1;
}
main section.s04 {
  padding-top: 180px;
}
main section.s04 .wrapper .box03 {
  width: 1020px;
  margin: 0 auto;
}
main section.s04 .wrapper .box03 img {
  width: 90px;
  display: block;
}
main section.s04 .wrapper .box01 {
  margin-top: 40px;
  padding: 180px 0 180px;
  background-color: #D2E0F8;
}
main section.s04 .wrapper .box01 .box02 {
  width: 1020px;
  margin: 0 auto;
  position: relative;
}
main section.s04 .wrapper .box01 .box02 .msg {
  width: 53px;
  display: block;
  position: absolute;
  top: -120px;
  left: 0;
}
main section.s04 .wrapper .box01 .box02 ul li {
  position: relative;
  padding-left: 200px;
}
main section.s04 .wrapper .box01 .box02 ul li + li {
  margin-top: 40px;
}
main section.s04 .wrapper .box01 .box02 ul li a {
  display: block;
  text-decoration: none;
  color: #3a3a3a;
  opacity: 1 !important;
}
main section.s04 .wrapper .box01 .box02 ul li a:hover .contents {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
main section.s04 .wrapper .box01 .box02 ul li .contents {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #182987;
  padding: 45px 55px 45px 90px;
  position: relative;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section.s04 .wrapper .box01 .box02 ul li .contents .icon {
  width: 128px;
  display: block;
  position: absolute;
  top: 50%;
  left: -64px;
  margin-top: -64px;
}
main section.s04 .wrapper .box01 .box02 ul li .contents 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;
  min-height: 100px;
}
main section.s04 .wrapper .box01 .box02 ul li .contents dl dt {
  width: 300px;
}
main section.s04 .wrapper .box01 .box02 ul li .contents dl dt .mainttlbox .mainttl {
  letter-spacing: 0;
  font-size: 30px;
}
main section.s04 .wrapper .box01 .box02 ul li .contents dl dt .t02 {
  font-size: 16px;
  margin-top: 5px;
}
main section.s04 .wrapper .box01 .box02 ul li .contents dl dd {
  width: calc(100% - 300px);
  font-size: 16px;
  line-height: 1.75;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.s00 .wrapper .box01 {
    position: relative;
  }
  main section.s00 .wrapper .slider-fade {
    width: 100%;
    height: calc(100vh - 54px);
    overflow: hidden;
  }
  main section.s00 .wrapper .slider-fade .swiper-slide {
    overflow: hidden;
  }
  main section.s00 .wrapper .slider-fade .swiper-slide .slide-img {
    width: 100%;
    height: 100%;
  }
  main section.s00 .wrapper .slider-fade .swiper-slide .slide-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 8s linear;
    transition: -webkit-transform 8s linear;
    transition: transform 8s linear;
    transition: transform 8s linear, -webkit-transform 8s linear;
  }
  main section.s00 .wrapper .slider-fade .swiper-slide.swiper-slide-active .slide-img img {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  main section.s00 .wrapper .box02 {
    width: 100%;
    max-width: 1300px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    padding: 0 15px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1000;
  }
  main section.s00 .wrapper .box02 .box03 {
    max-width: 100%;
    width: 1020px;
    margin: 0 auto;
    position: relative;
    padding: 15px 0 0;
  }
  main section.s00 .wrapper .box02 .box03 .t04 {
    padding-right: 0;
    font-size: 14px;
    line-height: 1.6;
  }
  main section.s00 .wrapper .box02 .box03 .btn {
    width: 240px;
    height: auto;
    border: 1px solid #182987;
    border-radius: 8px 8px 0 0;
    border-bottom: none;
    display: block;
    text-decoration: none !important;
    background-color: #fff;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 20px 0 0 calc(100% - 240px);
    background-color: #fff;
    padding: 12px;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  main section.s00 .wrapper .box02 .box03 .btn:hover {
    opacity: 1;
    border-color: #fff;
    background-color: #182987;
  }
  main section.s00 .wrapper .box02 .box03 .btn:hover .t02 {
    color: #fff;
  }
  main section.s00 .wrapper .box02 .box03 .btn:hover .t03 {
    color: #fff;
  }
  main section.s00 .wrapper .box02 .box03 .btn:hover .t03 img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  main section.s00 .wrapper .box02 .box03 .btn .t02 {
    font-size: 14px;
    color: #3a3a3a;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  main section.s00 .wrapper .box02 .box03 .btn .t03 {
    font-size: 16px;
    font-weight: bold;
    color: #182987;
    line-height: 1.7;
    margin-top: 3px;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  main section.s00 .wrapper .box02 .box03 .btn .t03 br {
    display: none;
  }
  main section.s00 .wrapper .box02 .box03 .btn .t03 span {
    font-size: 16px;
  }
  main section.s00 .wrapper .box02 .box03 .btn .t03 img {
    width: 20px;
    vertical-align: top;
    margin: 6px 0 0 4px;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  main section.s00 .wrapper .box02 .box03 .btn .icon {
    width: 60px;
    display: block;
    position: absolute;
    right: -10px;
    bottom: 0;
  }
  main section.s01 .wrapper {
    max-width: 1300px;
    margin: 0 auto;
  }
  main section.s01 .wrapper dl {
    display: block;
  }
  main section.s01 .wrapper dl + dl {
    margin-top: calc((100vw - 20px) * 0.2);
  }
  main section.s01 .wrapper dl:nth-child(even) dt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0;
  }
  main section.s01 .wrapper dl:nth-child(even) dt .photo {
    border-radius: 0 15px 0 0;
  }
  main section.s01 .wrapper dl:nth-child(even) dd {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: left;
  }
  main section.s01 .wrapper dl dt {
    width: calc(100% - 20px);
    margin-left: 20px;
    position: relative;
    border-bottom: 8px solid #182987;
  }
  main section.s01 .wrapper dl dt .photo {
    width: 100%;
    display: block;
    border-radius: 15px 0 0 0;
  }
  main section.s01 .wrapper dl dt .msg {
    width: auto;
    height: 140%;
    display: block;
    position: absolute;
    top: -30%;
    right: 20px;
  }
  main section.s01 .wrapper dl dd {
    width: 100%;
  }
  main section.s01 .wrapper dl dd .txtbox {
    width: 100%;
    display: block;
    max-width: 100%;
    padding: 25px 20px 0;
  }
  main section.s01 .wrapper dl dd .txtbox .box01 {
    text-align: center;
  }
  main section.s01 .wrapper dl dd .txtbox .box01 .box02 {
    display: inline-block;
    padding-right: 60px;
    position: relative;
  }
  main section.s01 .wrapper dl dd .txtbox .box01 .box02 .icon {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    height: 50px;
    margin-top: -25px;
  }
  main section.s01 .wrapper dl dd .txtbox .t01 {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 15px;
  }
  main section.s01 .wrapper dl dd .txtbox .btn {
    width: 220px;
    background-color: #9d9d9d;
    border-radius: 4px;
    display: block;
    padding: 8px 0;
    margin: 20px auto 0;
  }
  main section.s01 .wrapper dl dd .txtbox .btn:hover {
    opacity: 1;
  }
  main section.s01 .wrapper dl dd .txtbox .btn img {
    width: 190px;
    display: block;
    margin: 0 auto;
  }
  main section.s02 {
    margin-top: 60px;
    padding: 0 20px;
  }
  main section.s02 .wrapper {
    width: 100%;
    position: relative;
    padding-left: 90px;
    margin: 0 auto;
  }
  main section.s02 .wrapper h3 {
    width: 75px;
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s02 .wrapper h3 img {
    width: 100%;
    display: block;
  }
  main section.s02 .wrapper .newslist li + li {
    margin-top: 20px;
  }
  main section.s02 .wrapper .newslist li .date {
    font-size: 16px;
    color: #6797e8;
  }
  main section.s02 .wrapper .newslist li .newsttl {
    border-bottom: 1px solid #3a3a3a;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  main section.s02 .wrapper .newslist li .newsttl .ttl {
    display: block;
    padding-right: 40px;
    position: relative;
  }
  main section.s02 .wrapper .newslist li .newsttl .ttl span {
    font-size: 16px;
    line-height: 1.7;
  }
  main section.s02 .wrapper .newslist li .newsttl .ttl .icon {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    cursor: pointer;
    right: 0;
  }
  main section.s02 .wrapper .newslist li .newsttl .ttl .icon.opened .icon_open {
    display: none;
  }
  main section.s02 .wrapper .newslist li .newsttl .ttl .icon.opened .icon_close {
    display: block;
  }
  main section.s02 .wrapper .newslist li .newsttl .ttl .icon .icon_open:hover img.icon_01,
  main section.s02 .wrapper .newslist li .newsttl .ttl .icon .icon_close:hover img.icon_01 {
    opacity: 0;
  }
  main section.s02 .wrapper .newslist li .newsttl .ttl .icon .icon_open img,
  main section.s02 .wrapper .newslist li .newsttl .ttl .icon .icon_close img {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  main section.s02 .wrapper .newslist li .newsttl .ttl .icon .icon_open img.icon_01,
  main section.s02 .wrapper .newslist li .newsttl .ttl .icon .icon_close img.icon_01 {
    z-index: 2;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  main section.s02 .wrapper .newslist li .newsttl .ttl .icon .icon_open img.icon_02,
  main section.s02 .wrapper .newslist li .newsttl .ttl .icon .icon_close img.icon_02 {
    z-index: 1;
  }
  main section.s02 .wrapper .newslist li .newsttl .ttl .icon .icon_close {
    display: none;
  }
  main section.s02 .wrapper .newslist li .txt {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.75;
    display: none;
  }
  main section.s03 {
    margin-top: 60px;
  }
  main section.s03 .msg01 {
    width: 50px;
    display: block;
    position: absolute;
    top: 40px;
    left: 20px;
  }
  main section.s03 .wrapper {
    padding-left: 70px;
  }
  main section.s03 .wrapper .num_contents {
    position: relative;
  }
  main section.s03 .wrapper .num_contents + .num_contents {
    margin-top: 60px;
  }
  main section.s03 .wrapper .num_contents.right {
    text-align: right;
  }
  main section.s03 .wrapper .num_contents.right .numbox {
    right: auto;
    left: 30px;
  }
  main section.s03 .wrapper .num_contents.right .contents {
    border-radius: 25px 0 0 25px;
    text-align: left;
  }
  main section.s03 .wrapper .num_contents.right .contents::before {
    right: auto;
    left: 0;
  }
  main section.s03 .wrapper .num_contents.right .contents::after {
    right: -2px;
    left: auto;
  }
  main section.s03 .wrapper .num_contents.right .contents .box01 .box02 .topbox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  main section.s03 .wrapper .num_contents.right .contents .box01 .box02 .topbox .item_slider-set .slider-main img {
    border-radius: 0 10px 10px 0;
  }
  main section.s03 .wrapper .num_contents.right .contents .box01 .box02 .topbox .photo03 {
    border-radius: 0 15px 15px 0;
  }
  main section.s03 .wrapper .num_contents.right .contents .box01 .box02 .txtbox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main section.s03 .wrapper .num_contents .numbox {
    width: 75px;
    height: 53px;
    display: block;
    position: absolute;
    top: -26px;
    left: auto;
    right: 30px;
    background-color: #fff;
    z-index: 10;
  }
  main section.s03 .wrapper .num_contents .numbox img {
    height: 53px;
    display: block;
    margin: 0 auto;
  }
  main section.s03 .wrapper .num_contents .contents {
    width: calc(100% - 30px);
    margin: 0 auto;
    display: block;
    text-align: right;
    border: 2px solid #182987;
    border-radius: 15px !important;
    padding: 22px 15px;
    position: relative;
  }
  main section.s03 .wrapper .num_contents .contents::before {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background-color: #182987;
    position: absolute;
    top: 22px;
    right: 0;
    z-index: 20;
  }
  main section.s03 .wrapper .num_contents .contents::after {
    display: none;
  }
  main section.s03 .wrapper .num_contents .contents .box01 {
    width: 100%;
    display: block;
    text-align: left;
  }
  main section.s03 .wrapper .num_contents .contents .box01 .box02 {
    width: 100%;
    display: block;
  }
  main section.s03 .wrapper .num_contents .contents .box01 .box02 .topbox {
    width: 100%;
  }
  main section.s03 .wrapper .num_contents .contents .box01 .box02 .topbox .photo03 {
    width: 100%;
    display: block;
    border-radius: 10px !important;
  }
  main section.s03 .wrapper .num_contents .contents .box01 .box02 .topbox .dl02 {
    background-color: #eee;
    padding: 15px;
    margin-top: 20px;
    border-radius: 10px;
  }
  main section.s03 .wrapper .num_contents .contents .box01 .box02 .topbox .dl02 dt {
    position: relative;
  }
  main section.s03 .wrapper .num_contents .contents .box01 .box02 .topbox .dl02 dt::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #182987;
    position: absolute;
    top: 13px;
    left: 0;
  }
  main section.s03 .wrapper .num_contents .contents .box01 .box02 .topbox .dl02 dt span {
    font-size: 16px;
    display: inline-block;
    background-color: #eee;
    color: #182987;
    padding-right: 5px;
    position: relative;
    z-index: 2;
  }
  main section.s03 .wrapper .num_contents .contents .box01 .box02 .topbox .dl02 dd {
    font-size: 14px;
    line-height: 1.75;
    margin-top: 10px;
    letter-spacing: 0;
  }
  main section.s03 .wrapper .num_contents .contents .box01 .box02 .txtbox {
    width: 100%;
    display: block;
    margin-top: 25px;
  }
  main section.s03 .wrapper .num_contents .contents .box01 .box02 .txtbox .t11 {
    font-size: 13px;
  }
  main section.s03 .wrapper .num_contents .contents .box01 .box02 .txtbox .t12 {
    font-size: 22px;
    font-weight: bold;
    color: #182987;
    border-bottom: 1px solid #182987;
    padding-bottom: 8px;
    margin-top: 5px;
  }
  main section.s03 .wrapper .num_contents .contents .box01 .box02 .txtbox .t13 {
    font-size: 14px;
    line-height: 1.75;
    margin-top: 15px;
  }
  main section.s03 .wrapper .num_contents .contents .box01 .box02 .txtbox .btn {
    background-color: #9d9d9d;
    text-decoration: none;
    text-align: center;
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    width: 200px;
    padding: 9px 0;
    border-radius: 4px;
    margin-top: 20px;
  }
  main section.s03 .wrapper .num_contents .contents .box01 .box02 .txtbox .btn:hover {
    background-color: #3a3a3a;
    opacity: 1;
  }
  main section.s04 {
    padding-top: 70px;
  }
  main section.s04 .wrapper .box03 {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  main section.s04 .wrapper .box03 img {
    width: 50px;
    display: block;
  }
  main section.s04 .wrapper .t01 {
    text-align: center;
    font-size: 14px;
    color: #6797e8;
  }
  main section.s04 .wrapper h3 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #182987;
    margin-top: 5px;
  }
  main section.s04 .wrapper .box01 {
    margin-top: 30px;
    padding: 40px 20px 80px;
    background-color: #D2E0F8;
  }
  main section.s04 .wrapper .box01 .box02 {
    width: 100%;
    margin: 0 auto;
  }
  main section.s04 .wrapper .box01 .box02 .msg {
    width: 35px;
    display: block;
    position: absolute;
    top: 0;
    left: -5px;
  }
  main section.s04 .wrapper .box01 .box02 ul li {
    position: relative;
    padding-left: 60px;
  }
  main section.s04 .wrapper .box01 .box02 ul li + li {
    margin-top: 25px;
  }
  main section.s04 .wrapper .box01 .box02 ul li .contents {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #182987;
    padding: 20px 20px 20px 20px;
    position: relative;
  }
  main section.s04 .wrapper .box01 .box02 ul li .contents .icon {
    width: 60px;
    display: block;
    position: absolute;
    top: -20px;
    left: -20px;
    margin-top: 0;
  }
  main section.s04 .wrapper .box01 .box02 ul li .contents dl {
    display: block;
    min-height: 0;
  }
  main section.s04 .wrapper .box01 .box02 ul li .contents dl dt {
    width: 100%;
  }
  main section.s04 .wrapper .box01 .box02 ul li .contents dl dt .mainttlbox {
    text-align: center;
  }
  main section.s04 .wrapper .box01 .box02 ul li .contents dl dt .mainttlbox .mainttl {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 5px;
  }
  main section.s04 .wrapper .box01 .box02 ul li .contents dl dt .mainttlbox .mainttl span {
    font-size: 14px;
  }
  main section.s04 .wrapper .box01 .box02 ul li .contents dl dt .t02 {
    text-align: center;
  }
  main section.s04 .wrapper .box01 .box02 ul li .contents dl dd {
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.75;
  }
}