@charset "UTF-8";

/* 共通 */

html {
    font-size: 62.5%;
}

body {
    color: #333333;
    background: #FFF;
    /* font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; */
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 2;
}

.logo p,
.logo h1 {
    line-height: 1;
    display: inline;
    font-size: inherit !important;
}

.logo p a,
.logo h1 a {
    display: block;
}

.w1500_block,
.w1700_block {
    display: none;
}

/* header {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: fixed;
    z-index: 9900;
    background: rgba(3, 51, 51, .3);
    color: #FFF;
    padding-left: 25px;
    padding-right: 25px;
} */


header {
    /* position: fixed; */
    width: 100%;
    margin: 0 auto;
    z-index: 9900;
    background: #FFF;
    /* height: 180px; */
    /* height: 100px; */
    /* margin-top: -180px; */
    display: none !important;
}

/* body {
    padding-top: 180px;
} */


header a {
    color: #000;
}

nav li.has-child ul{
	position: absolute;
    left: -28px;
    top: 33px;
	z-index: 4;
	background: rgba(0,0,0,0.8);
	/* width:180px; */
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
    text-align: center;
}

nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

nav li.has-child ul li a {
	color: #fff;
    padding: 10px 20px;
}

nav li.has-child ul li a::after {
    content: none;
}

nav li.has-child ul li a:hover {
    opacity: 1;
}

.head_inner {
    width: 100%;
}

.header_contact_nav a:hover {
    opacity: 0.8;
}

.dis_inline_block {
    display: inline-block;
}

/* .thanks_read {
    color: #FFF !important;
} */

.parent-pageid-604 .thanks_read {
    color: #0066cc !important;
}

.menu-box2 {
    display: none;
}

a {
    word-wrap:break-word;
}

.w767_block {
    display: none;
}

.font_mincho {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
}

.font_gothic {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;
}

:root{
    --color_main: #0e4da0;
    --color_yellow: #ffff00;
    --color_green: #19b855;
}



.color_blue {
    color: #0e4da0; 
}


/*スライド画像の横幅可変*/
img {
    max-width: 100%;
     height: auto;
}

header {
    align-items: center;
    display: flex;
}

header .flex_between {
    align-items: center;
    max-width: 1720px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

header .logo {
    width: 206px;
    /* width: 18.8%; */
}

header .head_right {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

header .head_right ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

header .head_right ul li {
    line-height: 1;
    position: relative;
}

header .head_right ul li:first-child {
    margin-left: 0;
}

nav li.has-child ul {
	position: absolute;
    left: -28px;
    top: 33px;
	z-index: 4;
	/* background: rgba(0,0,0,0.8);
	width:180px; */
    background: #FFF;
	width:auto;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
}

nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

nav li.has-child ul li a {
	color: #fff !important;
}

nav li.has-child ul li a:hover {
    opacity: 0.8;
}

nav li.has-child ul li {
    /* font-size: 16px; */
    /* font-size: 1.6rem; */
    font-size: 0.8vw;
}

header .head_right ul ul {
    display: block;
    /* padding: 20px 41px 25px 27px; */
    /* border-radius: 15px; */
}

/* header .head_right ul ul a::after {
    content: none;
} */

nav ul ul li a {
    /* padding: 10px 35px; */
    display: block;
    color: #000 !important;
    line-height: 1.5;
}

nav ul li li {
    padding: 0 !important;
    margin: 0 !important;
    white-space: nowrap;
}

/* nav ul li li:first-child {
    margin-bottom: 9px !important;
} */


input[type="email"] {
    padding: 0.5em !important;
}

table {
    border-collapse: collapse;
}

.page_head_img h1 {
    color: #FFF;
}

.w50 {
    width: 50%;
}

.w48 {
    width: 48%;
}

.w1150_block {
    display: none;
}

.w1560_block,
.tb-menu2 {
    display: none;
}

.bg_white {
    background: #FFF;
}

.bg_black {
    background: #000;
    color: #FFF;
}

.col_1640 {
    max-width: 1640px;
    margin: 0 auto;
}

.col_1600 {
    max-width: 1600px;
    margin: 0 auto;
}

.col_1460 {
    max-width: 1460px;
    margin: 0 auto;
}

.col_1450 {
    max-width: 1450px;
    margin: 0 auto;
}

.col_1430 {
    max-width: 1430px;
    margin: 0 auto;
}

.col_1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.col_1380 {
    max-width: 1380px;
    margin: 0 auto;
}

.col_1300 {
    max-width: 1300px;
    margin: 0 auto;
}

.col_1290 {
    max-width: 1290px;
    margin: 0 auto;
}

.col_1260 {
    max-width: 1260px;
    margin: 0 auto;
}

.col_1250 {
    max-width: 1250px;
    margin: 0 auto;
}

.col_1220 {
    max-width: 1220px;
    margin: 0 auto;    
}

.col_1150 {
    max-width: 1150px;
    margin: 0 auto;    
}

.col_1100 {
    max-width: 1100px;
    margin: 0 auto;    
}

.col_1000 {
    max-width: 1000px;
    margin: 0 auto;
}

.col_940 {
    max-width: 940px;
    margin: 0 auto;
}

.col_600 {
    max-width: 600px;
    margin: 0 auto;
}


.ft_inner {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 45px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_navi a {
    color: #333;
}

/* .footer_navi p,
.footer_navi ul {
    display: flex;
} */

.footer_navi p {
    margin-top: 60px;
}


.ft_sub_menu li,
.footer_navi .ft_sub_menu li a {
    color: #939393;
}

#page_top {
    /* background: #FFF; */
    background: var(--color_main);
}

#page_top a {
    color: #FFF;
}

.form_wrap p:last-of-type::after {
    content: none;
}

.w1279_block {
    display: none;
}

/* 共通　ここまで */

/* トップページここから */

.add_contents {
    margin-bottom: 100px;
}

.mainImg {
    position: relative;
}

.mainImg img {
    width: 100%;
}

.mainImg ul {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999;
    left: 5%;
    bottom: 2vw;
    width: 50%;
}

.mainImg ul li {
    margin-left: 10px;
    margin-right: 10px;
    width: 44%;
}

.mainImg2 p {
    background: var(--color_main);
    text-align: center;
    color: var(--color_yellow);
    /* font-size: 5rem; */
    font-size: 2.6vw;
    padding: 20px 0;
    position: relative;
    top: -2px;
}

.slider_main {
    max-width: 1610px;
    padding-left: 5.31%;
    margin-top: 200px;
    margin-bottom: 200px;
}

.top_contents {
    background: #fffde1;
    padding-top: 60px;
    padding-bottom: 100px;
}

.col_1610_left {
    max-width: 1610px;
    margin-right: auto;
}

.top_contents h2 {
    /* font-size: 5rem; */
    font-size: 2.6vw;
    padding: 20px 0;
    font-weight: bold;
}

.top_contents h2 span {
    /* font-size: 7rem; */
    font-size: 3.6vw;
    color: var(--color_yellow);
    background: var(--color_main);
    padding: 0 10px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 1.5;
}

.top_contents ul.reason p {
    text-align: center;
}

.top_contents .reason li img {
    width: 100%;
}

.top_contents .flex_center {
    margin-top: 50px;
    position: relative;
    margin-bottom: 100px;
}

.top_contents .flex_center::after {
    content: "";
    /* background: url(../img/top/img02.png) no-repeat right 10% bottom; */
    z-index: 99;
    content: '';/*何も入れない*/
    display: inline-block;/*忘れずに！*/
    width: 268px;/*画像の幅*/
    height: 378px;/*画像の高さ*/
    background-image: url(../img/top/img02.png);
    position: absolute;
    right: 10%;
    bottom: -25px;
}

.top_contents .flex_center li {
    width: 310px;
    height: 310px;
    color: var(--color_yellow);
    margin-left: 4%;
    margin-right: 4%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4vw;
    /* font-size: 2.8rem; */
    background: url(../img/top/ico01.jpg) no-repeat center top 40px var(--color_main);
    position: relative;
}

.top_contents .flex_center li::before {
    content: "";
    width: 290px;
    height: 290px;
    border: 2px solid #FFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.top_contents .flex_center li span {
    margin-top: 50px;
}

.top_contents .col_1460 {
    background: #FFF;
    border: 10px solid var(--color_main);
    border-radius: 20px;
    /* padding: 50px 6% 20px; */
    padding: 0px 6% 10px;
}

.top_contents .col_1460 h3 {
    font-size: 2.6vw;
    /* font-size: 5rem; */
}

.top_contents .col_1460 h3 span {
    color: var(--color_main);
    border-bottom: 5px solid var(--color_main);
    font-size: 3.6vw;
    /* font-size: 7rem; */
    margin-left: 10px;
}

.top_contents .reason {
    margin-top: 20px;
}

.top_contents .reason li {
    width: 30.5%;
    margin-bottom: 30px;
    /* font-size: 1.7vw; */
    font-size: 1vw;
    /* font-size: 4rem; */
    line-height: 1.7;
    letter-spacing: normal;
}

.top_contents .reason li p {
    margin-top: 10px;
}

.top_contents .reason li span {
    background: var(--color_main);
    color: var(--color_yellow);
}

.support {
    background: #ffead9;
    padding: 130px 0 110px;
}

.support h2 {
    /* font-size: 7rem; */
    font-size: 3.6vw;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 50px;
}

.support .flex_center li {
    width: 400px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}

.support strong {
    position: relative;
}

.support strong::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0dd";
    color: #FFF;
    font-size: 30px;
    z-index: 99;
    position: absolute;
    top: 41%;
    right: -34px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}


