@charset "utf-8";
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
body {
  line-height: 1.5;
  font-size: 1.4rem;
  color: #333333;
}
body, main, section, h1, h2, h3, p, ul, li, dl, dd, figure {
  margin: 0;
  padding: 0;
}
.headTitleBox {
  margin-bottom: 0;
}
.contentsWrap {
  width: 100%;
}
.oneContents .contentsWrap #main {
  width: 100%;
}
#main {
  padding: 0;
  --c1: #00576d;
}
/*==========*/
#footerLink {
  margin-top: 0;
}
/*=====main=====*/
.pcOnly {
  display: none;
}
main .date {
  padding: 3% 5% 2%;
  background: var(--c1);
}
.main-inner {
  background: linear-gradient(rgba(191, 234, 237, 1) 0%, rgba(67, 176, 199, 1) 100%), url("../images/idx_bg01.webp");
  background-blend-mode: multiply;
}
.main-inner .lead {
  padding: 15% 10% 45%;
  background: url("../images/idx_bg02.webp") no-repeat;
  background-size: 100%;
}
.main-inner .point {
  padding-bottom: 60%;
  background: url("../images/idx_bg03.webp") no-repeat 0 18%, url("../images/idx_bg04.webp") no-repeat 0 bottom;
  background-size: 100%;
}
.main-inner .point h2{
  margin: 0 5% 5%;
}
.main-inner .point ul li {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.main-inner .point ul li:not(:first-child) {
  margin-top: 5%;
}
.main-inner .point ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.main-inner .point ul li:nth-child(odd) figre {
  margin-left: -5%;
  width: 120vw;
}
.main-inner .point ul li:nth-child(even) figre {
  margin-right: -5%;
  width: 120vw;
}
.main-inner .point ul li figre img {
  width: 100%;
}
.main-inner .point ul li:nth-child(odd) p {
  margin: 0 5% 5% -10%;
  z-index: 10;
}
.main-inner .point ul li:nth-child(even) p {
  margin: 0 -10% 3% 5%;
  z-index: 10;
}
.main-inner .conclusion {
  margin-top: -10%;
  padding: 0 5% 8%;
  background: url("../images/idx_bg05.webp") no-repeat 0 -30%;
  background-size: 100%;
}
.main-inner .conclusion > p:first-child {
  padding: 18% 3% 0;
}
.main-inner .conclusion figure {
  margin: -10% calc(50% - 50vw) 0;
}
.btnArea {
  margin: -38% 0 10%;
}
.btnArea p:nth-of-type(n+2) {
  margin: 3% 5% 0;
}
.attention {
  color: #380508;
  font-size: 1.2rem;
}
.recomend h2 {
  padding: 2% 13%;
  background: var(--c1);
}
.recomend ul li {
  width: 100%;
}
/*=====mediaQuery=====*/
@media screen and (min-width:751px), print {
  .pcOnly {
    display: inline-block;
  }
  .spOnly {
    display: none;
  }
  #main {
    background-image: linear-gradient(-45deg, #f0f0f0 25%, #f6f6f6 25%, #f6f6f6 50%, #f0f0f0 50%, #f0f0f0 75%, #f6f6f6 75%, #f6f6f6);
    background-size: 15px 15px;
  }
  #main h1 , #main .date{
    text-align: center;
  }
  main .date {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
  }
  .date img {
    width: 500px;
  }
  .main-inner {
    width: 1000px;
    margin: 0 auto;
  }
  .main-inner .lead {
    margin: 0 auto;
    padding: 80px 230px 260px;
    background: url("../images/idx_bg02_pc.webp") no-repeat;
    background-size: 100%;
  }
  .main-inner .point {
    padding: 0 40px 300px;
    background: url("../images/idx_bg03_pc.webp") no-repeat 0 -40px, url("../images/idx_bg04_pc.webp") no-repeat 0 bottom;
    background-size: 100%;
  }
  .main-inner .point h2{
    margin: 0 auto;
    width: 620px;
  }
  .main-inner .point ul {
    display: flex;
    justify-content: space-between;
  }
  .main-inner .point ul li {
    flex-direction: column;
    align-items: center;
    overflow: visible;
  }
  .main-inner .point ul li:not(:first-child) {
    margin-top: 0;
  }
  .main-inner .point ul li:nth-child(even) {
    flex-direction: column;
  }
  .main-inner .point ul li:nth-child(odd) figre {
    margin-left: 0;
    width: 280px;
  }
  .main-inner .point ul li:nth-child(even) figre {
    margin: 140px 0 0;
    width: 280px;
  }
  .main-inner .point ul li:nth-child(odd) p {
    margin: 10px 0 0;
    width: 250px;
  }
  .main-inner .point ul li:nth-child(even) p {
    margin: 10px 0 0;
    width: 250px;
  }
  .main-inner .conclusion {
    margin-top: 0;
    padding: 0 0 40px;
    background: url("../images/idx_bg05_pc.webp") no-repeat 0 0;
    background-size: 100%;
  }
  .main-inner .conclusion > p:first-child {
    margin: 0 auto -30px;
    padding: 30px 0 0;
    width: 540px;
  }
  .main-inner .conclusion figure {
    margin: 0;
  }
  .btnArea {
    margin: -280px auto 20px;
    width: 465px;
  }
  .btnArea p + p {
    margin: 20px 20px 0;
  }
  .attention {
    margin: 0 30px 0;
    font-size: 1.5rem;
    text-align: left;
  }
  .recomend {
    width: 1000px;
    margin: 0 auto;
  }
  .recomend h2 {
    text-align: center;
    padding: 10px 0;
  }
  .recomend h2 img {
    width: 400px;
  }
  .recomend ul {
    display: -webkit-flex;
    display: flex;
  }
  .recomend ul li {
    width: 100%;
  }
}