@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  text-decoration: none;
  border-bottom: 1px dotted;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  color: #000;
  background-color: #ff0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  color: inherit;
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
  border: 0;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  color: #000;
  text-shadow: none;
  background-color: #b3d4fc;
}

::selection {
  color: #000;
  text-shadow: none;
  background-color: #b3d4fc;
}

/*================================================================================
FileName: _base.scss
================================================================================*/
html,
button,
input,
select,
textarea {
  color: #333333;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  text-shadow: none;
  background: #2b2d31;
}

hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #ccc;
}

img {
  vertical-align: middle;
}

li img {
  vertical-align: bottom;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

textarea {
  resize: vertical;
}

body {
  position: relative;
  padding: 0;
  margin: 0;
  overflow-x: hidden;

  word-wrap: break-word;
}

ul {
    list-style: none;
    padding: 0;
}
/*
global
------------------------------------------------*/
body,
body > div,
input,
button,
textarea,
select {
  font-family: "Noto Sans Japanese", -apple-system,
    BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic,
    YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  line-height: 1.5;
  color: #333333;
}

a {
  color: #2b2d31;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

*:focus {
  outline: none;
}

:placeholder-shown {
  opacity: 0.7;
}

::-webkit-input-placeholder {
  opacity: 0.7;
}

:-moz-placeholder {
  opacity: 0.7;
}

::-moz-placeholder {
  opacity: 0.7;
}

:-ms-input-placeholder {
  opacity: 0.7;
}

img {
    max-width: 100%;
}


@media only screen and (min-width: 1024px) {
    .sp_only {
        display: none !important;
    }

}
@media only screen and (max-width: 1023px) {

    .pc_only {
        display: none !important;
    }
}




#top .mv {
  position: relative;
  width: 100%;
/*  height: 52.08333vw;
  max-height: 750px;*/
    height: auto !important;
max-height: initial !important;
max-height: auto !important;
}

@media only screen and (max-width: 1024px) {
  #top .mv {
    height: 208vw;
    max-height: 208vw;
  }
}
#top .mv {
  position: relative;
  width: 100%;
  height: 50.08333vw;
  max-height: 750px;

}

header {
    position: absolute;
        top: 20px;
        width: 822px;
z-index: 2;
    left:130px;

}

header .logo {
    width: 25%;
    display: block;
    margin-bottom: 3%;

}
header .fv_txt {
    width: 45vw;
}


#top .fix_btn_box {
  position: fixed;
    text-align: center;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 12px 10px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 12px 10px 12px rgba(0, 0, 0, 0.1);
}

#top .fix_btn_box a {
    width: 25%;
    display:inline-block;
}
#top .fix_btn_box a.anc_link {
    width: 49%;
}

#top .fix_btn_box a:hover {
    opacity: 0.4;
    transition: 0.5s;
}








footer {
    color: white;
    background: #565656;
    padding: 40px 0 135px;

}
footer small {
    color: white;
    display: block;
    text-align:center;
}

footer p.footer_copy {
    padding: 10px 0 30px;
    border-top:1px solid white;
    font-size: 0.95em;
}

footer .footer_btm {
    margin-top: 3%;
}
.footer_logo {
    width: 315px;
}
.footer_logo img {
    width: 100%;
}
.footer_top {
  justify-content: center;
  align-items: center;
}
.footer_menu li {
    display: inline-block;
    margin-left: 40px;
}

.footer_menu li a {
    text-decoration: none;
    color: white;
    font-size: 21px;
}








.c-upFade {
  opacity: 0;
  -webkit-transition: 0.3s 0s ease-in-out;
  transition: 0.3s 0s ease-in-out;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
}

.c-upFade.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.wrap {
    width: 960px;
    margin: 0 auto;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.campaign {
    margin: 5% auto;
}

section.campaign .wrap {
    
}

section.campaign section {
    width: 460px;
}

section.campaign h4 {
    text-align: center;
    background: #e4f2f9;
    border-radius: 10px;
    font-size: 20px;
    padding: 35px 0;
    position: relative;
    margin-bottom: 50px;
}

section.campaign h4:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -25px;
  border: 25px solid transparent;
  border-top: 25px solid #e4f2f9;
}


section.campaign section:nth-of-type(2) h4 {
    padding: 19px 0;
}


section.campaign dl {
    border-radius: 15px;
    overflow: hidden;
border:4px solid #e60012;
}
section.campaign dt {
color: white;
    font-size: 22px;
    letter-spacing: 0.15em;
    background: #e60012;
    text-align: center;
    padding: 10px 0;
}
section.campaign dl dd {
    padding: 3.5% 8%;
    height: 150px;
}
section.campaign dl dd p {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: bold;
}
section.campaign dl dd p a {
font-size: 18px;
    letter-spacing: 0.05em;
    display: inline-block;
    padding-left: 9%;
    background: url(../img/campaign_pdf_icon.png) no-repeat;
    background-position: left center;
    background-size: 20%;
}
section.campaign dl dd p.count {
    padding: 1% 0;
font-family: "Roboto", sans-serif;
    color: #e60012;
    letter-spacing:normal;
    font-weight: 500;
    font-size: 50px;
line-height: 110%;
}
section.campaign dl dd p.count span {
    font-size: 30px;
}
section.campaign dl dd article div {
    padding: 0 1%;
}
section.campaign dl dd article div:first-of-type {
    padding-left: 3%;
    padding-right: 15%;
    background: url(../img/camp_plus.png) no-repeat;
    background-position: right 62%;
    background-size: 15%;
}

section.area0 {

    padding: 5% 0;
        background: #fff7f7;
}

section.area0 h2 {
text-align: center;
    background: url(../img/area1_title_bk.png) no-repeat;
    background-position: center bottom;
    padding-bottom: 20px;
    background-size: 20%;
    font-size: 20px;
}

