@charset "UTF-8";

* {
font-size: 18px;
box-sizing: border-box;
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
font-weight: 500;
}

body {
min-width: 1200px;
}

img {
width: 100%;
}

p,
h1,
h2,
h3 {
margin: 0;
}

h2 {
font-weight: bold;
}

/*************** pc or sp ***************/
.pc {
display: block !important;
}

.sp {
display: none !important;
}

/*************** animation ***************/
.fadeIn {
opacity: 0;
-webkit-transform: translateY(50px);
transform: translateY(50px);
transition: 0.7s;
}

.fade {
opacity: 0;
margin-top: 60px;
}

.showUp {
opacity: 1;
margin-top: 0;
}

.off {
opacity: 0 !important;
animation-play-state: paused !important;
}

.on {opacity: 1 !important;animation-play-state: running !important;}

@keyframes fuwari {
50% {
transform: scale(0.8) rotate(10deg);
}
}

@keyframes fuwari_back {
50% {
transform: scale(0.8) rotate(-10deg);
}
}

/*************** module ***************/
.m_inner {
max-width: 1200px;
margin: 0 auto;
}

.m_color-y {
color: #ffed5f;
}

.m_flex {
display: flex;
justify-content: space-between;
}

.m_link-hover {
opacity: 1;
-webkit-transition: opacity 0.4s;
transition: opacity 0.4s;
cursor: pointer;
}

.m_link-hover:hover {
opacity: 0.8;
}

.m_strong {
font-weight: bold;
}

.m_ttl02,
.m_ttl02 span {
font-size: 36px;
font-weight: bold;
text-align: center;
}

.m_bdr {
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 65%, #f9de80 65%, #f9de80 100%);
}

.m_required {
color: #ff0000;
}

.wrapper {
position: relative;
}

/*************** header ***************/
.header {
width: 100%;
position: absolute;
left: 0;
top: 13px;
}

.header .m_inner {
margin: 0 auto;
padding: 0 5px;
display: flex;
align-items: center;
}

.header .logo {
max-width: 250px;
margin: 0;
}

/*************** mv ***************/
.mv {
background: url(../img/index/bg_mv.jpg) no-repeat center center/cover;
}

.mv_inner {
position: relative;
background-image: url(../img/index/mv_human.png);
background-repeat: no-repeat;
background-size: 55%;
background-position: 100% 100%;
}

.mv_comment:nth-child(2) {
background: url(../img/index/img_comment_01.png) no-repeat center center/cover;
position: absolute;
top: 50px;
left: 490px;
width: 252px;
height: 169px;
transition: ease-in-out 2s;
}

.mv_comment:nth-child(3) {
background: url(../img/index/img_comment_02.png) no-repeat center center/cover;
position: absolute;
top: 120px;
right: 13px;
width: 270px;
height: 174px;
transition: ease-in-out 3s;
}

.mv_txt {
max-width: 630px;
padding: 120px 10px 40px;
position: relative;
}

.mv_txt_count {
position: absolute;
right: 250px;
top: 110px;
}

.mv .count {
font-size: 70px;
color: #ff4552;
font-style: italic;
display: inline-block;
margin: 0 auto;
font-weight: bold;
}

.mv .count + span {
font-style: italic;
font-size: 35px;
color: #ff4552;
display: inline-block;
}

/*************** nav ***************/
.nav {
width: 100%;
background: #0e2e85;
position: relative;
padding-bottom: 32px;
z-index: 999;
}

.global-nav .nav_ttl {
padding: 30px 0 23px;
}

.global-nav .circle {
max-width: 100px;
position: absolute;
top: -70px;
right: 20px;
}

.global-nav ul {
max-width: 1120px;
margin: 0 auto;
padding: 0 10px;
align-items: center;
}

.global-nav ul li:nth-child(1) {
max-width: 190px;
}

.global-nav ul li:nth-child(1) img:nth-child(1) {
padding-bottom: 7px;
}

.global-nav ul li:nth-child(2) {
max-width: 505px;
}

.global-nav ul li:nth-child(3) {
max-width: 328px;
}

.nav.m_fixed {
position: fixed;
bottom: 0;
height: 190px;
}

.nav.m_fixed .topback a {
background: url(../img/index/topback.png) no-repeat center center/cover;
width: 60px;
height: 60px;
position: absolute;
bottom: 280px;
right: 45px;
}

/*************** sec01 ***************/
.sec01 {
text-align: center;
background: url(../img/index/bg_sec.jpg) repeat;
padding-bottom: 75px;
}

.sec01 .m_strong {
font-size: 46px;
font-weight: bold;
font-style: italic;
color: #fff;
background: #0e2e85;
margin-top: 60px;
display: inline-block;
padding: 5px 10px;
letter-spacing: -1px;
}