.support .flex_center li a {
    display: block;
    background: var(--color_main);
    color: #FFF;
    padding: 10px 0;
    text-align: center;
    font-size: 2.2vw;
    /* font-size: 5rem; */
    line-height: 1.3;
    /* height: 120px; */
    /* height: 7.8vw; */
    height: 7.8vw;
    /* height: 160px; */
    letter-spacing: 15px;
    border-radius: 75px;
    border: 10px solid #FFF;
}

/* .support .flex_center li:first-child a { */
.support .flex_center li:nth-child(2) a {
    background: var(--color_green);
}

.support .flex_center li a span {
    font-size: 0.8vw;
    /* font-size: 1.6rem; */
    display: block;
    line-height: 1.5;
    letter-spacing: 3px;
}

a:hover {
    opacity: .8;
}

.support .support_wrap {
    background: #fffde1;
    border: 10px solid var(--color_main);
    border-radius: 50px;
    /* padding: 50px 0 20px; */
    /*   */
}

.teiki_support {
    /* margin-bottom: 150px; */
    margin-top: 80px;
    border: 10px solid var(--color_green) !important;
}

.support_wrap h3 {
    background: var(--color_green);
    padding: 10px 0 30px;
    border-radius: 30px 30px 0 0;
    font-size: 3.6vw;
    /* font-size: 7rem; */
    text-align: center;
    color: #FFF;
    /* line-height: 1.5; */
    line-height: 1;
    letter-spacing: 15px;
}

.support_wrap h3 span {
    font-size: 1.56vw;
    /* font-size: 3rem; */
    display: block;
    margin-top: 20px;
    letter-spacing: 3px;
}

.support_wrap.junkai_support {
    margin-top: 80px;
    margin-bottom: 100px;
}

.support_wrap.junkai_support h3 {
    background: var(--color_main);
}

.support_wrap.junkai_support .junkai_bottom {
    margin-bottom: 20px;
}

.support_wrap.junkai_support .junkai_bottom ul {
    width: 56.9%;
    margin-top: 50px;
}

.support_wrap.junkai_support .junkai_bottom ul li {
    margin-right: 0;
    width: 32%;
}

.support_wrap.junkai_support .junkai_bottom ul li:last-child {
    margin-right: 0;
}

.support_wrap.junkai_support .junkai_bottom ul li figure {
    height: 149px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 20px;
}

.support_wrap.junkai_support .junkai_bottom ul li .junkai_img_title {
    font-size: 1.3vw;
    /* font-size: 2.5rem; */
}

.support_wrap.junkai_support .junkai_bottom .junkai_bottom_text {
    width: 39.6%;
}

.support_wrap.junkai_support .junkai_bottom .junkai_bottom_text h5 {
    /* font-size: 3rem; */
    font-size: 1.56vw;
}

.support_wrap.junkai_support .junkai_bottom .junkai_bottom_text p {
    /* font-size: 2rem; */
    font-size: 1.04vw;
}

