@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Asap+Condensed:600');

/*additional reset
---------------------------------------------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

body.safari #content, body.safari #footer {/*サファリでリンク先から戻った時文字が拡大する対応*/
    -webkit-text-size-adjust: 100%;
}
body {
   font-family: "游ゴシック","YuGothic",sans-serif;
    margin: 0;
}

/** link **/
a:link {
    color: #1c7fbd;
	text-decoration: underline;
	text-decoration: underline;
}

a:visited {
    color: #1c7fbd;
}

a:hover,
a:active {
	text-decoration: none;
}

/*初期設定
----------------------------------------------------*/
header.top-head img {
    width: 250px;
}
@media screen and (max-width:640px) {
    header.top-head img {
    width: 170px;
}
}
p{
    font-size: 1rem;
	font-weight: bold;
    color: #292e40;
}
@media screen and (max-width:640px) {
    font-size: 16px;
}
h1,h2,h3{
    color: #292e40;
    line-height: 1.4;
}
#wrapper{
    width: 100%;
    overflow: hidden;
    display: flex;
}
.wrapper_left{
    width: 80%;
}
.wrapper_right{
    width: 20%;
    background: #f1faff;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
}
@media screen and (max-width:640px) {
    #wrapper{
        display: block;
    }
    .wrapper_left{
        width: 100%;
    }
    .wrapper_right{
        display: none;
    }
}
@media screen and (min-width:640px) {
    .pc{
        display: block;
    }
    .sp{
        display: none;
    }
}

@media screen and (max-width:640px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}
/*layout
----------------------------------------------------*/

img{
    width: 100%;
    margin: 0;
    padding: 0;
}


/*============================
header style
============================*/