.sec01 .m_ttl02 {
margin: 70px 0 55px;
}

.sec01_nav ul {
position: relative;
}

.sec01_nav ul li {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
position: absolute;
}

.sec01_nav ul li:nth-child(1) {background-image: url(../img/index/img_sec01_comment_01.png);width: 531px;height: 161px;top: 15px;left: 10px;animation: fuwari 4s 0s infinite;transition: all 1s;}

.sec01_nav ul li:nth-child(2) {
background-image: url(../img/index/img_sec01_comment_02.png);
width: 366px;
height: 121px;
top: 190px;
left: 170px;
animation: fuwari 4s -0.5s infinite;
transition: all 3s;
}

.sec01_nav ul li:nth-child(3) {
background-image: url(../img/index/img_sec01_comment_03.png);
width: 417px;
height: 179px;
top: 320px;
left: 30px;
animation: fuwari 4s -1s infinite;
transition: all 5s;
}

.sec01_nav ul li:nth-child(4) {
background-image: url(../img/index/img_sec01_comment_04.png);
width: 490px;
height: 177px;
top: 28px;
right: 5px;
animation: fuwari_back 4s -1.5s infinite;
transition: all 2s;
}

.sec01_nav ul li:nth-child(5) {
background-image: url(../img/index/img_sec01_comment_05.png);
width: 367px;
height: 175px;
top: 215px;
right: 88px;
animation: fuwari_back 4s -2s infinite;
transition: all 4s;
}

.sec01_nav ul li:nth-child(6) {
background-image: url(../img/index/img_sec01_comment_06.png);
width: 474px;
height: 161px;
top: 367px;
right: 57px;
animation: fuwari_back 4s -2.5s infinite;
transition: all 6s;
}

.sec01_content {
max-width: 590px;
margin: 0 auto;
}

/*************** menu ***************/
.menu {
background: #0e2e85;
padding: 40px 0 0;
}

.menu ul {
text-align: justify;
}

.menu ul::after {
content: "";
display: inline-block;
width: 100%;
height: 0;
}

.menu ul li {
max-width: 380px;
width: 100%;
height: 90px;
border: 2px solid #fff;
display: inline-block;
margin-bottom: 20px;
}

.menu ul li a {
display: block;
width: 100%;
height: 90px;
color: #fff;
font-size: 22px;

font-weight: bold;
text-align: center;
line-height: 4;
padding-right: 20px;
position: relative;
}

