@charset "UTF-8";

/* 共通 */

.grecaptcha-badge { visibility: hidden; }

#autozip,
#zip_close {
    display: none !important;
}

html {
    font-size: 62.5%; 
}

body {
    line-height: 1.8;
    color: #333333;
    /* font-size: 18px; */
    font-size: 1.8rem;
    background: #FFF;
    letter-spacing: 2px;
    /* 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;
}

.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: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: fixed;
    z-index: 9900;
    background: -moz-linear-gradient(top,rgba(55,85,148,.8),rgba(89,134,166,.7));
    background: -webkit-linear-gradient(top,rgba(55,85,148,.8),rgba(89,134,166,.7));
    background: linear-gradient(to bottom,rgba(55,85,148,.8),rgba(89,134,166,.7));
    color: #FFF;
    padding-left: 25px;
    padding-right: 25px;
}

header a {
    color: #FFF;
}

nav li.has-child ul{
	position: absolute;
    left: -28px;
    top: 33px;
	z-index: 4;
	background: rgba(0,0,0,0.8);
	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: #3e67bc;
}


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

header .flex_between {
    align-items: center;
}

header .logo {
    width: 361px;
    /* 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;
}

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: var(--color_main);
}

#page_top a {
    color: #FFF;
}

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

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

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

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


.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;
    transform: translateY(6px) rotate(-45deg);
    width: 35%;
}

.openbtn.menu_active span:nth-of-type(2) {
    top: 32px;
    left: 16px;
    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;
    color: var(--color_main);
}

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

.w1279_block {
    display: none;
}


/* 共通　ここまで */

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

.front_top {
    background: #ece4e4;
}

.color_sub {
    color: #a2886d;
}

.color_pink {
    color: #ea4d5c;
}

.color_blue {
    color: #2a2d4c;
}

.front_achievements_top {
    background: #f4e9e9;
}

.front_achievements_bottom {
    background: #efece8;
}

.front_achievements_bottom ul {
    max-width: 1755px;
    margin-left: auto;
    margin-right: auto;
}

.front_achievements_bottom ul li {
    background: #FFF;
    width: 24%;
    padding: 25px 20px;
    border-radius: 15px;
    margin-bottom: 60px;
}

.four_colmn::after {
    width: calc((100% - 69px) / 4);
}

.front_company {
    /* padding: 100px 0 120px; */
    padding: 0px 0 40px;
    text-align: center;
}

.front_company .front_company_inner {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
}

body {
    color: #493125;
}

h2 {
    font-size: 3rem;
    color: #493125;
    font-weight: bold !important;
}

.front_company h2 {
    /* margin-bottom: 60px; */
    margin-bottom: 10px;
}

.front_company dl {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom: 3px solid #efebe8;
    /* padding: 20px 0; */
    padding: 10px 0;
    /* font-size: 2.2rem; */
    font-size: 2rem;
}

.front_company dl dt {
    width: 290px;
    padding-left: 25px;
}

.front_company dl dd {
    flex: 1;
}

.front_company dl dd h3 {
    font-size: 2.2rem;
}

h1,h2,h3,h4,h5 {
    font-weight: normal;
}

.front_company_inner .company_logo {
    /* margin-top: 150px; */
    /* margin-bottom: 70px; */
    margin-top: 40px;
    margin-bottom: 40px;
}

.front_company_inner .company_logo + p {
    /* font-size: 4rem; */
    /* margin-bottom: 70px; */
    font-size: 3rem;
    margin-bottom: 40px;
}

.front_contact {
    background: #efece8;
    /* padding: 0px 0 110px; */
    padding: 0px 0 0px;
}

/* .front_contact > * {
    text-align: center;
} */

.front_top {
    text-align: center;
    /* padding: 80px 0 90px;
    font-size: 2.8rem; */
    padding: 40px 0 20px;
    font-size: 2rem;
}

.front_top .color_pink {
    /* font-size: 4rem; */
    font-size: 3.5rem;
    margin-top: 15px;
}

.front_top .taC {
    margin-top: 70px;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

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


.front_strong_inner {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    /* padding-top: 80px; */
    padding-top: 40px;
    /* padding-bottom: 120px; */
    /* padding-bottom: 50px; */
    padding-bottom: 0px;
}

.front_strong_inner h2 {
    text-align: center;
    color: #FFF;
    background: #2a2d4c;
    padding: 10px 0;
    border-radius: 10px;
    /* margin-bottom: 20px; */
    margin-bottom: 0px;
}

.front_strong_inner dt {
    /* font-size: 4rem; */
    font-size: 3rem;
    font-weight: bold;
}

.front_strong_inner dd {
    font-size: 2rem;
    /* font-size: 2.8rem; */
    /* margin-bottom: 20px; */
    margin-bottom: 10px;
}

.front_strong_sub_title {
    position: relative;
    background: #2a2d4c;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    text-align: center;
    color: #FFF;
    font-size: 4rem;
    margin-top: 20px;
}

.front_strong_sub_title::after {
    content: "";
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    width: 100%;
    height: 120px;
    /* background: #ea4d5c; */
    background: #2a2d4c;
    position: absolute;
    bottom: -119px;
    left: 0;
    z-index: 0;
}

.front_strong_inner_top.front_strong_sub_title::after {
    background: #ea4d5c;
}


.front_strong_inner_top {
    padding-top: 146px;
    background: url(../img/top/bg01.png) no-repeat center top;
    /* margin-top: 90px; */
    margin-top: 40px;
    /* margin-bottom: 230px; */
    margin-bottom: 160px;
}

.front_strong_inner_top.front_strong_sub_title h3 {
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    padding-top: 50px;
    background:  #ea4d5c;
    position: relative;
}


/* .front_strong_inner_top h3::after  */
.front_strong_sub_title h3::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    color: #FFF;
    font-size: 40px;
    z-index: 99;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.front_strong_sub_title h3 {
    /* padding-top: 50px; */
    padding-top: 25px;
    background: #2a2d4c;
    font-size: 4rem;
}

.front_strong_sub_title.front_strong_inner_top h3 {
    /* padding-top: 50px; */
    padding-top: 0px;
}

.front_strong_contents.third_contents,
.front_strong_contents.second_contents,
.front_strong_contents:nth-of-type(2) {
    /* margin-top: 220px; */
    margin-top: 120px;
}

.front_strong_contents {
    align-items: center;
    max-width: 1400px;
    margin-bottom: 110px;
}

.front_strong_contents h4 {
    /* font-size: 3.2rem; */
    font-size: 3rem;
    color: #a2886d;
}

.front_strong_contents p {
    font-weight: bold;
    /* font-size: 2.2rem; */
    font-size: 1.8rem;
}

.front_strong_contents p span {
    /* font-size: 2.4rem; */
    font-size: 2rem;
}

.front_strong_contents figure {
    width: 39%;
}

.front_strong_contents .front_strong_text {
    width: 58%;
}

.front_strong_text h4 {
    margin-bottom: 20px;
}

.front_strong_sub_title.title_pink::after,
.front_strong_sub_title.title_pink h3,
.front_strong_sub_title.title_pink {
    background: #ea4d5c;

}

.detail_text {
    font-size: 2.4rem;
    position: relative;
}

.sectTit {
    position: relative;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
  }
   
  .sectTit:before,
  .sectTit:after {
    position: relative;
    display: inline-block;
    content: "";
    background: #000;
    width: 2px;
    height: 1.5em;
    margin: 0 1em;
    margin-top: -.2em;
    vertical-align: middle;
  }
   
  .sectTit:before {
    transform: rotate(-35deg);
  }
   
  .sectTit:after {
    transform: rotate(35deg);
  }

.sectTit + .taC {
    /* margin-bottom: 100px; */
    margin-bottom: 66px;
}

.flex_between.front_strong_contents.third_contents {
    margin-bottom: 30px;
}

.front_achievements_top {
    /* padding-top: 90px; */
    /* padding-bottom: 120px; */
    padding-top: 0px;
    padding-bottom: 0px;
}

.front_achievements_top h2 {
    text-align: center;
    position: relative;
    margin-bottom: 100px;
}

.front_achievements_top h2::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    color: #ea4d5c;
    font-size: 40px;
    z-index: 99;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.front_achievements_bottom {
    /* padding-top: 120px; */
    /* padding-bottom: 70px; */
    padding-top: 20px;
    padding-bottom: 0px;
}

.front_achievements_bottom h3 {
    text-align: center;
    border-bottom: 2px solid #493125;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 20px;
    margin-bottom: 20px;
    /* font-size: 2.6rem; */
    font-size: 1.8rem;
}

.front_achievements_bottom p {
    /* font-size: 1.8rem; */
    font-size: 1.5rem;
}

.front_achievements_bottom > p {
    /* font-size: 4.6rem; */
    font-size: 4rem;
    text-align: center;
    /* margin-bottom: 70px; */
    margin-bottom: 20px;
}

.contact_bottom {
    /* padding-top: 90px; */
    padding-top: 30px;
    /* padding-bottom: 80px; */
    padding-bottom: 20px;
}

.contact_bottom_tel span {
    display: block;
    font-size: 1.8rem;
}

.contact_bottom h2 {
    /* margin-bottom: 60px; */
    margin-bottom: 0px;
    font-size: 2.5rem;
}

.contact_bottom .color_pink {
    font-size: 2.6rem;
    margin-bottom: 20px;
}

.contact_bottom_tel {
    text-align: center;
    /* margin-bottom: 40px; */
    margin-bottom: 20px;
}

.contact_bottom_tel a {
    max-width: 550px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #FFF;
    /* padding: 30px 0; */
    padding: 10px 0;
    border-radius: 20px;
    background: #ea4d5c;
    font-size: 3.2rem;
    line-height: 1.4
}

.contact_bottom_tel a i {
    margin-right: 17px;
    font-size: 4rem;
}

.fa-phone {
    transform: scale(1, 1);
}

.contact_bottom_tel + p {
    font-size: 2.6rem;
}

footer {
    background: #2a2d4c;
    color: #FFF;
    padding: 110px 0 60px;
}

footer a {
    color: #FFF;
}

h1 {
    margin-bottom: 20px;
}

header {
    position: relative;
}

.header_bg {
    background: url(../img/top/main.png) no-repeat center top;
    background-size: cover;
    height: 1271px;
    padding-top: 80px;
}

.header_bg p {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    font-size: 4.6rem;
    font-size: 3rem;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
    /* firefox用 */
    display: inline-block;
    /* firefox用 */
}

.header_bg p span {
    background: rgba(255, 255, 255, .8);
    padding-top: 10px;
    padding-bottom: 10px;
}

.pc_nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 98%;
    background: rgba(255, 255, 255, .8);
    padding: 10px 20px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 1.6rem;
}

.pc_nav.fixed {
    position: fixed;
    top: 0px;
    z-index: 99999;
    margin-top: 10px;
    bottom: auto;
}

.pc_nav a {
    color: #493125;
}

.slide_boder a::after {
    bottom: -4px;
    background: #493125;
}

.front_contact_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.front_contact_inner th,
.front_contact_inner td {
    width: 100%;
    display: block;
    padding: 0;
}

.table-res-form input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    background: #FFF;
    border: none;
    border: 1px solid #2a2d4c;
    border-radius: 0;
}

