@charset "UTF-8";

:root {
    --bbw: 10px;
}
.sh-PR {
    position: relative;
}
.sh-gradient-wrapper {
    padding-bottom: 0;
}
.sh-contents {
    max-width: 980px;
}

.sh-concept-title1 {
    font-size: 24px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.sh-concept-title2 {
    position: relative;
    top: -40px;
    font-size: 24px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    color: #fff;
    background-color: #004143;
    padding: 20px 10px;
    text-align: center;
}
.sh-concept-title3 {
    font-size: 20px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    color: #fff;
    text-align: center;
}
.sh-concept-title4 {
    font-size: 24px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: center;
}
.sh-concept-text1 {
    font-size: 16px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.sh-concept-text2 {
    font-size: 16px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.LH2 {
    line-height: 2;
}
.LH18 {
    line-height: 1.8;
}
.FS80 {
    font-size: 80%;
}


.sh-concept-caption1 {
    font-size: 13px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    text-align: right;
    margin-top: 5px;
}

.sh-contents-comment-text {
    font-size: 12px;
    color: #333;
}

.sh-concept-bgbox1 {
    background: url(images/bg_01.jpg) no-repeat bottom center #def1fb;
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 60px;
}
.sh-concept-bgbox2 {
    background-color: #f4f3f0;
    max-width: 1200px;
    margin-top: 160px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 80px;
}
.sh-concept-box1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.sh-concept-box2 {
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    max-width: 940px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
}
.sh-concept-box2 > div {
    overflow: hidden;
}
.sh-concept-box2 > div > div {
    display: flex;
    align-items: top;
    width: 60%;
    max-width: 270px;
    border: 1px solid #004143;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.sh-concept-box2 > div > div > p:first-child {
    background-color: #004143;
    width: 55.2%;
    max-width: 148px;
    box-sizing: border-box;
}
.sh-concept-box2 > div > div > p:last-child {
    width: 44.8%;
    max-width: 120px;
    padding: 0 11px;
    box-sizing: border-box;
}
.sh-concept-img1 {
    width: 75%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}

.sh-concept-list {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.sh-concept-list li {
    position:relative;
    padding-left:25px;
    list-style :none;
    line-height: 1.8;
    font-size: 18px;
}
.sh-concept-list li:before {
    content:"";
    width:12px;
    height:12px; 
    position:absolute;
    left:0px;
    top:50%;
    transform: translateY(-50%);
    border: 1px solid #333;
}

.sh-concept-arrow {
  font-family: "Cinzel", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 16px;
  position: relative;
  letter-spacing: 0.1em;
  text-align: left;
}
.sh-concept-arrow span {
  position: absolute;
  top: -2px;
  right: 0;
  display: inline-block;
  width: 83%;
  height: 1px;
  margin-top: 13.5px;
  border-radius: 9999px;
  background-color: #000000;
}
.sh-concept-arrow span::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 20px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
.sh-concept-arrow.__no-link {
    opacity: 0.2;
}

.sh-concept-arrow2 {
  position: relative;
}
.sh-concept-arrow2 span {
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 80%;
  height: 1px;
  margin-top: 13.5px;
  border-radius: 9999px;
  background: linear-gradient(#fff0a4, #cea72d, #fff0a4, #cea72d);
}
.sh-concept-arrow2 span::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 20px;
  height: 1px;
  border-radius: 9999px;
  background-color: #cea72d;
  transform: rotate(45deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
.sh-concept-arrow.__no-link {
    opacity: 0.2;
}


html a.sh-concept-link2 ,
html a.sh-concept-link2:hover ,
html a.sh-concept-link ,
html a.sh-concept-link:hover {
  color: #333;
  text-decoration: none;
}
a.sh-concept-link .sh-concept-box2 > div:last-child img {
  transition: transform .3s ease-out;
  transform-origin: center center;
}
a.sh-concept-link:hover .sh-concept-box2 > div:last-child img {
    transform: scale(1.05);
}
a.sh-concept-link2:hover > div ,
a.sh-concept-link:hover .sh-concept-box2 ,
a.sh-concept-link:hover .sh-concept-arrow {
    opacity: 0.9;
}

.sh-concept-link2 > div {
    font-size: 20px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    color: #fff;
    background-color: #004143;
    padding: 20px 10px 40px;
    text-align: center;
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
}

.MT80 {
    margin-top: 80px;
}

sup {
    top: 0;
}
sub {
    bottom: 0.25em;
}

@media screen and (max-width: 767px) {
    .sh-concept-box1 > div:nth-child(2) {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: left;
    }
}

@media screen and (min-width: 768px) {
    .sh-gradient-wrapper {
        padding-bottom: 40px;
    }

    .sh-concept-title1 {
        font-size: 32px;
    }
    .sh-concept-title2 {
        font-size: 30px;
    }
    .sh-concept-title3 {
        font-size: 24px;
    }
    .sh-concept-title4 {
        font-size: 30px;
    }
    .sh-concept-text1 {
        font-size: 18px;
    }
    .sh-concept-caption1 {
        font-size: 14px;
    }

    .sh-concept-bgbox1 {
        padding-top: 80px;
        padding-bottom: 240px;
    }

    .sh-concept-box1 {
        flex-direction: row;
    }
    .sh-concept-box1 > div:first-child {
        width: 26.25%;
    }
    .sh-concept-box1 > div:nth-child(2) {
        width: 47.5%;
    }
    .sh-concept-box1 > div:last-child {
        width: 26.25%;
    }

    .sh-concept-box2 {
        flex-direction: row;
    }
    .sh-concept-box2 > div {
        width: 48.88%;
        max-width: 450px;
    }
    .sh-concept-box2 > div > div {
        align-items: center;
    }

    .sh-concept-arrow span {
      width: calc(100% - 70px);
    }

    .sh-concept-list li {
        font-size: 20px;
    }
    .sh-concept-link2 {
        font-size: 22px;
    }

    .sh-concept-img1 {
        width: 50%;
    }
}

@media screen and (min-width: 1120px) {
}