h3.hukidashi {
    text-align: center;
    margin: 5% 0;
    font-size: 32px;
}


section.area0 dd,section.area0 dt {
    text-align:center;
}
section.area0 dt {
    font-size: 24px;
    padding: 25px 0 40px;
}
section.area0 dt span {
    font-weight: bold;
    font-size: 32px;
}
section.area0 dt span.mini {
    font-size: 30px;
}

section.area0 dd img.pc_only {
    width: 50%;
}
section.area0 ul.pc_only li {
width: 31.5%;
}

section.area0_btm {
height: 302px;
background: url("../img/area1_btm.png") no-repeat #292a2b;
background-position: center;
    background-size: 1920px auto;
}

section.area0_btm img {
    display: block;
    margin: 0 auto;
}
section.area0_btm div {
    padding-top: 55px;
}

section.area0_btm p {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    color: white;
    margin-top: 30px;
}
section.area0_btm p span {
    font-size: 53px;
}


.reason_title {
    position: relative;
    text-align: center;
      background-image: linear-gradient(0deg, rgba(198, 11, 7, 1), rgba(243, 3, 22, 1));
    padding: 70px 0 35px;
}

.reason_title img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -45px;
}

.reason_title span {
    color: white;
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 0.1em;

}

.area1 {
    background: white;
}

.area1 section.bk {
background: url(../img/area1_bk.png) no-repeat;
    background-position: 5.5% 70px;
    background-size: 15%;
}

section.bk .wrap {
    padding: 70px 100px 0;
}
p.greet {
font-size: 18px;
    line-height: 35px;
    width: 770px;
    margin: 0 auto;
}

div.caution {
    background:url("../img/caution.png") no-repeat #f7f7f7;
    padding: 25px 25px 25px 100px;
    background-position: 30px center;
    border-radius: 20px;
    margin: 50px auto;
    width: 770px;
}

div.case_study {
width: 940px;
    background: #ffecec;
    padding: 30px 60px;
    border-radius: 15px;
    margin-bottom: 80px;
}

div.case_study h3 {
    padding-top: 40px;
    background: url("../img/case_study.png") no-repeat;
    background-position: center top;
    font-size: 30px;
    text-align: center;
}
div.case_study p {
    width:600px;
    padding: 20px;
    font-size: 18px;
    line-height: 30px;
    border-radius: 30px 0px 30px 0;
}

div.case_study article {
    margin:40px 0;
}
div.case_study article:nth-of-type(2) {
    margin-top: 60px;
}
div.case_study small {
    display: block;
    margin-top: 1.5%;
}

div.case_study div img {
    vertical-align: bottom;
}

div.case_study article p {
    background: white;
}
div.case_study aside p {
    color: white;
    position: relative;
    padding: 35px 20px 20px 20px;
    background: #e60012;
}
div.case_study aside p span {
    display: inline-block;
    position: absolute;
    background: white;
    padding:0 10px;
    color: #e60012;
    border: 2px solid #e60012;
    font-weight: bold;
    top: -15px;
}
.mb30 {
    margin-bottom: 30px;
}

.scheme {
    width: 940px;
    margin-top: 30px;
}
.area2 {
    background: url("../img/area2_bk.png") no-repeat;
    background-position: 95.5% 400px;
    background-size: 15%;
}

.scheme h3 {
    color: #e60012;
    text-align:center;
    font-size: 30px;
    letter-spacing: 0.1em;
}
.scheme dl {
    padding: 30px 65px 60px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    margin: 30px auto;
}

.scheme dt {
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 60px;
}
.scheme dt span {
background: linear-gradient(transparent 50%, #fee8e5 50%);
}

.scheme dd img {
    width: 100%;
}

.scheme dd {
    position: relative;
}

p.scheme2_title {
    text-align: center;
    margin:80px 0 30px;
}

.scheme dd span {
    position: absolute;
    bottom: -40px;
    right: -30px;
    font-size: 14px;
}


.scheme section.accordion {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    margin: 60px auto;
    overflow: hidden;
}

/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #2e2e2e;
    font-size: 24px;
    text-align: center;
	background:#c8c8c8;
    cursor: pointer;
    font-weight: bold;
}
.Label::before{		/*タイトル横の矢印*/
    content: "";
    width: 6px;
    height: 6px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #555555;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 13px);
    right: 35px;
    transform: rotate(90deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	padding:0px 65px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding: 30px 65px 60px;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-90deg) !important;
}
th,td {
    border: 1px solid #757575;
    border-bottom: none;
    border-right: none;
}

td:first-of-type {
    border-left: none;
}

table {    border-collapse: separate;
    border-spacing: 0px;
    overflow: hidden;
    border-radius: 13px;
border: 1px #757575 solid;
    box-sizing: border-box;
}
table th {
    background: #757575;
    color: white;
    padding: 10px 0px;

}


table th:first-of-type {
    width: 20%;
}
table th:last-of-type {
    width: 15%;
}
td {
    font-size: 24px;
    text-align: center;
}
td.left {
    text-align: left;
    padding: 10px;
    font-size: 16px;
}



.area3 section.bk {
background: url(../img/area3_bk.png) no-repeat;
    background-position: 8.5% 70px;
    background-size: 15%;
}


.area3 .check_list {
    width: 775px;
    border-radius: 20px;
    border: 3px solid #616161;
    padding: 50px 50px 35px;
    margin: 70px auto;
    position: relative;
}

.area3 .check_list h4 {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -27px;
    text-align: center;
    letter-spacing: 0.1em;
}
.area3 .check_list h4 span {
    display: inline-block;
    font-size: 25px;
    background: white;
    padding: 0 10px;
}
.area3 .check_list h4 span img {
    padding-right: 5px;
}
.area3 .check_list h4 strong {
    color: #e60012;
}

.area3 .check_list li {
    padding: 10px 0;
    padding-left: 50px;
    font-size: 22px;
    background: url("../img/check_list_icon.png") no-repeat;
    background-position: left center;
}


