html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: #000;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.6;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
input {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  font: inherit;
}
html {
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}
a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
a:hover img {
  opacity: 0.8;
}
img, iframe {
  vertical-align: bottom;
  max-width: 100%;
  background: transparent;
  transition: 0.3s;
}
input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
        appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.grecaptcha-badge {
  display: none;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.df {
  display: flex;
}
.sb {
  justify-content: space-between;
}
.fw {
  flex-wrap: wrap;
}
.w90 {
  margin: 0 auto;
  width: 90%;
}
.sp{
  display: none;
}
.fvBlock {
    position: relative;
}
.fvBlock img{
  width: 100%;
}
.fvBlock .box1 {
    position: absolute;
    width: min(1280px,90%);
    margin: auto;
    left: 0;
    right: 0;
    top: 10px;
    display: flex;
    justify-content: flex-end;
}
.fvBlock .box1 a {
    background: #314595;
    color: #fff;
    width: 110px;
    font-size: 12px;
    padding: 8px 20px;
    border-radius: 20px;
    display: block;
    text-align: center;
    margin-left: 10px;
}
.fvBlock .box1 .link2 {
    background: #cb5896;
}
.fvBlock .box1 a:hover {
    background: #f7e000;
}
.topBlock1 {
    margin: 50px 0 90px;
}
.topBlock1 .txt1 {
    text-align: center;
    font-size: clamp(19px,1.4vw,1.4vw);
    font-weight: 600;
    width: 90%;
    margin: 0 auto;
}
.topBlock1 .illastCard {
    width: 5%;
    margin: 40px auto 12px;
    display: block;
}
.label {
    background: #FF635F;
    width: fit-content;
    display: block;
    margin: 0 auto;
    font-size: clamp(23px,1.8vw,1.8vw);
    color: #fff;
    font-weight: 700;
    padding: 10px 30px;
    border-radius: 12px;
}
.cardList {
    display: block;
    margin: 40px auto 30px;
    width: 42%;
}
.topBlock1 .txt2 {
    text-align: center;
    font-weight: 700;
    font-size: clamp(20px,1.55vw,1.55vw);
}
.topBlock2 {
    padding: 50px 0;
    background: #e1eef9;
    position: relative;
}
.topBlock2 .illastTrain {
    width: 11%;
    margin: 0 auto;
    display: block;
}
.topBlock2 .label {
    background: #314595;
    margin: 20px auto 30px;
}
.topBlock2 .txt1 {
    text-align: center;
    font-weight: 700;
    font-size: clamp(20px,1.55vw,1.55vw);
}
.topBlock2 .txt2 {
    margin: 20px auto 40px;
    text-align: center;
    font-weight: 700;
    width: min(570px,90%);
    font-size: clamp(12px,0.95vw,0.95vw);
    line-height: 2.2;
}
.companyList {
    display: block;
    width: 44%;
    margin: 0 auto;
}
.topBlock2:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    border-top: 45px solid #e1eef9;
    border-bottom: 0;
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
    margin: auto;
}
.topBlock3{
  padding-bottom:48px;
  position: relative;
}
.topBlock3:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    border-top: 45px solid #fff;
    border-bottom: 0;
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}
.topBlock3 .illastTsurikawa {
    width: 6.2%;
    margin: 70px auto 0;
    display: block;
}
.topBlock3 .label {
    background: #39b54a;
    margin: 18px auto 28px;
}
.topBlock3 .txt1 {
    text-align: center;
    font-weight: 700;
    font-size: clamp(20px,1.55vw,1.55vw);
}
.topBlock3 .txt1 span {
    font-weight: 700;
    margin-left: 4px;
    font-size: clamp(15px,1.18vw,1.18vw);
}
.topBlock3 .txt2 {
    text-align: center;
    font-weight: 700;
    margin: 20px auto 26px;
    font-size: clamp(13px,1vw,1vw);
}
.illastTime {
    display: block;
    margin: 0 auto;
    width: 18%;
}
.topBlock3 .txt3 {
    width: 55%;
    box-sizing: border-box;
    border: 2px solid #ff635f;
    padding: 40px;
    border-radius: 30px;
    margin: 40px auto;
    font-size: clamp(15px,1.17vw,1.17vw);
    font-weight: 700;
    line-height: 2;
}
.topBlock3 .txt4 {
    text-align: center;
    font-weight: 700;
    position: relative;
    margin-top: 50px;
    padding-top: 40px;
    font-size: clamp(20px,1.55vw,1.55vw);
}
.topBlock3 .txt4:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 100px;
  height: 1px;
  background:#000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.topBlock3 .txt5 {
    font-size: clamp(12px,0.95vw,0.95vw);
    font-weight: 700;
    text-align: center;
    margin: 20px auto 50px;
}
.illastTime2 {
    width: 14%;
    margin: 0 auto;
    display: block;
}
.topBlock3 .txt6 {
    margin: 24px 0 0;
    text-align: center;
    font-weight: 700;
    font-size: clamp(16px,1.24vw,1.24vw);
}
.topBlock4 {
    background: #fce4de;
    padding: 70px 0 50px;
    position: relative;
}
.topBlock4:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    border-top: 45px solid #fce4de;
    border-bottom: 0;
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
    margin: auto;
}
.linkBtn1 {
    background: #ff635f;
    color: #fff;
    font-size: clamp(23px,1.8vw,1.8vw);
    font-weight: 700;
    padding: 24px 100px 24px 90px;
    border-radius: 100px;
    position: relative;
    letter-spacing: 0.08em;
    border: 1px solid #ff635f;
    margin: 0 auto;
    display: block;
    width: fit-content;
}
.linkBtn1:hover {
    background: #fff;
    color: #ff635f;
}
.linkBtn1:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(./img/arrow1.svg)0 0 no-repeat;
    background-size: 100%;
}
.topBlock4 .txt1 {
    text-align: center;
    margin-top: 30px;
    font-size: clamp(12px,0.95vw,0.95vw);
    font-weight: 700;
}
.topBlock5 {
    background: #e1eef9;
    padding: 60px 0;
}
.illastSmartphone {
    width: 7%;
    display: block;
    margin: 0 auto;
}
.topBlock5 > .label {
    background: #314595;
    padding: 10px 50px;
    margin: 10px auto 35px;
}
.topBlock5 .txt1 {
    text-align: center;
    font-weight: 700;
    font-size: clamp(20px,1.55vw,1.55vw);
}
.topBlock5 .txt2 {
    width: 46%;
    margin: 30px auto 40px;
    text-align: center;
    font-size: clamp(12px,0.95vw,0.95vw);
    font-weight: 700;
    line-height: 2.2;
}
.screenshot {
    width: 37.4%;
    margin: 0 auto 40px;
    display: block;
}
.topBlock5 .linkBtn1 {
    background: #314595;
    border: 1px solid #314595;
    padding: 28px 100px 28px 40px;
}
.topBlock5 .linkBtn1:before{
    background: url(./img/arrow2.svg) 0 0 no-repeat;
    background-size: 100%;
}
.topBlock5 .linkBtn1:hover{
  background: #fff;
  color: #314595;
}
.topBlock6 {
    padding: 24px 0 16px;
    background: #edefd0;
}
.illastTel {
    width: 5%;
    display: block;
    margin: 0 auto;
}
.topBlock6 .label {
    background: #f7e000;
    color: #000;
    margin: 10px auto 34px;
    padding: 10px 50px;
}
.topBlock6 .box1 {
    margin: 50px auto 30px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.topBlock6 .box1 a {
    font-size: clamp(20px,1.55vw,1.55vw);
    font-weight: 700;
    margin-top: 7px;
    margin-left: 30px;
}
.topBlock6 .box2 .txt1 {
    text-align: center;
    font-size: clamp(17px,4.53vw,4.53vw);
    font-weight: 700;
    letter-spacing: 0.044em;
}
.topBlock6 .box2 .inner1 {
    width: min(760px,90%);
    margin: 26px auto 46px;
}
.topBlock6 .box2 .inner1 a {
  width: 24%;
}
.topBlock6 .box2 .txt2 {
    text-align: center;
    font-size: clamp(14px,1.1vw,1.1vw);
}
.topBlock6 .kyodokeieiLogo {
    width: 13%;
}
footer {
    padding: 16px 0;
    width: min(656px,90%);
    margin: 0 auto;
    align-items: center;
}
footer .kyodokeieiLogo {
    width: 23%;
    margin-right: 7%;
}
footer p {
    font-size: clamp(12px,0.95vw,0.95vw);
}
@media (width < 800px){
.pc{
  display: none;
}
.sp{
  display: block;
}
.br{
  display: block;
}
.fvBlock .box1 a {
    font-size: clamp(9px, 2.4vw, 2.4vw);
    width: 90px;
}
.topBlock1 .txt1 {
    font-size: clamp(12px,2.95vw,2.95vw);
}
.topBlock1 .illastCard {
    width: 13%;
    margin-top: 16px;
}
.label {
    font-size: clamp(17px, 4.6vw, 4.6vw);
    padding: 7px 24px;
}
.cardList {
    width: 90%;
    margin: 21px auto 17px;
}
.topBlock1 .txt2 {
    font-size: clamp(12px,2.95vw,2.95vw);
}
.topBlock1 {
    margin: 20px 0 34px;
}
.topBlock2 {
    padding: 30px 0;
}
.topBlock2 .illastTrain {
    width: 22%;
}
.topBlock2 .label {
    background: #314595;
    margin: 7px auto 20px;
}
.topBlock2 .label {
    padding: 7px 50px;
}
.topBlock2 .txt1 {
    font-size: clamp(13px,3.5vw,3.5vw);
}
.topBlock2 .txt2 {
    font-size: clamp(12px,2.95vw,2.95vw);
    line-height: 1.3;
    width: 78%;
    margin-bottom: 28px;
}
.companyList {
    width: 90%;
}
.topBlock2:after {
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 25px solid #e1eef9;
    bottom: -15px;
}
.topBlock3:after{
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 25px solid #fff;
    bottom: -15px;
}
.topBlock3 .illastTsurikawa {
    width: 18%;
    margin: 30px auto 0;
    display: block;
}
.topBlock3 .label {
    margin: 5px auto 10px;
}
.topBlock3 .txt1 {
    font-size: clamp(13px,3.5vw,3.5vw);
}
.topBlock3 .txt1 span {
    font-size: clamp(10px, 2.4vw, 2.5vw);
    margin-left: 0;
    display: block;
}
.topBlock3 .txt2 {
    font-size: clamp(11px,2.92vw,2.92vw);
    margin-bottom: 12px;
}
.illastTime {
    width: 46%;
}
.topBlock3 .txt3 {
    width: 88%;
    padding: 6%;
    border-radius: 14px;
    line-height: 1.8;
    text-align: justify;
    font-size: clamp(11px,2.92vw,2.92vw);
    margin-bottom: 20px;
}
.topBlock3 .txt4 {
    font-size: clamp(13px,3.5vw,3.5vw);
    margin-top: 36px;
    padding-top: 28px;
}
.topBlock3 .txt5{
  font-size: clamp(10px, 2.4vw, 2.4vw);
  margin: 2px auto 20px;
}
.illastTime2 {
    width: 32%;
}
.topBlock3 .txt6 {
    font-size: clamp(12px,2.95vw,2.95vw);
    margin-top: 8px;
}
.linkBtn1 {
    font-size: clamp(17px,4.53vw,4.53vw);
    padding: 4% 20% 4% 13%;
}
.linkBtn1:before {
    width: 12vw;
    height: 12vw;
    right: 2vw;
}
.topBlock4 {
    padding: 40px 0 30px;
}
.topBlock4 .txt1 {
    font-size: clamp(11px,2.92vw,2.92vw);
}
.illastSmartphone {
    width: 18%;
}
.topBlock4:after{
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 25px solid #fce4de;
    bottom: -15px;  
}
.topBlock5 {
    padding: 30px 0;
}
.topBlock5 .txt1 {
    font-size: clamp(13px,3.5vw,3.5vw);
}
.topBlock5 .txt2 {
    font-size: clamp(10px, 2.4vw, 2.4vw);
    line-height: 1.4;
    width: 80%;
    margin-top: 17px;
}
.topBlock5 > .label {
    margin-bottom: 22px;
}
.scrollBox {
    overflow: auto;
    width: 100%;
}
.screenshot {
    width: 250vw;
    max-width: 250vw;
    margin: 0 5%;
}
.topBlock5 .linkBtn1 {
    margin-top: 50px;
    font-size: clamp(17px, 4.53vw, 4.53vw);
    padding: 4% 20% 4% 13%;
}
.illastTel {
    width: 10%;
}
.topBlock6 .box1 {
    flex-direction: column;
}
.topBlock6 .kyodokeieiLogo {
    width: 33%;
}
.topBlock6 .box1 a {
    font-size: clamp(18px, 4.2vw, 4.2vw);
    margin-left: 0;
}
.topBlock6 .box2 .txt1 {
    font-size: clamp(12px,2.95vw,2.95vw);
}
.topBlock6 .box2 .inner1 {
    flex-wrap: wrap;
    width: 70%;
}
.topBlock6 .box2 .inner1 a {
    width: 49%;
    margin-bottom: 6%;
}
.topBlock6 .box2 .inner1 a img {
    width: 100%;
}
.topBlock6 .box2 .txt2 {
    font-size: clamp(9px, 2.4vw, 2.4vw);
}
footer {
    padding: 3% 2%;
    width: 96%;
}
footer p {
    font-size: clamp(6px,1.5vw,1.5vw);
    margin-top: 1vw;
}

}