@charset "utf-8";

html,
body {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  line-height: 1.5em;
  color: #222;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
*,
::before,
::after {
  box-sizing: border-box;
}

ul {
  list-style: none;
}
ul,
li,
div {
  box-sizing: border-box;
}
ul,
li {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

main {
  margin: 0px 0 0 0;
  padding: 100px 0 0 0;
}

@media screen and (max-width: 767px) {
  main {
    margin: 0px 0 0 0;
    padding: 50px 0 0 0;
  }
}

.site-grb {
  width: 100%;
  text-align: center;
}

.site-main {
  width: 100%;
  text-align: center;
  margin-top: 0px;
}

.bgclr01 {
  background: #00b8ee;
}
.bgclr02 {
  background: #def1fb;
}

@media screen and (max-width: 767px) {
  .site-main {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  .contents {
    width: 100%;
    margin: 0 auto;
    padding: 0em 0;
    max-width: 100%;
  }
  .cnt-main {
    width: 100%;
    margin: 0;
  }
}

.contents {
  width: 1200px;
  margin: 0 auto;
  padding: 2em 0;
  max-width: 100%;
}
.cnt-main {
  width: 100%;
  margin: 0;
}

.site-header01 {
  width: 100%;
  z-index: 9999;
  height: 100px;
  text-align: center;
  margin: 0;
  padding: 0;
  position: fixed;
  background: #fff;
}
.headerwrap {
  width: 100%;
  height: 100px;
  display: flex;
  margin: 0 auto;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
h1 {
  margin: 0;
  padding: 0;
  width: 300px;
  text-align: left;
}
h1 > img {
  width: 300px;
  height: auto;
  margin: 0 0 0 10px;
  padding: 0;
}
.header-tellbox {
  width: 420px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .site-header01 {
    width: 100%;
    z-index: 9999;
    height: 50px;
    text-align: center;
    margin: 0;
    padding: 0;
    position: fixed;
    background: #fff;
  }
  .headerwrap {
    width: 100%;
    height: 50px;
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  h1 {
    margin: 0;
    padding: 0;
    width: 32%;
    text-align: left;
  }
  h1 > img {
    width: 100%;
    height: auto;
    margin: 0px 0 0 6px;
    padding: 0;
  }

  .header-tellbox {
    width: 58%;
    margin-right: 10px;
  }
}

.btn02area {
  width: 100%;
  text-align: center;
}
.btn02area > img {
  width: 70%;
  text-align: center;
}

.btn02area > img:hover {
  cursor: pointer;
  opacity: 0.8;
}

.element-style {
  padding: 5em 0;
  margin: 0 auto;
}
.elwidth75 {
  width: 75%;
}
.elwidth85 {
  width: 85%;
}
.elwidth90 {
  width: 90%;
}

@media screen and (max-width: 767px) {
  .element-style {
    padding: 1em 0;
    margin: 0 auto;
  }
}

.mrgrnd01 {
  background: #fff;
  border: 7px solid #187fc3;
  border-radius: 15px;
  padding: 2em 2em;
  margin: 2em 0;
  box-sizing: border-box;
  position: relative;
}
.ritop-btn {
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: 1000;
}
.slctlin {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.slctlin {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  cursor: pointer;
}
.slctlin > div:nth-child(1) {
  flex-basis: 6%;
  padding-top: 0.4em;
}
.slctlin > div:nth-child(2) {
  flex-basis: 88%;
  margin-left: 2%;
}

@media screen and (max-width: 767px) {
  .slctlin > div:nth-child(1) {
    flex-basis: 6%;
    padding-top: 0.1em;
  }

  .mrgrnd01 {
    background: #fff;
    border: 3px solid #187fc3;
    border-radius: 7px;
    padding: 8px;
    margin: 0.8em 0;
    box-sizing: border-box;
    position: relative;
  }

  .ritop-btn {
    width: 9vw;
    position: absolute;
    top: -7px;
    right: -5px;
    z-index: 1000;
  }
}
.acrdbox01 {
  text-align: left;
  display: none;
}
.acrdbox01 > div {
  margin: 0.5em 0 0.7em 0;
}
.acrbcl01 {
  width: 95%;
  margin-left: 2% !important;
}
.acrbcl02 {
  width: 62%;
  margin-left: 19% !important;
}
.acrbcl03 {
  width: 85%;
  margin-left: 7% !important;
  margin-bottom: 0 !important;
  margin-top: 1em !important;
}

.acrdbox02 {
  text-align: left;
}
.acrdbox02 > div {
  margin: 1.5em 0;
}

.dbllnk {
  background: #fff;
  border: 7px solid #00b8ee;
  border-radius: 15px;
  padding: 2em 1em;
  margin: 2em 0;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}

.btn02areaacr {
  display: none;
}

@media screen and (max-width: 767px) {
  .acrdbox01 > div {
    margin: 0.4em 0;
  }
  .acrdbox02 > div {
    margin: 0.4em 0;
  }

  .dbllnk {
    background: #fff;
    border: 3px solid #00b8ee;
    border-radius: 7px;
    padding: 8px;
    margin: 1em 0;
    box-sizing: border-box;
    position: relative;
    width: 100%;
  }

  .acrbcl03 {
    width: 85%;
    margin-left: 7% !important;
    margin-bottom: 0 !important;
    margin-top: 0.5em !important;
  }
}

a.hvrbtm img {
  transition: 1s all;
  transition-duration: 200ms;
}

a.hvrbtm img:hover {
  transform: scale(1.1, 1.1);
  transition: 1s all;
  transition-duration: 200ms;
}

.trwrap {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  margin-top: 0px !important;
}
.triangle {
  height: calc(124px / 2);
  width: 124px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: -1px auto 0 auto;
}
.trgl_w {
  background-color: #fff !important;
}
.trgl_darkblue {
  background-color: #00b8ee !important;
}
.trgl_lightblue {
  background-color: #def1fb !important;
}

@media screen and (max-width: 767px) {
  .triangle {
    background: #e77;
    height: calc(10vw / 2);
    width: 10vw;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    margin: -1px auto 0 auto;
  }
}

.pad-t-n {
  padding-top: 0 !important;
}

a.btnopc-h:hover {
  opacity: 0.8;
}

a.telcall {
  pointer-events: auto;
}
.pdtop0to1 {
  padding-top: 0 !important;
}

@media screen and (max-width: 767px) {
  a.telcall {
    pointer-events: auto;
  }

  .pdtop0to1 {
    padding-top: 1em !important;
  }
}

.fix-panel {
  line-height: 1.1em;
  color: #fff;
  position: fixed;
  top: 200px;

  right: 0;
  z-index: 9998;
  font-size: 20px;
}

.fix-panel > ul {
  display: flex;
  flex-direction: column;
}
.fix-panel > ul li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}

.fix-panel > ul li a {
  color: #fff;
  text-decoration: none;
  /*display: block;*/
  /*background: #f29600;*/
  background: #ff0000;
  padding: 1em 0.5em;
  font-size: 20px;
  display: flex;
  justify-content: center;

  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}
.fix-panel > ul li a:hover {
  /*background: #ffb742;*/
  background: #ff4d4d;
}

.fix-panel > ul > li.pctellbox {
  display: none;
}

@media screen and (max-width: 767px) {
  .fix-panel {
    line-height: 1.1em;
    color: #fff;
    position: fixed;
    top: 100px;

    right: 0;
    z-index: 9998;
    font-size: 14px;
  }

  .fix-panel > ul {
    display: flex;
    flex-direction: column;
  }
  .fix-panel > ul li {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
  }

  .fix-panel > ul li a {
    color: #fff;
    text-decoration: none;
    /*display: block;*/
    /*background: #f29600;*/
    background: #ff0000;
    padding: 1em 0.4em;
    font-size: 14px;
    display: flex;
    justify-content: center;

    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  .fix-panel > ul li a:hover {
    /*background: #ffb742;*/
    background: #ff4d4d;
  }

  .fix-panel > ul > li.pctellbox {
    display: block;
  }
}

.ritbtnlw {
  position: relative;
}
.ritop-btn01 {
  position: absolute;
  top: 32%;
  left: 50%;
}
.ritop-btn02 {
  position: absolute;
  top: 58%;
  left: 70%;
}

@media screen and (max-width: 767px) {
  .ritbtnlw {
    position: relative;
  }
  .ritop-btn01 {
    width: 10vw;
    position: absolute;
    top: 32%;
    left: 50%;
  }
  .ritop-btn02 {
    width: 10vw;
    position: absolute;
    top: 58%;
    left: 70%;
  }
}

.ritbtnlw02 {
  position: relative;
}
.ritop-btn02-01 {
  position: absolute;
  top: 33%;
  left: 34%;
}
.ritop-btn02-02 {
  position: absolute;
  top: 88%;
  left: 57%;
}

@media screen and (max-width: 767px) {
  .ritbtnlw02 {
    position: relative;
  }
  .ritop-btn02-01 {
    width: 10vw;
    position: absolute;
    top: 33%;
    left: 34%;
  }
  .ritop-btn02-02 {
    width: 10vw;
    position: absolute;
    top: 88%;
    left: 57%;
  }
}

.fntac01 {
  font-size: 42px;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}
.fntac02 {
  text-align: left;
  font-size: 53px;
  letter-spacing: 0.04em;
  font-weight: 900;
  color: #187fc4;
  margin: 0;
  padding: 0;
  line-height: 1.4em;
}

.fntac03 {
  text-align: center;
  font-size: 70px;
  letter-spacing: 0.04em;
  font-weight: 900;
  margin: 0;
  padding: 0.1em 0 0.5em 0;
  line-height: 1.4em;
  position: relative;
  box-sizing: border-box;
}
.fntac03:before {
  position: absolute;
  left: 0.5em;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(-18deg);
}

.fntac03:after {
  position: absolute;
  content: '';
  right: 0.5em;
  top: 0;
  width: 8px;
  height: 100%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(18deg);
}

@media screen and (max-width: 767px) {
  .fntac01 {
    font-size: 3.5vw;
    line-height: 1.4em;
    letter-spacing: 0.1em;
  }
  .fntac02 {
    text-align: left;
    font-size: 4.3vw;
    letter-spacing: 0.04em;
    font-weight: 900;
    color: #187fc4;
    margin: 0;
    padding: 0;
    line-height: 1.4em;
  }

  .fntac03 {
    text-align: center;
    font-size: 6vw;
    letter-spacing: 0.04em;
    font-weight: 900;
    margin: 0;
    padding: 0.1em 0 0.5em 0;
    line-height: 1.4em;
    position: relative;
    box-sizing: border-box;
  }
  .fntac03:before {
    position: absolute;
    left: 0.5em;
    top: 0;
    content: '';
    width: 4px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    transform: rotate(-18deg);
  }

  .fntac03:after {
    position: absolute;
    content: '';
    right: 0.5em;
    top: 0;
    width: 4px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    transform: rotate(18deg);
  }
}

.fntac04 {
  text-align: center;
  font-size: 70px;
  letter-spacing: 0.04em;
  font-weight: 900;
  margin: 0;
  padding: 0.1em 0 0.5em 0;
  line-height: 1.4em;
  position: relative;
  box-sizing: border-box;
}
.fntac04:before {
  position: absolute;
  left: 0.5em;
  top: 0;
  content: '';
  width: 8px;
  height: 100%;
  background: #00b9ef;
  border-radius: 1px;
  transform: rotate(-18deg);
}

.fntac04:after {
  position: absolute;
  content: '';
  right: 0.5em;
  top: 0;
  width: 8px;
  height: 100%;
  background: #00b9ef;
  border-radius: 1px;
  transform: rotate(18deg);
}

@media screen and (max-width: 767px) {
  .fntac04 {
    text-align: center;
    font-size: 6vw;
    letter-spacing: 0.04em;
    font-weight: 900;
    margin: 0;
    padding: 0.1em 0 0.5em 0;
    line-height: 1.4em;
    position: relative;
    box-sizing: border-box;
  }
  .fntac04:before {
    position: absolute;
    left: 0.5em;
    top: 0;
    content: '';
    width: 4px;
    height: 100%;
    background: #00b9ef;
    border-radius: 1px;
    transform: rotate(-18deg);
  }

  .fntac04:after {
    position: absolute;
    content: '';
    right: 0.5em;
    top: 0;
    width: 4px;
    height: 100%;
    background: #00b9ef;
    border-radius: 1px;
    transform: rotate(18deg);
  }
}

.fntc-w {
  color: #fff !important;
}
.fntc-db {
  color: #187fc4 !important;
}
.fntc-lb {
  color: #00b9ef !important;
}

.undtlt01 {
  width: 100%;
  color: #00b9ef;
  font-weight: 900;
  font-size: 78px;
  line-height: 1.4em;
  margin: 0.3em 0;
  box-sizing: border-box;
}

.undtlt02 {
  width: 100%;
  color: #fff;
  font-weight: 900;
  font-size: 55px;
  line-height: 1.3em;
  padding: 0.7em;
  background: #187fc4;
  border-radius: 0.5em;
  letter-spacing: 0.06em;
  box-sizing: border-box;
}

.undtlt03 {
  width: 100%;
  color: #231815;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.5em;
  padding: 0.7em;
  border-radius: 0.5em;
  letter-spacing: 0.02em;
  box-sizing: border-box;
  text-align: left;
}

.undtlt04 {
  width: 100%;
  color: #231815;
  font-weight: 400;
  font-size: 33px;
  line-height: 1.5em;
  border-radius: 0.5em;
  letter-spacing: 0.02em;
  box-sizing: border-box;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .undtlt01 {
    width: 100%;
    color: #00b9ef;
    font-weight: 900;
    font-size: 7vw;
    line-height: 1.4em;
    margin: 0.3em 0;
    box-sizing: border-box;
  }

  .undtlt02 {
    width: 100%;
    color: #fff;
    font-weight: 900;
    font-size: 5vw;
    line-height: 1.3em;
    padding: 0.7em;
    background: #187fc4;
    border-radius: 0.5em;
    letter-spacing: 0.06em;
    box-sizing: border-box;
  }

  .undtlt03 {
    width: 100%;
    color: #231815;
    font-weight: 400;
    font-size: 3vw;
    line-height: 1.5em;
    padding: 0.7em;
    border-radius: 0.5em;
    letter-spacing: 0.02em;
    box-sizing: border-box;
    text-align: left;
  }

  .undtlt04 {
    width: 100%;
    color: #231815;
    font-weight: 400;
    font-size: 2.8vw;
    line-height: 1.5em;
    border-radius: 0.5em;
    letter-spacing: 0.02em;
    box-sizing: border-box;
    argin-bottom: 0.7em;
  }
}

.fltbtmg {
  color: #fff;
  font-weight: 900;
  background: #187fc4;
  font-size: 50px;
  border-radius: 0.5em;
  letter-spacing: 0.06em;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 70%;
  margin: 0 auto;
  padding: 0.4em;
  justify-content: center;
  cursor: pointer;
}
.fltbtmg:hover {
  opacity: 0.8;
}
.fltbtmg > div:nth-child(1) {
  flex-basis: 11%;
}

.btmarv01 {
  border: 6px solid #187fc4;
  border-radius: 1em;
  padding: 2em 2.2em;
  box-sizing: border-box;
  text-align: left;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.4em;
  margin: 1em 0 0.4em 0;
}

.btmarv01 > div > .spnhead {
  color: #187fc4;
  margin-right: 0.3em;
}
.btmarv01ind {
  padding-left: 1.3em;
  text-indent: -1.3em;
  margin-bottom: 0.3em;
}

.fbtnspctlt {
  text-align: left;
  font-size: 43px;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #f6ad3c;
  margin: 1em 0 0.5em 0;
}
.fbtnspc {
  display: flex;
  justify-content: space-between;
}
.fbtnspc > div:nth-child(2) {
  width: 46%;
}

.fbtnspc01 {
  padding: 0.2em;
  box-sizing: border-box;
  text-align: left;
  font-size: 33px;
  font-weight: 400;
  line-height: 1.4em;
}

@media screen and (max-width: 767px) {
  .fltbtmg {
    color: #fff;
    font-weight: 900;
    background: #187fc4;
    font-size: 4.7vw;
    border-radius: 0.5em;
    letter-spacing: 0.06em;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 70%;
    margin: 0 auto;
    padding: 0.4em;
    justify-content: center;
    cursor: pointer;
  }

  .btmarv01 {
    border: 3px solid #187fc4;
    border-radius: 1em;
    padding: 2em 2.2em;
    box-sizing: border-box;
    text-align: left;
    font-size: 2.8vw;
    font-weight: 400;
    line-height: 1.4em;
    margin: 1em 0 0.4em 0;
  }

  .fbtnspctlt {
    text-align: left;
    font-size: 4vw;
    font-weight: 900;
    letter-spacing: 0.04em;
    color: #f6ad3c;
    margin: 1em 0 0.5em 0;
  }

  .fbtnspc01 {
    padding: 0.2em;
    box-sizing: border-box;
    text-align: left;
    font-size: 2.6vw;
    font-weight: 400;
    line-height: 1.4em;
  }
}
