@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Serif+JP&display=swap");
@import url("./destyle.css");
body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    color: #333333;
    line-height: 1.5;
}
body.no_scroll {
    overflow: hidden;
}
img {
    width: 100%;
    max-width: 100%;
}
a:hover {
    opacity: 0.7;
    text-decoration: none;
}
.disp_pc {
    display: none;
}
.wrapper {
    position: relative;
    width: 100%;
    margin: 0;
    border: none;
}
h2 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 25px;
    text-align: center;
    height: 100px;
    position: relative;
}
h2 div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #4893bd;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
h3:before,
h3:after {
    border-top: 1px solid;
    content: "";
    width: 3em;
}
h3:before {
    margin-right: 1em;
}
h3:after {
    margin-left: 1em;
}
h3 + p:not([class]),
h3 + p:not([class]) + p:not([class]),
h3 + p:not([class]) + p:not([class]) + p:not([class]),
h3 + p:not([class]) + p:not([class]) + p:not([class]) + p:not([class]),
h3 + p:not([class]) + p:not([class]) + p:not([class]) + p:not([class]) + p:not([class]),
h3 + p:not([class]) + p:not([class]) + p:not([class]) + p:not([class]) + p:not([class]) + p:not([class]) {
    text-align: center;
}
h4 {
    border-bottom: 3px solid #4893bd;
    position: relative;
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
h4:after {
    content: " ";
    display: block;
    width: 40px;
    border-bottom: 3px solid #f67e29;
    position: absolute;
    top: 100%;
    left: 0;
}
.breadcrumb {
    background-color: #f7f7f7;
}
.breadcrumb ul {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 8px 0;
}
.breadcrumb ul li {
    position: relative;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 12px;
}
.breadcrumb ul li::before {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/arrow_left_b.svg);
    width: 7px;
    height: 12px;
}
.breadcrumb ul li a {
    text-decoration: underline;
}
.breadcrumb ul li.home {
    margin-left: 0;
    padding-left: 0;
}
.breadcrumb ul li.home::before {
    content: none;
}
header {
    background-color: #fff;
    position: sticky;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}
