@charset "UTF-8";
/*======================
/*設定項目
/*====================*/
#strong h2, #sale .txtbox h2, #information .txtbox h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.03em;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

#strong h2 small, #sale .txtbox h2 small, #information .txtbox h2 small {
  display: block;
  margin-left: 17px;
  padding-top: 3px;
  color: #004ec5;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-family: 'Century Gothic', Century Gothic, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}

@media (max-width: 767px) {
  #strong h2, #sale .txtbox h2, #information .txtbox h2 {
    font-size: 28px;
  }
  #strong h2 small, #sale .txtbox h2 small, #information .txtbox h2 small {
    font-size: 14px;
  }
}

#assessment .txtbox .heading h2, #news h2, #access h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 0.03em;
}

#assessment .txtbox .heading h2 small, #news h2 small, #access h2 small {
  display: block;
  margin-bottom: 10px;
  color: #004ec5;
  font-size: 18px;
  line-height: 1.11111;
  letter-spacing: 0.1em;
  font-family: 'Century Gothic', Century Gothic, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}

@media (max-width: 767px) {
  #assessment .txtbox .heading h2, #news h2, #access h2 {
    font-size: 28px;
  }
  #assessment .txtbox .heading h2 small, #news h2 small, #access h2 small {
    font-size: 14px;
  }
}

#strong .contents .btn, #assessment .txtbox .heading .btn, #sale .btn, #news .btn, #information .btn, #access .txtbox .btns p {
  width: 100%;
  max-width: 200px;
}

#strong .contents .btn a, #assessment .txtbox .heading .btn a, #sale .btn a, #news .btn a, #information .btn a, #access .txtbox .btns p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 5px 30px;
  border-radius: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#strong .contents .btn a:hover, #assessment .txtbox .heading .btn a:hover, #sale .btn a:hover, #news .btn a:hover, #information .btn a:hover, #access .txtbox .btns p a:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  #strong .contents .btn a, #assessment .txtbox .heading .btn a, #sale .btn a, #news .btn a, #information .btn a, #access .txtbox .btns p a {
    min-height: 50px;
    font-size: 14px;
  }
}

#strong .contents .btn a, #assessment .txtbox .heading .btn a {
  color: #4ca5c4;
  background: url(../images/arrow-sky.png) no-repeat right 20px center, #fff;
}

#sale .btn a, #news .btn a, #information .btn a, #access .txtbox .btns p a {
  color: #fff;
  background: url(../images/arrow-wh.png) no-repeat right 20px center, #4ca5c4;
}

/* ----------------------------------------------
mainvisual
------------------------------------------------- */
#mainvisual {
  position: relative;
  z-index: 0;
  padding-bottom: 205px;
  background: #f1f4f6;
  overflow: hidden;
}

#mainvisual::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  z-index: 0;
  width: max(50% - 300px, 20%);
  height: 100%;
  background: #4ca5c4;
}

#mainvisual::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 85px 100vw;
  border-color: transparent transparent #fff transparent;
}

#mainvisual .catch {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 97px;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#mainvisual .catch .main-catch {
  color: #004ec5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  font-size: min(5vw, 50px);
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-shadow: white 3px 0px 0px, white 2.83487px 0.98158px 0px, white 2.35766px 1.85511px 0px, white 1.62091px 2.52441px 0px, white 0.70571px 2.91581px 0px, white -0.28717px 2.98622px 0px, white -1.24844px 2.72789px 0px, white -2.07227px 2.16926px 0px, white -2.66798px 1.37182px 0px, white -2.96998px 0.42336px 0px, white -2.94502px -0.5717px 0px, white -2.59586px -1.50383px 0px, white -1.96093px -2.27041px 0px, white -1.11013px -2.78704px 0px, white -0.13712px -2.99686px 0px, white 0.85099px -2.87677px 0px, white 1.74541px -2.43999px 0px, white 2.44769px -1.73459px 0px, white 2.88051px -0.83825px 0px;
}

#mainvisual .catch .text {
  margin-top: 17px;
  font-size: min(2vw, 20px);
  letter-spacing: 0.08em;
}

#mainvisual .contents {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 70px;
}

#mainvisual .contents .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  font-size: min(2.4vw, 24px);
  letter-spacing: 0.08em;
}

#mainvisual .contents .left p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 80px;
  margin: 0 0 0 auto;
  padding-left: 10px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  line-height: 1;
}

#mainvisual .contents .left p span {
  display: inline-block;
  border-right: 2px solid #004ec5;
  padding-right: 15px;
}

#mainvisual .contents .right {
  width: min(50% + 430px, 100% - 8vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#mainvisual .contents .right .mainimg {
  width: 80.95238%;
  background: #fff;
}

