@charset "UTF-8";
/* ++++++++++++++++++++++++++++++++++++++++++++++
font size
++++++++++++++++++++++++++++++++++++++++++++++  */
/* ++++++++++++++++++++++++++++++++++++++++++++++
ul.rec_list02のレスポンシブ
++++++++++++++++++++++++++++++++++++++++++++++  */
/* 1201px ~ */
@media screen and (min-width: 1201px), print {
  .md {
    display: block;
  }
  #sd_content {
    position: relative;
    padding-bottom: 170px;
    z-index: 1;
  }
  #recArea ul {
    min-height: 330px;
  }
  #recArea ul.rec_list02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 140vw;
    margin-left: -25vw;
    transform: skewX(-20deg);
  }
  #recArea ul.rec_list02 li {
    width: 50%;
    overflow: hidden;
  }
  #recArea ul.rec_list02 li:after {
    content: "";
    display: block;
    position: absolute;
    transform: skewX(20deg);
    width: 75vw;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
  }
  #recArea ul.rec_list02 li a {
    height: 330px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  #recArea ul.rec_list02 li a .txt_box {
    transform: skewX(20deg);
    height: 100%;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  #recArea ul.rec_list02 li a .img_box {
    display: none;
  }
  #recArea ul.rec_list02 li:nth-of-type(1) {
    margin-top: -330px;
    order: 0;
  }
  #recArea ul.rec_list02 li:nth-of-type(1):after {
    right: auto;
    left: 0;
    background: url("../img/rec_pht04.jpg") no-repeat center center;
    background-size: cover;
  }
  #recArea ul.rec_list02 li:nth-of-type(1) .txt_box {
    margin: 0 0 0 auto;
    padding-right: 4%;
  }
  #recArea ul.rec_list02 li:nth-of-type(2) {
    margin-top: -330px;
    order: 2;
  }
  #recArea ul.rec_list02 li:nth-of-type(2):after {
    right: auto;
    left: 0;
    background: url("../img/rec_pht05.jpg") no-repeat center center;
    background-size: cover;
  }
  #recArea ul.rec_list02 li:nth-of-type(2) .txt_box {
    margin: 0 0 0 auto;
    padding-right: 7%;
  }
  #recArea ul.rec_list02 li:nth-of-type(3) {
    order: 1;
  }
  #recArea ul.rec_list02 li:nth-of-type(3):after {
    background: url("../img/rec_pht06.jpg") no-repeat 50% 0%;
    background-size: cover;
  }
  #recArea ul.rec_list02 li:nth-of-type(3) .txt_box {
    padding-right: calc(20vw + 40px);
  }
  #recArea ul.rec_list02 li:nth-of-type(4) {
    order: 3;
  }
  #recArea ul.rec_list02 li:nth-of-type(4):after {
    background: url("../img/rec_pht07.jpg") no-repeat center;
    background-size: cover;
  }
  #recArea ul.rec_list02 li:nth-of-type(4) .txt_box {
    padding-right: calc(20vw - 80px);
  }
}
/* ~1200px */
@media screen and (max-width: 1200px) {
  .md {
    display: none;
  }
  #sd_content {
    position: relative;
    z-index: 1;
  }
  #recArea ul.rec_list02 {
    box-sizing: border-box;
    width: 90%;
    max-width: 880px;
    margin: 0 auto 60px;
  }
  #recArea ul.rec_list02 > li {
    margin-bottom: 40px;
  }
  #recArea ul.rec_list02 > li a {
    display: flex;
    flex-direction: column-reverse;
  }
  #recArea ul.rec_list02 > li a .img_box {
    display: block;
    width: 100%;
    margin: 0 auto 1em;
  }
  #recArea ul.rec_list02 > li a .txt_box {
    text-align: center;
  }
  #recArea ul.rec_list02 > li a .num {
    margin-inline: auto;
  }
  #recArea ul.rec_list02 > li a .more {
    margin-inline: auto;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++    PC    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* 801px ~ */
