.center {
    text-align: center;
}

.m-top {
    margin-top: 3em;
}

.p-top {
    padding-top: 3em;
}

.m-bottom {
    margin-bottom: 5em;
}
.p-bottom {
    padding-bottom: 5em;
}
.p-bottom02 {
	padding-bottom: 7em;
}
.sp {
    display: none;
}

.pc {
    display: block;
}

br.pc {
    display: block;
}

br.sp {
    display: none;
}
body {
    background: #fff!important;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
}
h1 {
    margin-bottom: 0;
}
p, a, li, dt, dd, time, h1, h2, h3, h4, h5, h6, th, td, span, label, input {
	font-family: 'Noto Sans JP', sans-serif;
}
p {
    color: #000;
	font-size: 16px;
}
@font-face{ 
  font-family: 'uzura';
  src: url('/wp-includes/fonts/uzura.woff') format('woff'),
url('/wp-includes/fonts/uzura.eot') format('eot');
}


.half {
    width: 48%;
	margin-bottom: 2em;
}
.left70 {
    width: 68%;
	margin-bottom: 2em;
}
.right30 {
    width: 30%;
	margin-bottom: 2em;
}
.left30 {
	width: 30%;
	margin-bottom: 2em;
}
.right70 {
	width: 68%;
	margin-bottom: 2em;
}
.three-flex {
    width: 28%;
    width: -webkit-calc(30% - 1em);
    width: calc(30% - 1em);
	margin-bottom: 2em;
}
a img, .aligncenter {
    margin-bottom: 0;
}
a img:hover {
    opacity: 0.8;
}
.linkimg img {
    display: inline;
}

.subtitle_eng {
    font-size: 18px;
    font-weight: bold;
    color: #f9ad15;
    text-align: center;
    margin-bottom: 0;
}

h2.title03 {
    text-align: center;
    margin-bottom: 3em;
	font-family: "heisei-kaku-gothic-std", sans-serif;
}
h2.title04 {
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 50px;
    text-align: center;
	font-family: "heisei-kaku-gothic-std", sans-serif;
}
section.contact-form p.c-txt {
    color: #0067b5;
    font-size: 5rem;
    padding-top: 0;
}
.wpcf7-list-item {
    background: #fffde6;
    border-radius: 15px;
    width: 48%;
    margin: 10px auto;
}


.wpcf7-list-item label {
    width: 100%;
    display: block;
    height: 100%;
    padding: 15px;
}
.wpcf7-list-item.first {margin: auto;}

.wpcf7-list-item-label {
    font-size: 2rem;
}

input[type="radio"] {
    width: 30px!important;
    height: 30px!important;
}

input[type="radio"]:checked:before {
    width: 23px;
    height: 23px;
    left: 4px;
    top: 4px;
    background: #00b51b;
}

.wpcf7-list-item:hover {
    opacity: .8;
}
.text-form ul li {
    width: 48%;
    margin-bottom: 0em;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 15rem;
}
section.contact-form {
    padding-bottom: 0;
    margin-bottom: 7em;
}
.swiper-slide {
    background: #e4f3ff;
	padding: 2em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.swiper-slide .form-title {
    font-size: 2.2em;
    text-align: center;
    background: #0067b5;
    color: #fff;
    padding: 10px 0;
}

.prev-next-btn.flex {
    margin-top: 5rem;
}

input::-webkit-input-placeholder {
    color: #d2d2d2;
    font-size: 2rem;
}
input:-moz-placeholder {
    color: #d2d2d2;
    font-size: 2rem;
}
input::-moz-placeholder {
    color: #d2d2d2;
    font-size: 2rem;
}
input:-ms-input-placeholder {
    color: #d2d2d2;
    font-size: 2rem;
}
input[type="text"], textarea, input[type="email"], input[type="tel"] {
    background: #fffde6;
    /* width: 24%; */
    padding: 15px;
}
input[type="text"], textarea, input[type="email"], input[type="tel"] {
    background: #fffde6;
    font-size: 2rem;
    padding: 15px;
}

/*------------------------------------------
 * h2
 * ---------------------------------------*/
h2.title01 {
    font-weight: 800;
    letter-spacing: .03em;
    line-height: 1.4;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 50px;
    color: #000000;
    font-size: 3rem;
    margin-bottom: 1em;
}
.title01::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 5px;
    content: "";
    background: #ffe700;
}
h2.title03 {
    font-size: 55px;
    margin-bottom: 0em;
}