#mainvisual .contents .right .thumbimg {
  width: 19.04762%;
  background: #fff;
}

#mainvisual .contents .right .thumbimg img {
  width: 100%;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media (max-width: 1399px) {
  #mainvisual .contents {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #mainvisual .contents .left {
    width: 8vw;
    padding-top: 2vw;
    padding-left: 1vw;
  }
}

@media (max-width: 999px) {
  #mainvisual .contents {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  #mainvisual {
    margin-bottom: 30px;
    padding-bottom: 45%;
  }
  #mainvisual::before {
    width: 19.04762%;
  }
  #mainvisual::after {
    border-width: 0 0 10vw 100vw;
  }
  #mainvisual .catch {
    bottom: 14%;
  }
  #mainvisual .contents {
    display: block;
  }
  #mainvisual .contents .left {
    width: 100%;
    margin-bottom: 10px;
  }
  #mainvisual .contents .left p {
    width: 100%;
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
  }
  #mainvisual .contents .left p span {
    border-top: 1px solid #004ec5;
    border-right: 0;
    padding-top: 3px;
    padding-right: 0;
  }
  #mainvisual .contents .right {
    width: 100%;
  }
}

/* ----------------------------------------------
strong
------------------------------------------------- */
#strong {
  position: relative;
  padding: 58px 10px 89px;
  background: url(../images/strong-bg.jpg) no-repeat center/cover;
}

#strong::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(76, 165, 196, 0.9);
  -webkit-clip-path: polygon(0 0, 100% 0, 65.78vw 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 65.78vw 100%, 0 100%);
}

#strong .inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#strong h2 {
  margin-right: 60px;
  color: #fff;
}

#strong .contents {
  padding-top: 10px;
}

#strong .contents .text {
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 3;
  letter-spacing: 0.05em;
}

#strong .contents .btn {
  margin-top: 39px;
}

@media (max-width: 999px) {
  #strong::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 80vw 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 80vw 100%, 0 100%);
  }
  #strong .inner {
    padding-right: 15vw;
  }
}

@media (max-width: 767px) {
  #strong {
    padding: 50px 10px;
  }
  #strong .inner {
    display: block;
    padding-right: 0;
  }
  #strong h2 {
    margin-bottom: 20px;
    margin-right: 0;
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    line-height: 1.4;
  }
  #strong h2 small {
    margin-left: 0;
    margin-bottom: 10px;
  }
  #strong .contents {
    padding-right: 15vw;
  }
  #strong .contents .text {
    font-size: 16px;
    line-height: 2;
  }
}

/* ----------------------------------------------
sale
------------------------------------------------- */
#sale {
  position: relative;
  padding-bottom: 69px;
}

#sale::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 190px);
  background: #f1f4f6;
}

#sale .inner {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 91px;
  overflow: hidden;
}

#sale .imgbox {
  width: 50%;
}

#sale .imgbox img {
  width: 100%;
  height: auto;
}

#sale .txtbox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: min(500px, 50%);
}

#sale .txtbox h2 {
  width: 100%;
  margin-top: -4px;
  margin-bottom: 48px;
  background: url(../images/sale.png) no-repeat left 74px bottom 5px;
  line-height: 2;
  letter-spacing: 0.05em;
}

#sale .txtbox h2 small {
  margin-left: -5px;
  padding-top: 4px;
  line-height: 1;
}

#sale .txtbox .text {
  padding-left: 40px;
  font-size: 18px;
  line-height: 1.77778;
}

#sale .btn {
  max-width: 310px;
  margin: 60px auto 0;
}

@media (max-width: 999px) {
  #sale .txtbox h2 {
    background-position: left 10px bottom 5px;
    background-size: 190px;
  }
}

@media (max-width: 767px) {
  #sale .inner {
    display: block;
  }
  #sale .imgbox {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  #sale .txtbox {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
  }
  #sale .txtbox h2 {
    background-size: 170px;
  }
  #sale .txtbox .text {
    padding: 0 10px;
    font-size: 16px;
  }
  #sale .btn {
    padding: 0 10px;
  }
}

/* ----------------------------------------------
assessment
------------------------------------------------- */
#assessment {
  position: relative;
  z-index: 0;
  padding-top: 88px;
  padding-bottom: 98px;
}

#assessment::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 286px);
  background: #f1f4f6;
}

#assessment .inner {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

#assessment .imgbox {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  padding: 0 105px;
}

#assessment .imgbox::before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 139px;
  height: 188px;
  max-height: calc(100% - 20px);
  background: url(../images/assessment.png) no-repeat center/contain;
}

#assessment .txtbox {
  position: relative;
  z-index: 0;
  padding-bottom: 80px;
}

