@charset "UTF-8";


/* #header
------------------------------------------------- */
#header {
    box-shadow: none;
}
.group #header .logo,
.kobetsu #header .logo {
    width: 6.8125em;
    padding: 2.875em 0 0 1.75em;
}
.group #header .logo i {
    height: 3.25em;
    background: url("../img/group/logo2.svg") center center no-repeat;
    background-size: 100% auto;
    top: 2.5em;
}
.kobetsu #header .logo i {
    height: 3.25em;
    background: url("../img/kobetsu/logo2.svg") center center no-repeat;
    background-size: 100% auto;
    top: 2.5em;
}
@media only screen and (max-width:750px){
body.move #header {
    box-shadow: 0 0.55vw 1.1vw rgba(214,214,214,0.5);
}
.group #header .logo i,
.kobetsu #header .logo i {
    top: 1em;
}
}


/* contents
------------------------------------------------- */
#contents {
    padding-top: 17em;
    line-height: 1.82;
}
.bgy {
    background-color: #FFFCEF;
    padding-top: 5.8em;
}
@media only screen and (max-width:750px){
#contents {
    padding-top: 38vw;
    line-height: 1.92;
}
.bgy {
    padding-top: 16.5vw;
}
}


/* title
------------------------------------------------- */
.title {
    padding: 4em 0 6.25em;
}
.title h1 {
    text-align: center;
    color: #2076C6;
    font-weight: 500;
    line-height: 1.6;
    padding-bottom: 1em;
}
.title h1 span {
    display: block;
}
.title h1 span.fo21 {
    padding-bottom: 0.3em;
}
.title p {
    text-align: center;
    color: #094E95;
    font-weight: 700;
    padding-bottom: 3.5em;
}
.title p span {
    background-color: #FFE45A;
}
.title .mnav {
    background-color: #FFFCEF;
    padding: 2.5em 0 1.5em;
}
.title .mnav h2 {
    text-align: center;
    color: #2076C6;
    font-weight: 700;
    padding-bottom: 1.5em;
    position: relative;
}
.title .mnav h2::before {
    content: '';
    width: 4.8em;
    height: 0.15em;
    background-color: #2076C6;
    position: absolute;
    left: 50%;
    margin-left: -2.4em;
    bottom: 1em;
}
.title .mnav .box {
    display: flex;
    justify-content: center;
}
.title .mnav .box ul li {
    margin-bottom: 0.4em;
}
.title .mnav .box ul li a {
    background: url("../common/img/icon3_b.png") left center no-repeat;
    background-size: 0.83em auto;
    padding-left: 1.65em;
}
@media only screen and (max-width:750px){
.title {
    padding: 0 0 16.5vw;
}
.title h1 {
    font-size: 8.266vw;
    line-height: 1.6;
    padding-bottom: 1.4em;
}
.title h1.sm {
    font-size: 8.266vw;
}
.title h1 span {
    font-size: 6.4vw;
}
.title h1 span.fo21 {
    font-size: 4.8vw;
    padding-bottom: 1em;
}
.title p {
    font-size: 4.266vw;
    width: 92%;
    margin: 0 auto;
    text-align: left;
    line-height: 1.82;
    padding-bottom: 3em;
}
.title .inner {
    width: 92%;
}
.title .mnav {
    padding: 2.5em 4vw 3em;
}
.title .mnav h2 {
    font-size: 4.8vw;
    padding-bottom: 2em;
}
.title .mnav h2::before {
    width: 23.2vw;
    height: 0.8vw;
    margin-left: -11.6vw;
    bottom: 1.5em;
}
.title .mnav .box ul li {
    font-size: 4.266vw;
}
.title .mnav .box ul li a {
    display: block;
    background: url("../common/img/icon3_b.png") left 3vw no-repeat;
    background-size: 0.9em auto;
    padding-left: 1.8em;
}
}