input[type="tel"] {
    width: 100%;
    padding: 0.5em;
    border-radius: 0;
    margin-bottom: 0.5em;
    border: 1px solid #2a2d4c;
}

.table-res-form {
    /* margin-top: 70px; */
    margin-top: 20px;
}

.table-res-form input[type="text"], input[type="email"],
.wpcf7 input[type="tel"],
textarea {
    margin-bottom: 0;
}

.table-res-form td {
    margin-bottom: 15px;
}

.table-res-form th {
    margin-bottom: 10px;
}

.color_red {
    color: #F00;
}

.submit_wrap {
    margin-top: 40px;
}

.submit-button {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.wpcf7-form-control.wpcf7-submit {
    background: #2a2d4c;
    /* padding: 28px 0; */
    padding: 0 0;
    font-size: 25px;
}

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

.contact_privacypolicy_link a {
    color: #ea4d5c;
    border-bottom: 1px solid #ea4d5c;
}

.contact_privacypolicy_link a:hover {
    border-bottom: none;
}

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;
}

.ft_inner {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
}

.ft_inner .flex_between {
    width: 100%;
}

footer {
    padding: 50px 0 40px;
}

.copy {
    font-size: 1.4rem;
    margin-top: 50px;
}

.ft_text {
    width: 355px;
}