.col_1240 {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

.support_wrap .col_1240 {
    padding: 60px 0 20px;
}

.support_text h4 {
    font-size: 1.87vw;
    /* font-size: 3.6rem; */
    line-height: 1.5;
    margin-bottom: 10px;
}

.support_text p {
    font-size: 1.04vw;
    /* font-size: 2rem; */
    line-height: 1.8;
}

.support_top {
    margin-bottom: 50px;
}

.support_top figure {
    width: 47%;
}

.support_top .support_text {
    width: 45.5%;
}

.support_wrap .new_teiki_bottom li {
    width: 17.6%;
    margin-right: 3%;
}

.support_wrap .new_teiki_bottom li figure {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 186px;
}

.support_wrap .new_teiki_bottom li h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.support_wrap ul li {
    width: 16.1%;
    margin-bottom: 20px;
    margin-right: 4.8%;
}

.support_wrap ul li:nth-child(5),
.support_wrap ul li:nth-child(10) {
    margin-right: 0;
}


.support_wrap ul li h5 {
    /* font-size: 2.5rem; */
    font-size: 1.3vw;
}

.support_wrap ul li p {
    line-height: 1.5;
    font-size: 0.83vw;
    /* font-size: 1.6rem; */
}

.money {
    /* margin-top: 150px; */
    margin-top: 60px;
    margin-bottom: 80px;
}

.money h2 {
    font-size: 3.6vw;
    /* font-size: 7rem; */
}

.money .col_1610_left .taC {
    margin-bottom: 40px;
}

.money .col_1610_left .col_1460 .new_money_contents:first-child {
    margin-bottom: 80px;
}

.money .col_1610_left .col_1460 .new_money_contents:first-child p {
    color: #19b855;
    /* font-size: 4rem; */
    font-size: 2vw;
    line-height: 1.5;
}

.money .col_1610_left .col_1460 .new_money_contents:first-child h3 {
    margin-bottom: 20px;
}

.new_money_contents figure,
.new_money_contents_text {
    width: 48%;
}

.add_money_contents li {
    width: 47.9%;
}

.money .col_1610_left .col_1460 .new_money_contents:nth-child(2) h3 {
    font-size: 1.56vw;
    /* font-size: 3rem; */
    line-height: 1.5;
    margin-bottom: 15px;
}

.money .col_1610_left .col_1460 .new_money_contents table {
    width: 100%;
}

.money table th, .money table tr:nth-child(3) td,
.money table th, .money table tr:nth-child(4) td {
    line-height: 1.3;
}

.money .col_1610_left .col_1460 .new_money_contents table td span {
    /* font-size: 1.2rem; */
    font-size: 0.62vw;
}

.money h2 {
    text-align: left;
    color: var(--color_main);
}

.money .taL p {
    font-size: 1.56vw;
    /* font-size: 3rem; */
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 30px;
    margin-left: 4.8%;
}

.money h3 {
    /* margin-top: 60px; */
    /* font-size: 4rem; */
    font-size: 2vw;
}

.money table {
    border-collapse: collapse;
    border: 1px solid #000;
    width: 47%;
    text-align: center;
}

.money table th,
.money table td {
    padding: 10px 0;
    border: 1px solid #000;
    font-weight: bold;
}

.money table td:last-child {
    color: #b40000;
}

.money table tr:first-child th {
    background: var(--color_main);
    color: #FFF;
}

.money .teiki_table table tr:first-child th {
    background: var(--color_green);
}

.voice_wrap {
    /* background: #fff79c; */
    background: url(../img/top/voice_bg.png) no-repeat center top;
    padding: 50px 0 110px;
}

.voice_wrap h2 {
    /* font-size: 7rem; */
    font-size: 3.6vw;
    text-align: center;
    margin-bottom: 40px;
}

.voice_wrap h3 {
    margin-bottom: 10px;
    width: 190px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
    background: #ffae00;
    color: #000;
    border-radius: 50px;
}

.voice_wrap h3.voice_title_middle {
    background: #878787;
    color: #FFF;
}

.voice_wrap h3.voice_title_before {
    background: #000;
    color: #FFF;
}

.voice_wrap p {
    font-size: 1.7vw;
    line-height: 1;
    font-weight: bold;
    padding-bottom: 5px;
}

.front_area {
    padding: 150px 0 130px;
}

.area_inner {
    position: relative;
}

.area_top {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.area_bottom {
    text-align: center;
    margin-top: 100px;
}

.front_area h2 {
    font-size: 3.6vw;
    /* font-size: 7rem; */
}

.saitama_area {
    margin-bottom: 40px;
}

.saitama_area span {
    background: var(--color_main);
    color: #FFF;
    /* font-size: 5rem; */
    font-size: 2.6vw;
    padding: 20px 50px;
    border-radius: 70px;
}

.area_bottom table {
    margin-top: 100px;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000;
}

.area_bottom table th,
.area_bottom table td {
    border: 5px solid #000;
    padding: 20px 0;
    line-height: 1.5;
}

.area_bottom table th:first-child {
    border-right: none;
}

.area_bottom table th {
    /* font-size: 5rem; */
    font-size: 2.6vw;
}

.area_bottom table tr:first-child th {
    background: #a6a6a6;
    color: #000;
}

.area_bottom table tr:first-child th:nth-child(2) {
    background: #FFF;
    position: relative;
    border: 5px solid var(--color_main);
}

.area_bottom table tr:first-child th:nth-child(2)::after {
    content: "";
    width: 102.5%;
    height: 50px;
    background: #FFF;
    border: 5px solid var(--color_main);
    position: absolute;
    border-radius: 50px 50px 0 0;
    left: -1.1%;
    top: -49px;
    border-bottom: none;
}

.area_bottom table tr:first-child th:nth-child(2) img {
    position: relative;
    top: -20px;
    z-index: 99;
}

.area_bottom table tr td:nth-child(2) {
    border: 5px solid var(--color_main);
    color: #F00;
}


.area_bottom table tr td {
    /* font-size: 3rem; */
    font-size: 1.56vw;
}

.font_45 {
    /* font-size: 4.5rem; */
    font-size: 2.34vw;
}

.font_50 {
    /* font-size: 5rem; */
    font-size: 2.6vw;
}

.font_80 {
    /* font-size: 8rem; */
    font-size: 4.16vw;
}

.support_wrap.junkai_support .junkai_bottom .junkai_bottom_text p.font_mini,
.font_mini {
    font-size: 1.4rem;
}

.support_wrap.junkai_support .junkai_bottom .junkai_bottom_text p.font_mini {
    color: #F00;
}

.row_write {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.area_bottom .row_write {
    position: relative;
    top: 5px;
    /* font-size: 2rem; */
    font-size: 1.04vw;
}

.front_flow {
    background: #75d499;
    padding: 50px 0 120px;
}

.front_flow h2 {
    margin-bottom: 20px;
}

h2 {
    /* font-size: 7rem; */
    font-size: 3.6vw;
    text-align: center;
}

.front_quetion {
    /* padding: 100px 0 150px; */
    padding: 70px 0 70px;
}

.front_quetion h2 {
    text-align: left;
    color: var(--color_main);
    margin-bottom: 30px;
}

.front_quetion dl {
    background: #eff2ff;
    border: 5px solid #000;
    margin-bottom: 50px;
    padding: 0 20px 20px 20px;
    cursor: pointer;
    border-radius: 55px;
}

.front_quetion dt {
    color: var(--color_main);
    /* font-size: 3rem; */
    font-size: 1.56vw;
    padding-right: 80px;
}

.front_quetion dt strong {
    font-size: 2.6vw;
    /* font-size: 5rem; */
    width: 110px;
    display: inline-block;
}

.front_quetion dd {
    padding: 10px 0 0;
    padding-left: 110px;
    border-top: 1px solid #000000;
}

.toggle_btn {
	position: absolute;
	top: 50%;
	/* right: 20px; */
    right: 5px;
	transform: translateY(-50%);
	/* background: #0052a4; */
	display: block;
	/* width: 24px;
	height: 24px; */
    width: 74px;
	height: 74px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #0b0b0c;
	position: absolute;
	width: 40px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.toggle_btn:before {
	width: 2px;
	height: 40px;
}
.toggle_title.selected .toggle_btn:before {
	content: normal;
}
.toggle_contents dd {
	display: none;  
}

.toggle_contents:first-of-type dd {
    display: block;
}

.toggle_title {
	position: relative;
}

.front_contact {
    padding: 50px 0 100px;
    background: #ffeaea;
}

.contact_wrap {
    /* margin-top: 150px;
    margin-bottom: 150px; */
    background: var(--color_main);
    color: #FFF;
}

.contact_wrap .col_1460 {
    /* background: #ff7200; */
    padding: 75px 0;
    position: relative;
    /* border: 1px solid var(--color_yellow); */
}

.contact_wrap .col_1460::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 80%;
    background: var(--color_yellow);
    top: 0;
    left: 60px;
}

.contact_wrap h2 {
    color: var(--color_yellow);
    line-height: 1.3;
}

.contact_wrap h2 + p {
    margin-top: 10px;
}

.contact_wrap .flex_center {
    margin-top: 50px;
}

.contact_wrap .flex_center li {
    margin-left: 15px;
    margin-right: 15px;
}

#wpcf7cpcnf td,
#wpcf7cpcnf textarea,
#wpcf7cpcnf input,
.table-res-form input,
.table-res-form textarea {
    background: #FFF;
}

#wpcf7cpcnf table {
    width: 100%;
}

#wpcf7cpcnf td,
#wpcf7cpcnf th,
.table-res-form th,
.table-res-form td {
    padding: 0.5em;
}

#wpcf7cpcnf input[type="tel"],
.table-res-form input[type="tel"] {
    border: 1px #f9f5f5 solid;
    padding: 0.5em;
    border-radius: 5px;
    margin-bottom: 0.5em;
    width: 100%;
}

#wpcf7cpcnf .color_red,
.table-res-form .color_red {
    background: #FFF;
    color: #F00;
    border: 1px solid #F00;
    padding: 5px;
    margin-left: 10px;
    border-radius: 10px;
}

#wpcf7cpcnf th,
.table-res-form th {
    width: 20%;
}

#wpcf7cpcnf td,
.table-res-form td {
    width: 80%;
}

input[type="checkbox"] {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 16px;
    left: -10px;
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    -moz-transform: translateY(-60%);
    -o-transform: translateY(-60%);
    cursor: pointer;
}

.contact_privacypolicy_link a {
    color: var(--color_main);
    border-bottom: 1px solid var(--color_main);
}

.submit_wrap {
    margin-top: 20px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.wpcf7-form-control.wpcf7-submit {
    font-size: 1.56vw;
    /* font-size: 3rem; */
    border-radius: 70px;
    background: #414141;
}

.wpcf7-form-control.wpcf7-submit:hover {
    background: var(--color_main);
}

header ul.flex_start li:first-child {
    margin-right: 40px;
}

footer {
    background: var(--color_main);
    color: #FFF;
    padding-bottom: 20px;
    padding-top: 50px;
}

footer a {
    color: #FFF;
}

footer .flex_between {
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
}

.ft_logo {
    margin-bottom: 30px;
}

.ft_right {
    width: 450px;
}

.ft_right ul {
    margin-bottom: 20px;
}

.ft_right li {
    margin-right: 20px;
}

.slide_boder a:hover {
    opacity: 1;
}

.slide_boder a::after {
    background: #FFF;
}

.slider_wrap {
    margin-top: 150px;
    margin-bottom: 100px;
}

.slider_wrap3 .slick-dots,
.slider_wrap2 .slick-dots,
.slider_wrap .slick-dots {
    bottom: -55px;
}

.slider3 li,
.slider2 li {
    margin-left: 10px;
    margin-right: 10px;
}

.slider3 .slick-dots li,
.slider2 .slick-dots li {
    margin-left: 0;
    margin-right: 0;
}

.slider2 .slick-prev {
    left: -55px;
}

.slider3 .slick-prev {
    left: 15px;
}

.slider2 .slick-next {
    right: -55px;
}

.slider3 .slick-next {
    right: 15px;
}

.slider2 li figure {
    margin-bottom: 20px;
}

.slider2 li figure img {
    margin-left: auto;
    margin-right: auto;
}

.slider3 li.slider3_list {
    text-align: center;
    border: 3px solid #000;
    border-radius: 30px;
    background: #FFF;
    padding: 20px 10px;    
}

/* .slider3 li.slider3_list,
.slider2 li.slider2_list {
    text-align: center;
    border: 3px solid #000;
    border-radius: 30px;
    background: #FFF;
    padding: 20px 10px;
}

.slider2 li.slider2_list {
    border: 3px solid #ec6a06;
} */

.slider2 li.slider2_list .taR {
    font-weight: bold;
}

.slider3 .slick-slide {
	transform: scale(.8);
	transition: transform .3s;
}
.slider3 .slick-slide.slick-active.slick-current {
	transform: scale(1);
}

.slick-dots li.slick-active button:before, .slick-dots li button:before {
    font-size: 12px;
}

.slider3 figure img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.step {
    color: var(--color_green);
    position: relative;
    margin-bottom: 12px;
}

.step::after {
    content: "";
    position: absolute;
    width: 65px;
    height: 5px;
    border: 1px solid #000;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.slider3 h3 {
    /* font-size: 2.7rem; */
    font-size: 1.4vw;
    line-height: 1.5;
    margin-bottom: 12px;
}

.setumei {
    margin-top: 20px;
}

.slider3_btn {
    margin-top: 10px;
}

.slider3_btn a {
    background: var(--color_green);
    padding: 0 0 5px 0;
    border-radius: 50px;
    display: block;
    color: #FFF;
    width: 290px;
    margin-left: auto;
    margin-right: auto;
}

.slider3_btn a i {
    margin-left: 10px;
}

.side_menu_wrap {
    width: 310px;
    /* float: right; */
    /* margin-top: 150px; */
    position: sticky;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 8000;
}

.side_menu_top {
    background: var(--color_main);
}

/* .pamphlet-wrap {
    padding-top: 50px;
} */

.side_menu_wrap .side_menu_top {
    text-align: center;
    padding: 50px 0 25px;
    border-radius: 40px 0 0 40px;
    margin-bottom: 40px;
}

.side_menu_wrap .side_menu_top li {
    margin-bottom: 15px;

}

.side_menu_wrap .side_menu_top a {
    color: #FFF;
    border-bottom: 1px solid #FFF;
}

.side_menu_wrap .side_menu_top a:hover {
    opacity: 1;
    color: var(--color_yellow);
}

.side_menu_bottom li {
    margin-bottom: 25px;
}





.side_menu_wrap.fixed {
    right: 0;
    position: fixed;
    top: 0px;
    z-index: 8000;
    margin-top: 0;
}

.side_menu_wrap .side_menu_top .side_contact {
    margin-top: 30px;
}

.side_menu_wrap .side_menu_top .side_contact a {
    border-bottom: none;
    background: #FFF;
    color: var(--color_main);
    padding: 10px 20px 10px 30px;
    letter-spacing: 5px;
    border-radius: 50px;
}

.side_menu_wrap .side_menu_top .side_contact a i {
    color: var(--color_main);
    /* font-size: 2.5rem; */
    font-size: 1.3rem;
    margin-left: 5px;
}

.side_menu_wrap .side_menu_top .side_contact a:hover {
    background: var(--color_yellow);
}

/* .slider_wrap3 .slick-prev,
.slider_wrap3 .slick-next {
    color: #FFF !important;
    background: rgba(0, 0, 0, .8);
    border-radius: 50%;
} */



[class*="carousel__arrow--"]{
    background-color: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    aspect-ratio: 1;
    z-index: 2;
    color: #FFF;
    border-radius: 50%;
  }
  .carousel__arrow--prev{
    left: 40px;
  }
  .carousel__arrow--next{
    right: 40px;
  }
  [class*="carousel__arrow--"]::before{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: '';
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .carousel__arrow--prev::before{
    content: '\f053';
  }
  .carousel__arrow--next::before{
    content: '\f054';
  }
  @media (hover: hover){
    [class*="carousel__arrow--"]{
      transition: .3s;
    }
    [class*="carousel__arrow--"]:hover{
      cursor: pointer;
      opacity: 0.7;
    }
  }

#page_top {
    display: none;
}

.vertical_top {
    font-variant: top;
}

/* .close {
    text-align: right;
    border-bottom: none;
    margin-right: 10px;
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.close a {
    border-bottom: none !important;
}

.close-btn {
    color: #FFF;
}

.hidden {
    display: none;
} */

.hamburger2 {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 30px;
    cursor: pointer;
    z-index: 10; /* メニューより前に表示 */
  }


.hamburger2 span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #FFF; /* ボタンの色 */
    margin: 5px 0;
    transition: 0.4s;
  }

  .menu2 {
    /* position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    background-color: #fafad2; */
    /* opacity: 0; */
    /* pointer-events: none; */
    transition: opacity 0.5s ease; /* フェードインのアニメーション */
    padding: 20px;
    box-sizing: border-box;
    z-index: 5;
  }
  
  /* メニューが開いたとき */
  .menu2.open {
    /* opacity: 1; */
    /* pointer-events: auto; */
    display: none;
  }

  /* .hamburger2.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  
  .hamburger2.active span:nth-child(2) {
    opacity: 0;
  }
  
  .hamburger2.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  } */
  
  /* バツ印に変わるハンバーガーボタン */
  .hamburger2 span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  
  .hamburger2 span:nth-child(2) {
    opacity: 0;
  }
  
  .hamburger2 span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }

  .hamburger2.active span:nth-child(1) {
    transform: inherit;
    }
    
    .hamburger2.active span:nth-child(2) {
    opacity: 1;
    }
    
    .hamburger2.active span:nth-child(3) {
    transform: inherit;
    }

  
  .hamburger2 {
    font-size: 12px;
    color: #FFF;
  }


main {
    position: relative;
}

/* areaの上 */

.slick-prev:before, .slick-next:before {
    display: none !important;
}

.w1200_block {
    display: none;
}

::placeholder {
    color: #aaa;
}

.py0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}