.top-head {
width: 100%;
    height: 85px;
    background: rgba(33,173,231);
    display: flex;
    z-index: 999;
}
.top-head .inner {
    float: left;
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*logo style*/
.inner h1 a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
/*nav style*/
.top-head nav ul {
    display: flex;
    list-style-type: none;
}
/*nav link style*/
.top-head nav ul li a {
   text-decoration: none;
    padding: 7px 10px 5px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
}

.header_ani {
	position: relative;
}

.header_ani a::before {
  background: #fff;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.header_ani a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.nav_toggle {
    display: none;
}
.header_btn a {
    background: #ff9000;
    margin: 0 0 0 10px;
    border-radius: 5px;
}
/*============================
mobile style
============================*/
@media screen and (max-width:1120px) {
	.top-head {
		height: 70px;
	}
    /*hamburger menu style*/
    .header_btn a {
        margin: 20px auto 0 auto;
        width: 80%;
    }
    .nav_toggle {
        display: block;
        width: 30px;
        height: 30px;
        position: relative;
        top: 4px;
        z-index: 100;
    }
    .nav_toggle div {
        position: relative;
    }
    /*hamburger menu close style*/
    .nav_toggle span {
        display: block;
        height: 2px;
        background: #fff;
        position:absolute;
        width: 100%;
        left: 0;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }
    .nav_toggle span:nth-child(1) {
        top:0px;
    }
    .nav_toggle span:nth-child(2) {
        top:10px;
    }
    .nav_toggle span:nth-child(3) {
        top:20px;
    }
    /*hamburger menu open style*/
    .open .nav_toggle span:nth-child(1) {
        top: 10px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .open .nav_toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open .nav_toggle span:nth-child(3) {
        top: 10px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    /*nav style*/
    .top-head nav {
        display: none;
        position: absolute;
        top: 57px;
        left: 0;
        width: 100%;
        height: auto;
        background: #21ade7;
        z-index: 999;
    }
    .top-head nav ul {
        display: block;
        margin: 10% 0 17%;
        padding: 0 15%;
    }
    .top-head nav ul li {
        text-align: center;
    }
    .top-head nav ul li:last-child {
        border: none;
    }
    /*nav link style*/
    .top-head nav ul li a {
        display: block;
    }
}

/*
mv
----------------------------*/
.mv {
    position: relative;
}
.mv_ab {
    max-width: 50%;
    position: absolute;
    top: 8%;
    left: 12%;
    padding: 20px;
}
.ctabtn h2 {
    font-size: 30px;
    margin: 0 0 5px;
    text-align: center;
}
.ctabtn p {
    margin: auto;
    margin-top: 25px;
    margin-bottom: 10px;
    width: 100%;
}

.ctabtn {
    max-width: 800px;
    width: 90%;
    text-align: center;
    margin: 5% auto 0;
}
.margt {
    margin-top: 5%;
}

@media screen and (max-width:1669px) {
    .mv_ab {
        max-width: 36%;
        top: 3%;
        left: 8%;
    }
    div div .mvbtn02{
        padding: 5% 11%;
        font-size: 17px;
    }
}
.mvbtn01 {
    width: 100%;
}
/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

/*
IE11対策
----------------------------*/
_:-ms-lang(x)::-ms-backdrop,
.logo_flowing {
    display: -ms-grid;
    overflow: hidden;
}
/*----------------------------*/

.logo_flowing_wrap {
    display: flex;
    overflow: hidden;
}

.logo_flowing_list {
    display: flex;
    list-style: none;
    margin: 10px 0;
}

.logo_flowing_list-left{
    animation :infinity-scroll-left 35s infinite linear 0s both;
    padding: 0;
}

.logo_flowing_item {
    width: calc(100vw / 9);
    margin: auto;
}
.logo_flowing_item > img{
    width: 70%;
}

@media screen and (max-width:640px) {
    .logo_flowing_item {
        width: calc(100vw / 3);
        margin: auto;
    }
    .logo_flowing_item > img{
        width: 75%;
    }
}

.logo_flowing_width{
    max-width: 800px;
    width: 90%;
    margin: auto;
    
    margin-top: 15px;
}
.voice_flowing_width{
	max-width: 1000px;
    width: 100%;
    margin: auto;
    margin-top: 15px;
}
.logo_flowing_item02 {
    width: calc(100vw / 6);
    margin: auto;
}
.logo_flowing_item02 > img{
    width: 95%;
}
.logo_flowing_item03 {
    width: calc(100vw / 6);
    margin: auto;
	padding: 1% 0 1% 1%;
}
.logo_flowing_item03 > img{
    width: 100%;
}

@media screen and (max-width:640px) {
    .logo_flowing_item02 {
        width: calc(100vw / 3);
        margin: auto;
    }
    .logo_flowing_item02 > img{
        width: 94%;
    }
	.logo_flowing_item03 {
		width: calc(100vw / 1.6);
		margin: auto;
		padding: 1% 0 1% 1%;
	}
	.logo_flowing_item03 > img{
		width: 100%;
	}
}

.mokuji {
    display: flex;
    flex-wrap: wrap;
    width: 85%;
    margin: 40px auto 90px;
    max-width: 800px;
}
.mokuji a {
    width: 31.5%;
    margin: 15px auto 0;
}
.mokuji img{
    filter: drop-shadow(3px 5px 4px rgba(0,0,0,0.1));
}

@media screen and (max-width:640px) {
    .mokuji {
        width: 94%;
        margin: 10px auto 50px;
    }
    .mokuji a {
        width: 47%;
        margin: 15px auto 0;
    }
    .mokuji img{
        filter: drop-shadow(3px 4px 3px rgba(0,0,0,0.1));
    }
}

.nayami {
    background: url(../img/bg01.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 5% 0 7%;
    width: 100%;
    text-align: center;
    background-position: calc(85% - 0px) calc(0% - 0px);
}
.nayami h1{
    font-size: 30px;
    margin: 5px 0;
    color: #fff!important;
}
.nayami p{
    margin: 25px 0 0;
    color: #fff!important;
}
span.square {
    width: 65px;
    height: 4px;
    margin: auto;
    display: block;
    background: #fff;
    border-radius: 50px;
}
.nayami_content {
    display: flex;
    max-width: 800px;
    width: 90%;
    margin: auto;
    margin-top: 4%;
    justify-content: space-between;
}
.nayami_content img {
    width: 32%;
    filter: drop-shadow(3px 4px 3px rgba(0,0,0,0.1));
}

@media screen and (max-width:640px) {
    .nayami {
        background: url(../img/bg01_sp.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        padding: 13% 5% 15%;
        width: 100%;
        background-position: calc(40% - 0px) calc(100% - 150px);
    }
    .nayami h1{
        font-size: 25px;
        margin: 10px 0;
    }
    .nayami p{
        margin: 30px 0 0;
    }
    .nayami_content {
        margin-top: 8%;
        top: 35%;
    width: 100%;
        flex-wrap: wrap;
    }
    .nayami_content img {
        width: 47%;
        margin: auto;
        margin-top: 12px;
        filter: drop-shadow(3px 4px 3px rgba(0,0,0,0.1));
    }
    div a.btn02 {
        width: 270px;
            padding: 15px 30px;
    }
    .ctabtn h2 {
        font-size: 25px;
    }
}

.info {
    background: #e9e9e9;
}
.info_inner{
    width: 100%;
    max-width: 800px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 6% 30px 4%;
    justify-content: space-between;
}
.info_inner .text{
    width: 55%;
}
.info_inner img{
    width: 35%;
    margin: auto;
    margin-right: 0;
}
.info_inner .text h2{
    font-size: 30px;
    margin: 0 0 5px;
}
.info_inner .text p{
    margin: 30px 0 0;
}
.info span.square02 {
    width: 65px;
    height: 4px;
    margin-left: 0;
    display: block;
    background:linear-gradient(to right,#22dcfd, #5865b9);
    border-radius: 50px;
}

@media screen and (max-width:640px) {
    .info_inner .text{
    width: 90%;
    margin: auto;
    text-align: center;
    }
    .info_inner img{
        width: 80%;
        margin: 40px auto 0;
    }
    .info span.square02 {
        margin: auto;
    }
    .info_inner .text h2{
        font-size: 25px;
    }
    .info_inner{
        padding: 15% 10px 14%;
    }
    .ctabtn {
        margin: 14% auto 8%;
    }
}

.info02 {
    padding: 7% 0 2%;
}
.info02_inner{
    width: 90%;
    max-width: 800px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 2% 0 4%;
    justify-content: space-between;
}
.info02_inner img{
    width: 32%;
    filter: drop-shadow(1px 3px 3px rgba(0,0,0,0.2));
}
.info02 h2{
    font-size: 30px;
    margin: 0 0 5px;
    text-align: center;
}
.info02 span.square02 {
    width: 65px;
    height: 4px;
    display: block;
    background:linear-gradient(to right,#22dcfd, #5865b9);
    border-radius: 50px;
    margin: auto;
}

@media screen and (max-width:640px) {
    .info02 {
        padding: 10% 0;
    }
    .info02_inner{
        padding: 4% 0 4%;
    }
    .info02_inner img{
        width: 70%;
        margin: auto;
        margin-top: 10px;
    }
    .info02 h2{
        font-size: 25px;
        margin: 0 0 9px;
    }
}

.point{
    margin-bottom: 30px;
}
.point_inner{
    max-width: 1000px;
    width: 95%;
    background: url(../img/bg02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    background-position: calc(0% - 165px) calc(0% - 0px);
}
.point_inner02{
    max-width: 1000px;
    width: 95%;
    background: url(../img/bg03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    background-position: calc(0% + 40px) calc(0% - 0px);
}
.point_inner .text{
    width: 37%;
    padding: 0 0 0 5%;
}
.point_inner02 .text{
    width: 37%;
    padding: 0 5% 0 0;
}
.point_inner02 .text img,.point_inner .text img{
    width: 100px;
    filter:none;
}
.point_inner02 .text p,.point_inner .text p{
    color: #fff;
}
.point_inner02 .text h3,.point_inner .text h3{
    line-height: 1.1;
    font-size: 25px;
    color: #00a1e4;
    background: #fff;
    width: fit-content;
    padding: 10px 15px;
    margin: 10px 0 25px;
}
.point_inner02 img,.point_inner img{
    width: 60%;
    margin: auto;
    margin-right: 0;
    filter: drop-shadow(3px 5px 5px rgba(0,0,0,0.2));
}
.point_inner02 img{
    width: 60%;
    margin: auto;
    margin-left: 0;
    filter: drop-shadow(3px 5px 5px rgba(0,0,0,0.2));
}

@media screen and (max-width:640px) {
    .point_inner02 .text h3,.point_inner .text h3{
        font-size: 23px;
    }
    .point_inner{
        width: 90%;
        background: url(../img/bg02_sp.jpg);
        background-repeat: no-repeat;
        flex-wrap: wrap;
        background-position: calc(50% - 20px) calc(100% - 60px);
    padding: 15px 0;
    }
    .point_inner02{
        width: 90%;
        background: url(../img/bg02_sp.jpg);
        background-repeat: no-repeat;
        flex-wrap: wrap-reverse;
        background-position: calc(50% - 20px) calc(100% - 60px);
    padding: 15px 0;
    }
    .point_inner02 .text,.point_inner .text{
        width: 90%;
        padding: 7% 0;
        margin: auto;
    }
    .point_inner02 img,.point_inner img{
        width: 90%;
        margin: auto;
    }
}

a.cta01{
    display: block;
    margin: 35px auto 0;
    text-align: center;
    text-decoration: none;
    background-image: linear-gradient(to right,
      #22dcfd 0%,
      #5865b9 51%,
      #22dcfd 100%);
    -webkit-transition: all .3s;
    transition: all .3s;
    background-size: 200% auto;
    width: fit-content;
    color: #fff;
    padding: 20px 90px;
    border-radius: 10px;
    filter: drop-shadow(3px 5px 5px rgba(0,0,0,0.2));
    font-size: 17px;
    font-weight: bold;
}

a.btn02{
    display: block;
    margin: 3% auto 0;
    text-align: center;
    text-decoration: none;
    background-image: linear-gradient(to right,
      #fca308 0%,
      #ff6600 51%,
      #fca308 100%);
    -webkit-transition: all .3s;
    transition: all .3s;
    background-size: 200% auto;
    width: fit-content;
    color: #fff;
    padding: 20px 90px;
    border-radius: 10px;
    filter: drop-shadow(3px 5px 5px rgba(0,0,0,0.2));
    font-size: 17px;
    font-weight: bold;
}

a.mvbtn02{
    display: block;
    margin: 7% 0 0;
    text-align: center;
    text-decoration: none;
    background-image: linear-gradient(to right, #fca308 0%, #ff6600 51%, #fca308 100%);
    -webkit-transition: all .3s;
    transition: all .3s;
    background-size: 200% auto;
    width: fit-content;
    color: #fff;
    padding: 4% 15%;
    border-radius: 10px;
    filter: drop-shadow(3px 5px 5px rgba(0,0,0,0.2));
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width:640px) {
    a.cta01{
       margin: 50px auto 0;
    padding: 15px 10px;
    width: 270px;
    }
}

a.cta02{
    display: block;
    margin: 70px auto 0;
    text-align: center;
    text-decoration: none;
    background:linear-gradient(to right,#f28e26, #fd644f);
    width: fit-content;
    color: #fff;
    padding: 20px 90px;
    border-radius: 10px;
    filter: drop-shadow(3px 5px 5px rgba(0,0,0,0.2));
    font-size: 17px;
    font-weight: bold;
}
@media screen and (max-width:640px) {
    a.cta02{
        margin: 50px auto 0;
        padding: 25px 50px;
    }
}
@media screen and (max-width:640px) {
a.cta03{
       display: block;
    margin: 25px auto;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(to right,#f28e26, #fd644f);
    width: 270px;
    color: #fff;
    padding: 15px 10px;
    border-radius: 10px;
    filter: drop-shadow(3px 5px 5px rgba(0,0,0,0.2));
    font-size: 17px;
    font-weight: bold;
}
}


a.cta04{
    display: block;
    margin: 35px auto 0;
    text-align: center;
    text-decoration: none;
    background-image: linear-gradient(to right, #26f28a 0%, #00a560 51%, #26f28a 100%);
    transition: all .3s;
    background-size: 200% auto;
    width: fit-content;
    color: #fff;
    padding: 20px 90px;
    border-radius: 10px;
    filter: drop-shadow(3px 5px 5px rgba(0,0,0,0.2));
    font-size: 17px;
    font-weight: bold;
}
@media screen and (max-width:640px) {
    a.cta04{
    margin: 50px auto 0;
    padding: 12px 50px;
    line-height: 1.4;
    width: 270px;
    }
}
.structure{
    margin-top: 5%;
    padding: 70px 0;
    background: url(../img/bg04.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.structure_inner{
    max-width: 800px;
    width: 90%;
    margin: auto;
    text-align: center;
    
}
.structure p {
    margin: auto;
    margin-top: 25px;
    margin-bottom: 10px;
    width: 100%;
}
.structure_inner h2{
    font-size: 30px;
    margin: 0 0 5px;
    text-align: center;
}
.structure_inner span.square02 {
    width: 65px;
    height: 4px;
    display: block;
    background:linear-gradient(to right,#22dcfd, #5865b9);
    border-radius: 50px;
    margin: auto;
}
.graph_inner {
    display: flex;
    justify-content: space-between;
    
}
.graph_box{
    width: 48%;
}
.graph_inner .title01{
    background:linear-gradient(to right,#0bbafb, #4285ec);
    width: fit-content;
    margin: auto;
    color: #fff;
    padding: 5px 40px;
    border-radius: 20px;
}
.graph_inner img{
    margin: auto;
}
.graph_inner .title02{
    font-size: 25px;
    font-weight: bold;
    margin: 5px auto 10px;
}
.graph_inner .text{
        margin: auto;
    margin-top: 10px;
}
@media screen and (max-width:640px) {
    .structure{
        margin-top: 17%;
        padding: 15% 0;
    }
    .structure_inner h2{
        font-size: 25px;
    }
    .graph_inner {
        flex-wrap: wrap;
    }
    .graph_box{
        width: 80%;
    margin: auto;
    margin-top: 20px;
    }
}

.plan {
    background: url(../img/bg05.jpg);
    background-repeat: no-repeat;
    padding: 70px 0 0%;
    width: 100%;
    text-align: center;
    background-size: cover;
    background-position: calc(37% - 0px) calc(0% - 130px);
}
.plan h2{
    font-size: 30px;
    margin: 5px 0;
    color: #fff!important;
}
.plan p{
    margin: auto;
    margin-top: 25px;
    color: #fff!important;
    width: 90%;
}
.plan_content {
    display: flex;
    max-width: 800px;
    padding-top: 25px;
    width: 90%;
    margin: auto;
    justify-content: space-between;
}
.plan_content img {
    width: 32%;
    filter: drop-shadow(3px 4px 3px rgba(0,0,0,0.1));
}
@media screen and (max-width:640px) {
    .plan {
        background: url(../img/bg06.jpg);
        padding: 13% 0 0%;
        background-position: calc(50% - 20px) calc(50% - 200px);
        background-repeat: no-repeat;
    }
    .plan h2{
        font-size: 25px;
    }
    .plan_content {
        flex-wrap: wrap;
            padding-top: 13%;
    width: 90%;
    }
    .plan_content img {
        width: 32%;
        margin-top: -25px;
    }
}

    .voice{
        margin-top: 7%;
        padding: 5% 0;
        background: url(../img/bg04.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .voice_inner{
        max-width: 800px;
        width: 90%;
        margin: auto;
        text-align: center;

    }
    .voice_inner h2{
        font-size: 30px;
        margin: 0 0 5px;
        text-align: center;
    }
    .voice_inner span.square02 {
        width: 65px;
        height: 4px;
        display: block;
        background:linear-gradient(to right,#22dcfd, #5865b9);
        border-radius: 50px;
        margin: auto;
}
.voice p {
    margin: auto;
    margin-top: 25px;
    width: 90%;
}
.voice_box01{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    padding: 3% 0 0;
}
.voice_box01 img{
    width: 20%;
    padding: 1% 1% 0;
}
.voice_box02{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 5%;
}
.voice_box02 a {
    width: 32%;
}
    @media screen and (max-width:640px) {
        .voice{
            margin-top: 17%;
            padding: 15% 0;
        }
        .voice_inner h2{
            font-size: 25px;
        }
        .voice_box01 img{
            width: 33%;
        }
        .voice_box02 a{
               width: 80%;
    padding-top: 20px;
    margin-left: 5px;
    margin: auto;
        }
        .voice_box02{
        }
    }

.qa_inner{
    padding: 7% 0;
    width: 90%;
    max-width: 800px;
    display: block;
    margin: auto;
}
.qa_inner h2{
    font-size: 30px;
    margin: 0 0 5px;
    text-align: center;
}
@media screen and (max-width:640px) {
.qa_inner h2{
    font-size: 25px;
}
}
.qa_inner span.square02 {
    width: 65px;
    height: 4px;
    display: block;
    background:linear-gradient(to right,#22dcfd, #5865b9);
    border-radius: 50px;
    margin: auto;
}
.qa_bg {
    border-radius: 15px;
    background-color: #dff4ff;
    margin-bottom: 15px;
}
.qa_bg02 {
    border-radius: 15px;
    background-color: #fff;
    margin-bottom: 15px;
}
.q{
    color: #02a2e4;
    font-size: 24px;
    margin-right: 5px;
    height: 30px;
    font-weight: bold;
    vertical-align: middle;
}
.a{
    color: #02a2e4;
    font-size: 24px;
    margin-right: 5px;
    height: 30px;
    vertical-align: bottom;
    font-weight: bold;
}
.ac{
    margin: 5% 0;
}
.ac-parent {
       position: relative;
    cursor: pointer;
    transition: .3s;
    padding: 10px 30px;
    font-weight: bold;
    font-size: 20px;
}
.ac-parent:after {
    content: "";
    display: block;
    position: absolute;
    top: 40%;
    right: 16px;
    width: 8px;
    height: 8px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    transform: translateY(-50%);
    transform: rotate(135deg);
    transition: all .3s;
}
.ac-parent.open:after {
    top: 50%;
    transform: rotate(315deg);
}
.ac-child {
    padding: 1px 30px;
    margin: 0;
    margin-bottom: 15px;
}
.ac-child__description{
    text-indent: -29px;
    font-size: 86%;
    line-height: 1.6em;
}
.ac-child__item {
    position: relative;
    padding: 20px 30px;
    cursor: pointer;
    font-size: 18px;
}
.ac-child__item:after {
    content: "";
    display: block;
    position: absolute;
    top: 40%;
    right: 16px;
    width: 8px;
    height: 8px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    transform: translateY(-50%);
    transform: rotate(135deg);
    transition: all .3s;
}
.ac-child__item.open:after {
    top: 50%;
    transform: rotate(315deg);
}
.ac-child__description {
    background-color: #ffffff;
    margin: auto;
    border-radius: 0 0 15px 15px;
    padding: 10px 20px 30px 61px;
    font-size: 16px;
}
@media screen and (max-width:640px) {
    .ac{
        margin: 10% 0;
    }
    .qa_inner{
        padding: 10% 0;
        width: 95%;
    }
    .ac-parent {
    padding: 12px 20px;
    font-size: 17px;
    }
    .ac-child {
        padding: 1px 15px;
        margin-bottom: 10px;
    }
    .ac-child__item {
        padding: 15px 30px 15px 40px;
        font-size: 16px;
        text-indent: -29px;
    line-height: 1.1;
    }
    .ac-child__description {
        padding: 5px 20px 30px 40px;
        font-size: 16px;
    }
}

.media{
    margin-top: 0;
    padding: 70px 0;
    background: url(../img/bg04.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.media_inner{
    max-width: 800px;
    width: 90%;
    margin: auto;
    text-align: center;

}
.media_inner h2{
    font-size: 30px;
    margin: 0 0 5px;
    text-align: center;
}
@media screen and (max-width:640px) {
.media_inner h2{
    font-size: 25px;
}
}
.media_inner span.square02 {
    width: 65px;
    height: 4px;
    display: block;
    background:linear-gradient(to right,#22dcfd, #5865b9);
    border-radius: 50px;
    margin: auto;
}
.media p {
    margin: auto;
    margin-top: 25px;
    width: 90%;
}
.media_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 3%;
    max-width: 800px;
    width: 90%;
    margin: auto;
}
.media_box img{
    width: 24%;
    
}
@media screen and (max-width:640px) {
    .media_box img{
      width: 95%;
    margin: auto;
    margin-top: 8px;
    }
}

.flow {
    background: url(../img/bg07.jpg);
    background-repeat: no-repeat;
    padding: 70px 0 0%;
    width: 100%;
    text-align: center;
    background-position: calc(55% - 20px) calc(50% - 200px);
}
.flow h2{
    font-size: 30px;
    margin: 5px 0;
    color: #fff!important;
}
.flow p{
    margin: auto;
    margin-top: 25px;
    color: #fff!important;
    width: 90%;
}
.flow_content {
    display: flex;
    max-width: 800px;
    padding-top: 25px;
    width: 90%;
    margin: auto;
    justify-content: space-between;
}
.flow_content img {
    width: 32%;
    filter: drop-shadow(3px 4px 3px rgba(0,0,0,0.1));
}
@media screen and (max-width:640px) {
    .flow {
        background: url(../img/bg08.jpg);
        padding: 13% 0 0%;
            background-position: calc(0% - 0px) calc(0% - 115px);
    background-size: cover;
        background-repeat: no-repeat;
    }
    .flow h2{
        font-size: 25px;
    }
    .flow_content {
        flex-wrap: wrap;
        padding-top: 6%;
        width: 90%;
    }
    .flow_content img {
        width: 100%;
        margin-top: 25px;
    }
}

.column{
    margin-top: 7%;
    padding: 70px 0;
    background: url(../img/bg04.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.column_inner{
    max-width: 800px;
    width: 90%;
    margin: auto;
    text-align: center;

}
.column_inner h2{
    font-size: 30px;
    margin: 0 0 5px;
    text-align: center;
}
.column_inner span.square02 {
    width: 65px;
    height: 4px;
    display: block;
    background:linear-gradient(to right,#22dcfd, #5865b9);
    border-radius: 50px;
    margin: auto;
}
.column_box{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    padding: 3% 0 0;
}
.column_box a{
    width: 33%;
    padding: 1% 1% 0;
}
@media screen and (max-width:640px) {
    .column{
        margin-top: 17%;
        padding: 15% 0;
    }
    .column_inner h2{
        font-size: 25px;
    }
    .column_box a{
        margin-top: 10px;
        width: 80%;
    }
}

.last_inner{
    padding: 7% 0;
    width: 90%;
    max-width: 800px;
    display: block;
    margin: auto;
}
.last_inner h2{
    font-size: 30px;
    margin: 0 0 5px;
    text-align: center;
}
.last_inner span.square02 {
    width: 65px;
    height: 4px;
    display: block;
    background:linear-gradient(to right,#22dcfd, #5865b9);
    border-radius: 50px;
    margin: auto;
}
.last_inner p{
    text-align: center;
    margin-top: 25px;
}
@media screen and (max-width:640px) {
    .last_inner{
        padding: 10% 0;
        width: 90%;
        max-width: 800px;
        display: block;
        margin: auto;
    }
    .last_inner h2{
        font-size: 25px;
    }
}

footer{
    background: #292e40;
    padding: 5% 0;
    text-align: center;
}
footer img{
    width: 200px;
    display: block;
    margin: auto;
}
footer p{
    color: #fff;
    margin-top: 25px;
}
@media screen and (max-width:640px) {
footer{
    padding: 15% 0;
}
    footer p{
    font-size: 13px;
    width: 90%;
    margin: auto;
    margin-top: 25px;
}
}
footer a:link{
    color: #fff;
}
footer a:visited{
    color: #fff;
}

.wrapper_right h2{
   font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 30px 0 5px;
}
.wrapper_right span.square02 {
    width: 65px;
    height: 4px;
    display: block;
    background:linear-gradient(to right,#22dcfd, #5865b9);
    border-radius: 50px;
    margin: auto;
}

.wrapper_right_inner {
    width: 90%;
    margin: auto;
}

.wrapper_right_inner tr{
    border-bottom: none !important;
}
.wrapper_right_inner .form_tbl table {
    width: 100%;
    border: none;
    margin: 0px auto 10px;
}
.wrapper_right_inner .content-main {
    margin: 15px auto;
}

/* マウスオーバー時 */
.btn_design:hover{
      transform: translateY(-5px);
      cursor: pointer;
    }
.btn_design02:hover {
   background-position: right center;
}
.time_p{
    
}