#assessment .txtbox::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: min(92%, 50% + 420px);
  height: calc(100% + 200px);
  background: #4ca5c4;
}

#assessment .txtbox .heading {
  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;
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 24px;
  padding-top: 36px;
}

#assessment .txtbox .heading .btn {
  max-width: 220px;
  padding-bottom: 6px;
}

#assessment .txtbox .text {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  line-height: 1.77778;
}

@media (max-width: 999px) {
  #assessment .txtbox::before {
    height: 133%;
  }
}

@media (max-width: 767px) {
  #assessment {
    padding-bottom: 50px;
  }
  #assessment .imgbox {
    padding: 0 0 0 10vw;
  }
  #assessment .imgbox::before {
    width: 12vw;
    height: 100%;
  }
  #assessment .txtbox {
    padding-bottom: 50px;
  }
  #assessment .txtbox::before {
    height: 108%;
  }
  #assessment .txtbox .heading {
    display: block;
  }
  #assessment .txtbox .heading h2 {
    margin-bottom: 20px;
  }
  #assessment .txtbox .heading .btn {
    margin: 0 0 0 auto;
  }
  #assessment .txtbox .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 90px;
  padding-top: 86px;
}

#news h2 {
  text-align: center;
}

#news .contents .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e2e9ed;
  padding-top: 43px;
  padding-bottom: 11px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}

#news .contents .block + .block {
  margin-top: 5px;
}

#news .contents .block .date {
  width: 157px;
  padding-left: 20px;
  color: #004ec5;
  font-size: 14px;
  line-height: 2.14286;
}

#news .contents .block .text {
  font-size: 16px;
  line-height: 1.875;
}

#news .btn {
  max-width: 220px;
  margin: 61px auto 0;
}

@media (max-width: 767px) {
  #news .contents .block {
    display: block;
    padding-top: 10px;
  }
  #news .contents .block .date {
    padding-left: 0;
    font-size: 12px;
  }
  #news .contents .block .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
information
------------------------------------------------- */
#information {
  position: relative;
  padding-bottom: 56px;
}

#information::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 99px);
  background: #f1f4f6;
}

#information .inner {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
}

#information .imgbox {
  width: 50%;
}

#information .imgbox img {
  width: 100%;
  height: auto;
}

#information .txtbox {
  width: min(510px, 50% + 10px);
  padding-left: 10px;
}

#information .txtbox h2 {
  margin-bottom: 47px;
  letter-spacing: 0.05em;
}

#information .txtbox h2 small {
  letter-spacing: 0;
}

#information .txtbox .text {
  padding-right: 40px;
  font-size: 18px;
  line-height: 2;
}

#information .txtbox .text .name {
  color: #004ec5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, system-ui, sans-serif;
  font-weight: bold;
}

#information .btn {
  max-width: 220px;
  margin: 61px auto 0;
}

@media (max-width: 767px) {
  #information::before {
    height: calc(100% - 50px);
  }
  #information .inner {
    display: block;
  }
  #information .imgbox {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  #information .txtbox {
    width: 100%;
    max-width: 520px;
    margin: 0 auto 30px;
  }
  #information .txtbox h2 {
    margin-bottom: 20px;
    margin-right: 0;
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    line-height: 1.4;
  }
  #information .txtbox h2 small {
    margin-left: 0;
    margin-bottom: 10px;
  }
  #information .txtbox .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
access
------------------------------------------------- */
#access {
  padding-bottom: 89px;
  background: #f1f4f6;
}

#access h2 {
  margin-bottom: 28px;
  text-align: center;
}

#access .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  overflow: hidden;
}

#access .imgbox {
  width: 50%;
}

#access .imgbox .HTMLBlock {
  height: 100%;
}

#access .imgbox iframe {
  width: 100%;
  height: 100%;
}

#access .txtbox {
  width: min(500px, 50%);
  margin-top: -9px;
  padding-left: 42px;
  overflow: hidden;
}

#access .txtbox .text {
  padding-right: 10px;
  font-size: 18px;
  line-height: 2;
}

#access .txtbox .btns {
  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;
  margin: 50px -5px;
}

#access .txtbox .btns p {
  max-width: 220px;
  margin: 0 5px 10px;
}

@media (max-width: 767px) {
  #access .inner {
    display: block;
  }
  #access .imgbox {
    width: 100%;
    margin-bottom: 20px;
  }
  #access .imgbox iframe {
    height: clamp(150px, 50vw, 250px);
  }
  #access .txtbox {
    width: 100%;
    margin-top: 0;
    padding-left: 10px;
  }
  #access .txtbox .text {
    font-size: 14px;
  }
  #access .txtbox .btns {
    max-width: 220px;
    margin: 50px auto 0;
  }
}
/*# sourceMappingURL=index.css.map */