header nav ul {
    display: none;
    background-color: #f67e29;
    padding: 0 16px;
}
header.active {
    height: 100vh;
    background-color: #f67e29;
}
header nav ul li {
    border-bottom: 1px solid #fff;
    position: relative;
}
header nav ul li::before {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../images/arrow_left.svg");
    width: 7px;
    height: 12px;
}
header nav ul li a {
    color: #fff;
    font-size: 20px;
    margin-left: 16px;
    display: block;
    padding: 16px;
}
header nav ul li a:hover {
    color: #fff;
}
header .logo {
    text-align: center;
    padding: 20px 0;
    background-color: #fff;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}
header .logo img {
    width: 32%;
}
header nav .menu_btn {
    color: #fff;
    background-color: #f67e29;
    font-size: 18px;
    padding: 8px 16px;
    position: relative;
}
header nav .menu_btn::after {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../images/arrow_bown.svg");
    width: 20px;
    height: 12px;
}
header nav .menu_btn.active {
    padding: 16px;
    border-bottom: 1px solid #fff;
}
header nav .menu_btn.active::after {
    background-image: url("../images/arrow_up.svg");
}
section {
    width: 100%;
}
section .section_inner {
    width: 90%;
    margin: 40px auto;
}
footer {
    background-color: #f5f5f5;
}
footer .footer_inner {
    padding: 24px;
}
footer .logo img {
    width: 50%;
}
footer .logo,
footer .name,
footer .address,
footer .tel {
    margin-bottom: 8px;
    line-height: 1.8;
}
footer .tel .fax {
    margin-left: 0.75em;
}
footer ul {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    margin-top: 24px;
}
footer ul li {
    position: relative;
    padding: 8px;
}
footer ul li::before {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../images/arrow_left_b.svg");
    width: 7px;
    height: 12px;
}
footer ul li a {
    margin-left: 8px;
}
footer .line a {
    display: block;
    background-color: #00b900;
    color: #fff;
    position: relative;
    padding: 24px;
    text-align: right;
    margin-top: 24px;
    margin-bottom: 24px;
}
footer .line a::before {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../images/line.svg");
    width: 50px;
    height: 50px;
}
footer .mail a {
    display: block;
    background-color: #4893bd;
    color: #fff;
    position: relative;
    padding: 24px;
    text-align: right;
}
footer .mail a::before {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../images/mail.svg");
    width: 45px;
    height: 36px;
}
footer .copy {
    background-color: #838383;
    color: #fff;
    font-size: 14px;
    padding-bottom: 8px;
}
footer .copy p:nth-child(1) {
    text-align: center;
    padding: 8px;
}
footer .copy .flex_box {
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .copy .flex_box div {
    width: 50%;
    text-align: center;
}
footer .copy .flex_box div:nth-child(1) {
    border-right: 1px solid #fff;
}
.fixed_btn {
    position: sticky;
    left: 100%;
    bottom: 7%;
    z-index: 9;
    width: 20%;
}
.top_btn {
    display: block;
    width: 44%;
    margin: 0 auto 8px auto;
}
.line_btn {
    display: block;
    width: 100%;
}
body.no_scroll .fixed_btn {
    display: none;
}
/*トップページ*/
#top .fv .main_txt {
    margin-top: 24px;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 24px;
}
#top .fv .sub_txt {
    display: none;
}
#top .fv .contact_menu {
    background-color: #dee2e6;
    text-align: center;
}
#top .fv .contact_menu p {
    font-size: 14px;
    padding: 16px 0;
}
#top .fv .contact_menu .flex_box {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #4893bd;
    z-index: 100;
    width: 100%;
}
#top .fv .contact_menu .flex_box div:nth-child(1) {
    border-right: 1px solid #fff;
}
#top .fv .contact_menu .flex_box div a,
#top .top_contact_box div a {
    position: relative;
    display: block;
    padding: 16px;
}
#top .fv .contact_menu .flex_box div a::after {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../images/arrow_left.svg");
    width: 7px;
    height: 12px;
}
#top .fv .contact_menu #top_contact_box.fixed {
    position: fixed;
    left: 0;
    bottom: 0;
}
#top .fv .contact_menu #top_contact_box.fixed.none {
    display: none;
}
#top .fv .contact_menu #top_contact_box.menufixed {
    position: fixed;
    left: 0;
    top: auto !important;
    bottom: 0;
}
#top .sec01 .contents01,
#top .sec01 .contents02 {
    color: #fff;
    margin-bottom: 40px;
}
#top .sec01 .contents01 .txt,
#top .sec01 .contents02 .txt {
    padding: 24px 16px;
}
#top .sec01 .contents01 .txt {
    background-color: #f67e29;
}
#top .sec01 .contents02 .txt {
    background-color: #4893bd;
}
#top .sec01 .contents01 .txt .tit,
#top .sec01 .contents02 .txt .tit {
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 16px;
    padding-bottom: 8px;
    font-family: "Noto Serif JP", serif;
}
#top .sec01 .contents01 .txt .btn,
#top .sec01 .contents02 .txt .btn {
    margin-top: 16px;
    text-align: center;
}
#top .sec01 .contents01 .txt .btn a,
#top .sec01 .contents02 .txt .btn a {
    display: block;
    padding: 16px 0;
    width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 50px;
    background-color: #fff;
}
#top .sec01 .contents01 .txt .btn a {
    color: #f67e29;
}
#top .sec01 .contents02 .txt .btn a {
    color: #4893bd;
}
#top .sec01 .contents01 .txt .btn a::before,
#top .sec01 .contents02 .txt .btn a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: all 0.3s;
    z-index: -1;
}
#top .sec01 .contents01 .txt .btn a::before {
    background-color: rgba(246, 126, 41);
}
#top .sec01 .contents02 .txt .btn a::before {
    background-color: rgba(72, 147, 189);
}
#top .sec01 .contents01 .txt .btn a:hover::before,
#top .sec01 .contents02 .txt .btn a:hover::before {
    transform: translateX(0);
}
#top .sec01 .contents01 .txt .btn a:hover,
#top .sec01 .contents02 .txt .btn a:hover {
    opacity: 1;
    color: #fff;
}
#top .sec01 .contents01 .txt .btn a::after,
#top .sec01 .contents02 .txt .btn a::after {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 7px;
    height: 12px;
}
#top .sec01 .contents01 .txt .btn a::after {
    background-image: url("../images/arrow_or.svg");
}
#top .sec01 .contents02 .txt .btn a::after {
    background-image: url("../images/arrow_bl.svg");
}
#about .section_inner p,
#support .section_inner p,
#service .section_inner p,
#faq .section_inner p,
#company .section_inner p,
#contact .section_inner p,
#privacy .section_inner p,
#sitemap .section_inner p {
    margin-top: 15px;
}
#about h2 {
    background-image: url("../images/h2_tit_about_sp.webp");
}
#about .contents01 {
    background-color: #f8f8f8;
    padding: 24px;
    text-align: center;
}
#about .contents01 .tit {
    font-size: 28px;
}
#about .contents01 .sub_txt {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 40px;
}
#about .contents01 .txt02 {
    margin-top: 80px;
}
#about .flex_box .txt {
    margin-top: 20px;
}
#about .txt03 {
    margin-bottom: 40px;
}
#support h2 {
    background-image: url("../images/h2_tit_support_sp.webp");
}
#support .contents01 {
    background-color: #f8f8f8;
    padding: 24px;
    text-align: center;
}
#support .flex_box.box01 {
    margin-top: 40px;
    text-align: center;
}
#support .flex_box.box01 p {
    color: #4893bd;
    margin-bottom: 15px;
}
#support .section_inner .contact {
    margin: 40px auto 0 auto;
    width: 90%;
    text-align: center;
}
#support .section_inner .contact a {
    display: block;
    padding: 16px 0;
    width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #f67e29;
    border-radius: 50px;
    background-color: #fff;
    color: #f67e29;
}
#support .section_inner .contact a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: all 0.3s;
    z-index: -1;
    background-color: rgba(246, 126, 41);
}
#support .section_inner .contact a:hover::before {
    transform: translateX(0);
}
#support .section_inner .contact a:hover {
    opacity: 1;
    color: #fff;
}
#support .section_inner .contact a::after {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 7px;
    height: 12px;
    background-image: url("../images/arrow_or.svg");
}
#service h2 {
    background-image: url("../images/h2_tit_service_sp.webp");
}
#service .contents01 {
    width: 100%;
    border: 1px solid #ea0c6a;
    text-align: center;
    padding: 24px 0;
    margin: 24px 0;
}
#service .contents01 .tit {
    color: #ea0c6a;
    margin-bottom: 16px;
    position: relative;
}
#service .contents01 .tit:before {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 18px;
    height: 26px;
    background-image: url("../images/pin.svg");
}
#service .flex_box.box02 {
    margin: 24px 0;
    padding: 24px;
    border-top: 1px solid #82a9bf;
    border-bottom: 1px solid #82a9bf;
}
#service .flex_box.box02 .tit {
    margin-bottom: 16px;
}
#service .flex_box.box02 ul {
    list-style: disc;
}
#service h3.tit01 {
    font-size: 14px;
}
#faq h2 {
    background-image: url("../images/h2_tit_faq_sp.webp");
}
#faq .q {
    font-size: 18px;
    color: #4893bd;
}
#faq .q,
#faq .a {
    position: relative;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    padding-left: 32px;
}
#faq .a {
    padding-bottom: 20px;
}
#faq .q::after,
#faq .a::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50px;
    z-index: 0;
}
#faq .q::after {
    background-color: #c9c9c9;
}
#faq .a::after {
    background-color: #4893bd;
}
#faq .q::before,
#faq .a::before {
    color: #fff;
    position: absolute;
    top: -2px;
    left: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    font-size: 18px;
}
#faq .q::before {
    content: "Q";
}
#faq .a::before {
    content: "A";
}
#faq h3.tit01 {
    font-size: 16px;
}
#company h2 {
    background-image: url("../images/h2_tit_company_sp.webp");
}
#company .contents01 .name {
    text-align: right;
}
#company .contents01 .name img {
    width: 30%;
}
#company .contents02 {
    position: relative;
}
#company .contents02::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 95%;
    background-color: #333333;
    position: absolute;
    top: 10px;
    left: 7px;
}
#company .contents02 li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 40px;
}
#company .contents02 li::before {
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #4893bd;
    width: 15px;
    height: 15px;
    border-radius: 50px;
}
#company .contents02 li.or::before {
    background-color: #f67e29;
}
#company .flex_box.box01 p {
    margin-top: 0;
}
#company .flex_box.box01 .name {
    display: flex;
    justify-content: left;
    align-items: first baseline;
    font-size: 25px;
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
}
#company .flex_box.box01 span {
    font-size: 16px;
    margin-right: 0.5em;
}
#company .flex_box.box01 .tit {
    margin-top: 15px;
    color: #4893bd;
    font-weight: bold;
}
#company .flex_box.box01 ul {
    list-style: disc;
    margin-left: 6%;
    color: #4893bd;
}
#company .flex_box.box01 ul li span {
    color: #333333;
}
#company .flex_box.box02 {
    margin-top: 15px;
    margin-bottom: 40px;
    border-bottom: 1px solid #707070;
}
#company .flex_box.box02 div {
    padding: 16px;
}
#company .flex_box.box02 div:nth-child(odd) {
    border-top: 1px solid #707070;
    background-color: #f8f8f8;
}
#company .txt01 {
    text-align: center;
}
#company .map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 33.7%;
}
#company .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#contact h2 {
    background-image: url("../images/h2_tit_contact_sp.webp");
}
#contact .txt01 span {
    color: #ea0c6a;
}
#contact .contents01 {
    background-color: #f8f8f8;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 24px;
}
#contact .contents01 .tit {
    margin-top: 40px;
}
#contact .contents01 .tit:nth-child(1) {
    margin-top: 0;
}
#contact .contents01 .flex_box {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
}
#contact .contents01 .flex_box div {
    padding: 16px 0;
}
#contact .contents01 .flex_box div:nth-child(odd) {
    width: 40%;
}
#contact .contents01 .flex_box div:nth-child(even) {
    width: 60%;
}
#contact .section_inner a {
    text-decoration: underline;
    color: #4893bd;
}
fieldset > .form-content .main,
fieldset > .form-content .P2Parts.pt-fixed {
    max-width: 100%;
    width: 100%;
}
fieldset > .form-content .header {
    display: none;
}
fieldset > .form-content .P2Block_res {
    margin: 0;
}
fieldset > .form-content table {
    word-break: break-word;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
fieldset > .form-content table th,
fieldset > .form-content table td {
    background-color: #f8f8f8;
    border-color: #f8f8f8;
}
fieldset > .form-content .label-essential {
    color: #ea0c6a;
    background-color: transparent;
    font-size: 100%;
}
fieldset > .form-content .label-optional {
    display: none;
}
fieldset > .form-content table.table.table-var > tbody > tr > th .label,
fieldset > .form-content table.table.table-var > thead > tr > th .label,
fieldset > .form-content table.table.table-var > tr > th .label {
    position: relative;
}
fieldset > .form-content .form-control {
    font-size: 16px;
    min-height: 44px;
    padding: 4px 8px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition:
        border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition:
        border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}
fieldset > .form-content .inputShort {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    justify-items: stretch;
    align-items: stretch;
}
fieldset > .center-text {
    width: 50%;
    margin: 0 0 0 auto;
}
fieldset > .center-text .formBtn {
    display: block;
    padding: 16px 0;
    width: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 50px;
    background-color: #4893bd;
    color: #fff;
    border: 1px solid #4893bd;
    text-align: center;
    font-size: 17px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
    text-shadow: none;
    height: auto;
    line-height: normal;
}
fieldset > .center-text .formBtn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: all 0.3s;
    z-index: -1;
}
fieldset > .center-text .formBtn::before {
    background-color: rgba(256, 256, 256);
}
fieldset > .center-text .formBtn:hover::before {
    transform: translateX(0);
}
fieldset > .center-text .formBtn :hover {
    color: #4893bd;
}
fieldset > .center-text .formBtn::after {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../images/arrow_left.svg);
    width: 7px;
    height: 12px;
}
#privacy h2 {
    background-image: url("../images/h2_tit_privacy_sp.webp");
}
#privacy .txt01 {
    margin-bottom: 40px;
}
#privacy .tit {
    color: #4893bd;
    font-size: 20px;
}
#privacy .tit + p {
    margin-bottom: 40px;
}
#privacy .section_inner a {
    text-decoration: underline;
    color: #4893bd;
}
#sitemap h2 {
    background-image: url("../images/h2_tit_sitemap_sp.webp");
}
#sitemap .section_inner p {
    position: relative;
    padding-left: 10px;
}
#sitemap .section_inner p::before {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("../images/arrow_sitemap.svg");
    width: 7px;
    height: 12px;
}
#sitemap .section_inner {
    color: #4893bd;
}
#sitemap .section_inner a {
    text-decoration: underline;
}
@media screen and (min-width: 960px) {
    body {
        font-size: 18px;
    }
    .disp_sp {
        display: none;
    }
    .disp_pc {
        display: inline-block;
    }
    h2 {
        height: 214px;
        font-size: 40px;
    }
    h3 {
        font-size: 35px;
        margin-top: 80px;
        margin-bottom: 80px;
    }
    h4 {
        margin-top: 80px;
        margin-bottom: 40px;
        border-bottom-width: 5px;
        padding-bottom: 20px;
        font-size: 25px;
    }
    h4:after {
        width: 120px;
        border-bottom-width: 5px;
    }
    .breadcrumb ul {
        width: 50%;
        min-width: 1000px;
        padding: 16px 0;
    }
    .breadcrumb ul li {
        font-size: 14px;
    }
    header nav .menu_btn {
        display: none;
    }
    header nav ul {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header nav ul li {
        border-bottom: 0;
        /* width: 200px; */
        flex: 1 0 auto;
        padding: 11.5px 0;
        line-height: calc(27 / 20);
        text-align: center;
    }
    header nav ul li.current {
        border-bottom: 2px solid #f6e629;
    }
    header nav ul li a {
        margin-left: 0;
        padding: 0;
    }
    header nav ul li::before {
        content: none;
        padding: 16px 0;
        text-align: center;
    }
    header .logo {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    header .logo img {
        /* width: 10%; */
        width: 202px;
    }
    .flex_box {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    section .section_inner {
        width: 50%;
        min-width: 1000px;
        margin: 80px auto;
    }
    footer {
        font-size: 16px;
    }
    footer .footer_inner {
        padding: 24px 0;
        width: 63%;
        margin: 0 auto;
    }
    footer .flex_box .left {
        width: 100%;
    }
    footer .tel .fax {
        margin-right: 0.75em;
    }
    footer ul {
        margin-top: 0;
    }
    footer .sns {
        justify-content: left;
        width: 100% !important;
    }
    footer .insta {
        width: 175px;
        margin-right: 16px;
    }
    footer .line a {
        margin-top: 0;
    }
    footer .line a {
        padding: 8px 8px 8px 25px;
        font-size: 71%;
    }
    footer .line a::before {
        width: 20px;
        height: 20px;
        left: 8px;
    }
    footer .mail a {
        padding: 8px 8px 8px 27px;
        font-size: 69%;
    }
    footer .mail a::before {
        width: 18px;
        height: 14px;
        left: 8px;
    }
    footer .copy.flex_box {
        padding: 0 18.5%;
        justify-content: left;
    }
    footer .copy.flex_box p {
        width: 100%;
    }
    footer .copy p:nth-child(1) {
        text-align: left;
    }
    footer .copy .flex_box {
        width: 100%;
    }
    .fixed_btn {
        display: flex;
        flex-direction: column-reverse;
        width: fit-content;
        margin-left: auto;
        right: min(43px, calc(43 / 1920 * 100vw));
        bottom: 0;
        left: auto;
        transition: opacity 0.4s;
    }
    .fixed_btn.js-hide {
        opacity: 0;
        pointer-events: none;
    }
    .top_btn {
        width: 66px;
        margin-top: 17px;
        margin-right: min(37px, 37 / 1920 * 100vw);
    }
    .line_btn {
        /* width: 301px; */
        width: 292px;
    }
    .line_btn img {
        margin: calc((292 - 301) / 2 / 292 * 100%);
    }
    #top .fv .fv_img {
        height: calc(100vh - 120px);
        overflow: hidden;
    }
    #top .fv .fv_img_inner {
        display: flex;
        flex-direction: column;
        max-width: 1200px;
        width: 90%;
        height: 100%;
        margin: 0 auto;
        position: relative;
        z-index: 0;
    }
    #top .fv .fv_img img {
        width: 100vw;
        max-width: 100vw;
        height: 100%;
        margin: 0 calc(50% - 50vw);
        position: absolute;
        inset: 0;
        object-fit: cover;
        z-index: -1;
    }
    #top .fv .fv_img .main_txt {
        margin-top: auto;
        margin-bottom: 0;
        font-size: min(46px, calc(46 / 960 * (100vh - 120px)));
        text-align: left;
    }
    #top .fv .fv_img .sub_txt {
        display: block;
        width: fit-content;
        margin-top: min(57px, calc(57 / 960 * (100vh - 120px)));
        margin-bottom: min(31px, calc(31 / 960 * (100vh - 120px)));
        margin-left: auto;
        border-radius: 50px;
        padding: 16px 38px;
        background-color: #f67e29;
        color: #fff;
        line-height: calc(35 / 26);
        /* font-size: 26px; */
        font-size: min(26px, 26 / 960 * (100vh - 120px));
    }
    #top .fv .contact_menu {
        display: none;
    }
    #top .sec01 .contents01,
    #top .sec01 .contents02 {
        margin-bottom: 240px;
        position: relative;
    }
    #top .sec01 .contents01 img,
    #top .sec01 .contents02 img {
        width: 880px;
    }
    #top .sec01 .contents02 img {
        margin-left: auto;
        margin-right: 0;
        display: block;
    }
    #top .sec01 .contents01 .txt,
    #top .sec01 .contents02 .txt {
        position: absolute;
        bottom: -40%;
        width: 700px;
    }
    #top .sec01 .contents01 .txt {
        background-color: rgba(246, 126, 41, 0.7);
    }
    #top .sec01 .contents02 .txt {
        background-color: rgba(72, 147, 189, 0.7);
    }
    #top .sec01 .contents01 .txt {
        right: 0;
    }
    #top .sec01 .contents02 .txt {
        left: 0%;
    }
    #top .sec01 .contents01 .txt .tit,
    #top .sec01 .contents02 .txt .tit {
        text-align: left;
        font-size: 35px;
        margin-bottom: 32px;
        padding-bottom: 16px;
    }
    #top .sec01 .contents01 .txt .btn,
    #top .sec01 .contents02 .txt .btn {
        width: 50%;
        margin-left: auto;
        margin-right: 0px;
    }
    #about .section_inner p,
    #support .section_inner p,
    #service .section_inner p,
    #faq .section_inner p,
    #company .section_inner p,
    #contact .section_inner p,
    #privacy .section_inner p,
    #sitemap .section_inner p {
        margin-top: 30px;
    }
    #about h2 {
        background-image: url("../images/h2_tit_about_pc.webp");
    }
    #about .contents01 {
        padding: 40px;
    }
    #about .contents01 .tit {
        font-size: 40px;
    }
    #about .contents01 .sub_txt {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 80px;
    }
    #about .contents01 .txt02 {
        margin-top: 80px;
    }
    #about .flex_box div {
        width: 50%;
    }
    #about .flex_box .txt {
        margin-top: 0px;
        margin-left: 40px;
    }
    #about .flex_box .txt p:nth-child(1) {
        margin-top: 0;
    }
    #about .flex_box.order .img {
        order: 1;
    }
    #about .flex_box.order .txt {
        margin-left: 0;
        margin-right: 40px;
        order: 0;
    }
    #support h2 {
        background-image: url("../images/h2_tit_support_pc.webp");
    }
    #support .flex_box.box01 {
        margin-top: 80px;
        flex-wrap: wrap;
        justify-content: left;
        align-items: flex-start;
    }
    #support .flex_box.box01 div {
        width: calc(100% / 3);
        flex-shrink: 0;
    }
    #support .flex_box.box01 div img {
        width: 300px;
    }
    #support .flex_box.box02 {
        justify-content: left;
        align-items: flex-start;
    }
    #support .flex_box.box02 .img {
        flex-shrink: 0;
        margin-right: 40px;
    }
    #support .flex_box.box02 .img img {
        width: 500px;
    }
    #support .flex_box.box02 .txt p:nth-child(1) {
        margin-top: 0;
    }
    #support .section_inner .contact {
        margin: 80px auto 0 auto;
        width: 40%;
    }
    #service h2 {
        background-image: url("../images/h2_tit_service_pc.webp");
    }
    #service main p {
        text-align: center;
    }
    #service .contents01 {
        padding: 40px 0;
        margin: 40px 0;
    }
    #service .contents01 .tit {
        margin-top: 0;
        margin-bottom: 24px;
    }
    #service .contents01 .tit:before {
        left: 40%;
    }
    #service .flex_box.box01 {
        justify-content: left;
        align-items: flex-start;
    }
    #service .flex_box.box01 .img {
        flex-shrink: 0;
        margin-right: 40px;
    }
    #service .flex_box.box01 .img img {
        width: 500px;
    }
    #service .flex_box.box01 .txt p {
        text-align: left;
    }
    #service .flex_box.box01 .txt p:nth-child(1) {
        margin-top: 0;
    }
    #service .flex_box.box02 {
        margin: 40px 0;
        padding: 40px;
        justify-content: left;
    }
    #service .flex_box.box02 .tit {
        margin-bottom: 0;
        width: 30%;
    }
    #service h3.tit01 {
        font-size: 35px;
    }
    #faq h2 {
        background-image: url("../images/h2_tit_faq_pc.webp");
    }
    #faq .q {
        font-size: 25px;
    }
    #faq .q,
    #faq .a {
        padding-left: 50px;
    }
    #faq .q::after,
    #faq .a::after {
        width: 42px;
        height: 42px;
    }
    #faq .q::before,
    #faq .a::before {
        top: 0px;
        left: 12px;
        font-size: 25px;
    }
    #faq h3.tit01 {
        font-size: 35px;
    }
    #company h2 {
        background-image: url("../images/h2_tit_company_pc.webp");
    }
    #company .sec01 {
        overflow: hidden;
    }
    #company .sec01 .section_inner {
        /* width: 100%; */
        /* max-width: 100%; */
        /* margin: 0 auto 80px 0; */
        margin-top: 0;
        margin-bottom: 80px;
        position: relative;
        z-index: 0;
    }
    #company .sec01 .section_inner::before {
        content: "";
        display: block;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4) 33%, rgba(255, 255, 255, 0.871) 77.3%, #fff);
        height: 422px;
        position: absolute;
        right: calc(50% - 50vw);
        bottom: 0;
        left: calc(50% - 50vw);
        z-index: -1;
    }
    #company .contents01 {
        padding: 52px 0 75px;
        position: relative;
    }
    #company .contents01 > img {
        width: 1360px;
        max-width: none;
        height: 905px;
        position: absolute;
        /* right: calc(50% - 50vw); */
        right: -460px;
        bottom: 0;
        z-index: -3;
    }
    #company .contents01::before {
        content: "";
        display: block;
        height: 905px;
        background-image: linear-gradient(to bottom, #fbfbfb, #ebecee);
        position: absolute;
        right: calc(50% - 50vw);
        bottom: 0;
        left: calc(50% - 50vw);
        z-index: -4;
    }
    #company .contents01::after {
        content: "";
        display: block;
        width: calc(1495 / 1000 * 100%);
        background-image: linear-gradient(to left, rgb(238, 244, 248, 0), rgb(231, 240, 245, 0.78) 55%, rgb(239, 216, 216, 0));
        position: absolute;
        top: 0;
        left: calc(-594 / 1000 * 100%);
        bottom: 0;
        z-index: -2;
    }
    #company .contents01 h3 {
        /* position: absolute;
        width: 100%;
        top: 0; */
    }
    #company .contents01 .txt {
        /* position: absolute; */
        /* width: 50%; */
        /* max-width: 1000px; */
        /* top: 20%; */
        /* left: 20%; */
        line-height: 1.8;
    }
    #company .contents01 .name {
        font-size: 45px;
    }
    #company .contents02 {
        margin-bottom: 80px;
    }
    #company .flex_box.box01 {
        align-items: flex-start;
    }
    #company .flex_box.box01 .img {
        flex-shrink: 0;
        margin-right: 40px;
    }
    #company .flex_box.box01 .img img {
        width: 500px;
    }
    #company .flex_box.box01 .name {
        font-size: 45px;
        padding-bottom: 20px;
        margin-bottom: 30px;
        margin-top: 0;
        align-items: center;
    }
    #company .flex_box.box01 span {
        font-size: 18px;
    }
    #company .flex_box.box01 .tit {
        margin-top: 30px;
    }
    #company .flex_box.box02 {
        flex-wrap: wrap;
        margin-top: 40px;
        margin-bottom: 80px;
    }
    #company .flex_box.box02 div {
        padding: 24px;
    }
    #company .flex_box.box02 div:nth-child(odd) {
        width: 25%;
        background-color: #fff;
    }
    #company .flex_box.box02 div:nth-child(even) {
        width: 75%;
        border-top: 1px solid #707070;
    }
    #company .txt01 {
        font-size: 25px;
    }
    #contact h2 {
        background-image: url("../images/h2_tit_contact_pc.webp");
    }
    fieldset > .form-content {
        padding: 40px;
        background-color: #f8f8f8;
    }
    fieldset > .form-content table th,
    fieldset > .form-content table td {
        padding: 24px;
    }
    fieldset > .form-content button {
        width: 50%;
        margin: 0 0 0 auto;
    }
    fieldset > .form-content .contents01 .flex_box div:nth-child(odd) {
        width: 12%;
    }
    fieldset > .form-content .contents01 .flex_box div:nth-child(even) {
        width: 88%;
    }
    #privacy h2 {
        background-image: url("../images/h2_tit_privacy_pc.webp");
    }
    #privacy .txt01 {
        margin-bottom: 80px;
    }
    #privacy .tit {
        font-size: 25px;
    }
    #privacy .tit + p {
        margin-bottom: 80px;
    }
    #sitemap h2 {
        background-image: url("../images/h2_tit_sitemap_pc.webp");
    }
}
@media screen and (min-width: 1366.02px) {
    header nav ul li {
        flex: 0 1 200px;
    }
}
@media (min-width: 768px) {
    .saipon-form_v2-gray table.table.table-var > tbody > tr > th .saipon-form_v2-th-inner,
    .saipon-form_v2-gray table.table.table-var > thead > tr > th .saipon-form_v2-th-inner,
    .saipon-form_v2-gray table.table.table-var > tr > th .saipon-form_v2-th-inner {
        padding-right: 0px;
    }
}
@media screen and (max-width: 1422px) {
    footer .tel .disp_sp {
        display: inline-block;
    }
}
@media (max-width: 768px) {
    fieldset > .form-content table th,
    fieldset > .form-content table td {
        display: block;
        width: 100% !important;
        border: none;
        padding: 8px 16px;
        padding-right: 16px;
        padding-left: 16px;
    }
    fieldset > .center-text {
        width: 100%;
    }
}