/*------------------------------------------
 * home
 * ---------------------------------------*/

/*-- slider --*/
section.slider span {
    position: absolute;
	width: 100%;
}
section.slider.sp span {
    bottom: 0;
}
section.slider.pc span {
    bottom: 60px;
}
section.slider.sp span img {
    width: 100%;
}

/*--- section01 ---*/
section.home-section.home-section01 {
    background-color   : #ffffff;
  background-image   : radial-gradient(#e4e4e4 5%, transparent 8%),
                       radial-gradient(#e4e4e4 5%, transparent 8%);
  background-position: 0 0, 21px 21px;
  background-size    : 42px 42px;
}
ul.worry-list.flex li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
section.home-section.home-section01 img {
    max-width: 300px;
    margin: 15em auto 0;
}
.max-bg {
    background: #00b9ff;
    padding: 5em 0;
    position: relative;
}
.max-bg:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -50px;
    border: 50px solid transparent;
    border-top: 30px solid #00b9ff;
}
section.home-section.home-section01 h2.title03 {
    color: #fff;
}
p.txt-120 {
    font-size: 26px;
    margin-bottom: 0;
    font-weight: bold;
    color: #fffc00;
}


/*--- section02 ---*/
p.c-txt.black {
    color: #000;
    font-size: 28px;
    margin-bottom: 1em;
}
p.c-txt.black::before, p.c-txt.black::after {
    content: '';
    width: 3px;
    height: 40px;
    background-color: #00b9ff;
}
.worries-cont {
    background: #FFE200;
    padding: 5em 0.2em;
}
.worries-list li {
    text-align: center;
    padding-bottom: 1em;
}
span.check-txt {
    font-size: 28px;
    margin-right: 35px;
    font-weight: bold;
}


/*--- section03 ---*/
section.home-section.home-section03 {
    background: #e2fdff;
}
.balloon1 {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 0.8em 5em;
    min-width: 120px;
    max-width: 100%;
    color: #fff;
    font-size: 21px;
    background: #00b9ff;
    border-radius: 2em;
}
.balloon1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #00b9ff;
}
.balloon1 p {
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #fff;
    font-size: 21px;
}
p.two-txt {
    font-size: 22px;
    font-weight: bold;
}
span.blue-b {
    font-size: 28px;
    font-weight: bold;
    color: #00b9ff;
}
span.black-b {
    font-size: 28px;
    font-weight: bold;
}
ul.voice-list li {
    width: 30%;
    background: #fff;
    padding: 1.5em;
    border-radius: 1em;
}
h3.name-title {
    font-size: 19px;
    margin-bottom: 0.5em;
    font-weight: bold;
}
p.name-txt {
    margin-bottom: 0.5em!important;
}
span.name01 {
    background: #505050;
    padding: 0.2em 0.8em;
    border-radius: 5px;
    margin-right: 1em;
    color: #fff;
}
span.name02 {
    background: #00b9ff;
    padding: 0.2em 0.8em;
    border-radius: 5px;
    margin-right: 1em;
    color: #fff;
}
ul.voice-list li p {
    margin-bottom: 0;
}

/*--- section04 ---*/
ul.reason-list li {
    width: 30%;
}
ul.reason-list li img {width: 100%;}
.reason-box {
    background: #fff;
    border: solid 3px #000;
}
h4.reason-title {
    background: #000;
    padding: 1em;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

ul.reason-inner {
    padding: 1em
}
ul.reason-inner li {
    width: 100%;
    font-size: 17px;
    position: relative;
    padding-left: 2em;
}
ul.reason-inner li:before {
    content: url(/wp-content/uploads/2023/03/home_img07.png);
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    top: 4px;
    left: 5px;
}

/*--- section05 ---*/
ul.promise-list li {
    width: 30%;
}
h4.promise-title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    border-bottom: dashed 3px #36bdea;
    margin-bottom: 0.5em;
}


