@charset "utf-8";

/*フォント*/
@font-face {
  font-family: 'Noto';
  font-style: normal;
  font-weight: 900;
  src: url('..fonts/NotoSansCJKjp-Black.otf') format('opentype');
}

@font-face {
  font-family: 'Noto-b';
  font-style: normal;
  font-weight: 700;
  src: url('..fonts/NotoSansCJKjp-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'Noto-m';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/NotoSansCJKjp-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'Noto-r';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/NotoSansCJKjp-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'w6';
  src: url('..fonts/w6.otf') format('opentype');
}

@font-face {
  font-family: 'futura';
  src: url('..fonts/Futura.ttc') format('truetype');
}

.br768on{
  display: none !important;
}

.br480on{
  display: none !important;
}

.br375on{
  display: none !important;
}

.size480on{
  display: none !important;
}

.size768on{
  display: none;
}

.content-br{
  display: none;
}

.yajirushi2 {
    display: none;
}

.content-img2{
  display: none;
}

.wrapper{
      max-width: 1440px;
      margin: 0 auto;
}

/*ヘッダー*/

.header-top{
   margin-bottom: 30px;
}
.header-wrap{
  position: relative;
}
.head-img img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.topvisual{
  background-image: url(../../images/credit/topvisual.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.topvisual .flex{
  display: flex;
  padding: 3% 6%;
  justify-content: space-between;
}

.topvisual .flex_left{
  width: 65%;
  margin: 0 30px 0 0px;
}

.topvisual .flex_left .textbox1{
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.topvisual .textbox1 img{
  width: 4vw;
}

.topvisual .textbox1 span{
  color: #fff000;
}

.topvisual .flex_left .textbox1 p{
  font-size: 1.97vw;
  color: #fff;
  text-shadow: #e33f7f 2px 0px, #e33f7f -2px 0px, #e33f7f 0px -2px, #e33f7f 0px 2px, #e33f7f 2px 2px, #e33f7f -2px 2px, #e33f7f 2px -2px, #e33f7f -2px -2px, #e33f7f 1px 2px, #e33f7f -1px 2px, #e33f7f 1px -2px, #e33f7f -1px -2px, #e33f7f 2px 1px, #e33f7f -2px 1px, #e33f7f 2px -1px, #e33f7f -2px -1px;
  font-weight: bold;
  text-align: center;
    margin: 0 0.4vw;
}

.topvisual .flex_right{
    width: 30%;
}

.topvisual .flex_right .photobox{
  max-width: 335px;
  margin: 0 auto;
  width: 95%;
}

.topvisual .flex_right .photobox img{
  width: 100%;
}


.topvisual .textbox2{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2.5% 0;
}

.topvisual .textbox2 .textbg1{
  color: #009DE6;
  font-size: 4.3vw;
  font-family: serif;
  font-weight: bold;
  text-shadow: white 2px 0px, white -2px 0px, white 0px -2px, white 0px 2px, white 2px 2px, white -2px 2px, white 2px -2px, white -2px -2px, white 1px 2px, white -1px 2px, white 1px -2px, white -1px -2px, white 2px 1px, white -2px 1px, white 2px -1px, white -2px -1px;
  margin: 30px 0 0 0;
  letter-spacing: 6px;
  position: relative;
    right: 15px;
}

.topvisual .textbox2 .textbg1 span{
  -webkit-text-emphasis-style: dot;
  -moz-text-emphasis-style: dot;
  -ms-text-emphasis-style: dot;
}

.topvisual .textbox2 img{
  width: 35%;
}

.circle{
  background-color: #009DE6;
  color: #fff;
  border-radius: 50%;
  width: 9vw;
  height: 9vw;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  text-shadow: none;
  font-size: 2.2vw;
  -webkit-text-emphasis-style: none !important;
  -moz-text-emphasis-style: none !important;
  -ms-text-emphasis-style: none !important;
}

.online_box{
  background-image: url(../../images/credit/Truck.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  border-radius: 24px;
  padding: 3%;
}

.online_box .online_text{
    background-color: #009DE6;
    text-align: center;
    color: #fff;
    max-width: 500px;
    margin: 0 auto;
    height: 40px;
    font-size: 2.1vw;
    width: 65%;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.online_box p:nth-child(2){
  text-align: center;
  font-size: 1.25vw;
  margin: 1rem 0;
  font-weight: bold;
  color: #585858;
}

.online_box .flex{
  display: flex;
    justify-content: space-between;
  align-items: center;
  padding: 0;
}

.online_box .flex img{
  width: 100%;
}

.online_box .flex .flex_left{
  width: 35%;
  margin: 0 5px 0 0;
}

.online_box .flex .flex_right{
  width: 60%;
}

.online_box .flex .flex_right .photobox{
  max-width: 310px;
  margin: 0;
}

.online_box .flex .flex_right .textbox p{
  font-size: 1.5vw;
  color: #009DE6;
  font-weight: bold;
}

.head-title-left{
  padding-top: 5%;
   padding-right: 3%;
}

.head-title-box{
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 1em;
   /* position: absolute;
   top: 8%;
   left: 12%; */
}

.head-title-box2{
   text-align: right;
   padding: 0 3%;
}

.head-left-box2 p{
  font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 2;
    padding: 0 7%;
    font-family: noto-r;
    text-align: left;
    padding-top: 1%;
    padding-bottom: 5%;
}

.head-left-box{
  background-color: #fafafa;
  padding: 3%;
  width: 94%;
  padding-top: 7%;
  position: relative;
}

.head-left-box2{
   border: 2px solid #ea68a2;
   border-radius: 10px;
}

.head-wrap2 {
    display: flex;
    position: absolute;
    top: 5%;
    left: 5%;
}

.head-left-wrap {
    width: 67%;
    text-align: center;
    padding: 0 3%;
}

.head-img2 {
    position: absolute;
     top: 5%;
     right: 0;
    left: 0;
     margin: 0 auto;
}

.head-img3{
    position: absolute;
    right: 10%;
    bottom: 10%;
}

.head-img4 {
    position: absolute;
    top: -25%;
    left: -8%;
}

.head-right-wrap {
    width: 40%;
    text-align: center;
}

/*コンテンツ*/
.content-wrap {
    width: 90%;
    margin: 0 auto;
}

.content-title{
    background-color: #666666;
    text-align: center;
    color: white;
    /* width: 80%; */
    padding: 0 5%;
    margin: 3% auto;
    border-radius: 49px;
    display: flex;
align-items: center;
}
.content-title2 {
    background-color: white;
    text-align: center;
    color: #019fe8;
    /* width: 80%; */
    padding: 0 5%;
    margin: 3% auto;
    border-radius: 49px;
    display: flex;
    align-items: center;
    display: flex;
    justify-content: center;
}
.logo-img {
    width: 20%;
}
.content-title3 {
    background-color: #c99d03;
    text-align: center;
    color: white;
    /* width: 80%; */
    padding: 0 5%;
    margin: 3% auto;
    border-radius: 49px;
    display: flex;
    align-items: center;
    display: flex;
    justify-content: center;
}
.content-title3 h2 {
    font-size: 30px;
    letter-spacing: 0.06em;
    font-family: 'Hiragino Sans','ヒラギノ角ゴ ProN W6',sans-serif;
    font-weight: 600;
    /* width: 100%; */
    margin: 2% 0;
}
.content-title2 h2 {
    font-size: 30px;
    letter-spacing: 0.06em;
    font-family: 'Hiragino Sans','ヒラギノ角ゴ ProN W6',sans-serif;
    font-weight: 600;
    /* width: 100%; */
    margin: 2% 0;
}
.logo-img img {
    width: 100%;
}


/* .content-title:before,
.content-title:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
} */
/* .content-title:before {
margin-right: 1rem;
}
.content-title:after {
margin-left: 1rem;
} */

.content-title h2 {
    font-size: 30px;
    letter-spacing: 0.06em;
    font-family: 'Hiragino Sans','ヒラギノ角ゴ ProN W6',sans-serif;
    font-weight: 600;
    width: 100%;
    margin: 2% 0;
}

.content-title p {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 2.6;
    font-family: noto-r;
}

.content-box {
    display: flex;
    /* width: 90%; */
    margin: 0 auto;
    /* align-items: center; */
    justify-content: space-between;
}

.content-box2 {
    background-color: #fafafa;

    padding: 0%;
    box-shadow: 2px 2px 4px rgba(80,80,80,0.3);
        border-radius: 10px;
        position: relative;
}
.content-box2-2{
  width: 48%;
}
.content-box2-2 h4 {
    font-family: 'Hiragino Sans','ヒラギノ角ゴ ProN W6',sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 2;
    text-align: center;
    border: 3px solid #666666;
    color: #666666;
    border-radius: 10px;
    margin-bottom: 1em;
}

.content-box2 img {
    width: 100%;
        border-radius: 10px;
}
.text-box {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: rgb(97,98,99);
    color: white;
    border-radius: 0 0 10px 10px;
    opacity: 0.8;
}

.content-box2 p {
  font-size: 18px;
  padding: 3% 0;
  font-family: 'Hiragino Sans','ヒラギノ角ゴ ProN W6',sans-serif;
  font-weight: 600;
  text-align: center;
}

.content-wrap h3 {
  font-size: 16px;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 2%;
  font-family: 'Hiragino Sans','ヒラギノ角ゴ ProN W6',sans-serif;
  font-weight: 600;
}

.check-title {
    display: flex;
    align-items: center;
    width: 85%;
margin: 0 auto;
}

.check-title p {
    font-size: 18px;
    letter-spacing: 0.2em;
    font-family: noto-r;
    padding-left: 2%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.check-title span {
    font-size: 36px;
    font-family: noto-r;
    color: red;
    letter-spacing: 0.2em;
    line-height: 1.3;
}

.content-box3 {
  /* background-color: #ffeed3; */
  /* width: 90%; */
  margin: 0 auto;
  padding: 2% 0;
  margin-top: 4%;
}

.content-box3 .text_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url(../../images/credit/text_bg2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 1% 3.5%;
}

.content-box3 .text_box p{
  margin: 0 20px;
  font-size: 30px;
  font-weight: bold;
  color: #363636;
  letter-spacing: 3px;
}

.content-box3 .text_box p span{
  color: #da5187;
}

.content-box3 .text_box .photobox:nth-child(1){
  width: 72px;
}

.content-box3 .text_box .photobox:nth-child(3) {
    width: 20%;
    min-width: 160px;
}

.content-box3 .text_box .photobox img{
  width: 100%
}






.content-box33 {
    /* background-color: #ffeed3; */
    /* width: 90%; */
    margin: 0 auto;
    /* padding: 2% 0; */
    margin-top: 4%;
    position: relative;
}

.content-box33 .textbox {
    display: flex;
    padding: 0% 7% 0;
    align-items: flex-end;
}

.content-box33 .textbox .textbox_left{
  width: 65%;
  margin: 4% 0;
}

.content-box33 .textbox .textbox_left p{
  font-size: 3.5vw;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  text-shadow: 2px 2px 0px #1577a1;
}

.content-box33 .textbox .textbox_left p span{
    color: #fff02f;
}

.content-box33 .textbox .textbox_left p .italic{
  font-style: italic;
font-size: 55px;
}


.content-box33 .textbox .flex{
    display: flex;
    align-items: flex-start;
    margin: 7% 0 0 0;
}




.content-box33 .textbox .flex .inner_flex{
  margin: 0 0 5% 0;
}


.content-box33 .textbox .textbox_left .flex .inner_flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content-box33 .textbox .textbox_left .flex .inner_flex  p{
  font-size: 1.6vw;
  text-shadow: none;
  margin: 0;
  font-weight: inherit;
}

.content-box33 .textbox .textbox_left .flex .inner_flex .shape {
  width: 20%;
  height: 1.8px;
}

.content-box33 .textbox .textbox_left .flex .flex_left,
.content-box33 .textbox .textbox_left .flex .flex_right{
  width: 50%;
  margin: 0 30px 0 0;
}

.content-box33 .textbox .textbox_left .flex .flex_right{
  margin: 0 !important;
}


.content-box33 .textbox .textbox_right{
  width: 35%;
}

.content-box33 .textbox .lady{
  width: 100%;
  filter: drop-shadow(2px 0px 4px #0179b1);
}


.content-box33-2,
.content-box33-3{
  height: 8vw;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  max-height: 100px;
}


.content-box33-2 a{
  background-image: url(../../images/credit/btn_bg.png);
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  color:#fff;
  justify-content: center;
  padding: 0.9vw 1.2vw 1.2vw;
  background-position: bottom;
  border-radius: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.content-box33-2 a:hover,
.content-box33-3 a:hover{
  opacity: 0.6;
  text-decoration: none;
}

.content-box33-2 a .textbox{
    display: block;
    padding: 0;

}

.content-box33-2 a .textbox p{
  font-size: 2.7vw !important;
  margin: 0;
  text-shadow: none !important;
  font-weight: normal !important;
}

.content-box33-2 a .textbox p:last-child{
  font-size: 1vw !important;
  margin: 0.5vw 0 0 0;
}

.content-box33-2 a .photobox{
  margin: 0 20px 0 0;
  width: 2.7vw;
}




.content-box33-3 a{
  background-image: url(../../images/credit/btn_bg2.png);
  color: #fff;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 10px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 1.6vw !important;
}

.content-box33-3 a .photobox{
  margin: 0 0 0 20px;
  width: 2vw;
}


.content-box33 img{
  width: 100%;
}
.content-box3 img {
    width: 100%;
}
.content-box7{
  position: relative;
  width: 30%;
  background-color: #fafafa;
    padding: 0%;
    box-shadow: 2px 2px 4px rgba(80,80,80,0.3);
    border-radius: 20px;
    position: relative;
}
.content-box7 img{
  width: 100%;
}
.content-box7 p {
    font-family: 'Hiragino Sans','ヒラギノ角ゴ ProN W6',sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 15px;
    margin: 5% 0;
}
.content-box32 {
    margin: 0 auto;
    background: -webkit-repeating-linear-gradient(-45deg, #7a7dcc, #7A7DCC 12px,#888ad1 15px, #888ad1 28px);
    background: repeating-linear-gradient(-45deg, #7a7dcc, #7A7DCC 12px,#888ad1 15px, #888ad1 28px);
    padding:5%;
}

.content-box32 .flexbox{
  background-color: #fff;
  padding: 1% 3%;
  border-radius: 10px;
}

.content-box32 .flexbox .flex {
    display: flex;
    align-items: center;
    margin: 2% 0
}

.content-box32 .flexbox .flex .photobox {
    width: 40px;
    margin: 0 30px 0 0;
}

.content-box32 .flexbox .flex .photobox img{
  width: 100%;
}

.content-box32 .flexbox .flex p{
    font-size: 22px;
    font-weight: 600;
    color: #464aa3;
    margin: 0;
}




.content-wrap3 {
    background-color: #019fe8;
    padding-top: 3%;
    max-width: 1440px;
}
.content-wrap4 {
    background-color: #f5f5f5;
    padding: 3% 0;
    max-width: 1440px;
}
.content-wrap3 h3{
  font-size: 16px;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 2%;
    font-family: 'Hiragino Sans','ヒラギノ角ゴ ProN W6',sans-serif;
    font-weight: 600;
    color: white;
}
.content-box22{
    display: flex;
    /* width: 90%; */
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}
.no-img {
    position: absolute;
    top: 3%;
    left: 3%;
}
.no-img img{
  width: 100%;
}
.content-wrap2 {
    background-color: #f5f5f5;
    padding: 3% 0;
    max-width: 1440px;
}
.img-box{
    text-align: center;
    position: relative;
    top: -40px;
    z-index: -10;
}

.content-box4 {
    text-align: center;
}
.content-box4 span {
    font-size: 36px;
    font-family: noto-r;
    color: red;
    letter-spacing: 0.2em;
    line-height: 1.3;
    border-bottom: 4px solid yellow;
}

.flow-box2 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-top: 10%;
}

.flow-box p {
    font-size: 24px;
    font-family: noto-r;
    letter-spacing: 0.05em;
    line-height: 2;
    margin: 0;
}

.flow-box {
    text-align: center;
    margin: 0 4%;
}

.flow-box3 {
    text-align: center;
    margin: 0% 4%;
    margin-bottom: 10%;
}

.flow-box3 p {
    font-size: 24px;
    font-family: noto-r;
    letter-spacing: 0.05em;
    line-height: 2;
    margin: 0;
}

.content-wrap3 .content-box3 .textbox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 3%;
}

.content-wrap3 .content-box3 .textbox .textbox_left .flex{
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
}

.content-wrap3 .content-box3 .textbox .textbox_left .flex .check{
    width: 46px;
}

.content-wrap3 .content-box3 .textbox .textbox_left .flex p{
  margin: 0 20px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
}

.content-wrap3 .content-box3 .textbox .textbox_left .flex p span{
  color: #da5187;
  font-size: 23px
}



.flow-wrap {
    background-color: #fafafa;
    width: 76%;
    box-shadow: 2px 2px 4px rgba(80,80,80,0.3);
    margin-left: auto;
}

.content-box5{
  position: relative;
  /* margin-top: 10% */
}
.content-box5 h2 {
    font-family: futura;
    font-size: 144px;
    letter-spacing: 0.2em;
    color: #9b9b9b;
    margin: 0;
    opacity: 0.2;
    position: absolute;
    top: -15%;
}

.content-box5 h4 {
    font-size: 30px;
    font-family: noto-r;
    letter-spacing: 0.2em;
    line-height: 1.6;
    background-color: #32b16c;
    color: white;
    border-radius: 27.5px;
    text-align: center;
    width: 20%;
    margin-left: auto;
    margin-bottom: 1%;
    min-width: 210px;
}

.flow-img1 {
    width: 70%;
    margin-left: auto;
}

.flow-img10 {
    width: 89%;
    margin-left: auto;
}

.flow-img1 img{
  width: 100%;
}

.flow-img10 img{
  width: 100%;
}

.flow-img11{
    width: 70%;
    margin-left: auto;
    text-align: center;
    height: 150px;
}

.content-box6 {
    margin: 5% 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.flow-left {
    width: 13%;
}
.flow-right{
  position: relative;
  width: 81%;
}
.flow-right-img {
    position: absolute;
    top: 6%;
    right: 4%;
    width: 40%;
}
.flow-right-img img{
  width: 100%;
}
.flow-left img {
    width: 100%;
}
.flow-right img {
    width: 100%;
}

.flow-right .flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  padding: 5% 3.5%;
  border-radius: 10px;
  box-shadow: 1px 1px 7px 3px #ddd;
}

.flow-right .flex .textbox{
  width: 53%;
  margin: 0 3%;

}

.flow-right .flex .textbox .midashi_title{
  display: flex;
  align-items: center;
    font-size: 1.7vw;
  color: #c99d1b;
  line-height: 1;
  margin: 0 0 10px 0;
  font-weight: bold;
}

.flow-right .flex .textbox p span{
    background-color: #fff1bf;
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 25px;
    margin: 0 0 0 10px;
    font-weight: bold;
}

.flow-right .flex p{
  margin: 0;
}

.flow_right_img{
  max-width: 80px !important;
  width: 5vw !important;
  min-width: 40px;
}


.web_mitsumori {
    border-radius: 5px;
    display: flex;
    align-items: center;
    border: 2px solid #da5186;
    padding: 1%;
    width: 40%;
}

.web_mitsumori .photobox{
  width: 45px;
  margin: 0 20px 0 0;
}

.web_mitsumori p{
    display: flex;
    align-items: center;
    margin: 0 0 0 20px;
    color: #da5186;
    font-weight: bold;
}

.web_mitsumori p span{
  width: 10px;
  margin: 0 0 0 40px;
}

.arrow_under{
    width: 35px;
    margin: 3% auto;
}

.arrow_under2{
    width: 35px;
    margin: 3% auto;
}


.flow-right .flex .textbox{
  font-size: 1.3vw;
  font-weight: bold;
}

.flow-right .flex .text_right{
    width: 67%;
    font-size: 1.4vw;
}

.flow-right .flex .flex_left{
  width: 60%;
  padding: 2% 0%;
}

.flow-right .flex .flex_left .inner_flex{
  display: flex;
  align-items: center;
  margin: 0 0 5%;

}

.flow-right .flex .flex_left .textbox {
    width: 72%;
    margin: 0 3%;

}

.flow-right .flex .flex_left .kessai{
  background: -webkit-repeating-linear-gradient(-45deg, #c99d1b, #c99d1b 5px,#cfa71e 6px, #cfa71e 12px);
  background: repeating-linear-gradient(-45deg, #c99d1b, #c99d1b 5px,#cfa71e 6px, #cfa71e 12px);
  color: #fff;
  max-width: 80px;
  text-align: center;
  max-height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4vw;
  font-weight: bold;
  width: 8vw;
  height: 7vw;
}


.flow-right .flex:last-child{
  position: relative;
  background-image: url(../../images/credit/bg_ciercle.png);
  background-repeat: no-repeat;
  background-position: 105% 100px;
}

.flow-right .flex:last-child .phone_img {
  max-width: 200px;
  position: absolute;
  bottom: 15px;
  right: 6vw;
  width: 15vw;

}

.flow-right .flex:last-child .flex_right{
  width: 40%;
}

.flow-right .flow_text{
    font-size: 1.3vw;
}


.topic {
  max-width: 1366px;
  width: 83%;
  margin: 3% auto 5%;
  border: 2px solid #007afc;
}

.topic p{
  margin: 0;
  color: #007bff;
  padding: 0% 0.5% 0 2%;
  border-bottom: solid 2px #007bff;
  background: -webkit-repeating-linear-gradient(-45deg, #F0F8FB, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  font-size: 35px;
  font-weight: bold;
}

.topic a{
  font-size: 25px;
  text-decoration: underline;
  margin: 3% 2%;
  display: inline-block;
}



@media screen and (min-width:1441px){
.topvisual .flex_left .textbox1 p {
  font-size: 1.4vw;
}
.topvisual .textbox1 img {
  width: 3vw;
}
.topvisual .textbox2 .textbg1 {
  font-size: 3.4vw;
}
.circle {
  width: 7vw;
  height: 7vw;
  font-size: 1.6vw;
}
.online_box .online_text {
  font-size: 1.4vw;
}
.online_box p:nth-child(2) {
  font-size: 0.9vw;
}
.online_box .flex .flex_right .textbox p {
  font-size: 1.2vw;
}
.online_box .flex .flex_left {
  width: 30%;
}
.online_box .flex .flex_right {
    width: 65%;
}
.content-box33 .textbox .textbox_left p {
    font-size: 2.5vw;
}

.content-box33-2 a .textbox p {
    font-size: 2vw !important;
}
.content-box33 .textbox .textbox_left .flex .inner_flex p {
    font-size: 1.3vw;
}
.content-box33-2, .content-box33-3 {
    max-height: 150PX;
}

}

@media screen and (max-width:1080px){
.content-box3 .text_box p {
  font-size: 25px;
}

.content-box6{
  align-items: center;
}

.topic a{
  font-size: 20px;
}

}

@media screen and (max-width:930px){

  .content-box5 h2 {
      font-size: 15vw;
  }
}


@media screen and (max-width:768px){
.br768on{
  display: block !important;
}

.br768off{
  display: none;
}

.size768on{
  display: block;
}

.size768off{
  display: none;
}

.flow-left {
    display: none;
}
.flow-right {
    width: 100%;
}
.content-box22 {
    flex-wrap: wrap;
}
.content-box7 {
    width: 100%;
    border-radius: 35px;
}
.content-box7 p {
    font-size: 13px;
}
.content-title3 h2 {
    font-size: 26px;
}
.content-box2-2 h4 {
    font-size: 16px;
}
.content-title h2 {
  font-size: 26px;
  /* margin: 0.5em 0; */
}

.content-wrap h3 {
  font-size: 13px;
}

.content-title2 h2 {
    font-size: 26px;
}

.content-br{
  display: block;
}

.content-box {
    flex-wrap: wrap;
}

.content-box2 {
    width: 100%;
    /* padding: 4%; */
    min-height: unset;
}
.content-box2-2 {
    width: 100%;
    margin-bottom: 1em;
}

.content-box2 p {
    font-size: 14px;
    text-align: center;
}

.yajirushi{
  display: none;
}

.yajirushi2 {
    display: block;
    position: relative;
    left: 0;
    right: 0;
    margin: 3% auto;
}

.check-title span {
    font-size: 32px;
}

.check-title p {
    font-size: 16px;
    width: unset;
}

.content-box4 span {
    font-size: 32px;

}

.content-box5 h2 {
    font-size: 15vw;
    position: unset;
    top:unset;
}

.content-box5 h4 {
    font-size: 3vw;
    width: 35%;
    position: relative;
    margin-top: 0;
}

.flow-img1 {
    width: 100%;
}

.flow-img10 {
    width: 100%;
}

.content-img{
  display: none;
}

.content-img2{
  display: block;
}


.topvisual .flex{
  padding: 3%;
  align-items: center;
}

.topvisual .flex_left .textbox1 {
    align-items: flex-end;
}

.topvisual .textbox1 img {
    width: 5vw;
}

.circle {
    width: 11vw;
    height: 11vw;
    font-size: 2.5vw;
}

.online_box .online_text{
  font-size: 2.4vw;
}

.online_box p:nth-child(2){
  font-size: 1.8vw;
}
.online_box .flex .flex_right .textbox p {
  font-size: 1.67vw;
}

.content-box3 .text_box .photobox:nth-child(1) {
    width: 55px;
}

.content-box3 .text_box p {
    font-size: 18px;
    margin: 0 5px;
}

.content-box3 .text_box .photobox:nth-child(3) {
    width: 20%;
    min-width: 120px;
}

.content-box3 .text_box2 p {
    font-size: 18px;
    margin: 0 5px;
}

.content-wrap3 .content-box3 .textbox .textbox_left .flex {
    align-items: flex-start;
    margin: 0 0 15px 0;
}

.content-wrap3 .content-box3 .textbox .textbox_left .flex .check {
    width: 30px;
}

.content-wrap3 .content-box3 .textbox .textbox_left .flex p {
    margin: 0 10px;
    font-size: 16px;
}
.content-wrap3 .content-box3 .textbox .textbox_left .flex p span {
    font-size: 20px;
}

.content-wrap3 .content-box3 .textbox .textbox_right{
    width: 30%;
}

.content-wrap3 .content-box3 .textbox .secrity{
  width: 100%;
}

.content-box33 .textbox .textbox_left p {
    font-size: 3.5vw;
    line-height:inherit;
}
.content-box33 .textbox .textbox_left .flex .inner_flex p {
    font-size: 1.6vw;
    text-shadow: none;
    margin: 0 1.3vw;
    font-weight: inherit;
}
.content-box33 .textbox .textbox_left p .italic {
    font-style: italic;
    font-size: inherit;
}
.content-box33 .textbox .textbox_left .flex .inner_flex .shape {
    width: 15%;
    height: inherit;
}


.content-box33 .textbox {
    position: relative;
}
.content-box33  .sp_lady{
  background-image: url(../../images/credit/lady_sp.png);
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: top 0px right 20px;
  padding: 5% 7% 0;
}

.content-box33 .textbox .flex {
    margin: 5% 0 0 0;
}

.content-box33 .textbox .textbox_left {
    width: 75vw;
}


.content-box33 .textbox .textbox_right {
  width: 20%;
  position: absolute;
  right: 3%;
  top: -5%;
}

.content-box33 .textbox .textbox_left p {
    font-size: 4.7vw;
}


.content-box33 .textbox .textbox_left .flex .inner_flex p {
    font-size: 2.38vw;
}

.content-box33-2 a .textbox p {
    font-size: 3.9vw !important;
}



.content-box33-3 a {
    font-size: 2.7vw !important;
}

.content-box33-2,
.content-box33-3 {
    height: 11vw;
}
.content-box33-2 a .photobox {
    margin: 0 10px 0 0;
}
.content-box33-3 a .photobox {
    margin: 0 0 0 10px;
}

.content-box33-2 a .textbox p:last-child {
    font-size: 1.45vw !important;
}


.content-box32 .flexbox .flex p {
    font-size: 18px;
}

.content-box32 .flexbox .flex {
    align-items: flex-start;
}

.content-box32 .flexbox .flex .photobox {
    margin: 0 15px 0 0;
}



.flow-right .flex .textbox .midashi_title{
  font-size: 3vw;
}

.web_mitsumori {
    width: 50%;
    font-size: 1.8vw;
}

.web_mitsumori .photobox {
    margin: 0 10px 0 0;
}

.web_mitsumori p span{
  margin: 0 0 0 5px;
}

.flow-right .flex .textbox {
    font-size: 2vw;
  }

  .flow-right .flex .text_right {
    font-size: 2vw;
  }

  .flow-right .flex .flex_left .kessai {
      font-size: 2vw;
  }

  .flow-right .flow_text {
      font-size: 2vw;
  }

  .topic p{
    font-size: 28px;
  }

  .topic a{
    font-size: 16px;
  }


    .topic {
        width: 94%;
        margin: 3% 3% 5%;
    }

    .topic p {
        font-size: 24px;
    }

    .topic a {
        font-size: 14px;
    }

    .flow-right .flex:last-child {
        background-position: 140% 90px;
    }

}

@media screen and (max-width:480px){
.size480off{
  display: none !important;
}
.size480on{
  display: block !important;
}

  .br480on{
    display: block !important;
  }

  .br480off{
    display: none;
  }

  .content-box2 p {
      font-size: 12px;
  }

  .check-title {
    width: 95%;
  }

  .check-title p {
    font-size: 13px;
  }

  .check-title span {
    font-size: 28px;
  }

  .content-title h2 {
      font-size: 20px;
      margin: 0.3em 0;
  }
  .content-title3 h2 {
    font-size: 20px;
  }
  .content-box2-2 h4 {
    font-size: 14px;
  }
  .content-title2 h2 {
      font-size: 20px;
  }
  .content-wrap {
      width: 95%;
  }

  .content-wrap h3 {
      font-size: 11px;
  }
  .content-box7 p {
    font-size: 11px;
  }
  .content-box5 h4 {
    min-width: unset;
    font-size: 20px;
    width: 45%;
  }

  .img-box {
    top: -15px;
  }

  .content-box4 span {
    font-size: 26px;
  }

  .topvisual {
      background-image: url(../../images/credit/topvisual_sp.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: bottom;
  }


  .topvisual .flex_left {
      width: 100%;
      margin: 0;
  }

  .topvisual .flex_left .textbox1 p {
    font-size: 15px;
  }

  .topvisual .textbox1 img {
    width: 30px;
    height: 40px;
}

.topvisual .textbox2 {
    flex-direction: column;
    align-items: center;
    position: relative;
}

.circle {
  width: 80px;
  height: 80px;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0px;
}

.topvisual .textbox2 .textbg1 {
  font-size: 40px;
  right: -10px;
  margin: 15px 0 0;
}

.topvisual .textbox2 img {
    width: 45%;
}

.online_box{
  position: relative;

}

.online_box .online_text {
    font-size: 15px;
}

.online_box p:nth-child(2) {
    font-size: 13px;
}

.textbox_sp p{
  font-size: 15px;
  font-weight: bold;
  color: #009DE6;
  text-align: center;
}

.online_box .flex .flex_left {
    width:60%;
    margin: 0 25px 0 0;
}

.online_box .flex .flex_right {
    width: 30%;
}

.online_box .textbox_sp .flex{
  justify-content: space-between;
  padding: 0;
}
.textbox_sp .photobox{
  width: 100%;
  margin: 10px 0;
}

.textbox_sp img{
  width: 100%;
}

.photobox_sp{
  width: 45px;
  position: absolute;
  right: 5px;
  top: -33px;
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.photobox_sp img{
  width: 100%;
}

.content-box3 .text_box {
    flex-wrap: wrap;
    justify-content: center;
    padding: 3%;
}

.content-box3 .text_box .photobox:nth-child(2) {
    width: 45%;
    min-width: 120px;

}

.content-wrap3 .content-box3 .textbox{
  display: block;
}

.content-box3 .text_box p {
    font-size: 15px;
    margin: 0 10px;
    text-align: center;
}

.content-box3 .textbox_sp{
  display: flex;
  justify-content: center;
  align-items: center;
}


.content-wrap3 .content-box3 .textbox .textbox_left .size480on{
  display: block !important;
}

.content-wrap3 .content-box3 .textbox .textbox_left .flex .check {
    width: 25px;
}

.content-wrap3 .content-box3 .textbox .textbox_left .flex p {
    font-size: 14px;
}

.content-wrap3 .content-box3 .textbox .textbox_left .flex p span {
    font-size: 17px;
}

.content-wrap3 .content-box3 .textbox .textbox_right {
    width: 25%;
    float: right;
}

.content-box33 .textbox .flex {
  margin: 5% 0 0 0;
  display: block;
  width: 100%;
}


.content-box33 .textbox .textbox_left .flex .flex_left, .content-box33 .textbox .textbox_left .flex .flex_right {
    width: 100%;
    margin: 5% 0;
}

.content-box33-2, .content-box33-3 {
    height: 25vw;
}

.content-box33-2 a .photobox {
    width: 8vw;
}

.content-box33 .textbox .textbox_left {
    width: 100vw;
}

.content-box33 .textbox .textbox_left p:first-child {
    font-size: 5.1vw;
}

.content-box33 .textbox .textbox_left .flex .inner_flex p {
    font-size: 4vw;
}

.content-box33-2 a .textbox p {
    font-size: 7vw !important;
}

.content-box33-2 a .textbox p:last-child {
    font-size: 2.6vw !important;
}

.content-box33-3 a {
    font-size: 5vw !important;
}
.content-box33-3 a .photobox {
    width: 5vw;
}

.content-box33 .textbox .textbox_right {
  display: none;
}

.flow-right .flex{
  flex-wrap: wrap;
  align-items: flex-start;
}

.flow-right .flex .textbox{
  width: 75%;
  font-size: 3.1vw;
}

.flow-right .flex .textbox .midashi_title {
    font-size: 5vw;
}

.web_mitsumori {
    width: 85%;
    font-size: 4vw;
    margin: 5% auto;
}

.web_mitsumori p span {
    margin: 0 0 0 25px;
}

.flow-right .flex .text_right {
    font-size: 3vw;
    width: 100%;
    margin: 5% 0;
}

.flow-right .flex .flex_left {
    width: 90%;
    padding: 0%;
}

.flow-right .flex .flex_left .inner_flex {
    width: 117%;
    align-items: flex-start;
  }

.flow-right .flex:last-child .phone_img {
  max-width: 200px;
  position: absolute;
  bottom: -5px;
  right: 1vw;
  width: 13vw;
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
}

.flow-right .flow_text {
    font-size: 3vw;
}

.flow-right .flex .flex_left .textbox {
    margin: 0 0% 0 3%;
}

.flow-right .flex .flex_left .kessai {
    font-size: 3vw;
    width: 10vw;
    height: 10vw;
}

.web_mitsumori .photobox {
    width: 40px;
}

.web_mitsumori p span {
  margin: 0px 0 5px 5px;
  display: block;
}

.content-box32 .flexbox .flex {
    align-items: center;
    flex-direction: column;
    margin: 5% 0;
}

.content-box32 .flexbox .flex .photobox {
    margin: 0 0 3%;
    width: 60px;
}

.flow_right_img {
    min-width: 30px;
}

.flow-right .flex:nth-child(3) .flow_right_img{
    min-width: 45px !important;
}

.flow-right .flex:last-child {
    background-position: 200px 90px;
}

.head-img1 .flex1 .saiyasune, .head-img1 .flex1 .tsuhan_style {
    font-size: 18px !important;
    font-weight: bold;
}


}


@media screen and (max-width: 375px){
.topvisual .textbox2 img{
    width: 55%;
}
.circle {
    left: 5px;
    top: -5px;
}

.flow-right .flex .textbox .midashi_title {
    font-size: 20px;
}

.flow_right_img {
    min-width: 50px;
}

.flow-right .flex .textbox{
    font-size: 16px
}

.flow-right .flex .flex_left .inner_flex {
    width: 112%;
}

.flow-right .flex .flex_left .kessai {
    font-size: 15px;
    width: 15vw;
    height: 15vw;
}

.flow-right .flex .text_right,
.flow-right .flow_text {
    font-size: 14px;
}

.flow-right .flex .textbox p span {
    font-size: 12px;
}

.arrow_under,
.arrow_under2{
  width: 25px;
}




}
