@charset "UTF-8";
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  @media only screen and (max-width: 767px) {
    scroll-padding-top: 0;
  }
}
.s5-container {
  max-width: none;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
body {
  overflow-x: hidden !important;
}

.c5-container {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Myriad Pro, "メイリオ", "Meiryo", sans-serif;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .c5-container {
    font-size: 3.4666666667vw;
  }
}
.c5-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.c5-container img {
  max-width: 100%;
}
.c5-container img:not(.s5-iconInline) {
  vertical-align: bottom;
}
.c5-container ul {
  padding-left: 1.5em;
}
.c5-mvCol {
  display: flex;
  @media only screen and (max-width: 767px) {
    display: block;
  }
  > div {
    flex: 0 1 50%;
    img {
      width: 100%;
    }
  }
  a {
    transition: .3s ease;
    display: block;
    &:hover {
      opacity: .7;
    }
  }
}
.c5-mainvisual {
  background: url("../img/main.jpg") center no-repeat;
  background-size: cover;
  padding-top: 44.7%;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.c5-mainvisual .s5-buttonV3 {
  font-size: 22px;
  font-weight: bold;
  background-color: #C92C20;
}
.c5-mainvisual__layer {
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
.c5-mainvisual__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.c5-mainvisual__ttl {
  font-weight: bold;
  font-size: 56px;
  line-height: 1.2;
  margin: 40px 0 10px;
  font-feature-settings: palt;
}
.c5-mainvisual__text {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 10px;
}

.c5-navwrap {
  background: rgba(7, 72, 136, 0.9);
  font-size: min(1.2rem,1.4vw);
}
.c5-navwrap.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
.c5-nav {
  display: flex;
  margin: 0 auto;
  padding: 0 !important;
  justify-content: center;
  max-width: 1200px;
}
.c5-nav li {
  list-style: none;
  margin: 0;
  flex: 0 1 25%;
  border-left: 1px solid #fff;
}
.c5-nav li:last-child {
  border-right: 1px solid #fff;
}
.c5-nav li > a,
.c5-nav li > div {
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #fff;
  font-weight: bold;
  padding: 15px 5px;
  text-decoration: none;
  transition: background .3s ease;
}
.c5-nav li > div a {
  text-decoration: underline;
  &:hover {
    color: #fff;
    text-decoration: none;
  }
}
.c5-nav li > a:hover {
  background-color: #074888;
}

.c5-ta-c {
  text-align: center !important;
}

.c5-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c5-row--col4 .c5-row__col {
  max-width: 25%;
}
@media only screen and (max-width: 767px) {
  .c5-row--col4 .c5-row__col {
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .c5-row--spcol1 .c5-row__col {
    max-width: 100%;
    width: 100%;
  }
}

.c5-button {
  background: #f0832b;
  display: table;
  font-size: 22px;
  font-weight: bold;
  color: white !important;
  text-decoration: none !important;
  min-width: 400px;
  padding: .6em 2em .5em;
  transition: opacity .3s;
  margin: 1em auto;
}
.c5-btnNotes {
  text-align: center;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .c5-button {
    min-width: inherit;
    font-size: 3.7333333333vw;
  }
}
.c5-button:hover {
  opacity: .65;
}
.c5-button span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.c5-subvisual {
  margin-top: 3em;
  text-align: center;
}
.c5-subvisual__image {
  text-align: center;
  margin-bottom: 2em;
}
.c5-subvisual__text {
  text-align: left;
  background: #eaeaea;
  border-radius: 20px;
  padding: 2em;
}
.c5-subvisual__text > h1, .c5-subvisual__text > h2, .c5-subvisual__text > h3 {
  color: #ab2c27;
  font-size: 20px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .c5-subvisual__text > h1, .c5-subvisual__text > h2, .c5-subvisual__text > h3 {
    font-size: 5.3333333333vw;
  }
}
.c5-subvisual__text > *:first-child {
  margin-top: 0;
}
.c5-subvisual__text > *:last-child {
  margin-bottom: 0;
}

.c5-em-01 {
  color: #012f62;
}
.c5-fcBlue {
  color: #074888;
}
.c5-fcRed {
  color: #C92C20;
}
.c5-service-title {
  padding: 0 0 40px 0;
  margin: 40px 0 80px 0;
  font-size: 38px;
  line-height: 1.5;
  text-align: center;
  position: relative;
  @media only screen and (max-width: 767px) {
    font-size: 24px;
    padding: 0 0 30px 0;
    margin: 20px 0 40px 0;
  }
  &::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 2px;
    background-color: #074888;
  }
}
.c5-section {
  padding: 50px 15px;
}
.c5-section-title {
  color: #074888;
  font-size: 32px;
  line-height: 1.3;
  padding-left: 40px;
  position: relative;
  margin: 0 0 30px;
}
.c5-section-title:before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/icon_title.png) center left no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #reason .c5-row__col + .c5-row__col {
    margin-top: 2em;
  }
}