/* .wpcf7-form-control.wpcf7-submit {
    width: 260px;
    margin-top: 30px;
} */

button.wpcf7cp-cfm-edit-btn {
    background: #F00;
}

/* .wpcf7-form-control.wpcf7-submit {
    background: #00080e;
    border: 1px solid #8b793b;
    border-radius: 50px;
} */

.wpcf7-form-control.wpcf7-submit:hover {
    background: #8b793b;
}

/* .wpcf7 form.invalid .wpcf7-response-output {
    color: #FFF;
} */

button.wpcf7cp-cfm-edit-btn {
    margin-left: auto;
    margin-right: auto;
}

div.wpcf7cp-btns {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

button.wpcf7cp-cfm-edit-btn {
    background: var(--color_main);
    padding: 20px;
    border-radius: 50px;
    color: #FFF;
    width: 300px;
}

button.wpcf7cp-cfm-edit-btn:hover {
    opacity: 0.8;
}

.wpcf7-form-control.wpcf7-submit {
    font-size: 16px;
    padding: 20px 0;
}

.wpcf7-form-control.wpcf7-submit:hover {
    background: var(--color_main);
}

.page-id-11 footer {
    margin-top: 60px;
}

textarea,
input{
    font-size:16px;
}

.voice_wrap .carousel__arrow--prev {
    left: -10px;
}

.voice_wrap .carousel__arrow--next {
    right: -10px;
}


/* レスポンシブ　ここから */

@media screen and (max-width:1760px) {
    header .flex_between {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width:1500px) {
    footer .flex_between {
        padding-left: 20px;
        padding-right: 20px;        
    }

    .col_1460 {
        margin-left: 20px;
        margin-right: 20px;
    }

    .top_contents h2 {
        /* font-size: 4rem; */
        font-size: 2.08vw;
    }

    .top_contents h2 span {
        /* font-size: 6rem; */
        font-size: 3.1vw;
    }

    .top_contents .flex_center::after {
        right: 10px;
    }

    .top_contents .reason li {
        /* font-size: 3.5rem; */
        font-size: 1.4vw;
    }

    #anc1 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #anc02 .flex_between,
    #anc01 .flex_between {
        padding-left: 20px;
        padding-right: 20px;
    }

    .support_bottom .support_text,
    .support_top .support_text {
        width: 49%;
    }

    .front_area .area_inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .area_bottom table th {
        /* font-size: 4rem; */
        font-size: 2.08vw;
    }

    .area_bottom table tr td {
        /* font-size: 2.5rem; */
        font-size: 1.3vw;
    }

    /* .setumei {
        text-align: left;   
    } */

    .w1500_none {
        display: none;
    }

    .w1500_block {
        display: block;
    }

    .area_bottom table th,
    .area_bottom table td {
        padding: 10px 0;
    }

    .area_bottom table tr:first-child th:nth-child(2)::after {
        height: 30px;
        top: -29px;
    }

    .area_bottom table tr:first-child th:nth-child(2) img {
        top: -10px;
        width: 35%;
    }

}

@media screen and (max-width:1279px) {
    .top_contents .flex_center li {
        margin-left: 2%;
        margin-right: 2%;
    }

}

@media screen and (max-width:1200px) {
    header ul.flex_start li:first-child {
        margin-right: 10px;
    }

    .mainImg2 p {
        font-size: 3rem;
    }

    .w1200_block {
        display: block;
    }

    .top_contents h2 span {
        font-size: 3rem;
    }

    .top_contents .reason li {
        font-size: 1.6rem;
    }

    h2 {
        font-size: 3rem;
    }

    .contact_wrap .col_1460::after {
        content: none;
    }

    .support h2 {
        font-size: 4rem;
    }

}

@media screen and (max-width:1023px) {

    .support .flex_center li:first-child a {
        /* height: 110px; */
        height: 90px;
    }

    .support .flex_center li {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .contact_wrap .flex_center li {
        width: 43%;
    }


    #wpcf7cpcnf td,
    #wpcf7cpcnf th,
    .table-res-form td,
    .table-res-form th {
        width: 100%;
    }

    .side_menu_wrap {
        display: none;
    }

    header .flex_start {
        display: none;
    }

    .support_text h4 {
        font-size: 2rem;
    }

    .support_text p {
        font-size: 1.4rem;
    }

    .support_wrap h3 {
        font-size: 4rem;
    }

    .support_wrap h3 span {
        font-size: 2rem;
    }

    header {
        /* height: 80px; */
        position: fixed !important;
        /* margin-top: -80px; */
        display: block !important;
    }

    /* body {
        padding-top: 80px;
    } */

    header .logo {
        width: 100px;
    }

    .slider_wrap {
        margin-top: 50px;
        margin-bottom: 90px;
    }

    .top_contents .flex_center li {
        background-size: 40px 30px;
        font-size: 1.8rem;
    }

    .top_contents .flex_center::after {
        background-size: contain;
        width: 180px;
        height: 226px;
        right: 0;
        bottom: 0;
    }

    .top_contents .flex_center li::before {
        width: 200px;
        height: 200px;
    }

    .top_contents .flex_center li {
        width: 220px;
        height: 220px;
    }

    .top_contents .flex_center {
        margin-top: 0;
    }

    .top_contents .col_1460 h3 {
        font-size: 3rem;
    }

    .top_contents .col_1460 h3 span {
        font-size: 4rem;
    }

    .top_contents .col_1460 {
        padding: 0 10px;
    }

    .top_contents .flex_center {
        margin-bottom: 60px;
    }

    .top_contents {
        padding-bottom: 60px;
    }

    /* .contact_wrap {
        margin-top: 50px;
        margin-bottom: 50px;
    } */

    .support {
        padding: 50px 0;
    }

    .support .flex_center li a {
        font-size: 3rem;
        /* height: 130px; */
        height: 100px;
    }

    .support h2 {
        margin-bottom: 20px;
    }

    .teiki_support {
        margin-top: 40px;
    }

    .support_wrap .col_1240 {
        padding: 30px 0 15px;
    }

    .support_bottom .support_text, .support_top .support_text {
        width: 56%;
    }

    .support_top figure {
        width: 40%;
    }

    .support_wrap ul li h5 {
        font-size: 1.3rem;
    }

    .support_wrap ul li p {
        font-size: 1rem;
    }

    .support_top {
        margin-bottom: 20px;
    }

    .teiki_support {
        margin-bottom: 40px;
    }

    .money {
        margin-top: 20px;
    }

    h2,
    .money h2 {
        font-size: 4rem;
    }

    .money .taC p {
        font-size: 2rem;
    }

    .money h3 {
        margin-top: 20px;
        font-size: 2.5rem;
    }

    .money table {
        width: 49%;
    }

    .contact_wrap .col_1460 {
        padding: 30px 0;
    }

    .contact_wrap .flex_center {
        margin-top: 20px;
    }

    .area_top {
        width: 100%;
    }

    .front_area h2 {
        font-size: 4rem;
    }

    .saitama_area span {
        font-size: 3rem;
        padding: 15px 50px;
    }

    .saitama_area {
        margin-bottom: 30px;
    }
    
    .saitama_area + p {
        font-size: 1.4rem;
    }

    .area_bottom {
        margin-top: 20px;
    }

    .front_quetion dd {
        padding-left: 0;
    }

    .tab_none {
        display: none !important;
    }

    .front_area {
        padding: 50px 0 50px;
    }

    .front_quetion dt {
        font-size: 1.6rem;
        padding-right: 40px;
    }

    .front_quetion dt strong {
        font-size: 2.5rem;
        width: 47px;
    }

    .toggle_contents dd {
        font-size: 1.4rem;
    }

    .toggle_btn {
        width: 25px;
        height: 25px;
    }

    .front_quetion dl {
        margin-bottom: 20px;
    }

    .front_quetion h2 {
        margin-bottom: 10px;
    }

    .front_quetion {
        padding: 20px 0 30px;
    }

    .front_contact {
        padding: 20px 0;
    }

    #wpcf7cpcnf,
    .table-res-form {
        margin-top: 0;
    }


    .voice_wrap h2 {
        font-size: 4rem;
    }

    .voice_wrap {
        padding: 30px 0 100px;
    }

    .slider2 li figure {
        width: 40%;
        margin-left: auto;
        margin-right: auto;
    }

    .slider2 li.slider2_list h3,
    .slider3 li.slider3_list h3 {
        font-size: 1.5rem;
    }

    .slider2 li.slider2_list h3 + p {
        font-size: 1.4rem;
    }

    .slider2 li.slider2_list .taR {
        font-size: 1.4rem;
    }

    /* .slider3_btn a {
        width: 90%;
    } */

    .setumei {
        font-size: 1.4rem;
    }

    .slider3 .slick-slide {
        margin-left: 0;
        margin-right: 0;
    }

    .front_flow {
        padding: 20px 0 90px;
    }

    .tableArea{
        max-width:100%;/* 最大80%の領域内で要素をおさめる */
        margin: 0 20px;
        overflow:auto;/*枠からはみ出たらスクロールさせる、はみ出なかった場合は何もしない*/
    }
    .tableArea table{
        border-collapse:collapse;/*隣接するセルのボーダーを共有する*/
    }
    .tableArea table th,
    .tableArea table td{
        white-space:nowrap;/*文字を折り返さない*/
    }
    .scroll-hint-text{ margin-top:0; }

    .tableArea table {
      width: 1000px;
    }

    .font_80,
    .font_50,
    .area_bottom table th,
    .font_45 {
        font-size: 3rem;
    }

    .area_bottom table tr:first-child th:nth-child(2)::after {
        /* width: 103.5%;
        left: -4px; */
        width: 106%;
        left: -5px;
    }

    .area_bottom table tr:first-child th:nth-child(2) img {
        padding-left: 10px;
        padding-right: 10px;
    }

    #hamburger {
        background-color: rgba(0, 0, 0, .5);
        position: absolute;
        cursor: pointer;
        margin: 0 0 0 auto;
        height: 60px;
        width: 60px;
        display: block;
        top: 0;
        right: 0;
        z-index: 9999;
    }
    
    .sm_nav {
        top: 60px;
        position: absolute;
        z-index: 10;
        width: 100%;
        background-color: #e9e1d6;
        left: 0;
        z-index: 9999;
        padding: 10px 0;
    }
    
    .sm_nav li {
        text-align: center;
    }

    /* 独自　ハンバーガー */

.openbtn {
	position: relative;/*ボタン内側の基点となるためrelativeを指定*/
	/* width: 50px;
    height:50px; */
    width: 60px;
    height:60px;
	cursor: pointer;
    /* left: 3px;
    top: -3px; */
}
	
/*ボタン内側*/

.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 13px;
    height: 2px;
	background-color: #FFF;
  }


.openbtn span:nth-of-type(1) {
	top:22px;	
  	width: 50%;
}

.openbtn span:nth-of-type(2) {
	top:29px;
  	width:30%;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn.menu_active span:nth-of-type(1) {
    top: 20px;
    /* left: 16px; */
    left: 13px;
    transform: translateY(6px) rotate(-45deg);
    width: 35%;
}

.openbtn.menu_active span:nth-of-type(2) {
    top: 32px;
    /* left: 16px; */
    left: 13px;
    transform: translateY(-6px) rotate(45deg);
    width: 35%;
}

.openbtn strong {
    text-align: center;
    /* font-size: 11px; */
    font-size: 1.1rem;
    position: absolute;
    /* bottom: -6px;
    right: 4px; */
    bottom: 6px;
    right: 13px;
    color: #FFF;
}

/* 独自　ハンバーガー */

.sm_nav {
    background: var(--color_main);
}

.money .col_1610_left .col_1460 .new_money_contents:nth-child(2) h3,
.money .col_1610_left .col_1460 .new_money_contents:first-child p {
    font-size: 2rem;
}

.support_wrap.junkai_support .junkai_bottom ul li .junkai_img_title {
    font-size: 1.5rem;
}

.support_wrap.junkai_support .junkai_bottom .junkai_bottom_text p {
    font-size: 1.4rem;
}

.money .col_1610_left .col_1460 .new_money_contents table td span {
    font-size: 1vw;
}

    /* #anc4 {
        display: none;
    } */

.support_wrap.junkai_support {
    margin-top: 20px;
    margin-bottom: 20px;
}    

.support {
    padding-bottom: 20px;
}

.area_bottom table th {
    font-size: 1.6rem;
}

#wpcf7cpcnf th,
#wpcf7cpcnf td {
    width: 100%;
    display: block;
}

#wpcf7cpcnf th {
    text-align: left;
}

}
/* 1023　ここまで */


