@charset "UTF-8";
/* Vendors - include bootrap
========================================================================== */
/* Helpers - helpers Variable file along with starting point Mixins and Placeholders.
========================================================================== */
/*
 * Variables
 */
 @font-face {
    font-family: "BebasNeue";
    src: url("../webfonts/BebasNeue/BebasNeue.otf");
}

@font-face {
    font-family: "HiraginoSans";
    src: url("../webfonts/HiraginoSans/HiraginoSans.eot");
    src: url("../webfonts/HiraginoSans/HiraginoSans.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/HiraginoSans/HiraginoSans.woff2") format("woff2"),
    url("../webfonts/HiraginoSans/HiraginoSans.woff") format("woff"),
    url("../webfonts/HiraginoSans/HiraginoSans.ttf") format("truetype"),
    url("../webfonts/HiraginoSans/HiraginoSans.svg#HiraginoSans") format("svg");
}

/*
 * Function
 */
/*
* mixins
*/
/*
 * Placeholders
 */
/* Base - reset and typography.
========================================================================== */
/*
 * reset
 */
 html,
 body,
 div,
 span,
 applet,
 object,
 iframe,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 blockquote,
 pre,
 a,
 abbr,
 acronym,
 address,
 big,
 cite,
 code,
 del,
 dfn,
 em,
 img,
 ins,
 kbd,
 q,
 s,
 samp,
 small,
 strike,
 strong,
 sub,
 sup,
 tt,
 var,
 b,
 u,
 i,
 center,
 dl,
 dt,
 dd,
 ol,
 ul,
 li,
 fieldset,
 form,
 label,
 legend,
 table,
 caption,
 tbody,
 tfoot,
 thead,
 tr,
 th,
 td,
 article,
 aside,
 canvas,
 details,
 embed,
 figure,
 figcaption,
 footer,
 header,
 hgroup,
 menu,
 nav,
 output,
 ruby,
 section,
 summary,
 time,
 mark,
 audio,
 video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    background-color: transparent;
    outline: none;
    border: 0;
    cursor: pointer;
}

/*
 * Typography
 */
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
    font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-weight: 700;
    color: #424E63;
    line-height: 1;
}

h1 {
    font-size: 1.2rem;
    font-weight: 500;
    color: #424E63;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2.5rem;
}

.block-margins {
    margin: 1em 0;
}

.unordered-list {
    list-style-type: disc;
}

.ordered-list {
    list-style: decimal;
}

/* Components - Re-usable site elements.
========================================================================== */
a {
    color: #424E63;
    text-decoration: none;
}
a:visited {
    color: #424E63;
    text-decoration: none;
}
a:hover,
a:visited:hover {
    color: #26ccdb;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: 700;
}

.more {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}

.more-line {
    display: inline-block;
    width: 100%;
    max-width: 70rem;
    line-height: 8.6rem;
    background: #fff500;
    text-align: center;
    box-shadow: 0px 0.3rem 0.6rem #424E6329;
    border-radius: 4.3rem;
    font-size: 3rem;
    letter-spacing: -0.47px;
    position: relative;
    color: #424E63 !important;
    font-weight: bold;
}
.more-line::after {
    content: "\f330";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    position: absolute;
    right: 1.7rem;
    font-size: 3rem;
}
.more-line:hover {
    background: #424E63;
    color: #fff !important;
}
.more-top {
    display: inline-block;
    width: 100%;
    max-width: 32.1rem;
    text-align: center;
    border: 1px solid #424E63;
    font-size: 2rem;
    color: #424E63 !important;
    line-height: 6.6rem;
    border-radius: .5rem;
}
.more-top:hover {
    color: #fff !important;
    background: #424E63;
}

@media (max-width: 991px) {
    .more-line {
        max-width: 29.6rem;
        line-height: 7.5rem;
        font-size: 1.6rem;
        z-index: 9;
    }
}