/* conbox
------------------------------------------------- */
.conbox {
    text-align: center;
    padding-bottom: 11.25em;
}
.conbox .inner {
    padding: 0 13.125em;
}
.conbox h4 {
    color: #2076C6;
    font-weight: 700;
    padding-bottom: 0.2em;
}
.conbox ul {
    display: flex;
    justify-content: space-between;
    padding: 1.5em 0 3.75em;
}
.conbox ul li {
    width: 47.85%;
    border-top: 2px solid #2076C6;
}
.conbox ul li .txt {
    line-height: 1.45;
    padding: 1em 0;
}
.conbox ul li .btn a {
    display: block;
    width: 100%;
    line-height: 4;
    color: #fff;
    background-color: #2076C6;
    border: 2px solid #2076C6;
    box-sizing: border-box;
    transition: 0.4s;
}
.conbox ul li:last-child {
    border-top: 2px solid #AD0808;
}
.conbox ul li:last-child .btn a {
    color: #fff;
    background-color: #AD0808;
    border: 2px solid #AD0808;
}
.conbox .tel {
    height: 10.375em;
    background-color: #F4F7FA;
    display: flex;
    justify-content: center;
    align-items: center;
}
.conbox .tel p {
    font-weight: 700;
    padding-right: 3.33em;
    background: url("../img/group/icon6.png") right center no-repeat;
    background-size: 1.95em auto;
    margin-right: 2.65em;
}
.conbox .tel dl {
    text-align: left;
    line-height: 1.45;
}
.conbox .tel dl dt a {
    color: #2076C6;
    font-weight: 400;
}
.conbox .tel dl dd {
    padding-left: 0.5em;
}
@media only screen and (min-width:751px){
.conbox ul li .btn a:hover {
    text-decoration: none;
    background-color: #0E5EA8;
    border: 2px solid #0E5EA8;
}
.conbox ul li:last-child .btn a:hover {
    background-color: #810808;
    border: 2px solid #810808;
}
}
@media only screen and (max-width:750px){
.conbox {
    padding-bottom: 25vw;
}
.conbox .inner {
    padding: 0;
}
.conbox h4 {
    font-size: 7.466vw;
    font-weight: 500;
    padding-bottom: 0.4em;
}
.conbox .read {
    text-align: left;
}
.conbox ul {
    display: block;
    padding: 1.5em 0 0;
}
.conbox ul li {
    width: 100%;
    margin-bottom: 10.66vw;
}
.conbox ul li .txt {
    line-height: 1.95;
    padding: 1em 0 1.2em;
}
.conbox ul li .btn a {
    font-size: 4vw;
    line-height: 16vw;
}
.conbox .tel {
    height: auto;
    display: block;
    padding: 8vw 0;
}
.conbox .tel p {
    font-size: 4.266vw;
    padding: 0 0 9vw;
    background: url("../img/group/icon6_sp.png") center bottom no-repeat;
    background-size: 4vw auto;
    margin: 0;
}
.conbox .tel dl {
    text-align: center;
}
.conbox .tel dl dt a {
    font-size: 10.4vw;
}
.conbox .tel dl dd {
    padding-left: 0;
}
}


/* headline
------------------------------------------------- */
.headline1 {
    text-align: center;
    line-height: 1.7;
    font-weight: 500;
    padding: 0 0 1em;
}
.headline2 {
    text-align: center;
    font-weight: 700;
    color: #2076C6;
    margin-bottom: 1.5em;
}
.headline2 img {
    display: block;
    width: 2.71875em;
    margin: 0 auto 0.5em;
}
@media only screen and (max-width:750px){
.headline1 {
    font-size: 7.466vw;
    white-space: nowrap;
    padding: 0 0 1.2em;
}
.headline1.ml {
    margin-left: -0.3em;
}
.headline2 {
    font-size: 6.4vw;
    margin-bottom: 1.8em;
}
}


/* group
------------------------------------------------- */
/* cont1
------------------------------------------------- */
.cont1 {
    padding-bottom: 5em;
}
.cont1 ul {
    display: flex;
    justify-content: space-between;
    padding-top: 1.5em;
}
.cont1 ul li {
    width: 45%;
    border-top: 2px solid rgba(0,0,0,1);
    padding: 1.3em 0 2em;
    position: relative;
}
.cont1 ul li::before {
    content: '';
    width: 2.125em;
    height: 2.125em;
    background: url("../img/group/icon5.png") center center no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: -4.0625em;
    top: 16em;
}
.cont1 ul li:last-child::before {
    width: 0;
    display: none;
}
.cont1 ul li h4 {
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    padding-bottom: 1em;
    margin-bottom: 1.5em;
    font-weight: 400;
}
.cont1 ul li h4 span {
    display: block;
    font-weight: 700;
}
.cont1 ul li h5 {
    text-align: center;
    color: #2076C6;
    font-weight: 700;
    padding: 1em 0;
}
.cont1 ul li p span {
    background-color: #FFE45A;
}
@media only screen and (max-width:750px){
.cont1 {
    padding-bottom: 0;
}
.cont1 .inner {
    width: 92%;
}
.cont1 ul {
    display: block;
    padding-top: 1.5em;
}
.cont1 ul li {
    width: 100%;
    padding: 1em 0 2em;
    margin-bottom: 22vw;
}
.cont1 ul li:last-child {
    margin-bottom: 10vw;
}
.cont1 ul li::before {
    width: 9vw;
    height: 9vw;
    right: 50%;
    margin-right: -4.5vw;
    top: auto;
    bottom: -12vw;
}
.cont1 ul li h4 {
    font-size: 4vw;
    padding-bottom: 0.5em;
    margin-bottom: 4.5vw;
    line-height: 1.75;
}
.cont1 ul li h4 span {
    font-size: 5.066vw;
}
.cont1 ul li h5 {
    font-size: 4.266vw;
    line-height: 1.65;
    padding-bottom: 0.8em;
}
}


/* cont2
------------------------------------------------- */
.cont2 {
    padding-bottom: 8em;
}
.cont2 .inner {
    padding: 0 13.125em;
}
.cont2 p span {
    background-color: #FFE45A;
}
.cont2 .img {
    width: 96.7%;
    margin: 2em auto 0;
}
@media only screen and (max-width:750px){
.cont2 {
    padding-bottom: 16.5vw;
}
.cont2 .inner {
    padding: 0;
    width: 92%;
}
.cont2 p {
    margin: 0 4vw;
}
.cont2 .img {
    width: 68.8vw;
}
}