.c5-reasonBox__head {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  padding: 5px;
  box-sizing: border-box;
  background: #074888;
  display: table;
  color: white;
  position: relative;
  margin: 50px auto;
}
@media only screen and (max-width: 767px) {
  .c5-reasonBox__head {
    width: 40vw;
    height: 40vw;
    font-size: 5vw;
    margin: 6.6666666667vw auto 8vw;
  }
}
.c5-reasonBox__head:before, .c5-reasonBox__head:after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 150px;
  height: 150px;
}
@media only screen and (max-width: 767px) {
  .c5-reasonBox__head:before, .c5-reasonBox__head:after {
    width: 40vw;
    height: 40vw;
  }
}
.c5-reasonBox__head:before {
  content: "";
  display: block;
  padding: 10px;
  background: rgba(7, 72, 136, 0.6);
}
.c5-reasonBox__head:after {
  content: "";
  display: block;
  padding: 20px;
  background: rgba(7, 72, 136, 0.4);
}
.c5-reasonBox__head > * {
  position: relative;
  z-index: 1;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.c5-reasonBox__body {
  display: table;
  margin: auto;
}
.c5-reasonBox__title {
  color: #ab2c27;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c5-reasonBox__title {
    font-size: 4.2666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .c5-reasonBox__text {
    margin-top: .5em;
  }
}

.c5-flow {
  background: #ab2c27;
  border-radius: 10px;
  color: white;
  width: 100%;
  display: table;
  box-shadow: 5px 5px 0 0 silver;
}
.c5-flow__text {
  display: table-cell;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}

#howit .c5-row {
  margin: 0 -10px;
}

#howit .c5-row__col {
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #howit .c5-row__col {
    width: 50%;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .c5-section-figure {
    margin-left: 0;
    margin-right: 0;
  }
}

.c5-intro {
  color: #ffffff;
  padding: 2em;
  margin: 20px auto;
  background-color: #000000;
}

.s5-list li {
  margin-bottom: 15px;
}

.s5-list li span {
  color: #ffffff;
  font-size: 1.28rem;
  font-weight: bold;
}

.c5-newslist {
  margin: 20px 0 0 0;
}
.c5-newslist dt {
  float: left;
  clear: left;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .c5-newslist dt {
    float: none;
  }
}
.c5-newslist dd {
  margin: 0;
  padding: 0 0 15px 120px;
}
.c5-newslist dd:last-child {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .c5-newslist dd {
    padding-left: 0;
  }
}
.c5-newslist a {
  color: #074888;
}