.nav-bar-menu {
    padding-top: 1rem;
}
.nav-bar-menu ul {
    display: flex;
    justify-content: center;
}
.nav-bar-menu ul li {
    width: 100%;
}
.nav-bar-menu ul li a {
    display: block;
    font-size: 1.2rem;
    color: #9e9e9e;
    line-height: 1.6rem;
    border-right: 1px solid #e6e6e6;
    padding: 0 2rem;
    text-align: center;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}

/* Layout - Structure and layout files.
========================================================================== */
/* -------------------->>> COMMON <<<-------------------- */
* {
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

body {
    background: #fff;
   font-family:  "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ",
"Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
color: #424E63;
font-size: 1.6rem;
line-height: 1.875;
overflow-x: hidden;
font-weight: 500;
letter-spacing: 0;
width: 100%;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #424E63 -moz-use-text-color -moz-use-text-color;
    -o-border-image: none;
    border-image: none;
    border-style: solid none none;
    border-width: 0.2em 0 0 0;
    margin: 0;
}

.container {
    width: 100%;
    max-width: 1030px;
    padding: 0 15px;
    margin: 0 auto;
}
.news .container{
    max-width: 100% !important;
    padding: 55px 0 0 0;
}

p {
    margin-bottom: 1.5rem;
}

input:focus {
    outline: none;
}

a > img {
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}
a > img:hover {
    opacity: 0.7;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.thumb-box a {
    display: block;
}

.thumb-box img {
    width: 100%;
    height: auto;
}

.img-cover figure {
    display: block;
    width: 100%;
    height: 100%;
}

.img-cover img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.thumb-over figure {
    display: block;
    position: relative;
    overflow: hidden;
}
.thumb-over figure::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transition: 0.3s;
}
.thumb-over figure img {
    transition: 0.3s;
}

.thumb-over:hover figure::before {
    background: rgba(0, 0, 0, 0.5);
}

.thumb-over:hover figure img {
    transform: scale(1.05);
}

.header {
    padding: 1.7rem 0 1rem;
    background: #fff;
    width: 100%;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
}
.header .container {
    max-width: 92rem;
}
.header__main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.header__main .logo {
    width: 19, 8rem;
}
.header__main .more-group {
    display: flex;
    align-items: center;
}
.header__main .more-group .more {
    display: block;
    width: 16.6rem;
    margin: 0 0.4rem;
}

.head-box {
    text-align: center;
}
.head-box h2 {
    font-size: 10.4rem;
    color: #fff;
    line-height: 1;
    letter-spacing: 0.52rem;
    font-family: "BebasNeue", "sans-serif";
}
.head-box p {
    color: #fff;
    font-size: 2.3rem;
    letter-spacing: 0.115rem;
    margin-bottom: 0;
}

.banner .container {
    max-width: 100%;
    padding: 0;
}

.line-box {
    padding-top: 5rem;
}
.line-box__main {
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 1.5rem #424E6340;
    padding: 1rem;
    border-radius: 1.5rem;
	text-align: center;
	/*max-width: 900px;*/
}
.item-center {
	text-align: center;
}
.line-box__main::before {
    content: "";
    width: 18.3rem;
    height: 15.35rem;
    background-image: url("../images/line-before.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.line-box__main .main-box {
    border: 0.8rem solid #fff500;
    border-radius: 1.5rem;
    padding: 5rem;
}
.line-box__main .main-box h2 {
    font-size: 3.9rem;
    color: #424E63;
    padding-bottom: 1rem;
    border-bottom: 0.5rem solid #fff500;
    margin-bottom: 1.5rem;
	margin-left: 110px;
	margin-rights: 110px;
}
.line-box__main .main-box h2 img {
    vertical-align: bottom;
}
.line-box__main .main-box p {
    font-size: 1.8rem;
    font-weight: 300;
    margin-bottom: 3rem;
}
.line-box__main .main-box .more-box {
    text-align: center;
}

.problem-box {
    padding-top: 3rem;
    background-image: url("../images/bg1.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: right top;
}
.problem-box__check {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 2.2rem;
}
.problem-box__check .thumb-box {
    width: 26.1rem;
}
.problem-box__check .text-box {
    padding-left: 3rem;
}
.problem-box__check .text-box h3 {
    margin-bottom: 2.5rem;
    font-size: 3.6rem;
    color: #ec599d;
    line-height: 1.3;
    letter-spacing: 0.18rem;
}
.problem-box__check .text-box ul li {
    font-size: 2.4rem;
    letter-spacing: 0.12rem;
    border-bottom: 1px solid #b9b9b9;
    display: flex;
    align-items: center;
}
.problem-box__check .text-box ul li::before {
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    background-image: url("../images/check.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 1rem;
}
.problem-box__main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
}
.problem-box__main .thumb-box {
    width: 20.6rem;
}
.problem-box__main .text-box {
    padding-right: 2.5rem;
    padding-bottom: 4.4rem;
}
.problem-box__main .text-box .head {
    margin-bottom: 1.5rem;
}
.problem-box__main .text-box p {
    font-size: 2.3rem;
    margin-bottom: 1.5rem;
}
.problem-box__main .text-box h3 {
    font-size: 11rem;
    color: #ec599d;
    position: relative;
    display: inline-block;
}
.problem-box__main .text-box h3::after {
    content: "";
    width: 100%;
    height: 2.7rem;
    background: #ffff00;
    position: absolute;
    left: 0;
    bottom: -0.4rem;
    z-index: -1;
}

.service-box {
    background-image: url("../images/bg.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
}
.service-box .container {
    max-width: 100%;
    padding: 0;
}
.service-box .head-box {
    padding: 3rem 1.5rem;
    background: #26ccdb;
}
.service-box__main {
    width: 100%;
    max-width: 90.5rem;
    margin: 0 auto;
    padding: 6rem 0 7.5rem;
    position: relative;
}
.service-box__main .list-box {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 14rem;
}
.service-box__main .list-box .items {
    padding-left: 2rem;
    margin-bottom: 25%;
}
.service-box__main .list-box .items .head {
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 1.2rem;
}
.service-box__main .list-box .items .head::after {
    content: "";
    width: 5.4rem;
    height: 0.5rem;
    background: #26ccdb;
    position: absolute;
    left: 0;
    bottom: 0;
}
.service-box__main .list-box .items .head h3 {
    font-size: 2.4rem;
    letter-spacing: 0.12rem;
    color: #26ccdb;
    margin-bottom: 0;
}
.service-box__main .list-box .items .head h3 span {
    font-size: 4.9rem;
}
.service-box__main .list-box .items h3 {
    font-size: 2rem;
    margin-bottom: 2.2rem;
}
.service-box__main .list-box .items p {
    margin-bottom: 0;
}
.service-box__main .list-box .items:nth-child(2) {
    padding-left: 45%;
}
.service-box__main .list-box .items:last-child {
    margin-bottom: 0;
}

.merit-box {
    margin-top: 6.5rem;
    background: #ec599d;
    padding: 4rem;
}
.merit-box .head-box {
    margin-bottom: 3rem;
}
.merit-box__main {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5rem;
    overflow: hidden;
}
.merit-box__main .items {
    width: 33.33333333%;
    padding: 0 1.5rem;
}
.merit-box__main .items main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 1.5rem;
    overflow: hidden;
}
.merit-box__main .items .text-box {
    padding: 0 1.5rem;
}
.merit-box__main .items .head {
    padding-top: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
    letter-spacing: -0.32px;
    color: #a7a7a7;
    font-size: 3.2rem;
    font-family: "BebasNeue", "sans-serif";
    line-height: 1;
}
.merit-box__main .items .head span {
    font-size: 8rem;
    letter-spacing: -0.8px;
    display: block;
    line-height: 1;
    margin-top: -1rem;
}
.merit-box__main .items h3 {
    text-align: center;
    font-size: 2.8rem;
    line-height: 1.10714286;
    letter-spacing: -0.28px;
    color: #ec599d;
    padding-bottom: 1.7rem;
    position: relative;
    margin-bottom: 1.5rem;
}
.merit-box__main .items h3::after {
    content: "";
    width: 5.5rem;
    height: 0.3rem;
    background: #a7a7a7;
    position: absolute;
    bottom: 0;
    left: 50%;
    webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    transform: translateX(-50%);
}
.merit-box__main .items p {
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1.5;
}
.merit-box__main .items p span {
    font-size: 1.2rem;
}

.voice-box {
    padding-top: 6.5rem;
    position: relative;
    padding-bottom: 12.7rem;
}
.voice-box::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #f0feff;
    -webkit-clip-path: polygon(44% 0, 100% 0, 100% 86%, 88% 100%, 0 100%, 0 59%);
    clip-path: polygon(44% 0, 100% 0, 100% 86%, 88% 100%, 0 100%, 0 59%);
}
.voice-box .head-box {
    margin-bottom: 6rem;
}
.voice-box .head-box h2 {
    color: #26ccdb;
}
.voice-box .head-box p {
    color: #26ccdb;
}
.voice-box__main {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2rem;
    counter-reset: section;
}
.voice-box__main .items {
    width: 33.333333%;
    padding: 0 2rem;
}
.voice-box__main .items main {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0px 0.3rem 0.6rem #424E6329;
    border-radius: 0px 3rem;
    padding-bottom: 4rem;
}
.voice-box__main .items .head {
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    letter-spacing: 0.9px;
    color: #26ccdb;
    display: flex;
    align-items: center;
}
.voice-box__main .items .head::before {
    margin-right: 1.5rem;
    counter-increment: section;
    content: "" counter(section) "";
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 0px 0px 2rem 0px;
    width: 6.1rem;
    height: 6.2rem;
    font-size: 3.3rem;
    background: #26ccdb;
    color: #fff;
}
.voice-box__main .items h3 {
    padding: 0 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.3;
}
.voice-box__main .items .thumb-box {
    padding: 0 2rem;
    margin-bottom: 2rem;
}
.voice-box__main .items .text-box {
    padding: 0 2rem;
}
.voice-box__main .items .text-box p {
    font-size: 1.4rem;
    color: #424E63;
    line-height: 1.71428571;
    margin-bottom: 0;
}

.flow-box {
    background: #efefef;
    padding: 5rem 0;
    position: relative;
}
.flow-box .head-box {
    margin-bottom: 4rem;
}
.flow-box .head-box h2 {
    color: #ec599d;
}
.flow-box .head-box p {
    color: #ec599d;
}
.flow-box__main {
    counter-reset: section;
}
.flow-box__main .items {
    margin-bottom: 4.5rem;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 1.5rem;
    padding-left: 34.6rem;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    position: relative;
}
.flow-box__main .items::before {
    width: 26.6rem;
    height: 100%;
    background: #ec599d;
    padding: 0 4rem;
    display: flex;
    align-items: center;
    counter-increment: section;
    content: "FLOW 0" counter(section) ".";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 6rem;
    color: #fff;
    font-family: "BebasNeue", "sans-serif";
    border-radius: 1.5rem 0 0 1.5rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 59% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 59% 100%, 0% 100%);
}
.flow-box__main .items::after {
    content: "";
    width: 9.7rem;
    height: 2.5rem;
    position: absolute;
    bottom: -3.5rem;
    left: 50%;
    webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url("../images/arow.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.flow-box__main .items .text-box {
    width: 67.5840979%;
    padding-right: 2.5rem;
}
.flow-box__main .items .text-box h3 {
    margin-bottom: 1.2rem;
    font-size: 3rem;
    color: #ec599d;
}
.flow-box__main .items .text-box p {
    margin-bottom: 0;
    font-size: 1.8rem;
}
.flow-box__main .items .icon-box {
    width: 32.4159021%;
    border-left: 1px solid #424E63;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flow-box__main .items:last-child {
    margin-bottom: 0;
}
.flow-box__main .items:last-child::after {
    display: none;
}

.title-box {
    margin-bottom: 3.5rem;
}
.title-box h2 {
    font-size: 2.4rem;
    padding-left: 2.2rem;
    border-left: 3px solid #EC599D;
}

.terms-page {
    padding-top: 100px;
    margin-bottom: 100px;
}
.terms-page__main {
    padding-left: 4rem;
}
.terms-page__main .items {
    margin-bottom: 3.5rem;
}
.terms-page__main .items h3 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.9375;
}
.terms-page__main .items p {
    margin-bottom: 0;
    line-height: 1.9375;
    font-weight: 300;
    color: #424E63;
}

.thanks-page {
    padding-top: 100px;
    margin-bottom: 100px;
}
.thanks-page__main {
    text-align: center;
    padding: 4rem 2rem 7rem;
    box-shadow: 0 0 6px rgba(0,0,0,.16);
}
.thanks-page__main .logo {
    margin-bottom: 2.5rem;
}
.thanks-page__main .logo img {
    width: 39rem;
}
.thanks-page__main h3 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 4.5rem;
}
.thanks-page__main p {
    margin-bottom: 4.5rem;
    line-height: 1.9;
}
.thanks-page__main p a {
    color: #1A52B5;
}
.thanks-page__main p a:hover {
    text-decoration: underline;
}