.menu ul li a::after {
content: "";
position: absolute;
top: 50%;
right: 18px;
margin-top: -12px;
width: 20px;
height: 20px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

/*************** sec02 ***************/
.sec02 {
background-image: url(../img/index/bg_circle.jpg);
background-color: #fff;
background-size: cover;
background-position: 0% 100%;
padding-bottom: 0px;
}

.sec02 .m_ttl02 {
text-align: center;
padding: 70px 0 50px;
}

.sec02_wrap {
position: relative;
max-width: 1400px;
margin-left: auto;
}

.sec02_txt {
max-width: 710px;
width: 100%;
background: rgba(255, 255, 255, 0.8);
padding: 25px;
font-size: 22px;
position: absolute;
top: 65px;
left: 0;
box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
margin-left: 10px;
}

.sec02_img {
max-width: 80%;
margin-left: auto;
}

/*************** sec03 ***************/
.sec03 {
position: relative;
text-align: center;
padding-bottom: 70px;
background: #f7f7f7;
z-index: -2;
}

.sec03::before {
content: '';
position: absolute;
left: 0;
top: 0;
transform: skewY(-9deg);
transform-origin: bottom left;
z-index: -1;
width: 100%;
height: 100%;
background: #f7f7f7;
}

.sec03 .sec03_wrap {
margin-top: 330px;
}

.sec03 .m_ttl02 {
position: relative;
padding: 55px 70px 60px 0;
}

.sec03 .m_ttl02::before {
content: "";
background: url(../img/index/bg_ttl_what.png) no-repeat center center/cover;
width: 883px;
height: 319px;
right: 8%;
position: absolute;
top: -110px;
z-index: -1;
}

.sec03 .m_ttl02::after {
content: "";
background: url(../img/index/img_sec03_human.png) no-repeat center center/cover;
position: absolute;
width: 360px;
height: 193px;
bottom: 0;
right: 0;
z-index: -1;
}

.sec03_wrap ul {
padding: 0 10px;
}

.sec03_wrap ul li {
max-width: 1005px;
margin: 0 auto 20px;
}

.sec03_wrap ul li dl {
display: flex;
}

.sec03_wrap ul li dl dt {
display: block;
background: #0e2e85;
padding: 10px 12px;
max-width: 328px;
width: 100%;
height: 192px;
}

.sec03_wrap ul li dl dt div {
border: 2px solid #fff;
text-align: center;
height: 100%;
color: #fff;
font-weight: bold;
line-height: 9.5;
}

.sec03_wrap ul li dl dd {
width: 100%;
height: 192px;
margin: 0;
background: #fff;
border: 2px solid #0e2e85;
text-align: left;
padding: 18px 18px 23px;
font-size: 20px;
}

.sec03_wrap ul li dl dd ul li {
position: relative;
}

.sec03_wrap ul li dl dd ul li:nth-child(1) {
background: #0e2e85;
max-width: 230px;
height: 40px;
border-radius: 25px;
margin: 0 auto 0 0;
}

.sec03_wrap ul li dl dd ul li:nth-child(1) span {
color: #fff;
display: block;
text-align: center;
line-height: 2.3;
display: block;
text-align: center;
line-height: 2.3;
}

.sec03_wrap ul li dl dd ul li:nth-child(2),
.sec03_wrap ul li dl dd ul li:nth-child(3),
.sec03_wrap ul li dl dd ul li:nth-child(4) {
padding-left: 35px;
margin: 10px 0 0;
}

.sec03_wrap ul li dl dd ul li:nth-child(2)::before,
.sec03_wrap ul li dl dd ul li:nth-child(3)::before,
.sec03_wrap ul li dl dd ul li:nth-child(4)::before {
content: "";
background: url(../img/icons/icn_check.png)no-repeat center center/cover;
width: 16px;
height: 16px;
position: absolute;
left: 10px;
top: 5px;
}

/*************** sec04 ***************/
.sec04 {
background: #ffffff;
}

.sec04 .m_ttl02 {
padding: 110px 0 60px;
text-align: center;
}

.sec04 .m_ttl02::before {
content: "";
background: url(../img/index/bg_ttl_voice.png) no-repeat center center/cover;
width: 782px;
height: 225px;
position: absolute;
top: 15px;
left: 50%;
margin-left: -391px;
z-index: -1;
}

.sec04_prof {
padding: 20px;
justify-content: normal;
align-items: center;
}

.sec04_prof p {
font-size: 16px;
padding-left: 30px;
}

.sec04_prof img {
max-width: 106px;
}

.sec04_txt {
padding: 0 20px 20px;
font-size: 16px;
}

.sec04_txt p {
font-size: 16px;
letter-spacing: 2px;
}

.sec04 .m_inner {
position: relative;
padding: 0 10px;
}

.sec04 .m_inner li {
max-width: 380px;
width: 33%;
height: 456px;
}

.sec04 .m_inner li:nth-child(1) {
background: url(../img/index/bg_sec04_b.png) no-repeat center center/cover;
}

.sec04 .m_inner li:nth-child(2) {
background: url(../img/index/bg_sec04_y.png) no-repeat center center/cover;
}

.sec04 .m_inner li:nth-child(3) {
background: url(../img/index/bg_sec04_r.png) no-repeat center center/cover;
}

/*************** sec05 ***************/
.sec05 {
position: relative;
background: url(../img/index/bg_sec05.png) no-repeat top center/cover;
padding-bottom: 80px;
}

.sec05 .m_ttl02 {
text-align: center;
color: #fff;
padding: 75px 0;
position: relative;
}

.sec05 .m_ttl02::before {
content: "";
background: url(../img/index/bg_ttl_flow.png) no-repeat center center/cover;
position: absolute;
width: 186px;
height: 146px;
left: 50%;
top: 0;
margin-left: -93px;
z-index: -1;
}

.sec05_wrap {
padding-top: 135px;
}

.sec05_wrap dl {
border-top: 10px solid #d66169;
border-bottom: 10px solid #d66169;
background: #fff;
padding: 50px 60px;
}

.sec05_wrap dl dt {
margin-right: 10px;
}

.sec05_wrap dl dt img {
max-width: 140px;
}

.sec05_wrap dl dd {
max-width: 930px;
}

.sec05_wrap dl dd .sec05_bdr {
max-width: 930px;
padding: 0;
}

.sec05_wrap dl dd ul li {
padding: 45px 0 40px;
}

.sec05_wrap dl dd ul li .sec05_txt {
max-width: 500px;
}

.sec05_wrap dl dd ul li .sec05_txt .m_ttl03 {
font-size: 30px;
font-weight: bold;
padding-bottom: 35px;
}

.sec05_wrap dl dd ul li .sec05_img {
max-width: 380px;
}


.sec05_contact_box {
display: flex;
align-items: center;
margin-top: 12px;
}

.sec05_contact_box .tel {
width: 220px;
margin-right: 20px;
}

.sec05_contact_box .line {
width: 160px;

}

/*************** sec06 ***************/
.sec06 .m_ttl02 {
padding: 80px 0 60px;
}

.sec06 .m_ttl02::before {
content: "";
background: url(../img/index/bg_ttl_price.png) no-repeat center center/cover;
position: absolute;
width: 195px;
height: 143px;
left: 50%;
top: 30px;
margin-left: -97px;
z-index: -1;
}

.sec06_txt {
text-align: center;
padding-bottom: 40px;
}

.sec06 table th {
font-weight: bold;
background: #e6f1ff;
}

.sec06 table th,
.sec06 table td {
border: 1px solid #b8b8b8;
font-size: 16px;
width: 200px;
padding: 10px 0;
text-align: center;
}

/*************** sec07 ***************/
.sec07 {
padding-bottom: 50px;
background: #f5f5f5;
}

.sec07::before {
content: '';
position: absolute;
left: 0;
transform: skewY(-12deg);
transform-origin: bottom left;
z-index: -1;
width: 100%;
height: 1000px;
background: #f5f5f5;
}

.sec07_wrap {
margin-top: 285px;
position: relative;
}

.sec07 .m_ttl02 {
padding-top: 15px;
position: absolute;
left: 50%;
margin-left: -230px;
top: -200px;
}

.sec07 .m_ttl02::before {
content: "";
background: url(../img/index/bg_ttl_reason.png) no-repeat center center/cover;
position: absolute;
width: 333px;
height: 182px;
left: 50%;
top: 0;
margin-left: -166.5px;
z-index: -1;
}

.sec07 .m_ttl02 em {
font-size: 50px;
font-weight: bold;
}

.sec07 .m_ttl02 em span {
font-size: 100px;

}

.sec07_wrap ul {
margin-top: 35px;
}

.sec07_wrap li {
border: 5px solid #fff;
}

.sec07_img {
max-width: 440px;
}

.sec07_txtarea {
max-width: 750px;
background: #fff;
}

.sec07_txtarea dt {
position: relative;
background: linear-gradient(345deg, #061744, #061744 23%, #052882 24%, #052882);
color: #fff;
display: block;
height: 105px;
font-size: 26px;
font-weight: bold;
padding-left: 155px;
text-align: left;
line-height: 4;
}

.sec07_txtarea dt span {
font-size: 26px;
font-weight: bold;
}

.sec07_txtarea dt::before {
content: "";
position: absolute;
top: 0;
left: 20px;
width: 101px;
height: 116px;
}

.sec07_wrap li {
margin-bottom: 30px;
}

.sec07_wrap li:nth-child(1) dt::before {
background: url(../img/index/reason_01.png) no-repeat center/cover;
}

.sec07_wrap li:nth-child(2) dt::before {
background: url(../img/index/reason_02.png) no-repeat center/cover;
}

.sec07_wrap li:nth-child(3) dt::before {
background: url(../img/index/reason_03.png) no-repeat center/cover;
}

.sec07_wrap li:nth-child(4) dt::before {
background: url(../img/index/reason_04.png) no-repeat center/cover;
}

.sec07_txtarea dd {
margin: 0;
padding: 35px 30px;
}

/*************** block01 ***************/
.block01 {
background: #0e2e85;
height: 300px;
}

.block01 .m_inner {
position: relative;
height: 300px;
}

.block01 .m_inner img {
position: absolute;
max-width: 1100px;
bottom: 0;
left: 18px;
}

/*************** contact ***************/
.contact {
margin: 15px 0 100px;
}

.contact .m_ttl02::before {
content: "";
background: url(../img/index/bg_ttl_contact.png) no-repeat center center/cover;
position: absolute;
width: 369px;
height: 194px;
left: 50%;
top: 0;
margin-left: -184.5px;
z-index: -1;
}

.form-box .m_ttl02 {
padding: 85px 0 70px;
}

.formTable {
max-width: 780px;
margin: 0 auto 60px;
}

.formTable ul {
padding: 0;
margin: 20px 0 40px 0;
}

.formTable li:nth-child(1) {
font-weight: 600;
margin-bottom: 10px;
padding: 0 0 5px 0;
font-size: 1.2rem;
}

.formTable input[type="text"],
.formTable input[type="tel"] {
width: 100%;
padding: 14px 20px;
border-radius: 4px;
margin: 10px 0 0 0;
background-color: #F9F9F9;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 60px;
font-size: 1rem;
}

.formTable textarea {
width: 100%;
padding: 10px 10px;
margin: 10px 0 0 0;
background-color: #F9F9F9;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 45px;
font-size: 1rem;
border-radius: 8px;
height: 300px;
}

.formTable .required-text {
color: #fff;
padding: 4px 10px;
font-size: 12px;
margin: 0 0 0 10px;
border-radius: 5px;
vertical-align: middle;
background-color: #e03827;
}

.formTable .required-text2 {
color: #fff;
padding: 4px 10px;
font-size: 12px;
margin: 0 0 0 10px;
border-radius: 5px;
vertical-align: middle;
background-color: #004386;
}

.form-btn {
text-align: center;
}

.form-btn button {
width: 328px;
border: none;
background: none;
}

/*************** footer ***************/
.footer {
padding-bottom: 190px;
height: auto;
background: #0e2e85;
box-sizing: content-box;
}

.footer .company {
text-align: center;
color: #fff;
font-size: 1em;
padding-top: 40px;
}

.footer .copyright {
color: #fff;
text-align: center;
font-size: 14px;
line-height: 6;
}

@media screen and (max-width: 1200px) and (min-width:1023px) {
body {
min-width: 1023px;
}

/*************** module ***************/
.m_inner {
max-width: 1024px;
}

/*************** mv ***************/
.mv_comment:nth-child(2) {
top: 120px;
right: 38%;
width: 200px;
height: 135px;
}

.mv_comment:nth-child(3) {
top: 160px;
right: 2%;
width: 230px;
height: 149px;
}

/*************** nav ***************/
.global-nav ul li:nth-child(1) {
max-width: 180px;
}

.global-nav ul li:nth-child(2) {
max-width: 430px;
}

.global-nav ul li:nth-child(3) {
max-width: 320px;
}

/*************** menu ***************/
.menu ul {
padding: 0 10px;
}

.menu ul li {
max-width: 325px;
}

.menu ul li a {
font-size: 21px;
}

/*************** sec04 ***************/
.sec04 .m_inner li {
max-width: 330px;
width: 100%;
height: 395px;
}

.sec04_prof {
padding: 20px 20px 10px;
}

.sec04_txt p {
font-size: 14px;
letter-spacing: 1px;
}

/*************** sec06 ***************/
.sec06 table {
padding: 0 10px;
}

/*************** sec07 ***************/
.sec07_wrap li {
margin: 0 10px 30px;
}

.sec07_img img {
height: 100%;
}

/*************** block01 ***************/
.block01 .m_inner img {
max-width: 1000px;
}
}

@media screen and (max-width:768px) {
body {
min-width: 320px;
overflow-x: hidden;
}

/*************** module ***************/
.m_ttl02,
.m_ttl02 span {
font-size: 4.8vw;
}

.m_inner {
max-width: 92vw;
}

/*************** pc or sp ***************/
.pc {
display: none !important;
}

.sp {
display: block !important;
}

/*************** header ***************/
.header {
top: 0px;
background: #fff;
position: fixed;
z-index: 999999;

}

.header .logo {
width: 50%;
padding-right: 20px;

}

.header-tel {
width: 50%;
}

.header-tel img {
width: 100%;
}

/*************** mv ***************/
.mv {
background: url(../img/index/bg_mv.jpg) no-repeat 70% bottom/cover;
}

.mv-sp img {
height: 100% !important;
width: 100%;
}

.mv_inner {
padding-top: 19.067vw;
background-size: 56%;
background-position: 145% 100%;
max-width: 100%;
}

.mv_txt {
max-width: 100%;
padding: 0 10px 40px;
}

.mv_comment:nth-child(3) {
top: 40%;
right: 22.933vw;
width: 36vw;
height: 23.2vw;
}

.mv_comment:nth-child(2) {
top: 38.5%;
left: 6.667vw;
width: 27.733vw;
height: 18.667vw;
}

.mv_txt_count {
right: 5%;
top: -2%;
}

.mv .count {
font-size: 22.267vw;
}

.mv .count + span {
font-size: 11.6vw;
}

/*************** nav ***************/
.nav {
padding-bottom: 5.333vw;
}

.nav.m_fixed {
height: 18.8vw;
padding: 0;
}

.nav.m_fixed .topback a {
width: 9.333vw;
height: 9.333vw;
bottom: 22.667vw;
right: 2vw;
}

.nav.m_fixed .circle {
display: none;
}

.nav.m_fixed .global-nav .nav_ttl,
.nav.m_fixed .global-nav ul {
max-width: 100vw;
padding: 0;
}

.nav.m_fixed .global-nav .nav_ttl,
.nav.m_fixed .global-nav ul li:nth-child(1) {
display: none;
}

.nav.m_fixed .global-nav ul li:nth-child(2) {
display: block;
width: 46.8vw;
position: absolute;
top: -4vw;
right: 0;
}

.nav.m_fixed .global-nav ul li:nth-child(4) {
display: flex;
max-width: 100vw;
}

.nav.m_fixed .global-nav ul li:nth-child(4) a:nth-child(2) img {
margin-right: auto;
}

.nav.m_fixed .global-nav ul li:nth-child(4) img {
max-width: 26.6vw;
}

.circle {
max-width: 16vw;
top: -20%;
}

.sp-tel {
max-width: 16vw;
bottom: 36.667vw;
position: fixed;
z-index: 9999;
right: 2%;
}

.global-nav .nav_ttl {
padding: 5.333vw 0 4vw;
}

.global-nav .nav_ttl span {
font-size: 5.733vw;
color: #fff;
}

.global-nav ul {
display: block;
}

.global-nav ul li:nth-child(1) {
display: flex;
justify-content: space-between;
max-width: 58.667vw;
margin: 0 auto;
}

.global-nav ul li:nth-child(1) img:nth-child(1),
.global-nav ul li:nth-child(1) img:nth-child(2) {
padding: 0;
max-width: 28vw;
height: 6.667vw;
}

.global-nav ul li:nth-child(2) {
max-width: 86.667vw;
margin: 4vw auto 2.667vw;
}

.global-nav ul li:nth-child(3) {
max-width: 86.667vw;
margin: 0 auto;
}

.global-nav ul li:nth-child(4) {
display: none;
}

.sp-telbtn {
margin: 4vw auto 2.667vw;
display: block !important;
}

.m_fixed .sp-telbtn,
.m_fixed .sp_linebtn {
display: none !important;
}

.sp_telbtn_fixed,
.sp_linebtn_fixed {
display: none !important;
}

.sp_linebtn_fixed {
max-width: 26.6vw;
position: absolute;
left: 26.6vw;
}

.m_fixed .sp_telbtn_fixed,
.m_fixed .sp_linebtn_fixed {
display: block !important;
}

.m_fixed .sp_contactbtn,
.m_fixed .sp_linebtn {
display: none !important;
}

/*************** sec01 ***************/
.sec01 {
padding-bottom: 11.333vw;
}

.sec01 .m_strong {
margin-top: 5.333vw;
font-size: 4.267vw;
padding: 3.333vw 4.667vw;
}

.sec01 .m_ttl02 {
margin: 5.333vw 0 4.667vw;
}

.sec01_content {
max-width: 78.667vw;
}

.sec01_nav ul li {
width: 100% !important;
}

.sec01_nav ul li:nth-child(1) {max-width: 48.8vw; height: 14.867vw;top: 2.667vw;left: 1.6vw;}

.sec01_nav ul li:nth-child(2) {
max-width: 44.8vw;
height: 14.7vw;
top: 26vw;
left: 2.933vw;
}

.sec01_nav ul li:nth-child(3) {
max-width: 41.6vw;
height: 17.8vw;
top: 48.133vw;
left: 3.6vw;
}

.sec01_nav ul li:nth-child(4) {
max-width: 39.2vw;
height: 13.9vw;
top: 0.667vw;
right: 4vw;
}

.sec01_nav ul li:nth-child(5) {
max-width: 39.2vw;
height: 18.6vw;
top: 30.667vw;
right: 4.133vw;
}

.sec01_nav ul li:nth-child(6) {
max-width: 43.067vw;
height: 14.8vw;
top: 53.333vw;
right: 4.667vw;
}

/*************** menu ***************/
.menu ul {
max-width: 92vw;
margin: 0 auto;
}

.menu ul li {
max-width: 44vw;
height: 12vw;
}

.menu ul li a {
height: 12vw;
font-size: 2.667vw;
}

.menu ul li a::after {
right: 2.4vw;
margin-top: -1.6vw;
width: 2.667vw;
height: 2.667vw;
}

/*************** sec02 ***************/
.sec02 {
padding-bottom: 10vw;
}

.sec02 .m_ttl02 {
padding: 8vw 0 7.333vw;
}

.sec02_img {
max-width: 100%;
}

.sec02_txt {
padding: 4vw 2.667vw;
top: 10.667vw;
left: 50%;
font-size: 3.733vw;
max-width: 92vw;
margin-left: -46vw;
}

.sec02_txt p {
font-size: 3.733vw;
}

/*************** sec03 ***************/
.sec03 {
padding-bottom: 50px;
}

.sec03 .sec03_wrap {
margin-top: 22vw;
}

.sec03 .m_ttl02 {
padding: 7.333vw 0 30.667vw;
}

.sec03 .m_ttl02::before {
right: 0;
width: 92.8vw;
height: 33.6vw;
top: -25%;
background: url(../img/index/bg_ttl_what.png) no-repeat center right /cover;
}

.sec03 .m_ttl02::after {
background: url(../img/index/img_sec03_human_sp.png) no-repeat 100% 110%/cover;
width: 84.133vw;
height: 31.6vw;
right: 4%;
}

.sec03_wrap ul {
padding: 0;
}

.sec03_wrap ul li {
max-width: 92vw;
margin: 0 auto 2.667vw;
}

.sec03_wrap ul li dl {
display: block;
}

.sec03_wrap ul li dl dd {
height: 42.667vw;
padding: 3.733vw;
}

.sec03_wrap ul li dl dt {
max-width: 100%;
height: 16vw;
padding: 1.333vw 1.6vw;
}

.sec03_wrap ul li dl dt div {
line-height: 3.2;
font-size: 4.267vw;
}

.sec03_wrap ul li dl div dd {
font-size: 3.733vw;
line-height: 3.2;
}

.sec03_wrap ul li dl dd ul li {
font-size: 3.733vw;
}

.sec03_wrap ul li dl dd ul li:nth-child(1) {
max-width: 38.667vw;
height: 8vw;
border-radius: 50px;
}

.sec03_wrap ul li dl dd ul li:nth-child(1) span {
font-size: 3.733vw;
}

.sec03_wrap ul li dl dd ul li:nth-child(2),
.sec03_wrap ul li dl dd ul li:nth-child(3),
.sec03_wrap ul li dl dd ul li:nth-child(4) {
padding-left: 4.667vw;
margin: 2vw 0 0;
}

.sec03_wrap ul li dl dd ul li:nth-child(2)::before,
.sec03_wrap ul li dl dd ul li:nth-child(3)::before,
.sec03_wrap ul li dl dd ul li:nth-child(4)::before {
width: 3.867vw;
height: 3.867vw;
top: 0.667vw;
left: 0;
}

/*************** sec04 ***************/
.sec04 .m_ttl02 {
padding: 14.667vw 0 12vw;
}

.sec04 .m_ttl02::before {
width: 82.267vw;
height: 23.733vw;
margin: 4vw 0 3.333vw;
margin-left: -41.133vw;
padding: 14.667vw 0 8vw;
}

.sec04 .m_inner {
display: block;
}

.sec04 .m_inner li {
height: 95.133vw;
max-width: 80vw;
width: 100%;
margin: 0 auto 5.333vw;
}

.sec04_prof img {
max-width: 24vw;
}

.sec04_prof {
padding: 2.667vw 5.333vw 3.333vw;
}

.sec04_prof p {
padding-left: 4.667vw;
font-size: 4.667vw;
}

.sec04_txt {
padding: 0 4vw;
}

.sec04_txt p {
font-size: 3.2vw;
}

/*************** sec05 ***************/
.sec05 {
background: url(../img/index/bg_sec05.png) no-repeat top center/cover;
padding-bottom: 10.667vw;
padding-top: 17.333vw;
}

.sec05_wrap {
padding: 0;
}

.sec05 .m_ttl02 {
padding: 20.667vw 0 10.667vw;
}

.sec05 .m_ttl02::before {
top: 40%;
width: 24.8vw;
height: 19.467vw;
margin-left: -12.4vw;
}

.sec05_wrap dl {
margin: 0;
padding: 5.333vw 4vw;
}

.sec05_wrap dl dt,
.sec05_wrap dl dd {
margin: 0;
}

.sec05_wrap dl dd ul li {
padding: 4vw 0 5.333vw;
display: block;
}

.sec05_wrap dl dd ul li:nth-child(1) {
padding-top: 0;
}

.sec05_wrap dl dd ul li:nth-child(1) .sec05_step-number {
margin-top: 0;
}

.sec05_arrow {
width: 5.7vw;
height: 5.7vw;
margin: 0 auto;
margin-top: -1.6vw;
transform: rotate(135deg);
border-top: 8px solid #d66169;
border-right: 8px solid #d66169;
}

.sec05_step-number {
margin: 5.333vw auto;
max-width: 18.667vw;
}

.sec05_txt {
max-width: 100% !important;
}

.sec05_txt .m_ttl03 {
padding-bottom: 4.667vw !important;
font-size: 4.267vw !important;
text-align: center;
color: #d66169;
}

.sec05_txt p {
font-size: 3.733vw;
}

.sec05_wrap dl dd ul li .sec05_img {
max-width: 100%;
margin-top: 3vw;
}

.sec05_contact_box {
display: flex;
align-items: center;
margin-top: 12px;
}

.sec05_contact_box .tel {
width: 70%;
}

.sec05_contact_box .line {
width: 40%;
padding: 10px
}

.sec05_contact_box .line img {}


/*************** sec06 ***************/
.sec06 .m_ttl02 {
padding: 10.667vw 0 8vw;
}

.sec06 .m_ttl02::before {
width: 26vw;
height: 19.067vw;
top: 4vw;
margin-left: -13vw;
}

.sec06_txt {
font-size: 3.733vw;
padding-bottom: 6.667vw;
}

.sec06 table {
max-width: 87.333vw;
}

.sec06 table th,
.sec06 table td {
font-size: 2.533vw;
padding: 10px 0;
width: 29.067vw;
}

/*************** sec07 ***************/
.sec07 {
padding-bottom: 5.333vw;
}

.sec07 .m_ttl02 {
top: -30.667vw;
position: static;
margin-left: 0;
}

.sec07 .m_ttl02::before {
width: 35.067vw;
height: 19.067vw;
margin-left: -17.5vw;
top: 20%;
}

.sec07 .m_ttl02 em {
font-size: 6.667vw;
}

.sec07 .m_ttl02 em span {
font-size: 13.333vw;
}

.sec07_wrap {
margin-top: 26.667vw
}

.sec07_wrap li {
display: block;
margin-bottom: 5.333vw;
}

.sec07_txtarea dt {
font-size: 3.733vw;
height: 14vw;
padding-left: 20.667vw;
}

.sec07_txtarea dt::before {
left: 2.667vw;
width: 13.467vw;
height: 15.467vw;
}

.sec07_txtarea dt span {
font-size: 3.733vw;
}

.sec07_txtarea dd {
padding: 4.667vw 4vw;
font-size: 3.733vw;
}

/*************** block01 ***************/
.block01 {
height: 40vw;
}

.block01 .m_inner {
height: 40vw;
}

.block01 .m_inner img {
left: 0;
}

/*************** contact ***************/
.contact {
margin: 2vw 0 13.333vw;
}

.contact .m_ttl02::before {
width: 38.8vw;
height: 20.4vw;
margin-left: -19.4vw;
}

.form-box .m_ttl02 {
padding: 11.333vw 0 9.333vw;
}

.formTable {
margin: 0 auto 8vw;
}

.formTable li:nth-child(1) {
font-size: 0.8rem;
margin-bottom: 1.333vw;
padding: 0 0 0.667vw 0;
}

.formTable input[type="text"],
.formTable input[type="tel"] {
padding: 3vw 3vw;
border-radius: 0.533vw;
margin: 1.333vw 0 0 0;
font-size: 16px;
height: 12vw;
}

.formTable ul {
margin: 2.667vw 0px 5.333vw 0px;
}

.formTable textarea {
height: 40vw;
padding: 1.333vw 1.333vw;
margin: 1.333vw 0px 0px 0px;
}

.form-btn button {
width: 86.667vw;
}

/*************** footer ***************/
.footer {
padding-bottom: 16vw;
height: auto;
}

.footer .company {
text-align: center;
color: #fff;
font-size: 3vw;
padding-top: 20px;
}

.footer .copyright {
font-size: 2.667vw;
}
}


/* ▼ページローディング アニメーション
----------------------------------------------- */
#loading {
position: fixed;
z-index: 999999;
width: 100%;
height: 100%;
background-color: #0e2e85;
overflow: hidden;
z-index: 999999;
}

.spinner,
.spinner:after {
width: 100px;
height: 100px;
position: relative;
z-index: 999999;
border-radius: 50%;
}

.spinner {
top: calc(50% - 50px);
left: calc(50% - 50px);
background-image: url("../img/index/loading.png");
background-position: center center;
background-repeat: no-repeat;
background-size: 60px;
animation: loading 1s 1s infinite;
}

.spinner:after {
content: '';
display: block;
top: -1px;
left: -3px;
border-top: 3px solid #fff;
border-right: 3px solid #fff;
border-bottom: 3px solid #fff;
border-left: 3px solid #0e2e85;
transform: translateZ(0);
animation: spinner 2s infinite;
}

@keyframes loading {
0% {
background-position: center 20px;
}

50% {
background-position: center 4px;
}

100% {
background-position: center 38px;
}
}

@keyframes spinner {
0% {
transform: rotate(0deg);
}

100% {
transform: rotate(360deg);
}
}

.load_start {
top: 0;
height: 100%;
animation: load_start 1s forwards;
}

@keyframes load_start {
0% {
height: 0%;
}

100% {
height: 100%;
}
}

.load_end {
top: 0;
height: 0%;
animation: load_end 1s forwards;
}

@keyframes load_end {
0% {
height: 100%;
}

100% {
height: 0%;
}
}