@media screen and (max-width:600px) {

    button.wpcf7cp-cfm-edit-btn {
        width: 70%;
    }

    button.wpcf7cp-cfm-edit-btn {
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .money table {
        margin-bottom: 30px;
        width: 100%;
    }

    .support_top figure,
    .support_bottom .support_text, .support_top .support_text {
        width: 100%;
    }

    .support_text h4 {
        margin-top: 10px;
        font-size: 1.6rem;
    }

    .support_wrap ul {
        justify-content: space-between;
    }

    .support_wrap ul li {
        margin-right: 0;
        width: 48%;
    }

    .support_wrap h3 {
        font-size: 3rem;
    }

    .support_wrap h3 span {
        line-height: 1.5;
        margin-top: 10px;
    }

    .support_wrap h3 {
        padding-bottom: 20px;
    }

    .support .support_wrap {
        border-radius: 30px;
    }

    .support_wrap h3 {
        border-radius: 20px 20px 0 0;
    }
    
    .wpcf7-form-control.wpcf7-submit {
        width: 70%;
        font-size: 16px;
        margin-left: auto;
        margin-right: auto;
    }

    .front_quetion dt {
        font-size: 1.4rem;
    }

    .front_quetion dt {
        line-height: 1.8;
    }

    .front_quetion dl {
        border-radius: 25px;
    }

    .slider3_btn a {
        width: 80%;
    }

    .setumei {
        text-align: left;
    }

    .mainImg2 p {
        font-size: 2rem;
        padding: 10px 0;
        line-height: 1.5;
    }

    .slider_wrap {
        margin-top: 20px;
        /* margin-bottom: 60px; */
        margin-bottom: 30px;
    }

    .add_contents {
        margin-bottom: 30px;
    }

    .slider_wrap3 .slick-dots, .slider_wrap2 .slick-dots, .slider_wrap .slick-dots {
        bottom: -35px;
    }

    .top_contents {
        padding-top: 10px;
    }

    .top_contents h2 {
        font-size: 1.8rem;
    }

    .top_contents h2 span {
        font-size: 2.4rem;
    }

    .top_contents .flex_center {
        justify-content: space-between;
        padding-left: 10px;
        padding-right: 10px;
    }

    .top_contents .flex_center li {
        margin-left: inherit;
        margin-right: inherit;
        width: 48%;
        height: auto;
        background: url(../img/top/ico01.jpg) no-repeat center top 20px var(--color_main);
        background-size: 30px 21px;
    }

    .top_contents .flex_center li::before {
        content: none;
    }

    .top_contents .flex_center li span {
        margin-top: 50px;
        padding-bottom: 20px;
    }

    .top_contents .flex_center li {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }

    .top_contents .flex_center::after {
        bottom: -20px;
    }

    .contact_wrap .flex_center li {
        width: 75%;
        margin-bottom: 10px;
    }

    .contact_wrap .flex_center li:first-child {
        margin-bottom: 20px;
    }

    .voice_wrap h2 {
        font-size: 2.3rem;
    }

    .slider2 li figure {
        width: 30%;
        margin-bottom: 10px;
    }

    .voice_wrap {
        padding-bottom: 70px;
    }

    .slider_wrap2 .slick-dots {
        bottom: -45px;
    }

    h2,
    .money h2 {
        font-size: 2.4rem;
    }

    .money .taC p {
        font-size: 1.4rem;
    }

    .contact_wrap h2 {
        font-size: 1.8rem;
    }

    p {
        font-size: 1.4rem;
    }

    .area_top {
        /* padding-top: 100px; */
        padding-top: 10px;
    }

    .front_area h2 {
        font-size: 2.5rem;
        margin-bottom: 20px;
    }

    .saitama_area span {
        font-size: 2rem;
        padding: 10px 50px;
    }

    .saitama_area {
        margin-bottom: 20px;
    }

    .top_contents .col_1460 h3 span {
        font-size: 2.2rem;
        margin-left: 0;
    }

    .top_contents .col_1460 h3 {
        font-size: 1.6rem;
        line-height: 1.3;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .top_contents .reason li {
        width: 48%;
    }

    .top_contents p {
        font-size: 1.3rem;
    }

    .top_contents {
        padding-bottom: 40px;
    }

    /* .contact_wrap {
        margin-top: 30px;
        margin-bottom: 40px;
    } */

    .support h2 {
        font-size: 2rem;
    }

    .support {
        /* padding: 30px 0 50px; */
        padding: 30px 0 10px;
    }

    .support .flex_center li {
        width: 80%;
    }

    .support .flex_center li a {
        font-size: 2rem;
    }

    .support .flex_center li:first-child a {
        height: 94px;
    }

    .support .flex_center li a {
        height: 120px;
    }

    .support_wrap h3 {
        font-size: 2rem;
    }

    .support_wrap h3 span {
        font-size: 1.6rem;
    }

    .teiki_support  {
        margin-top: 0;
    }

    .money h3 {
        font-size: 2rem;
    }

    .money table {
        font-size: 1.4rem;
    }

    .money h3:last-of-type {
        margin-top: 0;
    }

    .junkai_table table:last-child {
        margin-bottom: 0 !important;
    }

    .area_bottom {
        margin-top: 60px;
    }

    .front_area h2 {
        font-size: 2rem;
    }
    
    .area_bottom h2 {
        margin-bottom: 0;
    }

    .area_bottom table th, .font_45 {
        font-size: 2rem;
    }

    .area_bottom table tr:first-child th:nth-child(2) img {
        width: 50%;
    }

    .area_bottom table th, .area_bottom table td {
        padding: 10px 0;
    }

    .area_bottom .row_write {
        top: 0;
        font-size: 2rem;
    }

    .row_write {
        writing-mode: horizontal-tb;
    }

    .area_bottom table tr td {
        font-size: 2rem;
    }

    .font_80, .font_50, .area_bottom table th, .font_45 {
        font-size: 2rem;
    }

    .ft_left {
        width: 100%;
        margin-bottom: 20px;
    }

    .ft_left p {
        text-align: center;
    }

    .ft_right {
        width: 100%;
        text-align: center;
    }

    .ft_right ul {
        justify-content: center;
    }

    .copy {
        margin-top: 20px;
    }

    .ft_right li {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 1.4rem;
    }

    .ft_logo img {
        width: 50%;
    }

    footer {
        padding-top: 30px; 
    }

    .font_80, .font_50, .area_bottom table th,
    .area_bottom table tr td,
    .font_45 {
        font-size: 1.6rem;
    }

    .area_bottom .row_write {
        font-size: 1.4rem;
    }

    .carousel__arrow--prev{
        left: -10px;
    }

    .carousel__arrow--next{
        right: -10px;
    }

    .slider_wrap3 .slider3_list figure {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .slider_wrap3 .slider3_list_step5 figure {
        width: 40%;
    }

    .setumei {
        font-size: 1.3rem;
    }

    .support_wrap .new_teiki_bottom li {
        width: 48%;
        margin-left: 0;
        margin-right: 0;
    }

    #anc01 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .support_wrap .new_teiki_bottom li:nth-child(1) figure,
    .support_wrap .new_teiki_bottom li:nth-child(2) figure {
        height: 164px;
    }

    .support_wrap .new_teiki_bottom li:nth-child(3) figure,
    .support_wrap .new_teiki_bottom li:nth-child(4) figure {
        height: 126px;
    }

    .support_wrap .new_teiki_bottom li figure {
        height: auto;
    }

    .support_wrap.junkai_support .junkai_bottom ul,
    .support_wrap.junkai_support .junkai_bottom .junkai_bottom_text {
        width: 100%;
    }

    .support_wrap.junkai_support .junkai_bottom ul {
        margin-top: 0;
    }

    .junkai_bottom .flex_between {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #anc02 .flex_between {
        padding-left: 10px;
        padding-right: 10px;
    }

    .support_wrap.junkai_support .junkai_bottom ul li figure {
        height: 75px;
        margin-bottom: 10px;
    }

    .support_wrap.junkai_support .junkai_bottom ul li .junkai_img_title {
        font-size: 1.3rem;
    }

    .support_wrap.junkai_support .junkai_bottom .junkai_bottom_text h5 {
        font-size: 2rem;
    }

    .new_money_contents figure,
    .new_money_contents_text {
        width: 100%;
    }

    .money .col_1610_left .taC {
        margin-bottom: 20px;
    }

    .money .col_1610_left .col_1460 .new_money_contents:first-child h3 {
        margin-bottom: 5px;
    }

    .new_money_contents figure {
        margin-top: 10px;
    }

    .support_wrap ul li:nth-child(5) {
        margin-bottom: 0;
    }

    .money .col_1610_left .col_1460 .new_money_contents:first-child {
        margin-bottom: 20px;
    }

    .support .flex_center li a span {
        font-size: 1.6vw;
    }

    .support .flex_center li:first-child a {
        /* height: 68px; */
        height: 78px;
    }

    .support .flex_center li a {
        height: 72px;
    }

    .money .col_1610_left .col_1460 .new_money_contents table td span,
    .support .flex_center li a span {
        font-size: 2vw;
    }

    .support .flex_center li a {
        padding: 5px 0;
    }

    .area_bottom table tr:first-child th:nth-child(2)::after {
        content: none;
    }

    .area_bottom table tr:first-child th:nth-child(2) img {
        top: 0;
        width: 100%;
    }

    .area_bottom table th,
    .area_bottom table tr td {
        font-size: 1rem;
    }

    .area_bottom .row_write {
        font-size: 1.2rem;
    }

    .area_bottom .font_50 {
        font-size: 1.4rem;
    }

    .area_bottom table tr:first-child th:nth-child(2),
    .area_bottom table tr td:nth-child(2) {
        border: 2px solid var(--color_main);
    }

    .area_bottom table th,
    .area_bottom table td {
        border: 2px solid #000;
    }

    .area_bottom table {
        margin-top: 20px;
    }

    #wpcf7cpcnf th,
    .table-res-form th {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .td_zip {
        padding-bottom: 0 !important;
    }

    .support_wrap.junkai_support {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .contact_wrap .col_1460 {
        margin-left: 0;
        margin-right: 0;
    }

    .money .taL p {
        font-size: 1.1rem;
        margin-left: 28px;
        margin-bottom: 10px;
    }

    .voice_wrap h2 {
        width: 200px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }

    .slider2 li figure {
        width: 70%;
    }

    .voice_wrap p {
        font-size: 1.8rem;
    }

    #wpcf7cpcnf th,
    .table-res-form th {
        padding-top: 0;
    }

    #wpcf7cpcnf td,
    .table-res-form td {
        padding-top: 2px;
    }

    .mainImg ul {
        width: 100%;
        bottom: 20px;
        left: 0;
    }

    #wpcf7cpcnf .color_red,
    .table-res-form .color_red {
        font-size: 1.1rem;
        position: relative;
        top: -2px;
    }

    .add_money_contents li {
        width: 100%;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .contact_form_tel th {
        margin-top: 10px;
    }

    .money {
        margin-bottom: 20px;
    }

    .area_bottom table tr td .font_45,
    .area_bottom table tr td {
        font-size: 0.8rem;
    }

    .area_bottom table tr:first-child th:nth-child(2) img {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .voice_wrap .slider2 {
        width: 256px;
        margin-left: auto;
        margin-right: auto;
    }

    .sp_font_big {
        font-size: 1.8rem !important;
    }

    .sp_center {
        text-align: center;
    }

   
}


/* 600　ここまで */

.warpper {
    overflow: hidden;
}