/* cont3
------------------------------------------------- */
.cont3 {
    padding: 5.5em 0 8em;
}
.cont3 p {
    width: 84%;
    margin: 0 auto 3em;
}
.cont3 p span {
    background-color: #FFE45A;
}
.cont3 h4 {
    background-color: #2076C6;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 2.3;
}
.cont3 .sec {
    background-color: #FFFCEF;
    padding: 2.5em 5em 2.25em;
}
.cont3 .sec img {
    width: 14.5em;
    display: block;
    margin: 0 auto 1em;
}
.cont3 .sec .con {
    display: flex;
}
.cont3 .sec .con ul {
    margin-right: 5em;
}
.cont3 .sec .con ul:last-of-type {
    margin-right: 0;
}
.cont3 .sec .con ul li {
    padding-left: 1.2em;
    text-indent: -1.2em;
    margin-bottom: 0.5em;
}
.cont3 .sec .con ul li::before {
    content: '●';
    color: #2076C6;
    padding-right: 0.2em;
}
.cont3 h5 {
    text-align: center;
    font-weight: 600;
    color: #2076C6;
    padding: 3em 0 1em;
    position: relative;
}
.cont3 h5::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.9375em 1.875em 0 1.875em;
    border-color: #2076C6 transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -1.875em;
    top: 1.45em;
}
.cont3 .photo {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.cont3 .photo li {
    width: 22.9%;
}
.cont3 .photo li img {
    padding-bottom: 0.5em;
}
.cont3 .box {
    background-color: #2076C6;
    padding: 3.2em 0 2.25em;
    margin-top: 2.8em;
    color: #fff;
    font-weight: 700;
    display: flex;
    justify-content: center;
}
.cont3 .box ul li {
    margin-bottom: 0.2em;
    background: url("../common/img/icon6.png") left center no-repeat;
    background-size: 1em auto;
    padding-left: 2.2em;
}
@media only screen and (max-width:750px){
.cont3 {
    padding: 5.5em 0 16vw;
}
.cont3 .inner {
    width: 92%;
}
.cont3 p {
    width: 84vw;
    margin: 0 auto 4em;
}
.cont3 h4 {
    font-size: 5.33vw;
    line-height: 13.6vw;
}
.cont3 .sec {
    padding: 6.5vw 4vw 9vw;
}
.cont3 .sec img {
    width: 51.2vw;
    margin: 0 auto 2.5em;
}
.cont3 .sec .con {
    display: block;
}
.cont3 .sec .con ul {
    font-size: 4.266vw;
    margin-right: 0;
}
.cont3 h5 {
    font-size: 6.133vw;
}
.cont3 .photo {
    flex-wrap: wrap;
    justify-content: space-between;
}
.cont3 .photo li {
    width: 49%;
    margin-bottom: 5.5vw;
}
.cont3 .box {
    padding: 3.2em 4vw 2.25em;
    margin-top: 1.5em;
}
.cont3 .box ul {
    font-size: 4.266vw;
}
.cont3 .box ul li {
    line-height: 1.82;
    margin-bottom: 1.3em;
    background: url("../common/img/icon6.png") left 0.5em no-repeat;
    background-size: 1em auto;
}
}


/* cont4
------------------------------------------------- */
.cont4 {
    padding-bottom: 7.5em;
}
.cont4 .inner {
    padding: 0 13.125em;
}
.cont4 h4 {
    color: #2076C6;
    font-weight: 600;
    border-bottom: 1px solid rgba(0,0,0,0.5);
    border-top: 2px solid rgba(0,0,0,1);
    padding: 0.5em 0;
    margin-bottom: 0.5em;
}
.cont4 .txt {
    padding-bottom: 2em;
}
.cont4 .txt span {
    background-color: #FFE45A;
}
.cont4 ul {
    display: flex;
    padding-top: 1em;
}
.cont4 ul li {
    text-align: center;
    width: 23.928%;
}
.cont4 ul li:nth-child(2) {
    margin: 0 2.68em 0 1.55em;
}
.cont4 ul li img {
    padding-bottom: 0.2em;
}
.cont4 ul li .con {
    width: 21.5em;
    background-color: #2076C6;
    padding: 1.5em 2.5em;
    border-radius: 0.5em;
    color: #fff;
    box-sizing: border-box;
    position: relative;
    margin-top: 2.125em;
}
.cont4 ul li .con::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.1875em 1.5em 1.1875em 0;
    border-color: transparent #2076C6 transparent transparent;
    position: absolute;
    left: -1.4em;
    top: 50%;
    margin-top: -1.1875em;
}
.cont4 ul li .con ul {
    display: block;
}
.cont4 ul li .con ul li {
    width: 100%;
    font-weight: 700;
    padding-left: 1em;
    text-indent: -1em;
    text-align: left;
    margin: 0;
}
.cont4 ul li .con ul li::before {
    content: '・';
}
.cont4 ul li .con p {
    text-align: left;
    padding-top: 0.5em;
}
.cont4 ul li .img {
    width: 7.5em;
    position: absolute;
    right: -4.625em;
    bottom: -3.875em;
}
@media only screen and (max-width:750px){
.cont4 {
    padding-bottom: 16.5vw;
}
.cont4 .inner {
    padding: 0;
}
.cont4 h4 {
    font-size: 4.8vw;
    padding: 0.6em 0;
    margin: 1em 0 0.5em;
}
.cont4 ul {
    width: 73.896vw;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 1.8em;
}
.cont4 ul li {
    width: 34.38vw;
}
.cont4 ul li:nth-child(2) {
    margin: 0 0 10.5vw;
}
.cont4 ul li:nth-child(3) {
    width: 100%;
}
.cont4 ul li .con {
    width: 73.896vw;
    padding: 10.5vw 6.5vw 10vw;
    border-radius: 2.15vw;
    margin-top: 0;
    box-sizing: border-box;
}
.cont4 ul li .con::before {
    border-width: 0 1.1875em 1.5em 1.1875em;
    border-color: transparent transparent #2076C6 transparent;
    left: 50%;
    margin: 0 0 0 -1.1875em;
    top: -1.4em;
}
.cont4 ul li .con ul {
    padding: 0 0 0 3em;
}
.cont4 ul li .con ul li {
    line-height: 1.82;
}
.cont4 ul li .img {
    width: 20vw;
    right: -11.2vw;
    bottom: -10vw;
}
}