.osusume {
    position: relative;
    z-index: 2;
}
.osusume section {
    background: #f3f3f3;
    padding: 50px 0;
}
.osusume .title p {
    text-align: center;
    font-size: 26px;
}


.osusume h3 {
    text-align: center;
    font-size: 36px;
}
.osusume h3 span {
    background: linear-gradient(transparent 60%, #bcddee 60%);
}


.osusume article {
        padding: 25px 35px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    margin: 30px auto;
    background: white;
}

.osusume article dl {
    width: 50%;
    padding: 10px 0;
}

.osusume article dt {
    color: #e60012;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 10px;
}
.osusume article dd {
    font-size: 17px;
    line-height: 36px;
}

.osusume article img {
    width: 45%;
    height: max-content;
}


.vector {
  width: 100%;
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}
.vector::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 50%;
  border-top: 120px solid #f3f3f3;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  transform: translateX(-50%);
}

.cta_area {
     background-image: linear-gradient(0deg, rgba(198, 11, 7, 1), rgba(243, 3, 22, 1));
    padding: 60px 0;
}
.cta_area article {
    background: white;
    border-radius: 20px;
    padding: 30px;
}
.cta_area article dl {
    width: 49%;
}
.cta_area article dt {
    text-align: center;
    font-size:28px;
    font-weight: bold;
    padding-bottom: 15px;
}

.grade_cta {
    padding: 180px 0 60px;
    margin-top: -125px;
}

.grade_cta p,.grade_cta h3 {
    color: white;
    text-align: center;
    letter-spacing: 0.05em;
}
.grade_cta p {
    font-size: 32px;
}
.grade_cta h3 {
    font-size: 42px;
margin: 25px 0;
}


.service,.flow,.q_a {
    padding: 70px 0;
}

.flow {
    background: #fee8e5;
}


.service h3,.flow h3,.q_a h3 {
    text-align: center;
    font-size: 40px;
    letter-spacing: 0.05em;
}

.service h3 span,.flow h3 span,.q_a h3 span {
    display: block;
    font-size: 25px;
    color: #e62b0e;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    padding-bottom: 10px;
}

.service .wrap,.flow .wrap {
    margin-top: 60px;
}

.service ul li {
    margin-bottom: 20px;
}

.service .wrap ul.pc_only li {
    width: 32%;
}


.q_a {
    background: #e1e1e1;
}

.q_a .wrap {
    width: 930px;
}
.accordion-area li.ac_area {
    margin: 45px 0;
        background: white;
    border: 1px solid #efefef;
}
.accordion-area {
    width: 100%;
}
/*アコーディオンタイトル*/
.q_a .title {

    position: relative;
    cursor: pointer;
    font-size: 24px;
    padding:0 12% 0 0;
    background:url(../img/open.png) no-repeat;
    background-position: 98% center;
    background-size: 2%;
}

.q_a .title span {
    display: table-cell;
}

.q_a .title span.icon {
    padding: 15px 20px;
    background: #e62b0e;
}
.q_a .title span.text {
    padding-left: 15px;
    font-size: 18px;
vertical-align: middle;
}


.q_a .title span.icon img {
    vertical-align: middle;
}





.q_a .title.close {
background: url("../img/close.png") no-repeat;
    background-position: 98% center;
    background-size: 2%;
}

/*アコーディオンで現れるエリア*/
.box {
display: none;/*はじめは非表示*/
background:url("../img/a_icon.png") no-repeat;
background-position: 2% 25px;
    background-size: 3%;
   border-top: 1px solid #efefef;
}
.box article {
padding: 20px 30px 20px 80px;
}



.box p {
margin: 0;
font-size: 16px;
    line-height: 180%;
}

.box dl {
    margin: 2% 0;
}
.box dl.mt1 {
    margin-top: 0%;
}



.box dt {
    font-size: 19px;
    margin-bottom: 5px;
}
.box small {
    font-size: 14px;
}
.box ul {
    list-style: disc;
    padding-left: 2.5%;
}


/*モーダル部分*/
.mfp-auto-cursor .mfp-content {
    width: 1000px;
    margin: 0 auto;
    background: white;
    padding: 50px 0;
}

.mfp-content p {
    text-align: center;
    font-size: 21px;
}

.mfp-content p a.tomail {
    display: inline-block;
    border: 2px solid #ff7e00;
    color:#ff7e00;
    padding: 20px 35px;
    border-radius: 15px;
    font-size: 28px;
    margin: 35px 0;
    text-decoration: none;
}
.mfp-content p a.tomail:hover {
    background: #ff7e00;
    color: white;
}
.mfp-content p.guide {
    padding-top: 45px;
}
.mfp-content p.guide a {
    text-decoration: none;
}

.mfp-content p.guide a:before {
    content: ">";
    color: #ff7e00;
    padding-right: 5px;
}
.mfp-content p.guide a span {
    display: inline-block;
    border-bottom: 1px solid;
}
.mfp-content p.guide a:hover span {
    border:none;
}

.sp_only {
    display: none;
}

    
 @media (min-width: 768px) and (max-width: 1023px) {   
    
    
    .pc_only {
        display: none;
    }

    .sp_only {
        display: inherit !important;
    }

     #top img{
         width: 100%;
     }
#top .fix_btn_box a {
    width: 48%;
    display:inline-block;
}
#top .fix_btn_box a:first-of-type {
    width:97.5%;
    margin-bottom: 1%;
}


footer {
    color: white;
    background: #565656;
    padding: 20px 0 34%;

}
footer small {
    color: white;
    display: block;
    text-align:center;
}

footer p.footer_copy {
    padding: 10px 0 30px;
    font-size: 20px;
    border-top:1px solid white;
    text-align: center;
}