.ft_navi {
    width: 480px;
}

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

.ft_navi ul.flex_start > li {
    margin-bottom: 60px;
}

.ft_navi ul > li:nth-child(1),
.ft_navi ul > li:nth-child(3),
.ft_navi ul > li:nth-child(4) {
    margin-right: 50px;
}

.ft_navi ul li li {
    margin-right: 0 !important;
    margin-bottom: 5px;
}

.ft_logo + p,
.ft_logo {
    margin-bottom: 30px;
}

.swiper,
.slide {
    max-width: 1730px;
    margin-left: auto;
    margin-right: auto;
}

/* .swiper .swiper-slide, */
.slide .regular_2 li {
    background: #FFF;
    /* margin-left: 10px;
    margin-right: 10px; */
    border-radius: 10px;
    min-height: 610px;
    margin-bottom: 50px;
}

.swiper .swiper-slide a {
    background: #FFF;
    /* margin-left: 10px;
    margin-right: 10px; */
    border-radius: 10px;
    /* min-height: 600px; */
    min-height: 550px;
    margin-bottom: 50px;
    display: block;
    font-size: 2rem;
    color: #493125;
}

.swiper .swiper-slide figure img,
.slide .regular_2 li img {
    border-radius: 10px 10px 0 0;
    width: 100%;
}