.c5-pointBox {
  position: relative;
  margin-bottom: 70px;
}
.c5-pointBox.rv .txt {
  margin-left: auto;
  padding-right: 60px;
  padding-left: 120px;
}
.c5-pointBox .txt {
  width: 40%;
  background-color: #F2F4F7;
  padding: 60px 120px 60px 50px;
  position: relative;
}
.c5-pointBox .ttl {
  border-bottom: 2px solid #074888;
  padding-bottom: 10px;
  margin: 0 0 15px;
  font-size: 32px;
  line-height: 1;
}
.c5-pointBox .ttl .line {
  display: inline-block;
  margin-bottom: 10px;
}
.c5-pointBox .ttl .big {
  font-size: 86px;
  color: #074888;
}
.c5-pointBox .point {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  line-height: 1;
  z-index: 2;
  width: 130px;
  height: 130px;
}
.c5-pointBox .point > div {
  position: relative;
  z-index: 2;
  padding: 8px 8px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  display: inline-block;
}
.c5-pointBox .point .num {
  font-size: 50px;
}
.c5-pointBox .point::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 130px 130px 0 0;
  border-color: #074888 transparent transparent transparent;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
.c5-pointBox.rv .point {
  left: auto;
  right: 0;
  text-align: right;
}
.c5-pointBox.rv .point::before {
  border-width: 0 130px 130px 0;
  border-color: transparent #074888 transparent transparent;
}
.c5-pointBox .point span {
  font-size: 50px;
}
.c5-pointBox .img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 51.7%;
  z-index: 2;
}
.c5-pointBox.rv .img {
  left: 0;
  right: auto;
}