footer .footer_btm {
    margin-top: 3%;
}
.footer_logo {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 5%;
}
.footer_logo img {
    width: 100%;
}
.footer_top {
  justify-content: center;
  align-items: center;
    display: block !important;
}
.footer_menu li {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.footer_menu li a {
    text-decoration: none;
    color: white;
    font-size: 24px;
}
    footer small {
        font-size: 15px;
    }


.wrap {
    width: 94%;
    margin: 0 auto;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.campaign {
    margin: 5% auto;
}
section.campaign section {
    width: 90%;
    margin: 5% auto;
}

section.campaign h4 {
text-align: center;
    background: #e4f2f9;
    border-radius: 5px;
    font-size: 30px;
    padding: 15px 0;
    position: relative;
    margin: 0 auto;
    margin-bottom: 35px;
    width: 90%;
}

section.campaign h4:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e4f2f9;
}


section.campaign section:nth-of-type(2) h4 {
    padding: 8px 0;
}


section.campaign dl {
    border-radius: 15px;
    overflow: hidden;
border:4px solid #e60012;
}
section.campaign dt {
    color: white;
    font-size: 28px;
    letter-spacing: 0.05em;
    background: #e60012;
    text-align: center;
    padding: 10px 0;
}
section.campaign dl dd {
    padding: 3.5% 2%;
    height: auto;
    
}
section.campaign dl dd p {
    text-align: center;
        font-size: 30px;
    letter-spacing: 0.1em;
}
section.campaign dl dd p a {
    font-size: 30px;
    letter-spacing: 0.01em;
}
section.campaign dl dd p.count {
    padding: 0.5% 0;
font-family: "Roboto", sans-serif;
    color: #e60012;
    letter-spacing:normal;
    font-weight: 500;
    font-size: 38px;
}
section.campaign dl dd p.count span {
    font-size: 28px;
}
section.campaign dl dd article div {
    padding: 0 1%;
}
section.campaign dl dd article div:first-of-type {
padding-left: 3%;
}

section.area0 {
    margin: 5% 0;
    padding-top: 5%;
        background: #fff7f7;
}

section.area0 h2 {
    text-align: center;
    background: url(../img/area1_title_bk.png) no-repeat;
    background-position: center bottom;
    background-size: 50%;
    padding-bottom: 5%;
    font-size: 42px;
}

h3.hukidashi {
    text-align: center;
    margin: 7% auto 1%;
    width: 88%;
    font-size: 34px;
}
     h3.hukidashi img {
         display: block;
         margin: 0 auto;
     }

#howto_slider {
        width: 80%;
        margin: 0 auto;
    }
    #howto_slider li {
        margin: 0 10px;
    }

section.area0 dd,section.area0 dt {
    text-align:center;
}
section.area0 dt {
    font-size: 26px;
    padding: 15px 0 30px;
}
section.area0 dt span {
    font-weight: bold;
    font-size: 48px;
}
section.area0 dt span.mini {
    font-size: 30px;
}

    section.area0 dd img {
        width: 80%;
        display: block;
        margin: 0 auto;
    }



section.area0_btm {
height: 275px;
background: url("../img/area1_btm_sp.png") no-repeat #292a2b;
background-position: center;
    background-size:cover;
margin-top: 12%;
}

section.area0_btm img {
    display: block;
    margin: 0 auto;
width: 20%;
}
section.area0_btm div {
    padding-top: 8%;
}

section.area0_btm p {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    color: white;
    margin-top: 3%;
}
section.area0_btm p span {
    font-size: 27px;
}


.reason_title {
    position: relative;
    text-align: center;
      background-image: linear-gradient(0deg, rgba(198, 11, 7, 1), rgba(243, 3, 22, 1));
    padding:50px 0 20px;
}

.reason_title img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 10%;
    top: -45px;
}

.reason_title span {
    color: white;
    font-weight: bold;
    font-size: 34px;
    letter-spacing: 0.1em;

}

.area1 {
    background: white;
}

.area1 section.bk {
background:none;
    background-position: 5.5% 70px;
    background-size: 15%;
}

section.bk .wrap {
    padding:0;
}
p.greet {
font-size: 24px;
    line-height: 160%;
    width: 90%;
    margin: 0 auto;
    padding-top: 8%;
}

div.caution {
    background: #f7f7f7;
    padding: 3%;
    padding-top: 6%;
    position: relative;
    background-position: 30px center;
    border-radius: 10px;
    margin: 10% auto;
    width: 90%;
}

    div.caution img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 7%;
    top: -16%;
    }
     div.caution p {
         font-size: 24px;
     }


div.case_study {
    width: 90%;
    background: #ffecec;
    padding: 30px 20px 5px;
    border-radius: 15px;
    margin-bottom: 10%;
}

div.case_study h3 {
padding-top: 5%;
    background: url(../img/case_study.png) no-repeat;
    background-position: center top;
    font-size: 36px;
    text-align: center;
    background-size: 24%;
}
    
    div.case_study div {
        width: 27%;
    }

div.case_study p {
    width: 70%;
    padding: 3%;
    font-size: 20px;
    line-height: 140%;
    border-radius: 20px 0px 20px 0;
}

div.case_study article {
    margin:20px 0;
align-items:center;
}
div.case_study article:nth-of-type(2) {
    margin-top: 20px;
}


div.case_study div img {
    vertical-align: bottom;
}

div.case_study article p {
    background: white;
}
    div.case_study aside {
align-items:center;
        margin: 30px 0;
    }


div.case_study aside p {
    color: white;
    position: relative;
    padding:7% 4% 4%;
    background: #e60012;
}
div.case_study aside p span {
    display: inline-block;
    position: absolute;
    background: white;
    padding:0 10px;
    color: #e60012;
    border: 2px solid #e60012;
    font-weight: bold;
    top: -8px;
    left: 8px;
}
.mb30 {
    margin-bottom: 0px;
}