/*--- section05 ---*/
section.home-section.home-section06 {
    background: #e2fdff;
}




/*--- section05 ---*/


/*--- worry ---*/
section.home-section.home-section01 {
    padding-bottom: 0;
}

span.border-color {
    background: linear-gradient(transparent 60%, #ff6 60%);
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.1em;
	font-family: "heisei-kaku-gothic-std", sans-serif;
}
.worries-cont {
    margin: 0 auto 45px;
}
.worries-list li.flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.worries-list li .check-icon {
    width: 45px;
    margin-right: 10px;
}


.r-txt {
    color: #ff1313;
    font-size: 30px;
    font-weight: bold;
}

.worries-list li:last-of-type {
  padding-bottom: 0;
}

.block_bnr {
    background: url(/wp-content/uploads/2023/02/home_img02.png), #0369D0;
    background-repeat: no-repeat;
    background-position: 85% 65%;
}
p.c-txt {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding-top: 2em;
    margin-bottom: 0;
    color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
p.c-txt::before,
p.c-txt::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #fffc00;
}
p.c-txt::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
p.c-txt::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
p.bleaker-title {
    font-size: 32px;
    color: #fff;
    margin-bottom: 0.5em;
    line-height: 2.5em;
	font-weight: bold;
}
span.big-txt {
    font-size: 78px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #FFFC00;
	font-family: "heisei-kaku-gothic-std", sans-serif;
}
p.bleaker-txt {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding: 0.5em 3em;
    border-radius: 2em;
    background-image: linear-gradient(180deg, rgba(247, 197, 12, 1), rgba(255, 60, 60, 1) 100%, rgba(255, 34, 87, 1) 100%, rgba(154, 39, 238, 1) 100%, rgba(35, 102, 247, 1));
    margin: 0 0 3em;
}


/*--- charm ---*/

.mb60 {
    margin-bottom: 60px;
}
.com-box01 {
    position: relative;
    margin-bottom: 140px;
}
.com-box01-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.com-box01-txt {
    width: 35%;
    overflow: visible;
    position: relative;
    z-index: 1;
}
.com-box01-txt-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
}
.com-box01-tit {
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #0369d0;
    margin-bottom: 10px;
	font-family: "heisei-kaku-gothic-std", sans-serif;
}
.com-box01-tit::after {
    content: "";
    width: 100px;
    height: 5px;
    background-color: #FFFC00;
    display: block;
    margin: 20px 0 30px;
}
.com-box01-head {
    font-size: 18px;
    letter-spacing: 0.05em;
    color: #0369d0;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.com-box01::after {
    content: "";
    width: 40%;
    height: 300px;
    position: absolute;
    right: 0;
    bottom: -40px;
    background-color: #d6edff;
    z-index: -1;
}

/*--- reason ---*/


span.big-txt02 {
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #0369d0;
    font-family: "heisei-kaku-gothic-std", sans-serif;
    font-size: 65px;
    line-height: 1.2em;
}


/*--- example ---*/
section.home-section.home-section07 {
	position: relative;
}
section.home-section.home-section07::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 63px 115px 0 115px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.example-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
h3.example-title {
    font-size: 22px;
    font-weight: bold;
}
.blue {
    color: #27a8e2;
    margin-right: 0.2em;
}
.example-innner-box p {
    font-size: 18px;
}
.example-innner-box ul.flex {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 1em;
}
.example-innner-box ul.flex .half {
    margin-bottom: 0;
}
span.red-txt {
    color: #ff1313;
    font-size: 22px;
    font-weight: bold;
    border-bottom: solid 2px #ff1313;
}
p.small-txt {
    text-align: right;
    font-size: 14px;
}
.example-last-box {
    background: #e2fcff;
    padding: 2em;
    border-radius: 10px;
}
.example-last-box p {
    margin-bottom: 0;
    font-size: 18px;
    text-align: center;
}