.swiper-button-prev,
.swiper-button-next,
.slick-prev:before,
.slick-next:before {
    color: #ea4d5c;
}

/* .swiper-button-prev, */
.slick-prev {
    left: -45px;
}

/* .swiper-button-next, */
.slick-next {
    right: -45px;
}

.swiper h3,
.slide h3 {
    color: #a2886d;
    /* font-size: 2.6rem; */
    font-size: 1.8rem;
    /* font-size: 3rem; */
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.swiper h3 + p,
.slide h3 + p {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.5rem;
}

.swiper-container {
    position: relative;
}

/* 下記不明 */
.swiper-pagination {
    bottom: -40px !important;
}

.swiper-button-prev {
    left: 40px;
}

.swiper-button-next {
    right: 40px;
}

.modaal-noscroll{
    overflow:hidden;
}


/* モーダルここから */

/* .swiper-button-prev,
.swiper-button-next {
    color: #b8b8b8;
}
.swiper-pagination-bullet-active{
  background:#b8b8b8;
} */

.modaal-close {
    position: absolute;
    /* right: -40px;
    top: -30px; */
    right: 5px;
    top: 5px;
}

.modaal-container {
    max-width: 1500px;
    height: 70vh;
    display: flex;
    align-items: center;
}

.modaal-content-container {
    padding: 50px;
}

.modal_img {
    width: 53.6%;
}

.modal_text {
    width: 40%;
}

.modal_text h3 {
    font-size: 3rem;
    border-bottom: 3px solid #2a2d4c;
    /* padding-bottom: 10px; */
    margin-bottom: 10px;
    color: #a2886d;
}

.modal_text p {
    font-size: 2.4rem;
    color: #493125;
}

.modaal-close:before, .modaal-close:after {
    background: #000;
}


/* https://imasashi.net/modal-window_bg-fixed.html */
/* body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
} */


/* モーダルここまで */

a:hover {
    opacity: .8;
}

footer a:hover,
header a:hover {
    opacity: 1;
}

.thanks_read {
    color: #000 !important;
}

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

@media screen and (min-width:1200px) { 
    .ft_inner {
        padding-left: 100px !important;
        padding-right: 100px !important;
    }
}

@media screen and (max-width:1800px) { 
    .pc_nav {
        justify-content: center;
    }

    .pc_nav li {
        margin-left: 20px;
        margin-right: 20px;
    }

    .front_achievements_bottom ul,
    .swiper-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .swiper-button-prev {
        left: 0;
    }

    .swiper-button-next {
        right: 0;
    }

    .front_achievements_bottom h3 {
        font-size: 2.1rem;
    }
}

@media screen and (max-width:1720px) {
    .ft_inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width:1600px) {
    .w1600_none {
        display: none;
    }
}

@media screen and (max-width:1500px) {
    .w1500_none {
        display: none;
    }

    .swiper h3, .slide h3 {
        font-size: 2rem;
    }

}

@media screen and (max-width:1440px) {
    .front_strong_contents {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width:1400px) {
    .front_strong_contents h4 {
        font-size: 3rem;
    }

    .front_achievements_bottom ul li {
        margin-bottom: 20px;
    }

    .swiper .swiper-slide a {
        min-height: 500px;
    }

}

@media screen and (max-width:1279px) {
    .pc_nav {
        display: none;
    }

    .sm_nav,
    #hamburger {
        position: fixed;
        z-index: 9999;
    }

    .openbtn span {
        background: #2a2d4c;
    }

    .openbtn strong {
        color: #2a2d4c;
    }

    .sm_nav {
        background: #2a2d4c;
    }

    .submenu li {
        border-bottom: none;
    }

    .submenu a {
        color: #FFF !important;
    }

    .submenu {
        background: #ea4d5c;
    }

    .front_contact_inner {
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media screen and (max-width:1023px) {
    .front_top .color_pink,
    .front_top div.taC {
        padding-left: 20px;
        padding-right: 20px;
    }

    .ft_text {
        width: 275px;
    }

    .ft_navi {
        width: 440px;
    }

    .ft_navi .flex_start {
        font-size: 1.6rem;
    }

    .front_achievements_bottom ul li {
        width: calc((100% - 20px) / 2);
    }

    .front_achievements_bottom > p {
        font-size: 3.6rem;
        margin-bottom: 30px;
    }

    .front_company_inner .company_logo {
        margin-top: 70px;
        margin-bottom: 40px;
    }

    .front_strong_sub_title {
        font-size: 3rem;
    }

    .front_company_inner .company_logo + p {
        font-size: 2.5rem;
    }

    .swiper .swiper-slide a {
        padding-bottom: 20px;
    }

    .modal_text h3 {
        font-size: 1.8rem;
    }

    .swiper .swiper-slide a,
    .modal_text p {
        font-size: 1.4rem;
    }

    .swiper .swiper-slide a {
        min-height: 430px;
    }

    

}
/* 1023　ここまで */

@media screen and (max-width:600px) { 
    .front_achievements_bottom ul li {
        width: 100%;
    }

    #page_top {
        display: none;
    }

    body,
    p {
        font-size: 1.4rem;
    }

    .header_bg {
        background-size: cover;
        /* padding-top: 50px; */
        padding-top: 10px;
        height: 520px;
    }

    .header_bg p {
        font-size: 1.6rem;
    }

    h1 {
        width: 180px;
        margin-left: auto;
        margin-right: auto;
    }

    .front_top {
        padding: 30px 0;
    }

    .front_top .taC {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .front_top .color_pink {
        /* font-size: 1.8rem; */
        font-size: 1.6rem;
        margin-top: 10px;
    }

    .front_strong_inner {
        padding-top: 40px;
    }

    h2 {
        font-size: 2rem;
    }

    .front_strong_inner dt {
        font-size: 1.8rem;
    }
    
    .front_strong_inner dd {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .front_strong_inner_top {
        margin-top: 0;
    }

    .front_strong_inner_top {
        padding-top: 29px;
        background-size: contain;
    }

    .front_strong_inner_top.front_strong_sub_title h3 {
        font-size: 1.8rem;
        padding-top: 10px;
    }

    .front_strong_sub_title::after {
        bottom: -49px;
    }

    .front_strong_sub_title h3::after {
        font-size: 20px;
        bottom: -38px;
    }

    .front_strong_sub_title::after {
        height: 50px;
    }

    .front_strong_inner_top {
        margin-bottom: 70px;
    }

    .front_strong_contents .front_strong_text {
        width: 100%;
    }

    .front_strong_contents figure {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .front_achievements_bottom h3,
    .front_strong_contents h4 {
        font-size: 1.8rem;
    }

    .front_achievements_bottom p,
    .front_company_inner .company_logo + p,
    .front_strong_contents p {
        font-size: 1.4rem;
    }

    .front_strong_contents p span {
        font-size: 1.6rem;
    }

    .sp_px20 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .front_company_inner .company_logo {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

    .front_company dl {
        margin-left: 20px;
        margin-right: 20px;
        padding: 10px 0;
    }

    .front_company dl dt,
    .front_company dl dd {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .front_company dl dt {
        font-size: 1.6rem;
    }

    .front_company dl dd {
        font-size: 1.4rem;
    }

    .front_company dl dd h3 {
        font-size: 1.5rem;
    }

    .front_company_inner .company_logo {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .front_company_inner .company_logo + p {
        margin-bottom: 30px;
    }

    .front_company {
        padding-bottom: 40px;
        padding-top: 30px;
    }

    .front_contact {
        padding: 40px 0 10px;
    }

    .table-res-form {
        margin-top: 20px;
    }

    .wpcf7-form-control.wpcf7-submit {
        padding: 14px 0;
        font-size: 16px;
        width: 200px;
        margin-left: auto;
        margin-right: auto;
    }

    .submit_wrap {
        margin-top: 20px;
    }

    .contact_bottom {
        padding-top: 30px;
        padding-bottom: 30px;
    }

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

    .front_company h2 {
        margin-bottom: 0;
    }

    .ft_navi ul.flex_start > li {
        margin-bottom: 10px;
    }

    .ft_navi ul.flex_start li {
        font-size: 1.4rem;
        width: 100%;
    }

    .swiper .swiper-slide a {
        min-height: 470px;
    }

    .front_achievements_top {
        padding-bottom: 20px;
        padding-top: 40px;
    }

    .front_achievements_bottom {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .front_achievements_top h2::after {
        font-size: 25px;
        bottom: -40px;
    }

    .front_achievements_top h2 {
        margin-bottom: 60px;
    }

    .front_strong_inner {
        padding-bottom: 10px;
    }

    .front_strong_sub_title h3 {
        font-size: 1.8rem;
        padding-top: 20px;
    }

    .front_strong_contents {
        margin-bottom: 40px;
    }

    .front_strong_contents.third_contents,
    .front_strong_contents.second_contents,
    .front_strong_contents:nth-of-type(2) {
        margin-top: 80px;
    }

    .detail_text {
        font-size: 1.8rem;
    }

    .sectTit + .taC {
        margin-bottom: 50px;
    }

    .contact_bottom h2 {
        margin-bottom: 0;
    }

    .contact_bottom_tel a {
        max-width: 320px;
        padding: 15px 0;
        font-size: 2.6rem;
    }

    .contact_bottom_tel a i {
        font-size: 3rem;
    }

    .contact_bottom_tel + p {
        font-size: 1.8rem;
    }

    .contact_bottom_tel {
        margin-bottom: 20px;
    }

    .contact_bottom .color_pink {
        margin-bottom: 10px;
    }

    .copy {
        font-size: 1.2rem;
        margin-top: 20px;
    }

    footer {
        padding-top: 0;
    }

    .ft_logo {
        text-align: center;
    }

    .ft_text,
    .ft_navi {
        width: 100%;
    }

    .ft_navi {
        margin-top: 30px;
    }

    .front_top div.taC {
        padding-left: 10px;
        padding-right: 10px;
    }

    .modaal-content-container {
        padding: 30px 10px;
    }

    .modal_img {
        width: 40%;
    }

    .modal_text {
        width: 54%;
    }

    .modal_text h3 {
        font-size: 1.4rem;
    }

    .modal_text p {
        font-size: 1.1rem;
    }

    .table-res-form th {
        margin-bottom: 3px;
    }

    .table-res-form td {
        margin-bottom: 5px;
    }

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

      /* スマホフッター */

      footer {
        padding-bottom: 60px;
    }
    
    .sp_bottom_footer {
        position: fixed; 
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9990;
    }
    
    .sp_bottom_footer ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    
    .sp_bottom_footer ul li {
        width: 50%;
    }
    
    .sp_bottom_footer ul li a {
        display: block;
        height: 60px;
        font-size: 14px;
    }
    
    .sp_bottom_footer ul li:first-child a {
        background: #2a2d4c;
        color: #FFF;
    }
    
    .sp_bottom_footer ul li a {
        background: #ea4d5c;
        color: #FFF;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        font-size: 1.4rem;
    }
    
    .sp_bottom_footer ul li:first-child a {
        flex-direction: column;
        /* font-size: 14px; */
    }
    
    /* .sp_bottom_footer ul li:first-child a .footer_tel {
        font-size: 2rem;
    } */
    
    .sp_bottom_footer ul li:first-child a span {
        color: #FFF;
    }
    
    .sp_bottom_footer ul li a i {
        /* font-size: 24px; */
        font-size: 2.4rem;
        margin-right: 6px;
    }

    .fa-phone {
        transform: scale(1, 1);
    }

    /* スマホフッター　ここまで */
}


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


/* レスポンシブ　ここまで */