.scheme {
    width: 90%;
    margin-top: 30px;
}
.area2 {
    background: url("../img/area2_bk.png") no-repeat;
    background-position: 95.5% 400px;
    background-size: 15%;
}

.scheme h3 {
    color: #e60012;
    text-align:center;
    font-size: 28px;
    letter-spacing: 0.1em;
}
.scheme dl {
    padding: 15px 25px 40px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    margin: 5% auto;
}

.scheme dt {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom:20px;
}
.scheme dt span {
background: linear-gradient(transparent 50%, #fee8e5 50%);
}

.scheme dd img {
    width: 100%;
}

.scheme dd {
    position: relative;
}

p.scheme2_title {
    text-align: center;
    margin: 40px auto 20px;
    width: 67%;
}

.scheme dd span {
position: absolute;
    bottom: -25px;
    right: -5px;
    font-size: 9px;
}


.scheme section.accordion {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius:10px;
    margin:8% auto;
    overflow: hidden;
}

/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
padding: 0.8em;
    display: block;
    color: #2e2e2e;
    font-size: 28px;
    text-align: center;
    background: #c8c8c8;
    cursor: pointer;
    font-weight: bold;
}
.Label::before{		/*タイトル横の矢印*/
content: "";
    width: 6px;
    height: 6px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 14px solid #555555;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 8px);
    right: 13px;
    transform: rotate(90deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	padding:0px 10px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:15px 10px;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-90deg) !important;
}
th,td {
      border: 1px solid #757575;
}
table {    border-collapse: separate;
    border-spacing: 0px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px #757575 solid;
}
table th {
    background: #757575;
    color: white;
    padding: 10px 0px;
    font-size: 18px;

}


table th:first-of-type {
    width: 25%;
}
table th:last-of-type {
    width: 20%;
}
td {
    font-size: 24px;
    text-align: center;
}
td.left {
    text-align: left;
    padding: 5px;
    font-size: 16px;
}



.area3 section.bk {
background:none;
    background-position: 8.5% 70px;
    background-size: 15%;
}


.area3 .check_list {
width: 90%;
    border-radius: 15px;
    border: 3px solid #616161;
    padding: 8% 3% 3% 5%;
    margin:12% auto 8%;
    position: relative;
}

.area3 .check_list h4 {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -40px;
    text-align: center;
    letter-spacing: 0.1em;
    background: white;
    width: 86%;
}
    .area3 .check_list h4 img {
        display: block;
        margin: 0 auto;
        width: 90%;
    }

.area3 .check_list li {
padding: 2% 0;
    padding-left: 7%;
    font-size: 20px;
    background: url(../img/check_list_icon.png) no-repeat;
    background-position: left center;
    background-size: 5%;
}


.osusume {
    position: relative;
    z-index: 2;
}
.osusume section {
    background: #f3f3f3;
    padding: 50px 0 20px;
}
.osusume .title p {
    text-align: center;
    font-size:26px;
}


.osusume h3 {
    text-align: center;
    font-size:36px;
}
.osusume h3 span {
    background: linear-gradient(transparent 60%, #bcddee 60%);
}


.osusume article {
        padding: 15px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    margin: 30px auto;
    background: white;
    width: 90%;

}

.osusume article dl {
width: 100%;
    padding: 10px 0;
}
     .osusume article img {
         width: 100%;
     }
.osusume article dt {
    color: #e60012;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
}
.osusume article dd {
    font-size: 24px;
    line-height:150%;
    padding-bottom: 10px;
}

.vector {
    width: 100%;
    padding-top: 45px;
    margin-top: -1px;
    position: relative;
    overflow: hidden;
}
.vector::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 50%;
  border-top: 45px solid #f3f3f3;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  transform: translateX(-50%);
}

.cta_area {
     background-image: linear-gradient(0deg, rgba(198, 11, 7, 1), rgba(243, 3, 22, 1));
    padding: 8% 0;
}

    .cta_area .wrap {
        width: 90%;
    }

.cta_area article {
    background: white;
    border-radius: 15px;
    padding: 20px;
}
.cta_area article dl {
    width: 100%;
}
    .cta_area article dl:first-of-type {
        margin-bottom: 3%;
    }
.cta_area article dt {
    text-align: center;
    font-size:26px;
    font-weight: bold;
    padding-bottom: 5px;
}
     .cta_area article dd {
         text-align: center;
     }


.grade_cta {
 padding: 155px 0 30px;
    margin-top: -125px;
}

.grade_cta p,.grade_cta h3 {
    color: white;
    text-align: center;
    letter-spacing: 0.05em;
}
.grade_cta p {
    font-size: 30px;
}
.grade_cta h3 {
    font-size: 40px;
margin: 25px 0;
}


.service,.flow,.q_a {
    padding: 12% 0;
}

.flow {
    background: #fee8e5;
}
    .flow img {
        display: block;
        margin: 0 auto;
        width: 90%;
    }

.service h3,.flow h3,.q_a h3 {
    text-align: center;
    font-size: 36px;
    letter-spacing: 0.05em;
}

.service h3 span,.flow h3 span,.q_a h3 span {
    display: block;
    font-size: 24px;
    color: #e62b0e;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    padding-bottom: 5px;
}

.service .wrap,.flow .wrap {
    margin-top: 30px;
}

.service ul li {
    margin-bottom: 20px;
    width: 49%;
    display: inline-block;
}


    .service .mfp-close {
        display: none;
    }

.q_a {
    background: #e1e1e1;
}

.q_a .wrap {
    width: 90%;
}
.accordion-area li.ac_area {
    margin: 5% 0;
        background: white;
    border: 1px solid #efefef;
}
.accordion-area {
    width: 100%;
}
/*アコーディオンタイトル*/
.q_a .title {
position: relative;
    cursor: pointer;
    font-size: 18px;
    padding: 0;
    padding-right: 10%;
    background-position: 96% center;
    background-size: 5%;
}

.q_a .title span {
    display: table-cell;
}