/* cont5
------------------------------------------------- */
.cont5 {
    padding: 5.5em 0 8em;
}
.cont5 table {
    width: 100%;
    margin: 1em 0 0.2em;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.cont5 table th {
    width: 15.5%;
    background-color: #E7EAED;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
    padding: 0.8em 0;
    border-bottom: 1px solid #707070;
}
.cont5 table tr:nth-last-child(2) th {
    background-color: #DEEFFF;
}
.cont5 table tr:last-child th {
    background-color: #FDD3D3;
}
.cont5 table td {
    width: 33%;
    font-weight: 700;
    vertical-align: middle;
    padding: 0.8em 0 0.8em 3.5em;
    box-sizing: border-box;
    border-bottom: 1px solid #707070;
}
.cont5 table td.mincho {
    width: auto;
    font-weight: 600;
    background-color: #FFFCEF;
    border-left: 1px solid #707070;
    line-height: 1.6;
}
@media only screen and (max-width:750px){
.cont5 {
    padding: 16.5vw 0 14.5vw;
}
.cont5 .inner {
    width: 92%;
}
.cont5 table tr {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.cont5 table th {
    font-size: 4.266vw;
    width: 12.5%;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-bottom: 1px solid #707070;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cont5 table td {
    font-size: 4.266vw;
    width: 87.5%;
    padding: 0.6em 0 0.6em 4.5vw;
    border-bottom: 1px solid #707070;
    margin-left: 12.5%;
    box-sizing: border-box;
}
.cont5 table td.mincho {
    width: 87.5%;
    border-left: none;
    line-height: 1.8;
}
.cont5 p {
    font-size: 3.466vw;
    margin-top: 1em;
}
}


/* cont6
------------------------------------------------- */
.cont6 {
    padding-bottom: 8em;
}
.cont6 .txt1 {
    text-align: center;
    padding-bottom: 2.5em;
}
.cont6 .flow {
    width: 31em;
    margin: 0 auto 1.25em;
}
.cont6 .flow li {
    width: 100%;
    line-height: 3.22;
    text-align: center;
    color: #fff;
    font-weight: 700;
    background-color: #2076C6;
    margin-bottom: 1.25em;
    position: relative;
    border-radius: 0.55em;
}
.cont6 .flow li::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.7em 0.8em 0 0.8em;
    border-color: #2076C6 transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -0.7em;
    bottom: -0.65em;
}
.cont6 .flow li.bg1 {
    font-weight: 400;
    background-color: #DEEFFF;
    color: #000;
}
.cont6 .flow li.bg1::before {
    border-color: #DEEFFF transparent transparent transparent;
}
.cont6 .flow li.bg2 {
    background-color: #E6E6E6;
    color: #BEBEBE;
}
.cont6 .flow li.bg2::before {
    border-color: #E6E6E6 transparent transparent transparent;
}
.cont6 .flow li span {
    display: inline-block;
    font-weight: 700;
    color: #000;
    background-color: #FDD300;
    border-radius: 3em;
    line-height: 1.35;
    padding: 0 0.5em;
    margin-right: 0.8em;
}
.cont6 h4 {
    text-align: center;
    color: #2076C6;
    font-weight: 700;
    padding: 0.5em 0 3em;
}
.cont6 .sec {
    background-color: #fff;
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    padding: 3.5em 5em 2em;
}
.cont6 .sec h5 {
    text-align: center;
    font-weight: 700;
    padding-bottom: 2.5em;
}
.cont6 .sec h6 {
    font-weight: 600;
    color: #2076C6;
    border-left: 0.45em solid #2076C6;
    line-height: 1.2;
    padding-left: 0.45em;
    margin-bottom: 0.7em
}
.cont6 .sec .txt2 {
    padding-bottom: 2.2em;
}
.cont6 .sec .txt2.bor {
    border-bottom: 1px solid rgba(0,0,0,0.5);
    margin-bottom: 2.2em;
}
@media only screen and (max-width:750px){
.cont6 {
    padding-bottom: 17.5vw;
}
.cont6 .inner {
    width: 92%;
}
.cont6 .txt1 {
    width: 84vw;
    margin: 0 auto;
    text-align: left;
}
.cont6 .flow {
    font-size: 4.266vw;
    width: 100%;
    margin: 0 auto 1.25em;
}
.cont6 .flow li {
    line-height: 3.4;
}
.cont6 .flow li span {
    font-size: 3.466vw;
}
.cont6 .flow li.bg1 {
    line-height: 1.65;
    padding: 0.5em 0 0.7em;
}
.cont6 h4 {
    font-size: 5.066vw;
    padding: 0 0 2em;
}
.cont6 .sec {
    padding: 12vw 4vw 2.5vw;
}
.cont6 .sec h5 {
    font-size: 5.33vw;
    padding-bottom: 1.5em;
}
.cont6 .sec h6 {
    font-size: 4.266vw;
    white-space: nowrap;
}
.cont6 .sec .txt2 {
    padding-bottom: 3em;
}
.cont6 .sec .txt2.bor {
    margin-bottom: 3em;
}
.cont6 .sec .txt2.fo13 {
    font-size: 3.2vw;
}
}


/* cont7
------------------------------------------------- */
.cont7 {
    padding-top: 5.5em;
}
.cont7 p {
    width: 17.8125em;
    position: absolute;
}
.cont7 ul {
    width: 42em;
    position: relative;
    z-index: 2;
}
.cont7 ul li {
    margin-bottom: 1.625em;
    box-sizing: border-box;
}
.cont7 ul li span {
    color: #2076C6;
    font-weight: 700;
    background-color: #FFE45A;
}
.cont7 .sec1 {
    position: relative;
    padding-bottom: 4.5em;
}
.cont7 .sec1 p {
    left: 0;
    top: -3.5em;
}
.cont7 .sec1 ul {
    margin: 0.5em 0 0 15.5em;
}
.cont7 .sec1 ul li {
    padding: 1.3em 1.5em 0 3.2em;
}
.cont7 .sec1 ul .fuki1 {
    height: 5em;
    background: url("../img/group/fuki_s1.png") center center no-repeat;
    background-size: 100% 100%;
}
.cont7 .sec1 ul .fuki2 {
    height: 6.8em;
    background: url("../img/group/fuki_s2.png") center center no-repeat;
    background-size: 100% 100%;
}
.cont7 .sec1 ul .fuki3 {
    height: 8.6em;
    background: url("../img/group/fuki_s3.png") center center no-repeat;
    background-size: 100% 100%;
}
.cont7 .sec2 {
    position: relative;
}
.cont7 .sec2 p {
    right: 0;
    top: -4.5em;
}
.cont7 .sec2 ul {
    margin-left: 5em;
}
.cont7 .sec2 ul li {
    padding: 1.3em 3.2em 0 1.5em;
}
.cont7 .sec2 ul .fuki1 {
    height: 5em;
    background: url("../img/group/fuki_h1.png") center center no-repeat;
    background-size: 100% 100%;
}
.cont7 .sec2 ul .fuki2 {
    height: 6.8em;
    background: url("../img/group/fuki_h2.png") center center no-repeat;
    background-size: 100% 100%;
}
.cont7 .sec2 ul .fuki3 {
    height: 8.6em;
    background: url("../img/group/fuki_h3.png") center center no-repeat;
    background-size: 100% 100%;
}
.cont7 .sec2 ul .fuki4 {
    height: 10.6em;
    background: url("../img/group/fuki_h4.png") center center no-repeat;
    background-size: 100% 100%;
}
@media only screen and (max-width:750px){
.cont7 {
    padding-top: 23.5vw;
}
.cont7 .inner {
    width: 92%;
}
.cont7 p {
    width: 30.5vw;
    position: static;
    margin: 0 auto 6.5vw;
}
.cont7 ul {
    width: 100%;
}
.cont7 ul li {
    margin-bottom: 5.5vw;
    line-height: 1.82;
}
.cont7 ul li span {
    font-size: 4.266vw;
}
.cont7 .sec1 {
    padding-bottom: 6.5vw;
}

.cont7 .sec1 ul {
    margin: 0;
}
.cont7 .sec1 ul li {
    padding: 4vw 4vw 0 10vw;
}
.cont7 .sec1 ul .fukisp2 {
    height: 25vw;
    background: url("../img/group/fuki_sp_s2.png") center center no-repeat;
    background-size: 100% auto;
}
.cont7 .sec1 ul .fukisp3 {
    height: 30vw;
    background: url("../img/group/fuki_sp_s3.png") center center no-repeat;
    background-size: 100% auto;
}
.cont7 .sec1 ul .fukisp4 {
    height: 36.4vw;
    background: url("../img/group/fuki_sp_s4.png") center center no-repeat;
    background-size: 100% auto;
}
.cont7 .sec2 ul {
    margin: 0;
}
.cont7 .sec2 ul li {
    padding: 4vw 10vw 0 4vw;
}
.cont7 .sec2 ul .fukisp2 {
    height: 25vw;
    background: url("../img/group/fuki_sp_h2.png") center center no-repeat;
    background-size: 100% auto;
}
.cont7 .sec2 ul .fukisp3 {
    height: 30vw;
    background: url("../img/group/fuki_sp_h3.png") center center no-repeat;
    background-size: 100% auto;
}
.cont7 .sec2 ul .fukisp4 {
    height: 36.4vw;
    background: url("../img/group/fuki_sp_h4.png") center center no-repeat;
    background-size: 100% auto;
}
.cont7 .sec2 ul .fukisp5 {
    height: 42vw;
    background: url("../img/group/fuki_sp_h5.png") center center no-repeat;
    background-size: 100% auto;
}
.cont7 .sec2 ul .fukisp6 {
    height: 51vw;
    background: url("../img/group/fuki_sp_h6.png") center center no-repeat;
    background-size: 100% auto;
}
.cont7 .sec2 ul .fukisp7 {
    height: 58vw;
    background: url("../img/group/fuki_sp_h7.png") center center no-repeat;
    background-size: 100% auto;
}
}


/* cont8
------------------------------------------------- */
.cont8 {
    padding: 5.5em 0 8.5em;
}
.cont8 .inner {
    padding: 0 13.125em;
}
.cont8 .sec {
    border-bottom: 1px solid rgba(0,0,0,0.5);
}
.cont8 .sec:first-of-type {
    border-top: 2px solid #000;
}
.cont8 .sec .qaq {
    width: 100%;
    height: 5.3em;
    display: flex;
    align-items: center;
    padding-right: 3.75em;
    box-sizing: border-box;
    background: url("../common/img/icon7_p.png") 98% center no-repeat;
    background-size: 0.95em auto;
    cursor: pointer;
}
.cont8 .sec .qaq.open {
    background: url("../common/img/icon7_m.png") 98% center no-repeat;
    background-size: 0.95em auto;
}
.cont8 .sec .qaq dt {
    width: 10%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cont8 .sec .qaq dt span {
    line-height: 1;
}
.cont8 .sec .qaq dd {
    width: 90%;
    font-weight: 700;
    line-height: 1.65;
}
.cont8 .sec .qaa {
    width: 100%;
    border-top: 1px solid rgba(0,0,0,0.5);
    background-color: #FFFCEF;
    padding: 1.5em 5em 0.6em 0;
    box-sizing: border-box;
    display: flex;
}
.cont8 .sec .qaa dt {
    width: 11%;
    position: relative;
    display: flex;
    justify-content: center;
}
.cont8 .sec .qaa dt span {
    line-height: 1;
}
.cont8 .sec .qaa dd {
    width: 89%;
}
.cont8 .sec .qaa dd p {
    line-height: 2;
    padding-bottom: 2em;
}
.cont8 .sec .none {
    display: none;
}
@media only screen and (max-width:750px){
.cont8 {
    padding: 25vw 0;
}
.cont8 .inner {
    padding: 0;
    width: 92%;
}
.cont8 .sec .qaq {
    width: 100%;
    height: auto;
    padding: 7vw 15vw 7vw 0;
    background: url("../common/img/icon7_p.png") 98% center no-repeat;
    background-size: 4vw auto;
}
.cont8 .sec .qaq.open {
    background: url("../common/img/icon7_m.png") 98% center no-repeat;
    background-size: 4vw auto;
}
.cont8 .sec .qaq dt {
    width: 16vw;
}
.cont8 .sec .qaq dt span {
    font-size: 7.466vw;
}
.cont8 .sec .qaq dd {
    font-size: 4.266vw;
    width: 63vw;
    line-height: 1.5;
}
.cont8 .sec .qaa {
    padding: 1.5em 4vw 0.6em 0;
}
.cont8 .sec .qaa dt {
    width: 16vw;
}
.cont8 .sec .qaa dt span {
    font-size: 7.466vw;
}
.cont8 .sec .qaa dd {
    width: 72vw;
    word-break: break-all;
}
.cont8 .sec .qaa dd p {
    line-height: 1.92;
}
}


/* kobetsu
------------------------------------------------- */
/* cont9
------------------------------------------------- */
.cont9 {
    padding: 3em 0 8em;
}
.cont9 .inner {
    padding: 0 13.125em;
}
.cont9 p {
    padding-bottom: 3em;
}
@media only screen and (max-width:750px){
.cont9 {
    padding: 0 0 16.5vw;
}
.cont9 .inner {
    padding: 0;
}
.cont9 p {
    padding-bottom: 6.5vw;
}
}


/* cont10
------------------------------------------------- */
.cont10 {
    padding-bottom: 8em;
}
.cont10 .inner {
    padding: 0 13.125em;
}
.cont10 p span {
    background-color: #FFE45A;
}
.cont10 ul {
    display: flex;
    justify-content: space-between;
    padding: 2em 0;
}
.cont10 ul li {
    width: 47%;
}
.cont10 ul li h4 {
    font-weight: 700;
    text-align: center;
    line-height: 2.3;
    background-color: #FDD300;
    border-radius: 0.4em;
    position: relative;
}
.cont10 ul li h4::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1em 1.2em 0 1.2em;
    border-color: #FDD300 transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -1.2em;
    bottom: -0.9em;
}
.cont10 ul li img {
    display: block;
    width: 6.9em;
    margin: 2.5em auto 0.5em;
}
.cont10 ul li p {
    text-align: center;
    font-weight: 700;
}
.cont10 .sec {
    border: 2px solid #2076C6;
    background-color: #fff;
    text-align: center;
    padding: 2.25em 0;
}
.cont10 .sec h5 {
    font-weight: 600;
}
.cont10 .sec h5 span {
    color: #2076C6;
}
.cont10 .sec h5 i {
    display: inline-block;
    position: relative;
}
.cont10 .sec h5 i::before {
    content: '・・・・・・・・・・';
    position: absolute;
    left: 0;
    bottom: -1em;
}
@media only screen and (max-width:750px){
.cont10 {
    padding-bottom: 16.5vw;
}
.cont10 .inner {
    padding: 0;
    width: 92%;
}
.cont10 p {
    width: 84vw;
    margin: 0 auto;
}
.cont10 ul {
    display: block;
    padding: 2.5em 0 0;
}
.cont10 ul li {
    width: 100%;
    margin-bottom: 8.5vw;
}
.cont10 ul li h4 {
    font-size: 4.8vw;
    line-height: 10.6vw;
    border-radius: 2vw;
}
.cont10 ul li img {
    width: 25.6vw;
    margin: 6.5vw auto 0;
}
.cont10 ul li p {
    font-size: 5.33vw;
}
.cont10 .sec {
    margin: 0 4vw;
    padding: 2.8em 0;
}
.cont10 .sec h5 {
    font-size: 5.866vw;
    line-height: 1.85;
}
}


/* cont11
------------------------------------------------- */
.cont11 {
    padding: 1em 0 4.5em;
}
.cont11 .inner {
    padding: 0 13.125em;
}
.cont11 p span {
    background-color: #FFE45A;
}
.cont11 p i {
    display: inline;
}
.cont11 .sec {
    display: flex;
    justify-content: space-between;
    padding-top: 1.5em;
}
.cont11 .sec .img {
    width: 8em;
    margin-left: 3.55em;
}
.cont11 .sec .con {
    width: 39.5em;
    margin-top: 0.8em;
    position: relative;
}
.cont11 .sec .con h4 {
    width: 22em;
    height: 2.6em;
    line-height: 2.6;
    font-weight: 700;
    background: url("../img/kobetsu/fuki.png") center center no-repeat;
    background-size: 100% auto;
    padding-left: 2.35em;
    box-sizing: border-box;
    position: absolute;
    left: -1.5em;
    top: 7.5em;
}
.cont11.nyushi {
    padding: 0 0 7.5em;
}
.cont11.nyushi h3 {
    text-align: center;
    font-weight: 500;
    padding-bottom: 1.5em;
}
.cont11.nyushi h3 span {
    border-bottom: 1px solid #000;
    padding-bottom: 0.35em;
}
@media only screen and (max-width:750px){
.cont11 {
    padding: 6vw 0 40vw;
}
.cont11 .inner {
    padding: 0;
}
.cont11 p.spon {
    padding-top: 1.5em;
}
.cont11 p i {
    display: none;
}
.cont11 .sec {
    display: flex;
    justify-content: space-between;
    padding-top: 2em;
}
.cont11 .sec .img {
    width: 24.5%;
    margin-left: 0;
}
.cont11 .sec .img img {
    width: 24.5vw;
    max-width: inherit;
    margin-left: -4vw;
}
.cont11 .sec .con {
    width: 73%;
    margin-top: 0;
}
.cont11 .sec .con h4 {
    font-size: 4.266vw;
    width: 58.266vw;
    height: 18.133vw;
    line-height: 1.55;
    background: url("../img/kobetsu/fuki_sp.png") center center no-repeat;
    background-size: 100% auto;
    padding: 2.8vw 0 0 9.6vw;
    left: -9.6vw;
    top: auto;
    bottom: -25vw;
}
.cont11.nyushi {
    padding: 0 0 45vw;
}
.cont11.nyushi h3 {
    font-size: 6.4vw;
    padding-bottom: 1.2em;
}
.cont11.nyushi h3 span {
    padding-bottom: 0.2em;
}
}


/* cont12
------------------------------------------------- */
.cont12 {
    padding: 7em 0 6.5em;
}
.cont12 .inner {
    padding: 0 13.125em;
}
.cont12 .txt span {
    background-color: #FFE45A;
}
.cont12 .sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    padding-top: 3em;
}
.cont12 .sec .img {
    width: 25em;
}
.cont12 .sec .con {
    width: 27em;
}
.cont12 .sec .con .box {
    border-left: 0.5em solid #2076C6;
    padding-left: 1em;
    margin-bottom: 3em;
}
.cont12 .sec .con .box h4 {
    color: #2076C6;
    font-weight: 600;
    position: relative;
    padding-left: 1.5em;
    margin-top: 0.3em;
    line-height: 1.6;
}
.cont12 .sec .con .box h4::before {
    content: '→';
    color: #FDD300;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
}
@media only screen and (max-width:750px){
.cont12 {
    padding-bottom: 16.5vw;
}
.cont12 .inner {
    padding: 0;
}
.cont12 .sec {
    display: block;
    padding-top: 12vw;
}
.cont12 .sec .img {
    width: 109%;
    margin-left: -4.5%;
}
.cont12 .sec .con {
    width: 100%;
    margin-top: 12vw;
}
.cont12 .sec .con .box {
    margin-bottom: 7.5vw;
}
.cont12 .sec .con .box h4 {
    font-size: 4.533vw;
    white-space: nowrap;
}
}


