@charset "UTF-8";
/*------------------------------------------------------------

    標準設定

------------------------------------------------------------*/
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html:not(.existing__config) {
    font-size: 62.5% !important;
}
.new__config body {
    position: relative;
    background: #fff;
    line-height: 1.8;
    letter-spacing: 0.09em;
    font-size: 1.4rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color: #122a4d;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.new__config .elementor-element.elementor-element-bb5ed78.e-con-full.e-flex.e-con.e-child{
	overflow:hidden;
}
.new__config ul,
.new__config ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.new__config li {
    list-style: none;
}
.new__config li:last-child {
    margin-bottom: 0 !important;
}
.new__config a {
    text-decoration: none;
    display: block;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #122a4d;
}

.new__config img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.new__config table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.new__config button,
.new__config button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@media screen and (min-width: 768px) {
    .new__config a[href^="tel:"] {
        pointer-events: none;
    }
}
@media screen and (min-width: 992px) {
    .new__config body {
        font-size: 1.6rem;
    }
}
/*------------------------------------------------------------

    アイコン

------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?rqrczv');
    src: url('fonts/icomoon.eot?rqrczv#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?rqrczv') format('truetype'),
        url('fonts/icomoon.woff?rqrczv') format('woff'),
        url('fonts/icomoon.svg?rqrczv#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-arrow::before {
    content: "\e900";
}
.icon-facebook::before {
    content: "\e901";
    color: #fff;
}
.icon-mail::before {
    content: "\e902";
}
.icon-rss::before {
    content: "\e903";
    color: #fff;
}
.icon-tel::before {
    content: "\e904";
}
.icon-twitter::before {
    content: "\e905";
    color: #fff;
}
.ja__font {
    font-family: 'Noto Sans JP', sans-serif;
}
.en__font {
    font-family: 'Lato', sans-serif;
}
/*------------------------------------------------------------

    pc・sp分ける

------------------------------------------------------------*/
.visibility--s,
.visibility--m,
.visibility--l {
    display: none !important;
}
@media screen and (min-width: 768px) {
    .hidden--s {
        display: none !important;
    }
    .visibility--s {
        display: block !important;
    }
}
/* ----- media END ----- */
@media screen and (min-width: 992px) {
    .hidden--m {
        display: none !important;
    }
    .visibility--m {
        display: block !important;
    }
}
/* ----- media END ----- */
@media screen and (min-width: 1200px) {
    .hidden--l {
        display: none !important;
    }
    .visibility--l {
        display: block !important;
    }
}
/*------------------------------------------------------------

    ボタンCSS

------------------------------------------------------------*/
/* 電話ボタン */
.new__config .btn__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.new__config .btn__tel .icon-tel {
    font-size: 3rem;
    color: #4eb6d4;
    margin-right: 12px;
}
.new__config .btn__tel__number,
.new__config .btn__tel__time {
    line-height: 1;
    display: block;
    color: #122a4d !important;
}
.new__config .btn__tel__number {
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0.07em;
    margin-bottom: 5px;
}
.new__config .btn__tel__time {
    font-size: 1.1rem;
    letter-spacing: .1em;
    text-align: center;
}
/* 共通ボタン */
.new__config .btn__01 {
    width: 100%;
    height: 65px;
    border-radius: 32.5px;
    color: #fff;
    font-size: 1.6rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    font-weight: bold;
}
.new__config .btn__type__1 {
    background-color: #f6a303;
    -webkit-box-shadow: 0 3px 8px rgba(246, 163, 3, .5);
    box-shadow: 0 3px 8px rgba(246, 163, 3, .5);
}
.btn__type__2 {
    background-color: #4eb6d4;
    -webkit-box-shadow: 0 3px 8px rgba(78, 182, 212, .5);
    box-shadow: 0 3px 8px rgba(78, 182, 212, .5);
}
.new__config .btn__ripple {
    overflow: hidden;
}
.new__config .ripple__effect {
    width: 150px;
    height: 150px;
    position: absolute;
    border-radius: 100%;
    pointer-events: none;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    background-color: #fff;
}
.new__config .ripple__effect.is__show {
    -webkit-animation: ripple 0.75s ease-out;
    animation: ripple 0.75s ease-out;
}
.new__config .btn__01 .icon-arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 1rem;
    color: #fff;
    -webkit-transform: translateY(-50%) scale(0.9, 0.9);
    -ms-transform: translateY(-50%) scale(0.9, 0.9);
    transform: translateY(-50%) scale(0.9, 0.9);
}
/* もっと見る */
.new__config .btn__more {
    height: 40px;
    color: #4eb6d4;
    border: 1px solid #4eb6d4;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.new__config .btn__more::before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #4eb6d4;
    border-bottom: 1px solid #4eb6d4;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}
@media screen and (max-width: 400px) {
    .new__config .btn__tel__number {
		font-size: 2.5rem;
		color: #122a4d !important;
		font-weight:700;
    }
	.new__config.font_ss .btn__tel__number {
		font-size: 26px;
    }
	.new__config.font_ss .btn__tel__time {
		font-size: 9px;
	}
	.new__config.font_ss .new__config .btn__tel{
		margin-top:16px;}
}
@media screen and (min-width: 400px) {
    .new__config .btn__01 {
        max-width: 300px;
    }
}
@media screen and (min-width: 1200px) {
    .new__config .btn__01 {
        height: 65px;
        border-radius: 32.5px;
        color: #fff;
        font-size: 1.6rem;
    }
    .new__config .btn__01 .icon-arrow {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .new__config .btn__tel .icon-tel {
        font-size: 3.7rem;
    }
    .new__config .btn__tel__number {
        font-size: 3.6rem;
    }
    .new__config .btn__tel__time {
        font-size: 1.4rem;
    }
}

/* ボタンアニメーション */
@-webkit-keyframes ripple {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}
@keyframes ripple {
    from {
        opacity: 1;
    }
    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}
/*------------------------------------------------------------

    タイトル

------------------------------------------------------------*/
.new__config .ttl__01 {
    font-size: 2.8rem;
    font-weight: bold;
    color: #4eb6d4;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.5;
    margin-top: -10px;
}
@media screen and (min-width: 1200px) {
    .new__config .ttl__01 {
        font-size: 4.5rem;
        margin-bottom: 40px;
        letter-spacing: 4px;
    }
}
/*------------------------------------------------------------

    テキスト

------------------------------------------------------------*/
.new__config .txt__01 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.7;
}
.new__config .txt_color_1 {
    color: #4eb6d4;
    font-weight: bold;
}
.new__config .txt__box p+p {
    margin-top: 20px;
}
.new__config .bold {
    font-weight: bold;
}
@media screen and (min-width: 768px) {
    .new__config .main__txt~p {
        text-align: center;
    }
}
@media screen and (min-width: 1200px) {
    .new__config .txt__01 {
        font-size: 2.4rem;
        margin-bottom: 25px;
    }
    .new__config .txt__box p+p {
        margin-top: 30px;
    }
}
/*------------------------------------------------------------

    背景

------------------------------------------------------------*/
.new__config .bg__color__1 {
    background-color: #eef4fa;
}
.new__config .bg__color__2 {
    background-color: #122a4d;
}
/*------------------------------------------------------------

    ヘッダー

------------------------------------------------------------*/
.header {
    background-color: #fff;
    position: fixed;
	left: 0;
	top: 28px;
    width: 100%;
    z-index: 101;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    -webkit-box-shadow: 0 0 20px rgba(46, 46, 46, .15);
    box-shadow: 0 0 20px rgba(46, 46, 46, .15);
}
@media screen and (max-width: 768px) {
    .header {top: 0;}
    }
.header__wrap {
    padding: 0 0 0 20px;
    max-width: 1560px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__logo {
    max-width: 160px;
    margin-right: 10px;
}
.header__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header__btn .btn__01 {
    width: 120px;
    height: 60px;
    border-radius: 0;
    font-size: 1.2rem;
}
.header__btn__txt {
    line-height: 1;
    margin-top: 8px;
}
.header__btn .btn__01 .icon-mail {
    font-size: 1.4rem;
}
.nav__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-bottom: 10px;
    width: 490px;
}
.nav__btn__01 {
    align-self: center;
    margin-right: 10px;
}
.btn__hamubager {
    width: 60px;
    height: 60px;
    background-color: #122a4d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn__hamubager__line {
    width: 20px;
    height: 1px;
    background-color: #fff;
    display: block;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.btn__hamubager__line::before,
.btn__hamubager__line::after {
    content: "";
    display: inline-block;
    background-color: #fff;
    width: 20px;
    height: 1px;
    position: absolute;
    left: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.btn__hamubager__line::before {
    top: -8px;
}
.btn__hamubager__line::after {
    position: absolute;
    bottom: -8px;
}
.header__menu {
    display: none;
}
@media screen and (max-width: 991px) {
    .header__btn .btn__tel {
        display: none;
    }
    .header__btn .btn__01 {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .header__btn .btn__01 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .nav__container {
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .header__wrap {
        padding: 20px 30px 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .header__btn {
        /* margin-bottom: 26px; */
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .header__logo {
        padding-top: 5px;
    }
    .btn__tel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .header__btn .btn__01 {
        min-width: 345px;
        height: 55px;
        border-radius: 32.5px;
        margin: 0 0 0 20px;
        font-size: 1.6rem;
        display: none;
    }
    .header__btn .btn__01 .icon-mail {
        margin-right: 15px;
    }
    .header__btn__txt {
        margin-top: 0;
    }
    .btn__hamubager {
        display: none;
    }
    .menu-new__header__menu-container,
    .menu-top_202406-container {
        display: block;
        margin-bottom: 26px;
    }
    .header__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .header__menu a {
        font-size: 1.4rem;
        padding: 0 10px;
        font-weight: bold;
    }
    .header__menu>li:first-child a {
        padding-left: 0;
    }
    .header__menu>li:last-child a {
        padding-right: 0;
    }
    .header__menu a:hover {
        color: #4eb6d4;
    }
}
@media screen and (min-width: 1200px) {
    .header__wrap {
        padding: 20px 60px 0;
    }
    .header__logo {
        max-width: 245px;
    }
    .header__menu a {
        padding: 0 15px;
    }
}
@media screen and (min-width: 1400px) {
    .header__logo {
        max-width: 245px;
    }
    .header__menu a {
        padding: 0 15px;
        font-size: 1.6rem;
    }
    .header__btn .btn__01 {
        margin: 0 0 0 50px;
    }
}
@media screen and (min-width: 1600px) {
    .header__menu a {
        padding: 0 25px;
    }
}
@media screen and (max-width: 1300px){
	.header__menu a{
		padding: 0 5px;
	}
	.header__menu>li:last-child a{
	}
}
/*------------------------------------------------------------

    ハンバーガーメニュー + オープン時

------------------------------------------------------------*/
.hamubager__menu {
    background-color: #122a4d;
    height: 100%;
    padding: 60px 0 120px;
    width: 220px;
    position: fixed;
    top: 0;
    right: -220px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: 1;
    overflow-y: scroll;
}
.new__config .hamubager__menu__list {
    padding-left: 30px;
}
.hamubager__menu__list a {
    font-size: 1.6rem;
    color: #fff;
    line-height: 1;
    padding: 19px 0;
    border-bottom: 1px solid #223e67;
}
html.menu__on {
    overflow: hidden;
}
.menu__on .header {
    left: -220px;
}
.menu__on body {
    left: -220px;
}
.menu__on .hamubager__menu {
    right: 0;
}
.menu__on .btn__hamubager__line {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu__on .btn__hamubager__line::before {
    top: 0px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.menu__on .btn__hamubager__line::after {
    opacity: 0;
}
/*------------------------------------------------------------

    コンテンツ調整

------------------------------------------------------------*/
main {
    margin-top: 60px;
}
.new__config .content {
    margin-bottom: 60px;
}
.new__config .content__bg {
    padding: 60px 0;
}
.new__config .content__area {
    padding: 0 20px;
    margin: 0 auto;
}
@media screen and (min-width: 768px) {
    .new__config .content__area {
        padding: 0 30px;
        max-width: 1560px;
    }
    .new__config .content__area.content__area__min {
        max-width: 1080px;
    }
    .new__config .content__area.content__area__s {
        max-width: 1320px;
    }
}
@media screen and (min-width: 992px) {
    .new__config .content {
        margin-bottom: 120px;
    }
    .new__config .content__bg {
        padding: 120px 0;
    }
    .new__config .content__area {
        padding: 0 60px;
    }
    main {
        margin-top: 152px;
    }
}
@media screen and (min-width: 1400px) {
    main {
        margin-top: 155px;
    }
}
/*------------------------------------------------------------

    フッター

------------------------------------------------------------*/
.footer {
    background-color: #122a4d;
    padding-top: 40px;
    position: relative;
}
.footer__inner {
    padding: 0 20px;
    margin: 0 auto 40px;
}
.footer__logo {
    max-width: 280px;
    display: block;
    margin: 0 auto 30px;
}
.footer__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}
.footer__sns a {
    font-size: 2.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer__sns a+a {
    margin-left: 20px;
}
.copy {
    background-color: #0c2241;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1;
    padding: 14px 0;
    display: block;
}
.new__footer .p-footer-nav li+li::before {
    content: none;
}
.new__footer .p-footer-nav a {
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
    .new__footer .p-footer-nav li {
        width: 50%;
        height: 35px;
    }
    .new__footer .p-footer-nav a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media screen and (min-width: 768px) {
    .footer__inner {
        padding: 0 30px;
        max-width: 1080px;
    }
    .footer__sns span::before {
        -webkit-transition: color .4s;
        -o-transition: color .4s;
        transition: color .4s;
    }
    .footer a:hover,
    .footer__sns a:hover span::before {
        color: #4eb6d4;
    }
    .new__footer .menu-global-container {
        display: block;
    }
    .new__footer .p-footer-nav li {
        margin: 0 10px;
    }
}
@media screen and (min-width: 992px) {
    .footer__inner {
        padding: 0 60px;
    }
    .new__footer .p-footer-nav li {
        margin: 0 15px;
    }
}
@media screen and (min-width: 1200px) {
    .footer {
        padding-top: 90px;
    }
    .footer__inner {
        margin: 0 auto 90px;
    }
    .copy {
        padding: 18px 0;
    }
}
/*------------------------------------------------------------

    レスポンスデバイス

------------------------------------------------------------*/
.new__config .content__res {
    color: #fff;
}
.new__config .res__ttl {
    font-size: 2.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.6;
    margin-bottom: 25px;
    margin-top: -5px;
}
.new__config .free__icon {
    min-width: 70px;
    max-width: 70px;
    min-height: 70px;
    max-height: 70px;
    border: 1px solid #b19b72;
    color: #b19b72;
    font-size: 1.8rem;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.new__config .res__ttl+p {
    margin-bottom: 20px;
    line-height: 1.7;
}
.new__config .res__btn_area a {
    height: 110px;
    border-radius: 55px;
    -webkit-box-shadow: 0 3px 8px rgba(15, 37, 68, .5);
    box-shadow: 0 3px 8px rgba(15, 37, 68, .5);
}
.new__config .res__btn_area a+a {
    margin-top: 20px;
}
.res__btn_area .btn__tel {
    background-color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.new__config .res__btn_area .btn__01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
}
.new__config .btn__res__txt {
    line-height: 1;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.new__config .btn__res__txt .bold,
.new__config .btn__res__txt .icon-mail {
    font-size: 1.8rem;
    font-weight: normal;
}
.new__config .btn__res__txt .icon-mail {
    margin-right: 10px;
}
.new__config .btn__res__time {
    background-color: #d88e00;
    border-radius: 17px;
    color: #fff;
    max-width: 250px;
    min-width: 250px;
    margin: 0 auto;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
	.new__config .btn__res__txt{
		width: 100%;
	}
	.new__config .btn__res__txt a{
		background: #f6a303;
		color: #fff;
		min-width: 345px;
		height: 70px;
		border-radius: 32.5px;
		margin: 0 auto;
		font-size: 1.6rem;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: ease all .3s;
	}
@media screen and (min-width: 768px) {
    .new__config .free__icon {
        min-width: auto;
        min-height: auto;
        max-width: none;
        max-height: none;
        padding: 4px 13px;
        margin-right: 30px;
    }
    /**.new__config .res__btn_area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }**/
	.new__config .res__btn_area{
		min-width: 345px;
		height: 55px;
		border-radius: 32.5px;
		margin: 0 0 0 20px;
		font-size: 1.6rem;
	}
    .new__config .res__btn_area a {
        width: 50%;
        max-width: 460px;
    }
	.new__config .btn__res__txt a:hover{
		opacity: .7;
	}
    .new__config .res__btn_area .btn__tel {
        margin-right: 20px;
    }
    .new__config .res__btn_area .btn__01 {
        margin-left: 20px;
    }
    .new__config .res__btn_area a+a {
        margin-top: 0;
    }
}
@media screen and (min-width: 1200px) {
    .new__config .res__ttl {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 3.5rem;
    }
    .new__config .res__ttl+p {
        margin-bottom: 35px;
    }
    .new__config .btn__res__txt .bold,
    .new__config .btn__res__txt .icon-mail {
        font-size: 2.2rem;
    }
    .new__config .btn__res__txt .icon-mail {
        margin-right: 30px;
    }
    .new__config .btn__res__time {
        max-width: 360px;
        min-width: 360px;
    }
}
/*------------------------------------------------------------

    フォーム

------------------------------------------------------------*/
.new__config .form__tel__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
	.new__config .form__tel__area {
		flex-direction: column;
	}
	.new__config .btn__tel__time{
		text-align:left;
	}
    .new__config.font_ss .form__tel__area {
        display: block !important;
        text-align: center;
    }
}
.new__config .form__tel>p {
    color: #122a4d;
    text-align: center;
    line-height: 1;
    margin-bottom: 5px;
}
.new__config .content__form .frm_style_formidable-style.with_frm_style .frm_form_fields>fieldset {
    padding: 0;
}
.new__config .any,
.new__config .must {
    font-size: 1.2rem;
    color: #8e989d;
    border: 1px solid #8e989d;
    width: 45px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
}
.new__config .must {
    color: #ca112b;
    border-color: #ca112b;
}
.new__config .content__form .frm_style_formidable-style.with_frm_style .frm_primary_label {
    color: #122a4d;
    font-weight: bold;
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin-bottom: 20px;
}

.new__config .content__form .frm_style_formidable-style.with_frm_style input[type=text],
.new__config .content__form .frm_style_formidable-style.with_frm_style input[type=email],
.new__config .content__form .frm_style_formidable-style.with_frm_style textarea {
    border-radius: 0;
    border: 1px solid #d8dde5;
    font-size: 1.6rem;
    padding: 14px 15px;
    height: auto;
    color: #122a4d;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	width:100%;
}

.new__config .content__form .frm_style_formidable-style.with_frm_style input[type=text]:focus,
.new__config .content__form .frm_style_formidable-style.with_frm_style input[type=email]:focus,
.new__config .content__form .frm_style_formidable-style.with_frm_style textarea:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #d8dde5;
}
.new__config .content__form input::-webkit-input-placeholder {
    color: #8e989d !important;
}
.new__config .content__form input::-moz-placeholder {
    color: #8e989d !important;
}
.new__config .content__form input:-ms-input-placeholder {
    color: #8e989d !important;
}
.new__config .content__form input::-ms-input-placeholder {
    color: #8e989d !important;
}
.new__config .content__form input::placeholder {
    color: #8e989d !important;
}
.new__config .content__form input:-ms-input-placeholder {
    color: #8e989d !important;
}
.new__config .content__form input::-ms-input-placeholder {
    color: #8e989d !important;
}
.new__config .content__form .frm_style_formidable-style.with_frm_style input[type=submit] {
    background: no-repeat;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.6rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    padding: 0;
    width: 100%;
    margin: 0;
    height: 100%;
    color: #fff;
}
/*formの文字を小さくしないといけないページ*/
.new__config.font_ss .any,
.new__config.font_ss .must {
    font-size: 12px;
}
.new__config.font_ss .content__form .frm_style_formidable-style.with_frm_style .frm_primary_label,
.new__config.font_ss .content__form .frm_style_formidable-style.with_frm_style input[type=text],
.new__config.font_ss .content__form .frm_style_formidable-style.with_frm_style input[type=email],
.new__config.font_ss .content__form .frm_style_formidable-style.with_frm_style textarea,
.new__config.font_ss .content__form .frm_style_formidable-style.with_frm_style input[type=submit] {
	font-size: 16px;
}
.new__config .content__form .frm_ajax_loading {
    display: none;
}
.new__config .content__form .frm_style_formidable-style.with_frm_style .form-field {
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid #d8dde5;
}
.new__config .content__form .frm_style_formidable-style.with_frm_style #frm_field_18_container.form-field {
    margin-bottom: 30px;
}

.new__config .frm_style_formidable-style.with_frm_style .frm_blank_field label, .frm_style_formidable-style.with_frm_style .frm_error {
    color: #ca112b;
}
.new__config .frm-show-form>.frm_error_style,
.new__config .frm_primary_label .frm_required {
    display: none;
}
.new__config .frm_submit.btn__01 {
    margin-top: 30px;
}
/*250611_GMO追記*/
.new__config .content__form .frm_primary_input_area{
  display: flex;
  flex-grow: 1;}
.new__config .content__form .frm_primary_input_area .sepa_rate{
  display: flex;
  width: 50%;
  align-items: baseline;}
.new__config .content__form .frm_primary_input_area .sepa_rate:first-child{
  margin-right: 10px;
}
.new__config .content__form .frm_primary_input_area .sepa_rate .frm_primary_label{
  padding-top: 0 !important;
  min-width: 30px !important;}
.new__config .content__form .frm_primary_input_area .sepa_rate input[type=text]{ 
  max-width: calc(100% - 30px) !important;
}
.new__config .btn__type__1.disabled-button-wrapper {
    pointer-events: none;
    cursor: not-allowed;
    box-shadow: none;
  opacity: .5;
  }
.new__config .btn__type__1.disabled-button-wrapper input[type="submit"] {
    cursor: not-allowed;
  }
/*//250611_GMO追記*/
@media screen and (max-width: 767px) {
    .new__config .form__tel {
        border: 1px solid #122a4d;
        border-radius: 55px;
        height: 110px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
	.new__config .btn__res__txt a{
		min-width: 300px;
	}
}
@media screen and (min-width: 768px) {
    .new__config .content__form .frm_style_formidable-style.with_frm_style .form-field {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .new__config .content__form .frm_style_formidable-style.with_frm_style .form-field>p:first-child,
    .new__config .content__form .frm_style_formidable-style.with_frm_style .frm_primary_label:first-child {
        min-width: 250px;
    }
    .new__config .content__form .frm_style_formidable-style.with_frm_style .frm_primary_label {
        margin-bottom: 0;
        padding-top: 13px;
    }
    .new__config .content__form .frm_style_formidable-style.with_frm_style .form-field {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .new__config .content__form .frm_style_formidable-style.with_frm_style input[type=text],
    .new__config .content__form .frm_style_formidable-style.with_frm_style input[type=email],
    .new__config .content__form .frm_style_formidable-style.with_frm_style textarea,
    .new__config .content__form .frm_primary_input_area{
        max-width: calc(100% - 250px);
    }
    .frm_style_formidable-style.with_frm_style .frm_blank_field label,
    .frm_style_formidable-style.with_frm_style .frm_error {
        padding-left: 250px;
    }
}
@media screen and (min-width: 1200px) {
    .new__config .form__tel__area {
        margin-bottom: 60px;
    }
    .new__config .form__tel>p {
        font-size: 2rem;
    }
    .new__config .form__tel .btn__tel .icon-tel {
        font-size: 4.8rem;
    }
    .new__config .form__tel .btn__tel__number {
        font-size: 4.6rem;
    }
    .new__config .form__tel .btn__tel__time {
        font-size: 1.6rem;
    }
    .new__config .frm_submit.btn__01 {
        margin-top: 60px;
    }
}
@media screen and (min-width: 1400px) {
    .new__config .content__form .frm_style_formidable-style.with_frm_style .form-field>p:first-child,
    .new__config .content__form .frm_style_formidable-style.with_frm_style .frm_primary_label:first-child {
        min-width: 330px;
    }
    .new__config .content__form .frm_style_formidable-style.with_frm_style #frm_field_18_container.form-field {
        margin-bottom: 60px;
    }
    .new__config .content__form .frm_style_formidable-style.with_frm_style input[type=text],
    .new__config .content__form .frm_style_formidable-style.with_frm_style input[type=email],
    .new__config .content__form .frm_style_formidable-style.with_frm_style textarea,
    .new__config .content__form .frm_primary_input_area{
        max-width: calc(100% - 330px);
    }
    .frm_style_formidable-style.with_frm_style .frm_blank_field label,
    .frm_style_formidable-style.with_frm_style .frm_error {
        padding-left: 330px;
    }
}

_::-webkit-full-page-media, _:future, :root .new__config .content__form .frm_style_formidable-style.with_frm_style input[type=text],
_::-webkit-full-page-media, _:future, :root .new__config .content__form .frm_style_formidable-style.with_frm_style input[type=email],
_::-webkit-full-page-media, _:future, :root .new__config .content__form .frm_style_formidable-style.with_frm_style textarea,
.new__config .content__form .frm_primary_input_area{
    line-height: normal;
}


/*------------------------------------------------------------

    ページトップ

------------------------------------------------------------*/
.new__config .pagetop {
    width: 50px;
    height: 50px;
    background-color: #4eb6d4;
    border-radius: 100%;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
    z-index: 100;
}
.new__config .pagetop .btn__01 {
    height: 100%;
}
.new__config .pagetop .icon-arrow {
    font-size: 1.3rem;
    color: #fff;
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.new__config .pagetop.pagetop-end {
    opacity: 0;
    visibility: hidden;
}
@media screen and (min-width: 1200px) {
    .new__config .pagetop {
        width: 70px;
        height: 70px;
        right: 60px;
    }
    .new__config .pagetop.pagetop-end {
        position: absolute;
        top: -130px;
        right: 60px;
        opacity: 1;
        visibility: visible;
    }
    .new__config .pagetop .icon-arrow {
        font-size: 1.8rem;
    }
}



/*------------------------------------------------------------

    既存サイト　ヘッダー・フッター

------------------------------------------------------------*/
/* ヘッダー */
.existing__config .new__config.header,
.existing__config .new__config.footer {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.existing__config .new__config .header__btn .btn__01 .icon-mail {
    font-size: 16px;
}
.existing__config .new__config .header__btn__txt {
    font-size: 12px;
}
.existing__config .new__config.hamubager__menu {
    z-index: 10;
}
.existing__config .new__config .hamubager__menu__list {
    padding-left: 30px;
}
.existing__config .new__config .hamubager__menu__list a {
    font-size: 16px;
}
@media screen and (min-width: 992px) {
    .existing__config .new__config .header__menu a {
        font-size: 14px;
        color: #122a4d;
        line-height: 1.8;
        letter-spacing: 0.09em;
    }
    .existing__config .new__config .header__menu a:hover {
        color: #4eb6d4;
    }
    .existing__config .new__config .btn__tel__number {
        font-size: 28px;
    }
    .existing__config .new__config .btn__tel__time {
        font-size: 11px;
    }
}
@media screen and (min-width: 1200px) {
    .existing__config .new__config .btn__tel .icon-tel {
        font-size: 37px;
    }
    .existing__config .new__config .btn__tel__number {
        font-size: 36px;
    }
    .existing__config .new__config .btn__tel__time {
        font-size: 14px;
    }
}
@media screen and (min-width: 1400px) {
    .existing__config .new__config .header__btn__txt {
        font-size: 16px;
    }
    .existing__config .new__config .header__menu a {
        font-size: 16px;
    }
}
/* フッター */
.existing__config .new__config .footer__sns a {
    font-size: 30px;
}
.existing__config .new__footer .p-footer-nav a {
    font-size: 12px;
}
.existing__config .new__config .copy {
    font-size: 12px;
}
@media screen and (min-width: 768px) {
    .existing__config .new__config.new__footer .p-footer-nav a {
        font-size: 12px;
    }
}
@media screen and (min-width: 992px) {
    .existing__config .new__config .pagetop .icon-arrow {
        font-size: 13px;
    }
}
@media screen and (min-width: 1200px) {
    .existing__config .new__config .pagetop .icon-arrow {
        font-size: 18px;
    }
}

/*------------------------------------------------------------

    20240628 update

------------------------------------------------------------*/
/* PC板サブメニューのスタイル */
@media screen and (min-width:768px) {
	.menu-item.show > a {
		color: #4EB6D4 !important;
		transition: .4s;
	}

	.menu-item-has-children {
		position:relative;
	}

	.sub-menu {
		list-style: none;
		padding: 0;
		margin: 0;
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		min-width: fit-content;
		transition: .4s;
		padding-top: 15px !important;
		white-space: nowrap;
	}

	/* 親メニューにマウスを載せたときにサブメニューを表示 */
	.menu-item-has-children:hover > .sub-menu {
		display: block;
		background-color: #fff;
	}

	/* サブメニューのアイテムのスタイル */
	.sub-menu .menu-item {
		position: relative;
	}

	.sub-menu .menu-item a {
		padding: 15px 20px 15px 25px !important;
	}

	/* サブメニューのサブメニューのスタイル */
	.sub-menu .sub-menu {
		top: 0;
		left: 100%;
	}

	.menu-item-has-children:hover > .sub-menu > li > a:hover {
		background-color: #4EB6D4;
		color: #fff;
	}
}

.hamubager__menu__list a {
    line-height: 1.4;
}

.hamubager__menu .menu-item-has-children > a {
	position: relative;
	padding-right: 25px;
}

.hamubager__menu .menu-item-has-children > a::before {
	content: '';
	background-color: #fff;
	margin-left: 10px;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: 22px;
	width: 1px;
	height: 16px;
	margin: auto;
	transition: .4s ease;
}

.hamubager__menu .menu-item-has-children > a::after {
	content: '';
	background-color: #fff;
	margin-left: 10px;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: 15px;
	width: 16px;
	height: 1px;
	margin: auto;
	transition: .4s ease;
}

.hamubager__menu .menu-item-has-children.show > a::before {
	transform: rotate(90deg);
	margin-top: -7px;
}

.hamubager__menu .menu-item-has-children.show > a::after {
	transform: rotate(180deg);
}

.hamubager__menu .menu-item-has-children > .sub-menu {
	background: #213a5e;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s;
}

.hamubager__menu .menu-item-has-children.show > .sub-menu {
	max-height: 9999px;
	transition: max-height 0.4s;
}

.hamubager__menu .menu-item-has-children > .sub-menu > li {
	padding: 0 20px;
}

/* elementorのスマホ版ヘッダーロゴを隠す */
@media screen and (max-width:991px) {
    .elementor-element-ae2baba {
        display: none;
    }
}

.p-page-header[data-template="review"] {
    height: 160px;
}
.p-page-header[data-template="review"] + .l-inner .p-review {
    border: 1px solid grey;
    width: 32%;
    padding-bottom: 0;
}
.slick-type-review.p-review {
    background-color: #fff;
    border: 1px solid grey;
    width: auto;
    max-width: 580px;
    margin: 0 20px;
}
.p-page-header[data-template="review"] + .l-inner .p-review__image ,
.slick-type-review .p-review__image {
    float: none;
    border-radius: unset;
    margin: 0 auto;
    display: block;
    width: 100%;
    object-fit: cover;
    height: 220px;
}
.slick-type-review .p-review__image {
    width: auto;
    height: auto;
}
.p-page-header[data-template="review"] + .l-inner .u-overflow-hidden,
.slick-type-review .u-overflow-hidden {
    padding: 20px;
}
.p-page-header[data-template="review"] + .l-inner .p-review__category,
.slick-type-review .p-review__category {
    color: #4fb6d4;
    line-height: 1.4;
    text-align: center;
    font-weight: 700;
}
.p-page-header[data-template="review"] + .l-inner .p-review__name,
.slick-type-review .p-review__name {
    line-height: 1.6;
    margin-top: 15px;
    font-size: 18px;
}
.p-page-header[data-template="review"] + .l-inner .p-review__desc,
.slick-type-review .p-review__desc {
    margin-top: 20px;
    line-height: 1.6;
}
@media only screen and (max-width: 767px) {
    .p-page-header[data-template="review"] + .l-inner .p-review,
    .slick-type-review .p-review {
        width: 100%;
    }
    .p-page-header[data-template="review"] + .l-inner .p-review__image,
    .slick-type-review .p-review__image {
        height: auto;
    }
}


/* GMO header-footer */
/*.gmoGroupHeader div, .gmoGroupHeader span, .gmoGroupHeader a,
.gmoGroupFooter_sec div, .gmoGroupFooter_sec span, .gmoGroupFooter_sec a{
	    display:inline-block !important;
}*/
.gmoGroupFooter a,
.gmoGroupHeader a{
	display:flex !important;
}
.gmoGroupHeader_sec_img img {
    height: 12px !important;
    vertical-align: middle !important;
}
.gmoGroupHeader_gmo30th_img>img {
    height: 22px !important;
}
.gmoGroupHeader_gmologo img {
    height: auto !important;
}
.gmoGroupFooter_text>img {
    height: 12px !important;
}
@media (max-width: 768px) {
    .gmoGroupHeader_sec_img img {
        height: auto !important;
    }
	.gmoGroupHeader_gmologo>a img {
        height: 5.33333vw !important;
    }
	.gmoGroupHeader_gmo30th_img>img {
        height: 6.4vw !important;
        width: 13.86667vw;
    }
	.gmoGroupHeader_gmo30th_gmologo>img {
        height: 4.13333vw !important;
    }
	.gmoGroupHeader_ekiden>a img {
        height: 5.86667vw !important;
    }
}

.gmoGroupSecurity img{
	    max-width: inherit !important;
    vertical-align: inherit !important;
    height: revert-layer !important;
}
.gmoGroupSecurity_linklist ul{
	padding: 0 10px !important;
}
.gmoGroupSecurity a:link, .gmoGroupSecurity a:visited {
    display: inline !important;
}
.gmoGroupFooter_groupservicelist ul li:first-child{
	margin-left: 0;
}
/*.gmoGroupHeader_sec_img img{
	height: 12px !important;
	vertical-align: middle !important;
}*/