.q_a .title span.icon {
    padding: 0px;
    background: #e62b0e;
    text-align: center;
    vertical-align: middle;
    width: 60px;
}

    .q_a .title span.icon img {
        width: 45%;
    }



.q_a .title span.text {
    padding: 10px 0;
    padding-left: 15px;
    font-size: 28px;
    vertical-align: middle;
}


.q_a .title span.icon img {
    vertical-align: middle;
}





.q_a .title.close {
    padding-right: 10%;
    background-position: 96% center;
    background-size: 5%;
}

/*アコーディオンで現れるエリア*/
.box {
display: none;/*はじめは非表示*/
background: url(../img/a_icon.png) no-repeat;
    background-position: 2% 20px;
    background-size: 5%;
    border-top: 1px solid #efefef;
}
.box article {
padding:15px 10px 15px 10%;
}



.box p {
margin: 0;
font-size: 24px;
    line-height: 150%;
}

     .box p a.sp_only {
         display: inline-block !important;
     }

.box dl {
    margin: 2% 0;
}
.box dt {
    font-size: 24px;
    margin-bottom: 5px;
}
.box small {
    font-size: 18px;
}
.box ul {
    list-style: disc;
    padding-left: 2.5%;
}


/*モーダル部分*/
.mfp-auto-cursor .mfp-content {
    width: 90%;
    margin: 0 auto;
    background: white;
    padding:15% 3%;
}

.mfp-zoom-out-cur .mfp-content {
background: none;
padding: 0;
}
    .mfp-zoom-out-cur .mfp-close {
            opacity: 0;
    width: 10%;
    }



    
.mfp-content p {
    text-align: center;
    font-size: 13px;
}

.mfp-content p a.tomail {
display: inline-block;
    border: 2px solid #ff7e00;
    color: #ff7e00;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 19px;
    margin: 15px 0;
}
.mfp-content p a.tomail:hover {
    background: #ff7e00;
    color: white;
}
.mfp-content p.guide {
    padding-top: 10%;
}
.mfp-content p.guide a {
    text-decoration: none;
}

.mfp-content p.guide a:before {
    content: ">";
    color: #ff7e00;
    padding-right: 5px;
}
.mfp-content p.guide a span {
    display: inline-block;
    border-bottom: 1px solid;
}
.mfp-content p.guide a:hover span {
    border:none;
}

.mfp-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    text-decoration: none;
    text-align: center;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 30px;
}




}



@media only screen and (max-width: 767px) {

    .pc_only {
        display: none;
    }

    .sp_only {
        display: inherit !important;
    }
#top .fix_btn_box {

  padding-bottom: 15px;

}

#top .fix_btn_box a {
    width: 48.5%;
    display:inline-block;
}
#top .fix_btn_box a.anc_link {
    width:98.5%;
   margin: 1%;
    margin-top: 0;
}


footer {
    color: white;
    background: #565656;
    padding: 20px 0 135px;

}
footer small {
    color: white;
    display: block;
    text-align:center;
}

footer p.footer_copy {
    padding: 10px 0 30px;
    font-size: 10px;
    border-top:1px solid white;
    text-align: center;
}

footer .footer_btm {
    margin-top: 3%;
}
.footer_logo {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 5%;
}
.footer_logo img {
    width: 100%;
}
.footer_top {
  justify-content: center;
  align-items: center;
    display: block !important;
}
.footer_menu li {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.footer_menu li a {
    text-decoration: none;
    color: white;
    font-size: 12px;
}
    footer small {
        font-size: 10px;
    }


.wrap {
    width: 94%;
    margin: 0 auto;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.campaign {
    margin: 5% auto;
}
section.campaign section {
    width: 90%;
    margin: 5% auto;
}

section.campaign h4 {
    text-align: center;
    background: #e4f2f9;
    border-radius: 5px;
    font-size: 14px;
    padding: 15px 0;
    position: relative;
    margin: 0 auto;
    margin-bottom: 35px;
    width: 85%;
}

section.campaign h4:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e4f2f9;
}


section.campaign section:nth-of-type(2) h4 {
    padding: 8px 0;
}


section.campaign dl {
    border-radius: 15px;
    overflow: hidden;
border:4px solid #e60012;
}
section.campaign dt {
    color: white;
    font-size: 14px;
    letter-spacing: 0.05em;
    background: #e60012;
    text-align: center;
    padding: 10px 0;
}

    section.campaign article.flex {
        display: block;
    }


section.campaign dl dd {
    padding: 3.5% 2%;
    height: auto;
}
section.campaign dl dd p {
    text-align: center;
        font-size: 15px;
    letter-spacing: 0.1em;
}
section.campaign dl dd p a {
    font-size: 14px;
    letter-spacing: 0.01em;
}
section.campaign dl dd p.count {
    padding: 0.5% 0;
font-family: "Roboto", sans-serif;
    color: #e60012;
    letter-spacing:normal;
    font-weight: 500;
    font-size: 50px;
}
section.campaign dl dd p.count span {
    font-size: 38px;
}
section.campaign dl dd article div {
    padding: 0 1%;
}
section.campaign dl dd article div:first-of-type {
padding-left: 0%;
    padding-right: 0%;
    padding-bottom: 10%;
    margin-bottom: 5%;
    background-position:  center bottom;
    background-size: 8%;
}

section.area0 {
    margin: 5% 0 0;
    padding: 10% 0 20%;
        background: #fff7f7;
}

section.area0 h2 {
    text-align: center;
    background: url(../img/area1_title_bk.png) no-repeat;
    background-position: center bottom;
    background-size: 55%;
    padding-bottom: 5%;
    font-size: 20px;
}

h3.hukidashi {
    text-align: center;
    margin: 13% auto 5%;
    width: 80%;
    font-size: 18px;
}
#howto_slider {
        width: 80%;
        margin: 0 auto;
    }
    #howto_slider li {
        margin: 0 10px;
    }