@media screen and (min-width: 801px), print {
  body {
    background-color: #2DABE9;
    position: relative;
  }
  body #over_wrap {
    overflow: hidden;
    position: relative;
  }
  body #over_wrap:after {
    content: "";
    display: block;
    position: absolute;
    width: 110vw;
    height: 100%;
    background-color: #009CE5;
    top: 0;
    left: -20vw;
    transform: skewX(-20deg);
    z-index: -2;
  }
  body .img_box img {
    width: 100%;
  }
  body footer {
    margin-top: 0;
    background-color: transparent;
  }
  #maintitleArea {
    position: relative;
    margin-bottom: 180px;
    background-color: #009CE5;
    z-index: 1;
  }
  #maintitleArea:after {
    content: "";
    display: block;
    position: absolute;
    width: 35%;
    height: 100%;
    background-color: #2DABE9;
    transform: skewX(-20deg);
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
  }
  #maintitleArea img {
    width: 100%;
  }
  #maintitleArea .img_box {
    position: absolute;
    width: 30%;
    max-width: 428px;
  }
  #maintitleArea .img_box.img_l {
    bottom: -8.5vw;
    left: -2%;
  }
  #maintitleArea .img_box.img_r {
    top: 0;
    right: -2%;
  }
  #maintitleArea #maintitle {
    position: relative;
    height: max(100vh - 100px, 900px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #maintitleArea #maintitle h2 {
    width: 55%;
    max-width: 840px;
    margin: 70px auto 50px;
  }
  #maintitleArea #maintitle h2 img {
    display: block;
  }
  #maintitleArea #maintitle .lead {
    text-align: center;
    line-height: 2.3;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    margin-bottom: 50px;
  }
  #maintitleArea #maintitle .btn {
    display: block;
    width: 480px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    z-index: 1;
    transition: opacity 0.3s ease;
  }
  #maintitleArea #maintitle .btn:before, #maintitleArea #maintitle .btn:after {
    content: "";
    display: block;
    position: absolute;
  }
  #maintitleArea #maintitle .btn:after {
    width: 100%;
    height: 100%;
    background-color: #E50012;
    transform: skewX(-20deg);
    top: 0;
    left: 0;
    z-index: -1;
  }
  #maintitleArea #maintitle .btn:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #fff;
    border-right: 0;
    top: 50%;
    margin-top: -5px;
    right: 40px;
  }
}
@media screen and (min-width: 801px) and (any-hover: hover), print and (any-hover: hover) {
  #maintitleArea #maintitle .btn:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 801px), print {
  #recArea {
    position: relative;
  }
  #recArea h3 {
    width: min(972px, 65%);
    margin-left: -5px;
  }
  #recArea .wrapper {
    overflow: hidden;
  }
  #recArea ul > li {
    position: relative;
  }
  #recArea ul > li a {
    display: block;
    position: relative;
  }
  #recArea ul > li a .txt_box dt {
    margin-bottom: 15px;
  }
  #recArea ul > li a .txt_box dt .num {
    width: 180px;
    margin-bottom: 10px;
  }
  #recArea ul > li a .txt_box dt .num img {
    display: block;
    width: 100%;
  }
  #recArea ul > li a .txt_box dt .tit span {
    display: inline-block;
    line-height: 1.4;
    padding: 5px 5px 6px;
    background-color: #fff;
    font-size: clamp(34px, 2.9vw, 40px);
    font-weight: bold;
  }
  #recArea ul > li a .txt_box dd .txt {
    font-weight: bold;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 20px;
  }
  #recArea ul > li a .txt_box dd .more {
    width: 80px;
    height: 24px;
    background-color: #E50012;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #recArea ul > li a .txt_box dd .more img {
    display: block;
    width: 34px;
    margin: 0 auto;
  }
  #recArea ul.rec_list01 {
    box-sizing: border-box;
    max-width: 1400px;
    margin: 0 auto;
    padding-bottom: 285px;
    padding-left: 10%;
  }
  #recArea ul.rec_list01 > li a {
    height: 280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #recArea ul.rec_list01 > li a .img_box {
    width: min(60%, 840px);
    height: 100%;
    position: relative;
    z-index: -1;
  }
  #recArea ul.rec_list01 > li a .img_box img {
    position: absolute;
    width: auto;
    height: 100%;
  }
  #recArea ul.rec_list01 > li:nth-of-type(1) a .img_box img {
    left: 0;
  }
  #recArea ul.rec_list01 > li:nth-of-type(2) a .img_box img {
    left: 0;
  }
  #recArea ul.rec_list01 > li:nth-of-type(3) a .img_box img {
    left: -25%;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++    sp    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* ~ 800px */
