@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');


/* pc */
@media screen and (min-width: 768px) {}
/* sp */
@media screen and (max-width: 767px) {}
/* pc */
@media screen and (min-width: 768px) {
    .only_sp {
        display: none;
    }
}
/* sp */
@media screen and (max-width: 767px) {
    .only_pc {
        display: none;
    }
}
---------------------------------------------------------------- */
body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  width: 100%;
}
* {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
h1,h2,h3,h4 {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: bold;
}
img {
    vertical-align: bottom;
    max-width: 100%;
}
a {
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}



 /*レスポンシブ
-------------------------------------*/

table {
  margin: 20px auto;
  width:900px;
  table-layout: fixed;
}
.tbl-r02 th {
  background: #e9727e;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r02 td {
　border: solid 1px #ccc;
  padding: 10px;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}

/*枠
-------------------------------------*/
.cp_point {
	position: relative;
	margin: 40px 0 30px;
	padding: 25px 20px 15px 40px;
	border: 1px dotted #1b2538;
	background-color: #f8fdff;
	border-radius: 8px;
}
.cp_point::before {
	position: absolute;
	top: -1em;
	left: 1em;
	content: attr(title);
	padding: .4em 1em 0 2.5em;
	font-size: 90%;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	height: 27px;
	background-color: #1b2538;
	border-radius: 4px;
}
.cp_point::after {
	position: absolute;
	top: -1em;
	left: 1.3em;
	font-family: FontAwesome;
	content: "\f046";
	padding: .5em .5em 0 0;
	font-size: 18px;
	color: #fff;
	line-height: 25px;
	text-align: center;
}
.cp_point li {
	position: relative;
	list-style-type: none;
}
.cp_point li::before {
	position: absolute;
	top: .25em;
	left: -1em;
	font-family: FontAwesome;
	content: "\f0da ";
	color: #333;
}
/*キャッチコピー
-------------------------------------*/
.box30 {
    margin: 2em 0;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box30 .box-title {
    font-size: 1.2em;
    background: #5fc2f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box30 p {
    padding: 15px 20px;
    margin: 0;
}

/* pc */
@media screen and (min-width: 768px) {
    a:hover {
        opacity: .7;
        -webkit-transition: opacity .2s;
        transition: opacity .2s;
    }
}
.all_section_wrap {
    width: 100%;
}
.btn_wrap {
    margin: auto;
}
.btn_link {
    display: block;
    width: 66%;
    margin: auto;
    border-radius: 100px;

}
/* sp */
@media screen and (max-width: 767px) {
    .btn_link {
        width: 89.33vw;
    }
}


.section01 {
    background: #fff;
    padding-bottom: 100px;
}
.section01_inner {
    width: 1000px;
    max-width: 100%;
    margin: auto;
}
.section01_title {
    margin-bottom: 20px;
}
/* sp */
@media screen and (max-width: 767px) {
    .section01 {
        padding-bottom: 16vw;
    }
    .section01_title {
        margin-bottom: 5.33vw;
    }

}

.section02 {
    padding-top: 50px;
    background-color: #204B9A;
}
.section02_inner {
    width: 1000px;
    max-width: 100%;
    margin: auto;
}
.section02_title {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    color: #F15A24;
    margin-bottom: 60px;
    line-height: 1.5;
}
.section02_title span {
    display: inline-block;
}
.section02_title::before {
    content: "";
    display: block;
    width: 70px;
    height: 60px;
    background: url(../img/icon.svg) center center no-repeat;
    background-size: contain;
    margin: auto;
    margin-bottom: 20px;
}
.section02_img01 {
    margin: auto;
    margin-bottom: 120px;
}
.section02_img02 {
    margin: auto;
    margin-bottom: 80px;
    text-align: center;
}
/* sp */
@media screen and (max-width: 767px) {
    .section02 {
        padding-top: 8vw;
        background-color: #204B9A;
    }
    .section02_title {
        font-size: 6.4vw;
        margin-bottom: 8vw;
    }
    .section02_title::before {
        width: 14vw;
        height: 11.5vw;
    }
    .section02_img01 {
        width: 90vw;
        margin-bottom: 18.66vw;
    }
    .section02_img02 {
        background-color: #FCE8D4;
        padding: 5.33vw 5.33vw 0;
        margin-bottom: 10.66vw;
    }
}

.message {
    text-align: center;
    font-size: 22px;
    padding: 80px 0;
    margin: 80px auto auto;
}
.message p {
    line-height: 1.75;
    margin: 1em auto;
    font-weight: 700;
}
/* sp */
@media screen and (max-width: 767px) {
    .message {
        margin: auto;
        padding: 8vw 5.33vw;
        margin-bottom: 0;
    }
    .message p {
        text-align: left;
        font-size: 4.26vw;
    }
}


.section_form {
    padding-top: 30px;
}
.section_form .section02_title {
    margin-bottom: 30px;
}
.section_form_lead {
    text-align: center;
    font-size: 20px;
    line-height: 1.75;
}
.section_form_iframe_container {
    width: 800px;
    max-width: 100%;
    margin: auto;
}
/* sp */
@media screen and (max-width: 767px) {
    .section_form {
        padding-top: 8vw;
    }
    .section_form_lead {
        font-size: 4.26vw;
    }
    .section_form_iframe_container {
        padding: 0 5.33vw;
    }
}

footer {
    text-align: center;
    padding: 20px 0 20px;
}
.footer_company {
    font-size: 18px;
    font-weight: 600;
}
.footer_address ,
.footer_tel {
    font-size: 14px;
    font-weight: 300;
    margin: .4em auto;
}
.footer_copyright {
    font-size: 10px;
    font-weight: 300;
    margin-top: 38px;
}
/* sp */
@media screen and (max-width: 767px) {
    footer {
        padding: 5.33vw;
    }
    .footer_copyright {
        margin-top: 10vw;
    }
}

#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #E60012;
    color: #fff;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    text-align: center;
}