section.area0 dd,section.area0 dt {
    text-align:center;
}
section.area0 dt {
    font-size: 16px;
    padding: 15px 0 30px;
}
section.area0 dt span {
    font-weight: bold;
    font-size: 24px;
}
section.area0 dt span.mini {
    font-size: 20px;
}

    section.area0 dd img {
        width: 80%;
        display: block;
        margin: 0 auto;
    }



section.area0_btm {
height: 215px;
background: url("../img/area1_btm_sp.png") no-repeat #292a2b;
background-position: center;
    background-size:cover;
margin-top: 0%;
}

section.area0_btm img {
    display: block;
    margin: 0 auto;
width: 20%;
}
section.area0_btm div {
    padding-top: 12%;
}

section.area0_btm p {
    text-align: center;
    font-weight: bold;
    font-size: 23px;
    color: white;
    margin-top: 5%;
}
section.area0_btm p span {
    font-size: 27px;
}


.reason_title {
    position: relative;
    text-align: center;
      background-image: linear-gradient(0deg, rgba(198, 11, 7, 1), rgba(243, 3, 22, 1));
    padding:50px 0 20px;
}

.reason_title img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 20%;
    top: -35px;
}

.reason_title span {
    color: white;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.1em;

}

.area1 {
    background: white;
}

.area1 section.bk {
background:none;
    background-position: 5.5% 70px;
    background-size: 15%;
}

section.bk .wrap {
    padding:0;
}
p.greet {
font-size: 16px;
    line-height: 160%;
    width: 90%;
    margin: 0 auto;
    padding-top: 8%;
}

div.caution {
    background: #f7f7f7;
    padding: 3%;
    padding-top: 8%;
    position: relative;
    background-position: 30px center;
    border-radius: 10px;
    margin: 10% auto;
    width: 90%;
}

    div.caution img {
  position: absolute;
        margin: auto;
        left:0;
        right: 0;
        width: 13%;
            top: -13%;
    }


div.case_study {
    width: 90%;
    background: #ffecec;
    padding: 30px 3% 5px;
    border-radius: 15px;
    margin-bottom: 20%;
}

div.case_study h3 {
    padding-top: 18px;
    background: url(../img/case_study.png) no-repeat;
    background-position: center top;
    font-size: 20px;
    text-align: center;
    background-size: 35%;
}
    
    div.case_study div {
        width: 28%;
    }

    div.case_study aside div {
        width: 33%;
    }
div.case_study small {
    display: block;
    margin-top: 0.5%;
    font-size: 10px;
}


div.case_study p {
width: 68%;
    padding: 4% 3%;
    font-size: 14px;
    line-height: 160%;
    border-radius: 20px 0px 20px 0;
}

    div.case_study aside p {
        width: 62%;
    }


div.case_study article {
    margin:20px 0;
align-items:center;
}
div.case_study article:nth-of-type(2) {
    margin-top: 20px;
}


div.case_study div img {
    vertical-align: bottom;
}

div.case_study article p {
    background: white;
}
    div.case_study aside {
align-items:center;
        margin: 30px 0;
    }


div.case_study aside p {
    color: white;
    position: relative;
    padding:7% 3% 4%;
    background: #e60012;
    line-height: 160%;
}
div.case_study aside p span {
    display: inline-block;
    position: absolute;
    background: white;
    padding:0 10px;
    color: #e60012;
    border: 2px solid #e60012;
    font-weight: bold;
    top: -8px;
    left: 8px;
}
.mb30 {
    margin-bottom: 0px;
}

.scheme {
    width: 90%;
    margin-top: 30px;
}
.area2 {
    background: url("../img/area2_bk.png") no-repeat;
    background-position: 95.5% 400px;
    background-size: 15%;
}

.scheme h3 {
    color: #e60012;
    text-align:center;
    font-size: 18px;
    letter-spacing: 0.1em;
}
.scheme dl {
    padding: 15px 25px 40px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    margin: 5% auto;
}

.scheme dt {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom:20px;
}
.scheme dt span {
background: linear-gradient(transparent 50%, #fee8e5 50%);
}

.scheme dd img {
    width: 100%;
}

.scheme dd {
    position: relative;
}

p.scheme2_title {
    text-align: center;
    margin: 40px auto 20px;
    width: 67%;
}

.scheme dd span {
position: absolute;
    bottom: -25px;
    right: -5px;
    font-size: 9px;
}


.scheme section.accordion {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius:10px;
    margin:8% auto;
    overflow: hidden;
}

/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
padding: 0.8em;
    display: block;
    color: #2e2e2e;
    font-size: 14px;
    text-align: center;
    background: #c8c8c8;
    cursor: pointer;
    font-weight: bold;
}
.Label::before{		/*タイトル横の矢印*/
content: "";
    width: 6px;
    height: 6px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 14px solid #555555;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 8px);
    right: 13px;
    transform: rotate(90deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	padding:0px 10px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:15px 10px;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-90deg) !important;
}

table {    border-collapse: separate;
    border-spacing: 0px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px #757575 solid;
}
table th {
    background: #757575;
    color: white;
    padding: 10px 0px;
    font-size: 10px;

}


table th:first-of-type {
    width: 25%;
}
table th:last-of-type {
    width: 20%;
}
td {
    font-size: 16px;
    text-align: center;
}
td.left {
    text-align: left;
    padding: 5px;
    font-size: 12px;
}



.area3 section.bk {
background:none;
    background-position: 8.5% 70px;
    background-size: 15%;
}


.area3 .check_list {
width: 90%;
    border-radius: 15px;
    border: 3px solid #616161;
    padding: 8% 3% 3% 5%;
    margin:12% auto 8%;
    position: relative;
}

.area3 .check_list h4 {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: -18px;
    text-align: center;
    letter-spacing: 0.1em;
    background: white;
    width: 86%;
}
    .area3 .check_list h4 img {
        display: block;
        margin: 0 auto;
        width: 90%;
    }

