@charset "UTF-8";
/* ===================================
設備・構造
=================================== */
.content-bg {
  padding-bottom: 100px;
}

.mainCopy {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .mainCopy {
    margin-top: 40px;
  }
}

.notes {
  display: block;
  font-size: 10px;
  letter-spacing: 0.1em;
}

/* ===================================
sNav
=================================== */
.sNav {
  margin: 100px 20px 150px;
}
.sNav.num02 {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .sNav {
    margin: 50px 0 75px;
  }
}
.sNav ul {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.sNav ul li {
  margin: 0 5px;
}
.sNav ul li.on a {
  opacity: 0.75;
}
.sNav ul li.on a:before {
  width: calc(100% - 14px);
  height: calc(100% - 20px);
  left: 7px;
  top: 9px;
}
.sNav ul li.on a:after {
  width: calc(100% - 20px);
  height: calc(100% - 14px);
  left: 9px;
  top: 7px;
}
body:not(.smf) .sNav ul li a:hover {
  opacity: 0.75;
}
body:not(.smf) .sNav ul li a:hover:before {
  width: calc(100% - 14px);
  height: calc(100% - 20px);
  left: 7px;
  top: 9px;
}
body:not(.smf) .sNav ul li a:hover:after {
  width: calc(100% - 20px);
  height: calc(100% - 14px);
  left: 9px;
  top: 7px;
}
.sNav ul li {
  width: 30%;
}
.sNav ul li a {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #334457;
  color: #FFF;
  width: 100%;
  height: 70px;
  font-family: "リュウミン R-KL";
  font-size: 21px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sNav ul li a:first-child {
  margin-left: 0;
  letter-spacing: 0;
}
.sNav ul li a:before {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 14px);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 4px;
  top: 6px;
  z-index: 10;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sNav ul li a:after {
  content: "";
  width: calc(100% - 14px);
  height: calc(100% - 8px);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 6px;
  top: 4px;
  z-index: 10;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.sNav ul li a p {
  width: 100%;
  height: 100%;
  padding: 6px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.sNav ul li a p:after {
  content: "";
  background: url(../../common/imgs/chip.png);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0.5;
}
.sNav ul li a span {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: #334457;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .sNav ul {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .sNav ul li a {
    width: 100%;
    height: 60px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 960px) {
  .sNav.num01 {
    margin-bottom: 28px;
  }

  .sNav.num02 {
    margin-top: 26px;
  }
}
.line-title {
  margin-top: 150px;
  font-size: 21px;
  font-family: "リュウミン R-KL";
  letter-spacing: 0.2em;
  text-align: center;
}
.line-title > span {
  display: inline-block;
  min-width: 400px;
  padding: 0 130px;
  position: relative;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.line-title > span:before, .line-title > span:after {
  content: "";
  display: block;
  background: #CBCBCB;
  width: 100px;
  height: 1px;
  position: absolute;
  top: calc(50% - 1px);
}
.line-title > span:before {
  left: 0px;
}
.line-title > span:after {
  right: 0px;
}
@media only screen and (max-width: 767px) {
  .line-title {
    margin-top: 60px;
    letter-spacing: 0.15em;
  }
  .line-title > span {
    min-width: auto;
    padding: 0 50px;
  }
  .line-title > span:before, .line-title > span:after {
    width: 40px;
  }
  .line-title > span .en {
    left: calc(50% - 75px);
    bottom: -25px;
    width: 150px;
  }
}

/* ===================================
sttl
=================================== */
.sttl {
  font-size: 24px;
  margin-bottom: 34px;
}

@media only screen and (max-width: 960px) {
  .sttl {
    font-size: 20px;
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 640px) {
  .sttl {
    font-size: 18px;
  }
}
/* ===================================
block
=================================== */
.intro {
  margin-bottom: 30px;
}
.intro > .block {
  display: flex;
}
.intro > .block .item {
  background: #f1f1f1;
  border: #cbcbcb solid 1px;
  padding: 19px 9px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.intro > .block .blockLR {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.intro > .block .blockLR .col-l {
  width: 50.66%;
}
.intro > .block .blockLR .col-r {
  width: 44.93%;
}
.intro > .block .block-bottom ul {
  display: flex;
    margin-bottom: 5px;
}

.sink{
    justify-content: space-around;
}

.intro > .block .block-bottom ul li {
  width: 31.71%;
  margin-left: 2.64%;
}
.intro > .block .block-bottom ul li:first-child {
  margin-left: 0;
}
.intro > .block .block-bottom ul li .img {
  margin-bottom: 5px;
}
.intro > .block .block-bottom ul li .h {
  color: #1A1A1A;
}
@media only screen and (max-width: 767px) {
  .intro > .block {
    display: block;
  }
  .intro > .block .item {
    background: #f1f1f1;
    border: #cbcbcb solid 1px;
    padding: 19px 9px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .intro > .block .blockLR {
    display: block;
    margin-bottom: 20px;
  }
  .intro > .block .blockLR .col-l {
    width: 100%;
  }
  .intro > .block .blockLR .col-r {
    width: 100%;
  }
  .intro > .block .block-bottom ul {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .intro > .block .block-bottom ul li {
    width: 47.85%;
    margin-left: 4.28%;
    margin-bottom: 10px;
  }
  .intro > .block .block-bottom ul li:nth-child(odd) {
    margin-left: 0;
  }
}

.block {
  font-size: 0;
  letter-spacing: -0.4em;
}
.block.mb {
  margin-bottom: 20px;
}
.block.block-free {
  position: relative;
}
.block.block-free .or {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #FFF;
  border-radius: 60px;
  color: #1A1A1A;
  font-family: "リュウミン R-KL";
  font-size: 16px;
  position: absolute;
  right: -35px;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  z-index: 1;
}
.block.block-free .line-title {
  margin: 0 0 5px;
  font-size: 16px;
  overflow: hidden;
}
.block.block-free .line-title span {
  min-width: auto;
  padding: 0;
}
.block.block-free .line-title span::before {
  left: auto;
  right: calc(100% - -20px);
  width: 300px;
}
.block.block-free .line-title span::after {
  right: auto;
  left: calc(100% - -17px);
  width: 300px;
}
.block.block-free .item {
  margin-bottom: 5px;
}
.block.block-custom1 {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.block.block-custom1 .col-l {
  width: 23.95%;
}
.block.block-custom1 .col-r {
  width: 74.68%;
}
.block.block-custom1 .mainCopy {
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.block.block-custom1 .item .img {
  margin-bottom: 5px;
}
.block.block-custom1 ul {
  display: flex;
}
.block.block-custom1 ul li {
  width: 32.07%;
  margin-left: 1.81%;
}
.block.block-custom1 ul li:first-child {
  margin-left: 0;
}
.block.block-custom2 {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.block.block-custom2 .h {
  text-align: center;
  margin: 0;
  position: relative;
}
.block.block-custom2 .h::before, .block.block-custom2 .h::after {
  content: "";
  width: 8px;
  height: 100%;
  border-top: #193F6B solid 1px;
  border-bottom: #193F6B solid 1px;
  position: absolute;
  top: 0;
}
.block.block-custom2 .h::before {
  border-left: #193F6B solid 1px;
  left: 0;
}
.block.block-custom2 .h::after {
  border-right: #193F6B solid 1px;
  right: 0;
}
.block .item {
  display: inline-block;
  vertical-align: top;
  width: 48.95833333%;
  width: 49.27%;
  margin-left: 2.08333333%;
  margin-left: 1.25%;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.block .item.ml0 {
  margin-left: 0 !important;
}
.block .item > .block > .item {
  display: inline-block;
  vertical-align: top;
  width: 47.87234043%;
  width: 48.62%;
  margin-left: 4.25531915%;
  margin-left: 2.53%;
}
.block .item .img {
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}
.block .item .img img {
  width: 100%;
}
.block .item .h {
  color: #193f6b;
  font-family: "リュウミン R-KL";
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.block .item .h.let {
  letter-spacing: -0.07em;
}
.block .item .h.sml {
  font-size: 15.5px;
}
.block .item .h.is-black {
  color: #1A1A1A;
}
.block .item .txt {
  font-size: 13px;
  line-height: 1.69;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 960px) {
  .block .item .img {
    margin-bottom: 7px;
  }
  .block .item .h {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .block .item .h.sml {
    font-size: 14.5px;
  }
  .block .item .txt {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .block.block-free {
    position: relative;
  }
  .block.block-free .or {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #FFF;
    border-radius: 40px;
    color: #1A1A1A;
    font-family: "リュウミン R-KL";
    font-size: 14px;
    position: absolute;
    right: calc(-20px - 2.53%);
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    z-index: 1;
  }
  .block.block-custom1 {
    display: block;
  }
  .block.block-custom1 .col-l {
    width: 100%;
  }
  .block.block-custom1 .col-r {
    width: 100%;
  }
  .block.block-custom1 .mainCopy {
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
  }
  .block.block-custom1 .item .img {
    margin-bottom: 5px;
  }
  .block.block-custom1 ul {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block.block-custom1 ul li {
    width: 48.33%;
    margin-left: 3.33%;
  }
  .block.block-custom1 ul li:nth-child(odd) {
    margin-left: 0;
  }
  .block .item {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 13px;
  }
}