/*--- customer ---*/
ul.customer-list {
    margin-bottom: 2em;
}
ul.customer-list li.half {
    background: #ffffff;
    padding: 2em 1em;
    box-shadow: 0px 0px 0px 10px #0369d0;
}
ul.customer-list li.half p {
    text-align: center;
    font-size: 25px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 0;
    text-decoration: underline wavy #fffc00;
}
p.example-txt {
    font-size: 16px;
    color: #ff0000;
}

/*--- COMPARISON ---*/



/*--- price ---*/
.price-box {
    background: #0369d0;
    padding: 3em;
}
ul.price-list li {
    color: #fff;
    border-radius: 2em;
    padding: 0.4em 0 0.6em 2.8em;
    font-size: 22px;
    position: relative;
    font-weight: bold;
}
ul.price-list li:before {
    content: url(/wp-content/uploads/2023/03/home_img06.png);
    display: inline-block;
    position: absolute;
    width: auto;
    height: auto;
    top: 3px;
    left: 11px;
}


/*--- contact ---*/
section.home-section.home-section08 {
    background: #eefdff;
}
.meisai-box {
    margin-bottom: 3em;
}
.meisai-inner-box {
    border: solid 2px #ffce26;
    padding: 1em 2em;
    margin-bottom: 1em;
    background: #fff;
}
h4.meisai-title {
    font-size: 18px;
    color: #ff0000;
    font-weight: bold;
}
.meisai-inner-box p {
    margin-bottom: 0;
    color: #ff0000;
    font-weight: bold;
}
span.red {
    color: #ff0000;
    font-weight: bold;
}

h3#example {
	padding: 10px 15px;
    font-weight: 700;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 25px;
    background-color: #0067b5;
    color: #fff;
}
section.contact-section {
    background: url(/wp-content/uploads/2023/03/contact_bg01.png), url(/wp-content/uploads/2023/03/contact_bg02.png), #36bdea;
    background-repeat: no-repeat;
    background-position: 20% center, 80% center;
}
.contact-form01 td {
    font-size: 1.6rem;
    width: 70%;
    padding: 25px 15px;
    vertical-align: middle;
    border-bottom: 1px solid #d1dee8;
    background: #fff;
}
.contact-form01 th {
    font-size: 1.6rem;
    width: 30%;
    vertical-align: middle;
    padding: 10px 15px;
    background-color: #feffda;
    border-bottom: 1px solid #d1dee8;
    color: #0067b5;
    font-weight: 700;
}
section.contact-section p.c-txt {
    padding: 0 0 1.5em;
}
.btn02 {
    display: inline-block;
}
.btn02 a {
    background: #fffc00;
    border-radius: 3px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    padding: 1em 8em 0.6em;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    font-size: 25px;
    box-shadow: 0px 0px 0px 10px #fffc00;
    border: dashed 4px #333;
	border-radius: 2em;
	font-family: "heisei-kaku-gothic-std", sans-serif;
}
.btn02 a:hover {
    background: #313131;
    color: #FFF;
    box-shadow: 0px 0px 0px 10px #313131;
    border: dashed 4px #fffc00;
}



.footer {
    background-color: #0067b5;
    padding: 15px 0 15px;
}



section.home-section.home-section01 .title img,.home-section .title img {
        max-width: 1000px;
        width: 100%;
        margin: 5rem auto;
}

.home-section .title {
        margin: 10rem auto;
}

ul.worry-list.flex li img {
        margin: 0;
}

nav#breadcrumbs {
        margin-bottom: 0;
}

section.thanks {
        padding: 0;
        background: #eff5ff;
}

.thanks .f-title {
        padding: 5rem 0 10rem;
}

.thanks .f-content01 {
        padding: 2rem 0 5rem;
}

.thanks .f-content02 {
        padding: 2rem 0 5rem;
}