.area3 .check_list li {
padding: 2% 0;
    padding-left: 13%;
    font-size: 15px;
    background: url(../img/check_list_icon.png) no-repeat;
    background-position: left center;
    background-size: 10%;
}


.osusume {
    position: relative;
    z-index: 2;
}
.osusume section {
    background: #f3f3f3;
    padding: 50px 0 20px;
}
.osusume .title p {
    text-align: center;
    font-size: 17px;
}


.osusume h3 {
    text-align: center;
    font-size:24px;
}
.osusume h3 span {
    background: linear-gradient(transparent 60%, #bcddee 60%);
}


.osusume article {
        padding: 15px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    margin: 30px auto;
    background: white;
    width: 90%;
}

.osusume article dl {
    width: 500px;
    padding: 10px 0;
}

.osusume article dt {
    color: #e60012;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}
.osusume article dd {
    font-size: 14px;
    line-height:150%;
    padding-bottom: 10px;
}
.osusume article img {
    width: 100%;
    height: auto;
}
.vector {
    width: 100%;
    padding-top: 45px;
    margin-top: -1px;
    position: relative;
    overflow: hidden;
}
.vector::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 50%;
  border-top: 45px solid #f3f3f3;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  transform: translateX(-50%);
}

.cta_area {
     background-image: linear-gradient(0deg, rgba(198, 11, 7, 1), rgba(243, 3, 22, 1));
    padding: 30px 0;
}

    .cta_area .wrap {
        width: 90%;
    }

.cta_area article {
    background: white;
    border-radius: 15px;
    padding: 20px;
}
.cta_area article dl {
    width: 100%;
}
    .cta_area article dl:first-of-type {
        margin-bottom: 3%;
    }
.cta_area article dt {
    text-align: center;
    font-size:18px;
    font-weight: bold;
    padding-bottom: 5px;
}

.grade_cta {
 padding: 155px 0 30px;
    margin-top: -125px;
}

.grade_cta p,.grade_cta h3 {
    color: white;
    text-align: center;
    letter-spacing: 0.05em;
}
.grade_cta p {
    font-size: 18px;
}
.grade_cta h3 {
    font-size: 20px;
margin: 15px 0;
}


.service,.flow,.q_a {
    padding: 30px 0;
}

.flow {
    background: #fee8e5;
}
    .flow img {
        display: block;
        margin: 0 auto;
        width: 90%;
    }

.service h3,.flow h3,.q_a h3 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 0.05em;
}

.service h3 span,.flow h3 span,.q_a h3 span {
    display: block;
    font-size: 18px;
    color: #e62b0e;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    padding-bottom: 5px;
}

.service .wrap,.flow .wrap {
    margin-top: 20px;
}

.service ul li {
    margin-bottom: 20px;
    width: 48.5%;
    display: inline-block;
}


    .service .mfp-close {
        display: none;
    }

.q_a {
    background: #e1e1e1;
}

.q_a .wrap {
    width: 90%;
}
.accordion-area li.ac_area {
    margin: 5% 0;
        background: white;
    border: 1px solid #efefef;
}
.accordion-area {
    width: 100%;
}
/*アコーディオンタイトル*/
.q_a .title {
position: relative;
    cursor: pointer;
    font-size: 18px;
    padding: 0;
padding-right: 10%;
    background-position: 96% center;
    background-size: 3%;
}

.q_a .title span {
    display: table-cell;
}

.q_a .title span.icon {
    padding: 0px;
    background: #e62b0e;
    text-align: center;
    vertical-align: middle;
    width: 30px;
}

    .q_a .title span.icon img {
        width: 45%;
    }



.q_a .title span.text {
    padding: 10px 0;
    padding-left: 10px;
    font-size: 16px;
    vertical-align: middle;
}


.q_a .title span.icon img {
    vertical-align: middle;
}





.q_a .title.close {
padding-right: 10%;
    background-position: 96% center;
    background-size: 3%;
}

/*アコーディオンで現れるエリア*/
.box {
display: none;/*はじめは非表示*/
background: url(../img/a_icon.png) no-repeat;
    background-position: 2% 20px;
    background-size: 5%;
    border-top: 1px solid #efefef;
}
.box article {
padding:15px 10px 15px 12%;
}



.box p {
margin: 0;
font-size: 16px;
    line-height: 150%;
}
     .box p a.sp_only {
         display: inline-block !important;
     }
.box dl {
    margin: 2% 0;
}
.box dt {
    font-size: 16px;
    margin-bottom: 5px;
}
.box small {
    font-size: 12px;
}
.box ul {
    list-style: disc;
    padding-left: 2.5%;
}


/*モーダル部分*/
.mfp-auto-cursor .mfp-content {
    width: 90%;
    margin: 0 auto;
    background: white;
    padding:15% 3%;
}

.mfp-zoom-out-cur .mfp-content {
background: none;
padding: 0;
}
    .mfp-zoom-out-cur .mfp-close {
            opacity: 0;
    width: 10%;
    }



    
.mfp-content p {
    text-align: center;
    font-size: 13px;
}

.mfp-content p a.tomail {
display: inline-block;
    border: 2px solid #ff7e00;
    color: #ff7e00;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 19px;
    margin: 15px 0;
}
.mfp-content p a.tomail:hover {
    background: #ff7e00;
    color: white;
}
.mfp-content p.guide {
    padding-top: 10%;
}
.mfp-content p.guide a {
    text-decoration: none;
}

.mfp-content p.guide a:before {
    content: ">";
    color: #ff7e00;
    padding-right: 5px;
}
.mfp-content p.guide a span {
    display: inline-block;
    border-bottom: 1px solid;
}
.mfp-content p.guide a:hover span {
    border:none;
}

.mfp-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    text-decoration: none;
    text-align: center;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 30px;
}

}




.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}