@media only screen and (max-width: 800px) {
  body {
    background-color: #009CE5;
    position: relative;
  }
  body #over_wrap {
    overflow: hidden;
    position: relative;
  }
  body .img_box img {
    width: 100%;
  }
  body footer {
    margin-top: 0;
    background-color: transparent;
    z-index: 2;
    position: relative;
  }
  #maintitleArea {
    position: relative;
    margin-bottom: 60px;
    z-index: 1;
  }
  #maintitleArea:after {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 50%;
    background-color: #2DABE9;
    transform: skewX(-20deg);
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
  }
  #maintitleArea img {
    width: 100%;
  }
  #maintitleArea .img_box {
    position: absolute;
    width: 35%;
  }
  #maintitleArea .img_box.img_l {
    top: 0;
    left: -5%;
  }
  #maintitleArea .img_box.img_r {
    top: 0;
    right: -5%;
  }
  #maintitleArea #maintitle {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding-top: 30px;
    box-sizing: border-box;
    height: min(100vh - 52px, 720px);
  }
  #maintitleArea #maintitle h2 {
    width: min(65%, 550px);
    margin: 30px auto 70px;
  }
  #maintitleArea #maintitle h2 img {
    display: block;
  }
  #maintitleArea #maintitle .lead br {
    display: none;
  }
  #maintitleArea #maintitle .lead {
    padding: 0 5%;
    max-width: 440px;
    font-weight: bold;
    color: #fff;
  }
  #maintitleArea #maintitle .btn {
    display: block;
    width: 80%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    z-index: 1;
  }
  #maintitleArea #maintitle .btn:before, #maintitleArea #maintitle .btn:after {
    content: "";
    display: block;
    position: absolute;
  }
  #maintitleArea #maintitle .btn:after {
    width: 100%;
    height: 100%;
    background-color: #E50012;
    transform: skewX(-20deg);
    top: 0;
    left: 0;
    z-index: -1;
  }
  #maintitleArea #maintitle .btn:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #fff;
    border-right: 0;
    top: 50%;
    margin-top: -5px;
    right: 40px;
  }
  #recArea {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    z-index: 1;
    background-color: #2DABE9;
  }
  #recArea:before, #recArea:after {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    background-color: #009CE5;
    z-index: -1;
    transform: skewX(-20deg);
  }
  #recArea:before {
    top: 0;
    right: 50vw;
  }
  #recArea:after {
    top: 0;
    right: -50vw;
    z-index: -2;
  }
  #recArea h3 {
    width: min(972px, 90%);
    margin-left: -5px;
    margin-bottom: 30px;
  }
  #recArea h3 img {
    width: 100%;
  }
  #recArea .wrapper {
    overflow: hidden;
  }
  #recArea ul > li {
    position: relative;
  }
  #recArea ul > li a {
    display: block;
    position: relative;
  }
  #recArea ul > li a .txt_box dt {
    margin-bottom: 15px;
  }
  #recArea ul > li a .txt_box dt .num {
    width: 180px;
    margin-bottom: 10px;
  }
  #recArea ul > li a .txt_box dt .num img {
    display: block;
    width: 100%;
  }
  #recArea ul > li a .txt_box dt .tit span {
    display: inline-block;
    line-height: 1em;
    padding: 5px 5px 6px;
    background-color: #fff;
    font-size: 24px;
    font-weight: bold;
  }
  #recArea ul > li a .txt_box dd .txt {
    font-weight: bold;
    margin-bottom: 10px;
  }
  #recArea ul > li a .txt_box dd .more {
    width: 80px;
    height: 24px;
    background-color: #E50012;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #recArea ul > li a .txt_box dd .more img {
    display: block;
    width: 34px;
    margin: 0 auto;
  }
  #recArea ul.rec_list01 {
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
  }
  #recArea ul.rec_list01 > li {
    margin-bottom: 40px;
  }
  #recArea ul.rec_list01 > li a {
    display: flex;
    flex-direction: column-reverse;
  }
  #recArea ul.rec_list01 > li a .img_box {
    width: 100%;
    height: auto;
    margin: 0 auto 1em;
  }
  #recArea ul.rec_list01 > li a .txt_box {
    text-align: center;
  }
  #recArea ul.rec_list01 > li a .num {
    margin-inline: auto;
  }
  #recArea ul.rec_list01 > li a .more {
    margin-inline: auto;
  }
}/*# sourceMappingURL=index.css.map */