.contact-page {
    padding-top: 100px;
    margin-bottom: 100px;
    position: relative;
    z-index: 99;
}
.contact-page__main {
    box-shadow: 0 0 6px rgba(0,0,0,.16);
    padding: 3rem 2.5rem;
}
.contact-page .des {
    margin-bottom: 3rem;
}
.contact-form {
    width: 100%;
    max-width: 85rem;
    margin: 0 auto;
}
.form-group {
    margin-bottom: 1.5rem;
    display: flex;
    flex-wrap: wrap;
}
.form-group .labels {
    width: 31.5294118%;
    padding-right: 1.5rem;
    font-size: 1.6rem;
    color: #2680DB;
}
.form-group .input {
    width: 68.4705882%;
}
.form-group .input .form-control {
    width: 100%;
    height: 4.5rem;
    border: 1px solid #E6E6E6;
    padding: 0 1.5rem;
    box-shadow: none;
    font-size: 16px;
    border-radius: .5rem;
}
.form-group .input .form-control:focus {
    outline: none;
    outline: 0;
}
.form-group .date-input .items {
    width: 33.33333333%;
}
.form-group .date-input .items:nth-child(2) {
    padding: 0 .6rem;
}
.required .labels {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.required .labels::after {
    content: '必須';
    color: #FF0000;
    display: inline-block;
    line-height: 2.9rem;
    border: 1px solid #FF0000;
    text-align: center;
    width: 7.5rem;
    border-radius: 1.6rem;
}
.form-group .flex-box {
    display: flex;
    align-items: center;
}
.form-group .flex-box .items {
    width: 50%;
    padding: 0;
}
.form-group .input span {
    padding: 0 1.2rem;
    display: block;
}
.contact-page .poice {
    padding: 3.5rem 0;
    text-align: center;
}
.contact-page .poice p {
    margin-bottom: 0;
}
.contact-page .poice a {
    color: #1361EA;
}
.contact-page .poice a:hover {
    text-decoration: underline;
}
.contact-page .more-box {
    text-align: center;
    padding-bottom: 4rem;
}
.contact-page .more-box .more,.wpcf7 .more-box input[type="submit"]{
    display: inline-block;
    width: 100%;
    max-width: 32rem;
    background: #FF9D00;
    border-radius: .5rem;
    color: #fff;
    font-size: 2rem;
    line-height: 6.8rem;
    border-bottom: .5rem solid #C47900;
}
.contact-page .more-box .more:hover,.wpcf7 .more-box input[type="submit"]:hover{
    background: #C47900;
}


.footer {
    padding-top: 11.2rem;
    padding-bottom: 2rem;
}
.footer__nav {
    margin-bottom: 3rem;
    position: relative;
    z-index: 9999;
}
.footer__nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer__nav ul li a {
    display: block;
    padding: 0 1rem;
    font-size: 1.6rem;
    line-height: 1;
    color: #424E63;
    border-left: 1px solid #424E63;
    transition: all 300ms ease-in-out;
}
.footer__nav ul li a:hover {
    color: #ec599d;
}
.footer__nav ul li:first-child a {
    border: none;
} 
.footer .copyright {
    text-align: center;
    position: relative;
    z-index: 9999;
}
.footer .copyright p {
    margin-bottom: 0;
    font-size: 1.6rem;
}
.footer__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 9;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 1.5rem;
    opacity: 0;
}
.footer__main .thumb-box {
    width: 22.3rem;
}
.footer__main .more-group {
    display: flex;
}
.footer__main .more-group .more {
    width: 13.7rem;
}
.footer__main.active {
    -webkit-animation: fadeinout 1.5s linear forwards;
    animation: fadeinout 1.5s linear forwards;
}
.footer__main.is_active {
    opacity: 0;
    -webkit-animation: none;
    animation: none;
}