.c5-aboutBlock {
  max-width: 1100px;
  margin: 100px auto 0 auto;
}
.c5-aboutBlock .lead {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
}
.c5-ttlAbout {
  text-align: center;
  font-size: 28px;
  line-height: 1.2;
  color: #074888;
  font-weight: bold;
  position: relative;
}
.c5-ttlAbout::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  background-color: #074888;
}
.c5-ttlAbout span {
  display: inline-block;
  background-color: #fff;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}
.c5-map {
  border-top: 1px solid #074888;
  padding-top: 30px;
  margin-top: 30px;
}
.c5-mapInner {
  text-align: center;
  margin: -30% auto 0 auto;
  max-width: 70%;
}
.c5-mapInner .lead {
  font-size: 24px;
}
.c5-systemCols {
  display: flex;
}
.c5-systemCols + .c5-cols {
  margin-top: 70px;
}
.c5-systemCols.col3 {
  margin-left: -15px;
  margin-right: -15px;
}
.c5-systemCols.col3 .c5-systemBox {
  width: calc(100% / 3 - 30px);
  margin-left: 15px;
  margin-right: 15px;
}
.c5-systemCols .arrow {
  margin: 0 25px 0 35px;
  position: relative;
}
.c5-systemCols .arrow > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.c5-systemBox {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 35px 20px 20px 20px;
  flex: 1 auto;
  margin-top: 30px;
  box-sizing: border-box;
}
.c5-systemBox p:last-child {
  margin-bottom: 0;
}
.c5-systemBox .head {
  text-align: center;
  margin-top: -50px;
  letter-spacing: .05em;
  font-size: 15px;
}
.c5-systemBox .head span {
  display: inline-block;
  color: #fff;
  background-color: #074888;
  padding: 10px 15px;
  line-height: 1;
}
.c5-systemBox .head em {
  font-style: normal;
  font-size: 1.5em;
}
.c5-systemBox .ttl {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}
.c5-systemBox .img {
  text-align: center;
  margin-top: 20px;
}
.c5-arrowDown {
  text-align: center;
  margin: 30px 0;
}
.c5-arrowDown img {
  max-width: 290px;
}
.c5-deliveryBox {
  background-color: #F2F4F7;
  border-radius: 10px;
  max-width: 1100px;
  margin: 0 auto 60px auto;
  padding: 30px 50px;
}
.c5-deliveryBox .ttl {
  color: #074888;
  font-weight: bold;
  margin: 0 0 30px;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
}
.c5-deliveryCols {
  background-color: #fff;
  display: flex;
  padding: 40px 50px;
  align-items: center;
}
.c5-deliveryCols .img {
  margin-right: 40px;
}
.c5-deliveryCols .txt {
  font-weight: bold;
  font-size: 24px;
}
.c5-circleBlock {
  background-color: #F2F4F7;
  padding: 40px 15px;
  margin-bottom: 40px;
}
.c5-circles {
  display: flex;
  justify-content: center;
}
.c5-circles > div {
  margin: 0 1%;
  text-align: center;
}
.c5-circles a {
  box-sizing: border-box;
  width: 184px;
  height: 184px;
  border-radius: 50%;
  border: 10px solid #DDE5F2;
  background-color: #fff;
  display: block;
  color: #074888;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  transition: background .3s ease;
}
.c5-circles a:hover {
  background-color: #DDE5F2;
  text-decoration: none;
}
.c5-circles .inner {
  position: absolute;
  width: 100%;
  top: 57%;
  transform: translateY(-50%);
}
.c5-circles .big {
  font-size: 24px;
}
.c5-circles .arrow {
  line-height: 1;
  margin-top: 15px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8.5px 0 8.5px;
  border-color: #074888 transparent transparent transparent;
}

.c5-ttlQube {
  font-weight: bold;
  background: url("../img/icon_qube.svg") no-repeat left 5px;
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 20px;
  padding-left: 30px;
}
.c5-cols {
  display: flex;
  &.half {
    gap: 40px;
    > div {
      flex: 0 1 50%;
    }
  }
}
.c5-valign-center {
  align-content: center;
}
.c5-cols + * {
  margin-top: 70px;
}
.c5-cols.col2 .txt {
  flex: 1;
}
.c5-cols.col2 .img {
  margin-left: 20px;
  /*flex: 1 0 49%;*/
}
.c5-cols.col3 {
  margin-right: -20px;
  margin-left: -20px;
}
.c5-cols.col3 > div {
  margin: 0 20px;
  width: calc(100% / 3 - 40px);
}
.c5-illust {
  text-align: center;
  margin-top: 20px;
}
.c5-lead-feature {
  font-size: min(1.8vw, 28px);
  font-weight: bold;
}
.c5-fwB {
  font-weight: bold;
}
.c5-txtC {
  text-align: center;
}
.c5-hide {
  display: none;
}
.c5-pc {
  @media only screen and (max-width: 767px) {
    display: none;
  }
}
.c5-sp {
  display: none;
  @media only screen and (max-width: 767px) {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .c5-mainvisual {
    background-image: url("../img/main_sp.jpg");
    height: calc(100vh - 50px);
    padding: 0;
  }
  .c5-mainvisual__layer {
    text-align: center;
  }
  .c5-mainvisual__ttl {
    font-size: 8vw;
  }
  .c5-mainvisual__text {
    font-size: 4vw;
  }
  .c5-mainvisual .s5-buttonV3 {
    font-size: 4vw;
  }
  .c5-navwrap {
    font-size: 10px;
  }
  .c5-nav li:first-child {
    border-left: none;
  }
  .c5-nav li:last-child {
    border-right: none;
  }
  .c5-nav li > a, .c5-nav li > div {
    padding: 10px 5px;
  }
  .c5-nav .ex a {
    padding-top: 1.3em;
  }
  .c5-section {
    padding: 30px 15px;
  }
  .c5-pointBox {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #F2F4F7;
  }
  .c5-pointBox .ttl {
    font-size: 18px;
  }
  .c5-pointBox .ttl .big {
    font-size: 48px;
  }
  .c5-pointBox.rv .txt,
  .c5-pointBox .txt {
    padding: 0;
    width: auto;
    margin: 0;
  }
  .c5-pointBox .img {
    position: static;
    width: auto;
    transform: none;
    text-align: center;
  }
  .c5-pointBox .point .num {
    font-size: 24px;
  }
  .c5-pointBox .point,
  .c5-pointBox.rv .point {
    width: 72px;
    height: 72px;
    top: -20px;
    right: -20px;
    left: auto;
    text-align: right;
    font-size: 10px;
  }
  .c5-pointBox .point::before,
  .c5-pointBox.rv .point::before {
    border-width: 0 72px 72px 0;
    border-color: transparent #074888 transparent transparent;
  }
  .c5-pointBox .point > div {
    padding: 5px;
  }
  .c5-section-title {
    margin-bottom: 20px;
    font-size: 20px;
    padding-left: 30px;
  }
  .c5-section-title:before {
    width: 24px;
    height: 24px;
  }
  .c5-ttlQube {
    font-size: 18px;
    background-position: 0 2px;
    background-size: 18px;
    padding-left: 25px;
    margin-bottom: 20px;
  }
  .c5-systemCols + .c5-cols {
    margin-top: 50px;
  }
  .c5-cols {
    display: block;
  }
  .c5-cols.col2 .img {
    margin: 20px 0 0 0;
    text-align: center;
    img {
      width: unset;
    }
  }
  .c5-cols.col3 {
    margin-left: 0;
    margin-right: 0;
  }
  .c5-cols.col3 > div {
    width: auto;
    margin: 0 0 40px 0;
  }
  .c5-cols.col3 > div:last-child {
    margin-bottom: 0;
  }
  .c5-cols.half > div:not(:last-child) {
    margin-bottom: 20px;
  }
  .c5-aboutBlock {
    margin-top: 60px;
  }
  .c5-aboutBlock .lead {
    font-size: 18px;
  }
  .c5-circleBlock {
    padding: 20px 15px;
    margin-bottom: 30px;
  }
  .c5-circles {
    flex-wrap: wrap;
    margin: 0 -8px -16px -8px;
  }
  .c5-circles > div {
    width: calc(50% - 16px);
    margin: 0 8px 16px 8px;
  }
  .c5-circles a {
    width: auto;
    height: auto;
    border-width: 4px;
    padding: 15px 15px 10px 15px;
    border-radius: 4em;
  }
  .c5-circles .arrow {
    margin-top: 8px;
  }
  .c5-circles .inner {
    position: static;
    transform: none;
  }
  .c5-circles .big {
    font-size: 16px;
  }
  .c5-systemCols {
    display: block;
  }
  .c5-systemCols .arrow {
    text-align: center;
    margin: 20px 0 40px;
  }
  .c5-systemCols .arrow > div {
    transform: none;
    position: static;
    top: auto;
    height: 30px;
  }
  .c5-systemCols .arrow img {
    transform: rotate(90deg);
    margin-top: -40px;
  }
  .c5-systemCols.col3 {
    margin-left: 0;
    margin-right: 0;
  }
  .c5-systemCols.col3 .c5-systemBox {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .c5-systemBox {
    padding: 35px 15px 15px 15px;
  }
  .c5-systemBox .head {
    font-size: 14px;
  }
  .c5-systemBox .head span {
    padding: 7px 10px;
  }
  .c5-systemBox .ttl {
    font-size: 16px;
  }
  .sp-cols {
    display: flex;
  }
  .sp-cols p {
    margin-top: 0;
  }
  .sp-cols .img {
    margin: 0 0 0 15px;
    flex: 1 0 47%;
  }
  .sp-cols .img img {
    height: auto;
  }
  .c5-deliveryBox {
    padding: 20px;
    margin-bottom: 40px;
  }
  .c5-deliveryBox .ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .c5-deliveryCols {
    display: block;
    padding: 15px;
  }
  .c5-deliveryCols .img {
    margin: 0;
  }
  .c5-deliveryCols .txt {
    font-size: 16px;
    text-align: center;
  }
  .c5-deliveryCols ul {
    margin-bottom: 0;
    display: inline-block;
    text-align: left;
  }
  .c5-arrowDown img {
    width: 160px;
  }
  .c5-ttlAbout {
    font-size: 20px;
  }
  .c5-ttlAbout + .lead {
    font-size: 14px;
    text-align: left;
  }
  .c5-mapInner {
    max-width: none;
    margin-top: -20px;
  }
  .c5-lead-feature {
    font-size: 18px;
  }
  .s5-header2 {
    margin-top: 0;
  }
}