/* kobetsu_nyushi
------------------------------------------------- */
/* cont12
------------------------------------------------- */
#anchor1-1 .cont12 {
    padding: 1em 0 5em;
}
@media only screen and (max-width:750px){
#anchor1-1 .cont12 {
    padding: 0 0 14vw;
}
}

/* cont10
------------------------------------------------- */
.cont10 .sec2 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 2em 0;
}
.cont10 .sec2 .img {
    width: 21em;
    position: relative;
}
.cont10 .sec2 .img img {
    position: absolute;
    right: -1.5em;
    top: -3em;
}
.cont10 .sec2 .con {
    width: 32em;
}
@media only screen and (max-width:750px){
.cont10 .sec2 {
    display: block;
    padding: 1.5em 0 0;
}
.cont10 .sec2 .img {
    width: 55vw;
    margin: 0 auto 4.5vw;
}
.cont10 .sec2 .img img {
    position: static;
}
.cont10 .sec2 .con {
    width: 100%;
}
}


/* cont13
------------------------------------------------- */
.cont13 {
    padding: 5.5em 0 5em;
}
.cont13 .sec1 {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 2em 0 3.75em;
}
.cont13 .sec1 .img,
.cont13 .sec1 .con {
    width: 47%;
}
.cont13 .sec1 .con p span {
    background-color: #FFE45A;
}
.cont13 h4 {
    background-color: #2076C6;
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 2.6;
    margin-bottom: 3em;
}
.cont13 .sec2 {
    position: relative;
}
.cont13 .sec2 .mae {
    display: inline-block;
    background-color: #2076C6;
    border: 1px solid #2076C6;
    border-radius: 0.3em;
    color: #fff;
    font-weight: 700;
    line-height: 1.65;
    padding: 0 0.4em;
    margin-right: 0.6em;
}
.cont13 .sec2 .ato {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #2076C6;
    border-radius: 0.3em;
    color: #2076C6;
    font-weight: 700;
    line-height: 1.65;
    padding: 0 0.4em;
    margin-right: 0.6em;
}
.cont13 .sec2 .table {
    margin-bottom: 2.8em;
}
.cont13 .sec2 .table h5 {
    font-weight: 600;
    padding-bottom: 0.4em;
}
.cont13 .sec2 .table table {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}
.cont13 .sec2 .table table.wi {
    width: 100%;
}
.cont13 .sec2 .table table td {
    text-align: center;
    vertical-align: middle;
    padding: 0.4em 0;
    border-right: 1px dashed #000;
    border-bottom: 1px dashed #000;
    line-height: 1.4;
}
.cont13 .sec2 .table table tr:last-child td {
    border-bottom: none;
    padding: 2em 0;
}
.cont13 .sec2 .table table .td1 {
    width: 8em;
    background-color: #DDF4FC;
    color: #2076C6;
    font-weight: 700;
}
.cont13 .sec2 .table table .td2 {
    width: 14.5em;
    background-color: #FFFCEF;
}
.cont13 .sec2 .table table .td3 {
    width: 10.5em;
    background-color: #F1FAEC;
}
.cont13 .sec2 .table .mae,
.cont13 .sec2 .table .ato {
    margin: 0 0 0.3em;
}
.cont13 .sec2 .con {
    width: 26.25em;
    position: absolute;
    right: 0;
    top: 1em;
    line-height: 1.7;
}
.cont13 .sec2 .con h6 {
    color: #2076C6;
    font-weight: 700;
    margin-bottom: 0.5em;
}
.cont13 .sec2 .con p {
    padding-bottom: 2em;
}
@media only screen and (max-width:750px){
.cont13 {
    padding: 16.5vw 0 25vw;
}
.cont13 .inner {
    width: 92%;
}
.cont13 .sec1 {
    display: block;
    padding: 0 0 3em;
}
.cont13 .sec1 .img {
    width: 100%;
}
.cont13 .sec1 .con {
    width: 84vw;
    margin: 0 auto 8vw;
}
.cont13 h4 {
    line-height: 2.8;
    margin-bottom: 2em;
}
.cont13 h4 span {
    font-size: 4.8vw;
}
.cont13 .sec2 {
    position: relative;
}
.cont13 .sec2 .mae,
.cont13 .sec2 .ato {
    line-height: 1.4;
}
.cont13 .sec2 .box {
    display: flex;
    justify-content: space-between;
}
.cont13 .sec2 .table {
    width: 47.5%;
    margin-bottom: 11vw;
}
.cont13 .sec2 .table h5 {
    font-size: 5.33vw;
    padding-bottom: 0.5em;
}
.cont13 .sec2 .table h5 span {
    font-size: 3.733vw;
    display: block;
    line-height: 1.65;
}    
.cont13 .sec2 .table h5 i {
    display: none;
}  
.cont13 .sec2 .table table {
    border: 2px solid #000;
    border-right: none;
    border-left: none;
}
.cont13 .sec2 .table table {
    width: 100%;
}
.cont13 .sec2 .table table td {
    display: block;
    width: 100%;
    text-align: left;
    padding: 1em 3vw;
    border-right: none;
    border-bottom: 1px dashed #000;
    line-height: 1.55;
    box-sizing: border-box;
}
.cont13 .sec2 .table table tr:first-child td {
    display: none;
}
.cont13 .sec2 .table table tr:last-child td {
    border-bottom: 1px dashed #000;
    padding: 1em 3vw;
}
.cont13 .sec2 .table table .td1 {
    width: 100%;
}
.cont13 .sec2 .table table .td2 {
    width: 100%;
    padding: 3.5em 3vw !important;
}
.cont13 .sec2 .table table .td3 {
    width: 100%;
    padding: 2em 3vw !important;
}
.cont13 .sec2 .table table td:last-child {
    border-bottom: none !important;
}
.cont13 .sec2 .table .mae,
.cont13 .sec2 .table .ato {
    margin: 0 0 0.3em;
}
.cont13 .sec2 .con {
    width: 84vw;
    margin: 0 auto;
    position: static;
}
.cont13 .sec2 .con h6 {
    font-size: 4.266vw;
    color: #2076C6;
    font-weight: 700;
    margin-bottom: 0.5em;
}
.cont13 .sec2 .con h6 span {
    font-size: 3.733vw;
}
.cont13 .sec2 .con p {
    padding-bottom: 2em;
}
}