@-webkit-keyframes fadeinout {
    100% {
        opacity: 1;
    }
}

@keyframes fadeinout {
    100% {
        opacity: 1;
    }
}
.flex {
    display: flex;
    align-items: center;
}

.slick-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
}
.slick-slider .slick-dots li {
    padding: 0 .5rem;
}
.slick-slider .slick-dots li button {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #CCC;
    text-indent: -9999px;
    padding: 0;
}
.slick-slider .slick-dots li.slick-active button {
    background: #000;
}


/* layout - Responsive .
========================================================================== */
.sp {
    display: none;
}

@media (max-width: 991px) {
    /* html {
        font-size: 2.415vw;
    } */
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .head-box h2 {
        font-size: 8.1rem;
    }
    .containe {
        padding: 0 2rem;
    }
    .header {
        padding: 1.2rem 0;
    }
    .header .container {
        padding: 0;
        max-width: 100%;
    }
    .header__main {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .header__main .logo {
        width: 16rem;
    }
    .header__main .more-group .more {
        width: 9.9rem;
        margin: 0 0 0 0.5rem;
    }
    .banner {
        margin-bottom: 2.5rem;
    }
    .line-box {
        padding-top: 0;
    }
    .line-box__main {
        padding: 0.7rem;
    }
    .line-box__main::before {
        width: 12.8rem;
        height: 10.75rem;
        background-image: url("../images/line-before-sp.png");
        background-position: 0 0;
        background-repeat: no-repeat;
    }
    .line-box__main::after {
        width: 22.6rem;
        height: 24.3rem;
        bottom: 1.4rem;
        left: 50%;
        webkit-transform: translateX(-50%);
        -khtml-transform: translateX(-50%);
        transform: translateX(-50%);
        background-size: 100% auto;
        display: none;
    }
    .line-box__main .main-box {
        padding: 6rem 2rem 5rem;
    }
    .line-box__main .main-box h2 {
        font-size: 3rem;
        text-align: center;
        line-height: 1.5;
    }
    .line-box__main .main-box p {
        margin-bottom: 0;
        font-size: 1.6rem;
    }
    .line-box__main .main-box .more-box {
        padding-top: 2.5rem;
    }
    .line-box-bg {
        padding-top: 3.5rem;
    }
    .problem-box {
        padding-top: 5rem;
        background: none;
    }
    .problem-box__check .thumb-box {
        width: 100%;
        order: 2;
        text-align: center;
    }
    .problem-box__check .thumb-box img {
        width: 25rem;
    }
    .problem-box__check .text-box {
        width: 100%;
        order: 1;
        padding-left: 0;
        margin-bottom: 4rem;
    }
    .problem-box__check .text-box ul li {
        align-items: flex-start;
        line-height: 1.2;
        padding: 1.5rem 0;
    }
    .problem-box__check .text-box ul li::before {
        min-width: 2.4rem;
        min-height: 2.4rem;
        margin-top: 0.3rem;
    }
    .problem-box__main {
        padding-top: 3rem;
    }
    .problem-box__main .thumb-box {
        width: 100%;
        padding-top: 3rem;
        text-align: center;
    }
    .problem-box__main .thumb-box img {
        max-width: 20.6rem;
    }
    .problem-box__main .text-box {
        width: 100%;
        padding: 0;
    }
    .problem-box__main .text-box .head {
        margin-bottom: 1.5rem;
    }
    .problem-box__main .text-box p {
        line-height: 1.5;
        text-align:center;
    }
    .problem-box__main .text-box h3 {
        font-size: 6.7rem;
    }
    .problem-box__main .text-box h3::after {
        bottom: -0.4rem;
        height: 1.7rem;
    }
    .service-box {
        margin-bottom: 6rem;
        background: none;
    }
    .service-box__main {
        max-width: 100%;
        padding: 4rem 2rem;
    }
    .service-box__main .list-box {
        position: relative;
        padding-top: 0;
    }
    .service-box__main .list-box .items {
        padding-left: 0;
        margin-bottom: 5rem;
    }
    .service-box__main .list-box .items .thumb-box {
        padding: 4rem 2rem 0;
    }
    .service-box__main .list-box .items:nth-child(2) {
        padding-left: 0;
    }
    .service-box__main .list-box .items:last-child {
        margin-bottom: 0;
    }
    .merit-box {
        margin-top: 5rem;
        padding: 4rem 0;
    }
    .merit-box .container {
        padding: 0;
    }
    .merit-box__main {
        margin: 0;
    }
    .merit-box__main.pc {
        display: none;
    }
    .merit-box__main.sp {
        display: block;
    }
    .merit-box__main .items {
        width: 100%;
        padding: 0;
        margin-bottom: 2rem;
    }
    .merit-box__main .items main {
        min-height: 59rem;
    }
    .merit-box__main .items .head {
        font-size: 3.8rem;
    }
    .merit-box__main .items .head span {
        font-size: 9.4rem;
    }
    .merit-box__main .items h3 {
        font-size: 3.3rem;
    }
    .merit-box__main .items p {
        padding: 0 1.5rem;
        font-size: 13px;
        margin-bottom: 3rem;
    }
    .voice-box {
        padding-bottom: 8rem;
    }
    .voice-box .container {
        padding: 0;
    }
    .voice-box::after {
        display: none;
    }
    .voice-box__main {
        margin: 0;
    }
    .voice-box__main .items {
        width: 100%;
        padding: 0 1rem;
        margin-bottom: 0;
    }
    .voice-box__main .items main {
        min-height: 52rem;
    }
    .voice-box__main .items:focus {
        outline: none;
        outline: 0;
    }
    .voice-box__main .items:last-child {
        margin-bottom: 0;
    }
    .voice-box__main .items .head {
        font-size: 1.7rem;
    }
    .voice-box__main .items .head::before {
        width: 6.2rem;
        height: 6.3rem;
        font-size: 3.2rem;
        display: none;
    }
    .voice-box__main .items .head span {
        width: 6.2rem;
        height: 6.3rem;
        font-size: 3.2rem;
        display: inline-block;
        margin-right: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-radius: 0px 0px 2rem 0px;
        background: #26ccdb;
        color: #fff;
    }
    .voice-box__main .items h3 {
        font-size: 2rem;
    }
    .voice-box__main .items .thumb-box {
        padding: 0 2rem;
    }
    .voice-box__main .items .text-box {
        padding: 0 2rem;
    }
    .voice-box__main .items .text-box p {
        font-size: 1.4rem;
    }
    .slick-track {
        padding-bottom: 1rem;
    }
    .flow-box {
        padding-bottom: 5rem;
    }
    .flow-box .container {
        padding: 0;
    }
    .flow-box__main {
        display: flex;
        overflow-x: scroll;
        padding-bottom: 3rem;
    }
    .flow-box__main.pc {
        display: none;
    }
    .flow-box__main.sp {
        display: block;
    }
    .flow-box__main .items {
        margin-right: 3rem;
        margin-left: 3rem;
        padding: 0 0 3.5rem 0;
        margin-bottom: 0;
        min-height: 49rem;
    }
    .flow-box__main .items::before {
        width: 100%;
        height: 13rem;
        padding: 0 3rem;
        position: relative;
        border-radius: 1.5rem 1.5rem 0 0;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
        display: none;
        text-align: center;
    }
    .flow-box__main .items span {
        width: 100%;
        height: 13rem;
        padding: 0 3rem;
        background: #ec599d;
        display: flex;
        align-items: center;
        font-size: 6rem;
        color: #fff;
        font-family: "BebasNeue", "sans-serif";
        border-radius: 1.5rem 1.5rem 0 0;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
    }
    .flow-box__main .items::after {
        bottom: 50%;
        right: 0;
        left: auto;
        transform: translateX(80%) rotate(-90deg);
    }
    .flow-box__main .items .text-box {
        width: 100%;
        padding-right: 2rem;
        padding-top: 2rem;
        margin-bottom: 4rem;
        text-align: center;
        padding-left: 2rem;
    }
    .flow-box__main .items .icon-box {
        width: 100%;
        border-left: none;
    }
    .terms-page__main {
        padding-left: 0;
    }
    .contact-page__main {
        padding: 3rem 1.5rem;
    }
    .form-group .labels {
        width: 100%;
        padding: 0;
        margin-bottom: 1.5rem;
    }
    .required .labels {
        justify-content: flex-start;
    }
    .required .labels::after {
        margin-left: 2.2rem;
    }
    .form-group {
        margin-bottom: 4rem;
    }
    .form-group .input {
        width: 100%;
    }
    .form-group .input .form-control {
        height: 6.4rem;
    }
    .form-group .flex-box {
        flex-wrap: wrap;
    }
    .form-group .date-input {
        flex-wrap: nowrap;
    }
    .form-group .flex-box .items {
        width: 100%;
        padding: 0;
        margin-bottom: 1.5rem;
    }
    .contact-page .poice p {
        font-size: 1.4rem;
    }
    .contact-page .more-box {
        padding-bottom: 0;
    }

    .footer {
        padding-bottom: 15rem;
    }
    .footer .container {
        padding: 0;
    }
    .footer__nav {
        margin-bottom: 2rem;
    }
    .footer__nav ul {
        display: block;
    }
    .footer__nav ul li a {
        width: 100%;
        text-align: center;
        line-height: 7rem;
        border-bottom: 1px solid #424E63;
        border-left: none;
        background: #F8F8F8;
    }
    .footer__nav ul li:first-child a {
        border-top: 1px solid #424E63;
        border-bottom: 1px solid #424E63;
    }
    .footer .copyright p {
        font-size: 1.4rem;
    }
    .footer__main {
        padding: 0 1rem;
        z-index: 999;
    }
    .footer__main .thumb-box {
        width: 17.4rem;
    }
    .footer__main .more-group .more {
        width: 10.6rem;
    }
    .problem-box__check .text-box h3{
        font-size: 2.2rem;
        text-align:center;
    }
    .problem-box__check .text-box ul li{
        font-size:14px;
        line-height: 2;
    }
}


.title-box .blue-h2{
    border-left: 3px solid #26CCDB;
}
.scrolltxt{
    margin-left:5%;
    padding-top: 10px;
    padding-bottom:10px;
}
@media (max-width: 991px) {
    .merit-box__main{
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;  /* 横スクロールの指定 */
        white-space: nowrap;  /* 横スクロールの指定 */
        overflow-scrolling: touch;  /* スクロールを滑らかにする */
    }
    .merit-box__main .items{
            margin-right: 0;
            padding: 0 1rem;
    }
    .merit-box__main .items .melittxt{
        margin-bottom:0;
    }
    .merit-box__main .items main{
        height: auto;
    }
    .thumb2 img{
        margin-top: -10px;
    }
	.line-box__main .main-box h2 {
    font-size: 3rem;
    color: #424E63;
    padding-bottom: 1rem;
    border-bottom: 0.5rem solid #fff500;
    margin-bottom: 1.5rem;
	margin-left: 0px;
	margin-rights: 0px;
}
}
/* ipad Portrait */
/* ipad Landscape */

/* 20211104--recaptcha追加 */

.grecaptcha-badge { visibility: hidden; }

/* recaptchaここまで */