@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital@1&display=swap');

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    src: url("./../fonts/NotoSansJP-Regular.woff") format("woff");
}

@font-face {
    font-family: "Noto Sans JP Medium";
    font-style: normal;
    font-weight: 600;
    src: url("./../fonts/NotoSansJP-Medium.woff") format("woff");
}

@font-face {
    font-family: "Noto Sans JP Bold";
    font-style: normal;
    font-weight: 900;
    src: url("./../fonts/NotoSansJP-Bold.woff") format("woff");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url("./../fonts/Roboto-Regular.woff") format("woff");
}

@font-face {
    font-family: "Roboto Medium";
    font-style: normal;
    font-weight: 600;
    src: url("./../fonts/Roboto-Medium.woff") format("woff");
}

@font-face {
    font-family: "Roboto Bold";
    font-style: normal;
    font-weight: 900;
    src: url("./../fonts/Roboto-Bold.woff") format("woff");
}

@font-face {
    font-family: "Futura";
    font-style: normal;
    font-weight: 600;
    src: url("./../fonts/FUTURAMEDIUM.woff") format("woff");
}

/* Reset CSS */
* {
    box-sizing: border-box;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
}
html {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    scroll-behavior: smooth;
}
body:not(.page-faq) main {
    overflow: hidden;
}
body {
    color: #000;
    letter-spacing: .1em;
    margin: 0;
    padding: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    color: #000;
    text-decoration: none;
    letter-spacing: .1em;
    transition: .3s all ease-out;
}
a img {
    transition: .3s all ease-out;
}
a:hover img {
    opacity: .6;
}
p {
    margin: 0;
    padding: 0;
}
h1,h2,h3{
    margin: 0;
    padding: 0;
}
h1 {
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .04em;
    color: #009BE2;
}
h2 {
    font-weight: 600;
    letter-spacing: .03em;
}
h3 {
    font-weight: 600;
    letter-spacing: .1em;
}
img {
    max-width: 100%;
    height: auto;
}
.inner {
    margin: 0 auto;
}
.inner-s {
    margin: 0 auto;
}
.pc-only {
    display: block!important;
}
.sp-only {
    display: none!important;
}
.flex {
    display: flex;
}
.flex-res {
    display: flex;
}
@media screen and (max-width:767px) {
/* Reset CSS */
body ,a {
    font-size: 14px;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 24px;
    letter-spacing: .1em;
}
h3 {
    font-size: 14px;
}
.inner,
.inner-s {
    max-width: 350px;
}
.pc-only {
    display: none!important;
}
.sp-only {
    display: block!important;
}
.flex-res {
    display: block;
}
}
@media screen and (min-width:768px) {
/* Reset CSS */
body {
    font-size: 16px;
}
a {
    font-size: 16px;
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
.inner {
    max-width: 600px;
}
.inner-s {
    max-width: 480px;
}
}
@media screen and (min-width: 900px) {
.inner {
    max-width: 800px;
}
.inner-s {
    max-width: 680px;
}
}
@media screen and (min-width:1200px) {
/* Reset CSS */
body {
    font-size: 16px;
}
a {
    font-size: 16px;
}
h1 {
    font-size: 60px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
.inner {
    max-width: 1000px;
}
.inner-s {
    max-width: 800px;
}
.inner-fix {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}
}
@media screen and (min-width:1300px) {
.inner {
    max-width: 1200px;
}
.inner-s {
    max-width: 900px;
}
}
/* Common Parts */
@keyframes opacity{
    0%{ opacity: 0;}
    100%{ opacity: 1;}
}
.buttons a {
    display: inline-flex;
    align-items: center;
    background: #fff;
    color: #009BE2;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
}
.buttons a:hover {
    border-color: #fff;
    background: #009BE2;
    color: #fff;
    box-shadow: none;
}
.buttons a:hover path {
    stroke: #fff;
}
.t-right {
    text-align: right;
}
.page-sec-title {
    letter-spacing: .1em;
    font-weight: 900;
}
ul.dot li {
    position: relative;
    padding-left: 1.2em;
}
ul.dot li:before {
    content: "・";
    position: absolute;
    top: 0;
    left:0;
}
@media screen and (max-width:767px) {
/* Common Parts */
main {
    padding-top: calc(100vw * calc(23 / 390));
    overflow: hidden;
}
.buttons a {
    border: solid 2px #fff;
    padding: 16px 31px;
    gap: 21.5px;
    font-size: 16px;
    border-radius: 6px;
    box-shadow: 0 3px 6px #00000057;
}
.buttons a:hover path {
    stroke: #fff;
}
.buttons a svg {
    max-width: 23.89px;
}
.page-sec-title {
    padding-left: 15px;
    font-size: 18px;
    border-left: solid #009BE2 4px;
}
}
@media screen and (min-width:768px) {
/* Common Parts */
.buttons a {
    border: solid 2px #fff;
    padding: 15px 20px;
    gap: 10px;
    font-size: 12px;
    border-radius: 3px;
    box-shadow: 0 3px 3px #00000057;
}
.buttons a svg {
    max-width: calc(100vw* calc(23.89 / 1600));
}
.page-sec-title {
    padding-left: 16px;
    font-size: 20px;
    border-left: solid #009BE2 4px;
}
}
@media screen and (min-width:1200px) {
/* Common Parts */
.buttons a {
    border: solid 3px #fff;
    padding: 20px 35px;
    gap: 23.7px;
    font-size: 18px;
    border-radius: 6px;
    box-shadow: 0 3px 6px #00000057;
}
.buttons a svg {
    max-width: 23.89px;
}
.page-sec-title {
    padding-left: 18px;
    font-size: 26px;
    border-left: solid #009BE2 4px;
}
}
/* Header CSS */
header {
    width: 27%;
    height: fit-content;
    position: fixed;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 99;
    opacity: 1;
}
header nav.header-menu ul li:last-child {
    margin-bottom: 0;
}
header nav ul li a {
    letter-spacing: 0;
}
header nav.header-menu ul li a:hover,
header nav.header-menu ul li.active a {
    color: #009BE2;
}
header nav .tel-contact p {
    letter-spacing: .05em;
}
header nav .tel-contact h2 {
    align-items: center;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    color: #009BE2;
}
@media screen and (min-width: 751px){
header {
    position: absolute;
}
header nav {
    padding-left: 30px;
    padding-bottom: 30px;
}
header nav .header-logo {
    max-width: 136px;
    padding: 24px 0 18px;
}
header nav.header-menu ul li {
    margin-bottom: 11px;
}
header nav ul li a {
    font-size: 12px;
}
header nav .tel-contact {
    margin-top: 20px;
}
header nav .tel-contact p {
    font-size: 10px;
    margin-bottom: 6px;
}
header nav .tel-contact h2 {
    gap: 6px;
    font-size: 20px;
}
header nav .tel-contact h2 svg {
    max-width: 18px;
}
header.scroll.hidden-on-scroll {
    transform: translateY(-100%);
    opacity: 0!important;
    transition: opacity .2s ease-out;
}
header.scroll:not(.hidden-on-scroll) {
    position: fixed;
    transform: translateY(0);
}
header.scroll {
    width: 100%;
    transition: .2s all ease-out;
    opacity: .9;
}
header.scroll:not(.hidden-on-scroll) .header-menu {
    display: flex!important;
    transition: .2s all ease-out;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: space-between;
    align-items: center;
}
header.scroll:not(.hidden-on-scroll) .header-menu ul {
    display: flex;
    gap: calc(100vw* calc(60 / 1600));
    align-items: center;
}
header.scroll:not(.hidden-on-scroll) .header-menu ul li {
    margin: 0;
}
header.scroll:not(.hidden-on-scroll) .header-logo {
    padding: 0;
}
header.scroll .tel-contact {
    margin-top: 0;
    padding-right: 20px;
}
}
@media screen and (min-width:1200px) {
/* Header CSS */
header {
    position: absolute;
}
header nav {
    padding-left: 60px;
    padding-bottom: 60px;
}
header nav .header-logo {
    max-width: 250px;
    padding: 48px 0 66.3px;
}
header nav.header-menu ul li {
    margin-bottom: 22px;
}
header nav ul li a {
    font-size: 18px;
}
header nav .tel-contact {
    margin-top: 36px;
}
header nav .tel-contact p {
    font-size: 12px;
    margin-bottom: 6px;
}
header nav .tel-contact h2 {
    gap: 6px;
    font-size: 28px;
}
header nav .tel-contact h2 svg {
    max-width: 21px;
}
header.scroll .header-menu {
    padding-top: 30px;
    padding-bottom: 30px;
}
header.scroll .header-menu ul {
    gap: 60px;
}
header.scroll .tel-contact {
    padding-right: 60px;
}
}
@media screen and (max-width:767px) {
/* Header CSS */
    header {
        width: 100%;
    }
    header.scroll .header-menu {
        display: none!important;
    }
    header .header-logo {
        max-width: 175px;
        padding: 19px 0 0 20px;
    }
    header .hamburger-menu {
        width: 100%;
        padding-bottom: 15.3px;
    }
    header .hamburger-menu .menu-btn-block {
        align-items: center;
        position: fixed;
        top: 23px;
        right: 20px;
        gap: 9px;
        transition: .6s all ease-out;
        z-index: 999;
    }
    header .hamburger-menu #js-hamburger > p {
        font-family: 'Roboto', sans-serif;
        color: #009BE2;
        font-size: 14px;
        letter-spacing: 0;
        transition: .3s all ease-out;
        animation: opacity 1.2s both;
    }
    header .hamburger-menu .menu-btn-block p.close-msg {
        opacity: 0;
        display: none;
    }
    header .hamburger-menu #js-hamburger.open p.open-msg {
        color: #009BE2;
        font-size: calc(100vw * calc(14 / 390));
        letter-spacing: 0;
    }
    header .hamburger-menu #js-hamburger.open p.open-msg {
        opacity: 0;
        display: none;
    }
    header .hamburger-menu #js-hamburger.open p.close-msg {
        opacity: 1;
        display: block;
    }
    header .hamburger-menu .menu-btn span {
        display: block;
        width: 20px;
        height: 1.5px;
        background: #009BE2;
        position: relative;
        transition: .3s all ease-out;
    }
    header .hamburger-menu .menu-btn span:before,
    header .hamburger-menu .menu-btn span:after {
        content: "";
        position: absolute;
        display: block;
        width: 20px;
        height: 1.5px;
        background: #009BE2;
        left: 0;
        transition: .3s all ease-out;
    }
    header .hamburger-menu .menu-btn span:before {
        top: -7.5px;
    }
    header .hamburger-menu .menu-btn span:after {
        top: 7.5px;
    }
    header .hamburger-menu #js-hamburger.open .menu-btn span {
        background: transparent;
    }
    header .hamburger-menu #js-hamburger.open .menu-btn span:before {
        transform: rotate(-45deg);
        top: calc(100vw * calc(0.25 / 390));
    }
    header .hamburger-menu #js-hamburger.open .menu-btn span:after {
        transform: rotate(45deg);
        top: calc(100vw * calc(-0.25 / 390));
    }
    header .hamburger-menu nav {
        transform: translateX(150vh);
        transition: .5s all ease-out;
        z-index: 999;
        position: absolute;
        background: #009BE2;
        color: #fff;
        left: 0;
        top: 66px;
        width: 100%;
        height: 100vh;
        padding: 53px 0 0 0;
        text-align: center;
    }
    header .hamburger-menu nav.open {
        transform: translateX(0);
        display: block;
        top: 61.6px;
    }
    header .hamburger-menu nav ul.nav-list li {
       margin-bottom: 33px;
       position: relative;
    }
    header .hamburger-menu nav ul.nav-list li:last-child {
        margin-bottom: 0;
    }
    header .hamburger-menu nav ul.nav-list li a {
        color: #fff;
        position: relative;
        font-weight: 600;
        font-size: 16px;
    }
    header .hamburger-menu nav ul.nav-list li a:after {
        content: "";
        position: absolute;
        right: -23.4px;
        top: 50%;
        background: transparent;
        border-right: solid #fff 1px;
        border-bottom: solid #fff 1px;
        width: 8px;
        height: 8px;
        transform: translateY(-50%) rotate(-45deg);
    }
    header .hamburger-menu nav .contact-block {
        margin-top: 63px;
        width: 268px;
        margin-left: auto;
        margin-right: auto;
    }
    header .hamburger-menu nav .contact-block ul li {
        margin-bottom: 20px;
    }
    header .hamburger-menu nav .contact-block ul li:last-child {
        margin-bottom: 0;
    }
    header .hamburger-menu nav .contact-block ul li a {
        background: #fff;
        text-align: center;
        display: block;
        border-radius: 8px;
    }
    header .hamburger-menu nav .contact-block ul li:first-child a {
        padding: 20px 16px;
    }
    header .hamburger-menu nav .contact-block ul li:last-child a {
        padding: 33.1px 16px;
    }
    header .hamburger-menu nav .contact-block ul li a span {
        color: #009BE2;
    }
    header .hamburger-menu nav .contact-block ul li a > span {
        align-items: center;
        justify-content: center;
    }
    header .hamburger-menu nav .contact-block ul li a > span.tel {
        margin-bottom: 2px;
        gap: 6px;
    }
    header .hamburger-menu nav .contact-block ul li a > span.tel > span {
        font-weight: 900;
        font-family: 'Roboto', sans-serif;
        font-size: 24px;
        letter-spacing: 0;
    }
    header .hamburger-menu nav .contact-block ul li a > span.tel > svg {
        max-width: 21px;
    }
    header .hamburger-menu nav .contact-block ul li:first-child a > span.opening {
        font-weight: 600;
        font-size: 12px;
        letter-spacing: 0;
        white-space: nowrap;
    }
    header .hamburger-menu nav .contact-block ul li a > span.mail {
        gap: 7px;
        align-items: center;
    }
    header .hamburger-menu nav .contact-block ul li a > span.mail  > span {
        font-weight: 600;
        font-size: 15px;
    }
    header .hamburger-menu nav .contact-block ul li a > span.mail > svg {
        max-width: 22px;
    }
}
/* Footer CSS */
.foot-contact .inner {
    background: #009BE2;
}
.foot-contact h2 {
    color: #fff;
    text-align: center;
    letter-spacing: .05em;
}
.foot-contact ul {
    display: flex;
    justify-content: center;
}
.foot-contact ul > li > a {
    display: block;
    background: #fff;
    text-align: center;
    justify-content: center;
}
.foot-contact ul > li:nth-child(1) > a > .flex > span {
    color:#009BE2;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    transition: .3s all ease-out;
}
.foot-contact ul > li:nth-child(1) > a > .desc p {
    color:#009BE2;
    letter-spacing: 0;
    transition: .3s all ease-out;
}
.foot-contact ul > li:nth-child(2) > a > .flex > span {
    font-weight: 900;
    color:#009BE2;
    font-family: "Noto Sans JP", sans-serif;
}
.foot-contact ul > li > a > .flex {
    justify-content: center;
    align-items: center;
}
.foot-contact ul > li > a > .flex svg path,
.foot-contact ul > li > a > .flex svg rect {
    fill: #009BE2;
}
.foot-contact ul > li > a:hover {
    border-color: #fff;
    color: #fff;
    background: #009BE2;
}
.foot-contact ul > li > a:hover > .flex > span {
    color: #fff;
}
.foot-contact ul > li > a:hover > .flex > svg path,
.foot-contact ul > li > a:hover > .flex > svg rect {
    fill: #fff;
}
.foot-contact ul > li:nth-child(1) > a:hover > .desc p {
    color: #fff;
}
.foot-banner ul.option-list {
    display: none;
    justify-content: center;
    align-items: center;
}
.foot-banner ul.option-list > li > a {
    display: block;
    background: #009BE2;
}
.foot-banner ul.option-list > li > a > ul {
    align-items: center;
    justify-content: start;
}
.foot-banner ul.option-list > li > a > ul > li.desc {
    background: #fff;
    text-align: center;
    font-weight: 900;
    font-family: "Noto Sans JP", sans-serif;
}
.foot-banner ul.option-list > li > a:hover {
    opacity: .7;
}
.foot-banner ul.banner-list {
    display: flex;
    justify-content: center;
}
footer {
    background: #009BE2;
    text-align: center;
    color: #fff;
}
footer .footer-logo {
    display: block;
}
footer .company-name p,
footer .address p {
    letter-spacing: 0;
}
footer .tel {
    justify-content: center;
    align-items: center;
}
footer .tel > span {
    font-weight: 900;
    letter-spacing: 0;
    font-family: 'Roboto', sans-serif;
}
footer .menu ul {
    justify-content: center;
    align-items: center;
}
footer .menu ul li a {
    color: #fff;
}
footer .menu ul li a:hover {
    opacity: .7;
}
footer .copyright p {
    letter-spacing: 0;
}
@media screen and (max-width:767px) {
/* Footer CSS */
.foot-contact {
    padding: 51.4px 0 61.5px;
}
.foot-contact .inner {
    border-radius: 16px;
    padding: 32.5px 20px 69.5px;
}
.foot-contact h2 {
    margin-bottom: 29px;
    font-size: 18px;
    line-height: 26px;
}
.foot-contact ul {
    display: block;
    gap: calc(100vw* calc(28 / 390));
    justify-content: center;
}
.foot-contact ul > li {
    margin-bottom: 25px;
}
.foot-contact ul > li:last-child {
    margin-bottom: 0;
}
.foot-contact ul > li > a {
    border-radius: 8px;
    width: 100%;
    border: solid #009BE2 2px;
    height: auto;
    margin: 0 auto;
}
.foot-contact ul > li:nth-child(1) > a {
    padding: 18px 0;
}
.foot-contact ul > li:nth-child(2) > a {
    padding: 37px 0;
}
.foot-contact ul > li:nth-child(1) > a > .flex {
    margin-bottom: 6px;
}
.foot-contact ul > li:nth-child(1) > a > .flex > span {
    font-size: 28px;
}
.foot-contact ul > li:nth-child(1) > a > .flex > svg {
    max-width: 21px;
}
.foot-contact ul > li:nth-child(1) > a > .desc p {
    font-size: 14px;
}
.foot-contact ul > li:nth-child(2) > a > .flex > span {
    font-size: 18px;
}
.foot-contact ul > li:nth-child(2) > a > .flex > svg {
    max-width: 22px;
}
.foot-contact ul > li > a > .flex {
    gap: calc(100vw * calc(6 / 390));
}
.foot-banner {
    padding: 10.8px 0 70px;
}
.foot-banner ul.option-list {
    margin-bottom: 56px;
}
.foot-banner ul.option-list > li {
    margin-bottom: 12px;
}
.foot-banner ul.option-list > li:last-child {
    margin-bottom: 0;
}
.foot-banner ul.option-list > li > a {
    padding: 4px;
}
.foot-banner ul.option-list > li > a > ul > li.icon {
    width: 20%;
    text-align: center;
}
.foot-banner ul.option-list > li:nth-child(1) > a > ul > li.icon svg {
    max-width: 35.64px;
}
.foot-banner ul.option-list > li:nth-child(2) > a > ul > li.icon svg {
    max-width: 47.74px;
}
.foot-banner ul.option-list > li > a > ul > li.desc {
    padding: 30px 0;
    width: 80%;
    font-size: 16px;
}
.foot-banner ul.banner-list {
    display: block;
    text-align: left;
}
.foot-banner .inner-s {
    max-width: 280px;
}
.foot-banner ul.banner-list.top {
    gap: 30px;
    margin-bottom: 50px;
}
.foot-banner ul.banner-list.bottom {
    gap: 50px;
}
.foot-banner ul.banner-list > li {
    max-width: 100%;
    margin-bottom: 30px;
}
.foot-banner ul.banner-list > li:last-child {
    margin-bottom: 0;
}
footer {
    padding: 40.7px 0 38px;
}
footer .footer-logo {
    display: block;
    margin-bottom: 13px;
}
footer .footer-logo img {
    max-width: 250px;
}
footer .company-name {
     margin-bottom: 12.8px;
}
footer .address {
     margin-bottom: 42.9px;
}
footer .company-name p,
footer .address p {
    font-size: 14px;
}
footer .tel {
    margin-bottom: 65.6px;
    gap: 4.9px;
    justify-content: center;
    align-items: center;
}
footer .tel > a {
    color: #fff;
    font-weight: 900;
    font-size: 26px;
    letter-spacing: 0;
    font-family: 'Roboto', sans-serif;
}
footer .menu ul {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    margin-bottom: 56px;
    gap: 13px 27px;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
}
footer .menu ul li a {
    font-size: 14px;
}
footer .copyright p {
    font-size: 12px;
    letter-spacing: 0;
}
}
@media screen and (min-width:481px) {
/* Footer CSS */
.foot-contact {
    padding: 40px 0 45px;
}
.page-home .foot-contact {
    padding: 40px 0 0;
}
.foot-contact .inner {
    border-radius: 15px;
    padding: 25px 0;
}
.foot-contact h2 {
    margin-bottom: 20px;
    font-size: 16px;
}
.foot-contact ul {
    gap: calc(100vw * calc(28 / 1600));
}
.foot-contact ul > li > a {
    border-radius: 4px;
    width: 230px;
    border: 2px solid #009be2;
    height: 60px;
}
.foot-contact ul > li:nth-child(1) > a {
    padding: 10px;
}
.foot-contact ul > li:nth-child(2) > a {
    padding: 18px 0;
}
.foot-contact ul > li:nth-child(1) > a > .flex {
    margin-bottom: 1px;
}
.foot-contact ul > li:nth-child(1) > a > .flex > span {
    font-size: 14px;
}
.foot-contact ul > li:nth-child(1) > a > .flex > svg {
    max-width: 14px;
}
.foot-contact ul > li:nth-child(1) > a > .desc p {
    font-size: 10px;
}
.foot-contact ul > li:nth-child(2) > a > .flex > span {
    font-size: 12px;
}
.foot-contact ul > li:nth-child(2) > a > .flex > svg {
    max-width: 16px;
}
.foot-contact ul > li > a > .flex {
    gap: 4px;
}
.foot-banner {
    padding: 65px 0 70px;
}
.foot-banner ul.option-list {
    gap: 20px;
    margin-bottom: 30px;
}
.foot-banner ul.option-list > li > a {
    padding: 3px;
}
.foot-banner ul.option-list > li > a > ul > li.icon {
    width: 20%;
    text-align: center;
}

.foot-banner ul.option-list > li:nth-child(1) > a > ul > li.icon svg {
    max-width: 25px;
}
.foot-banner ul.option-list > li:nth-child(2) > a > ul > li.icon svg {
    max-width: 30px;
}
.foot-banner ul.option-list > li > a > ul > li.desc {
    padding: 16px 0;
    width: 275px;
    font-size: 10px;
}
.foot-banner ul.banner-list.top {
    gap: 50px;
    margin-bottom: 30px;
}
.foot-banner ul.banner-list.bottom {
    gap: 50px;
}
.foot-banner ul.banner-list > li {
    max-width: 390px;
}
footer {
    padding: 40px 0 30px;
}
footer .footer-logo {
    margin-bottom: 20px;
}
footer .footer-logo img {
    max-width: 180px;
}
footer .company-name {
     margin-bottom: 2px;
}
footer .address {
     margin-bottom: calc(100vw * calc(45 / 1600));
}
footer .company-name p,
footer .address p {
    font-size: 12px;
}
footer .tel {
    margin-bottom: 30px;
    gap: 4px;
}
footer .tel svg {
    max-width: 16px;
}
footer .tel > span {
    font-size: 18px;
}
footer .menu ul {
    margin-bottom: 10px;
    gap: 20px;
}
footer .menu ul li a {
    font-size: 10px;
}
footer .copyright p {
    font-size: 10px;
}
}
@media screen and (min-width:1200px) {
/* Footer CSS */
.foot-contact {
    padding: 119.9px 0 129px;
}
.page-home .foot-contact {
    padding: 119.9px 0 0;
}
.foot-contact .inner {
    border-radius: 20px;
    padding: 67.5px 0 79px;
}
.foot-contact h2 {
    margin-bottom: 57.5px;
    font-size: 28px;
}
.foot-contact ul {
    gap: 28px;
}
.foot-contact ul > li > a {
    border-radius: 8px;
    width: 348px;
    border: solid #009be2 3px;
    height: 108px;
}
.foot-contact ul > li:nth-child(1) > a {
    padding: 22px 0;
}
.foot-contact ul > li:nth-child(2) > a {
    padding: 37px 0;
}
.foot-contact ul > li:nth-child(1) > a > .flex {
    margin-bottom: 3.5px;
}
.foot-contact ul > li:nth-child(1) > a > .flex > span {
    font-size: 28px;
}
.foot-contact ul > li:nth-child(1) > a > .flex > svg {
    max-width: 21px;
}
.foot-contact ul > li:nth-child(1) > a > .desc p {
    font-size: 14px;
}
.foot-contact ul > li:nth-child(2) > a > .flex > span {
    font-size: 20px;
}
.foot-contact ul > li:nth-child(2) > a > .flex > svg {
    max-width: 25.57px;
}
.foot-contact ul > li > a > .flex {
    gap: 7px;
}
.foot-banner {
    padding: 85px 0 90px;
}
.foot-banner ul.option-list {
    gap: 49px;
    margin-bottom: 76px;
}
.foot-banner ul.option-list > li > a {
    padding: 5px;
}
.foot-banner ul.option-list > li:nth-child(1) > a > ul > li.icon {
    padding: 0 20.7px 0 15.7px;
    width: auto;
}
.foot-banner ul.option-list > li:nth-child(2) > a > ul > li.icon {
    padding: 0 14px 0 7px;
}
.foot-banner ul.option-list > li:nth-child(1) > a > ul > li.icon svg {
    max-width: 37.27px;
}
.foot-banner ul.option-list > li:nth-child(2) > a > ul > li.icon svg {
    max-width: 49.92px;
}
.foot-banner ul.option-list > li > a > ul > li.desc {
    padding: 30px 0;
    width: 295px;
    font-size: 18px;
}
.foot-banner ul.banner-list.top {
    gap: 50px;
    margin-bottom: 53px;
}
.foot-banner ul.banner-list.bottom {
    gap: 50px;
}
.foot-banner ul.banner-list > li {
    max-width: 265px;
}
footer {
    padding: 73.3px 0 66.3px;
}
footer .footer-logo {
    margin-bottom: 44.7px;
}
footer .footer-logo img {
    max-width: 250px;
}
footer .company-name {
     margin-bottom: 9.8px;
}
footer .address {
     margin-bottom: 45px;
}
footer .company-name p,
footer .address p {
    font-size: 19px;
}
footer .tel {
    margin-bottom: 65.6px;
    gap: 4.9px;
}
footer .tel > span {
    font-size: 26px;
}
footer .menu ul {
    margin-bottom: 40.6px;
    gap: 41px;
}
footer .menu ul li a {
    font-size: 17px;
}
footer .copyright p {
    font-size: 14px;
}
}
/* MainVisual (TOP) */
.page-home .mv {
    position: relative;
    width: 73%;
    margin-bottom: 0;
}
.page-home .mv img {
    width: 100%;
    margin-left: auto;
}
.page-home .mv h1 {
    position: absolute;
    color: #fff;
    font-weight: 600;
    letter-spacing: .1em;
    font-family: "Noto Sans JP",sans-serif;
}
.page-home .mv .desc-block {
    position: relative;
    background: #fff;
    color: #009BE2;
    left: 0;
}
.page-home .mv .desc-block h2 {
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 900;
    letter-spacing: .05em;
}
.page-home .mv .desc-block p {
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 600;
    letter-spacing: .1em;
}
@media screen and (max-width:767px) {
/* MainVisual (TOP) */
.page-home .mv {
    padding-bottom: 89px;
    margin-bottom: 0;
    margin-top: 61.6px;
    z-index: -1;
    width: 100%;
}
.page-home .mv img {
    width: 100%;
    margin-left: auto;
}
.page-home .mv h1 {
    top: 27.4px;
    right: 20px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .1em;
}
.page-home .mv .desc-block {
    position: relative;
    top: unset;
    padding: 45.4px 20px 0;
}
.page-home .mv .desc-block h2 {
    margin-bottom: 26px;
    font-size: 24px;
    letter-spacing: .1em;
}
.page-home .mv .desc-block p {
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 28px;
}
}
@media screen and (min-width: 768px) {
/* MainVisual (TOP) */
.page-home .mv {
    margin-left: auto;
}
.page-home .mv h1 {
    top: 44px;
    right: 40px;
    font-size: 26px;
}
.page-home .mv .desc-block {
    top: -72px;
    padding: 30px 20px 0 0;
    left: calc((27vw - ((50vw - 300px)))* -1);
    max-width: 80%;
}
.page-home .mv .desc-block h2 {
    margin-bottom: 20px;
    font-size: 25px;
}
.page-home .mv .desc-block p {
    font-size: 12px;
    line-height: 26px;
}
}
@media screen and (min-width: 900px) {
.page-home .mv .desc-block {
    padding: 30px 120px 0  0;
    max-width: 80%;
    left: calc((27vw - ((50vw - 400px))) * -1);
}
}
@media screen and (min-width:1200px) {
/* MainVisual (TOP) */
.page-home .mv h1 {
    top: 54px;
    right: 60px;
    font-size: 40px;
}
.page-home .mv .desc-block {
    top: -99px;
    padding: 67px 120px 0 0;
    max-width: 80%;
    left: calc((27vw - ((50vw - 500px))) * -1);
}
.page-home .mv .desc-block h2 {
    margin-bottom: 38px;
    font-size: 50px;
}
.page-home .mv .desc-block p {
    font-size: 20px;
    line-height: 40px;
}
}
/* MainVisual (Page) */
body:not(.page-home) .mv {
    margin-left: auto;
    width: 73%;
}
.mv img {
    width: 100%;
    margin-left: auto;
}
.main-title {
    text-align: center;
}
.main-title h1 {
    font-family: "Noto Sans JP Medium",sans-serif;
    letter-spacing: .1em;
    color: #000;
    font-weight: 600;
}
.main-title h2 {
    letter-spacing: .04em;
    color: #009BE2;
}
.main-title h3 {
    letter-spacing: .1em;
}
body:not(.page-home) .main-title h3 {
    letter-spacing: .04em;
    color: #009BE2;
    font-family: "Roboto Medium", sans-serif;
    font-weight: 500;
}
@media screen and (min-width: 1300px) {
.page-home .mv .desc-block {
    left: calc((27vw - ((50vw - 600px))) * -1);
}
}
@media screen and (min-width: 1600px) {
.page-home .mv .desc-block {
    left: -27%;
}
}
@media screen and (max-width:767px) {
/* MainVisual (Page) */
body:not(.page-home) .mv {
    width: 100%;
}
.mv {
    margin-bottom: calc(100vw* calc(34.4 / 390));
    margin-top: calc(100vw * calc(61.6 / 390));
}
.mv img {
    width: 100%;
}
.main-title {
    margin-bottom: 20px;
}
.main-title h1 {
    font-size: 22px;
    margin-bottom: 4px;
}
.main-title h2 {
    font-size: 40px;
    margin-bottom: 5px;
}
.main-title h3 {
    font-size: 14px;
    line-height: 20px;
}
body:not(.page-home) .main-title h3 {
    font-size: 14px;
}
}
@media screen and (min-width:768px) {
/* MainVisual (Page) */
.mv {
    margin-bottom: calc(100vw* calc(110 / 1600));
}
.main-title {
    margin-bottom: 60px;
}
.main-title h1 {
    font-size: 22px;
    margin-bottom: 4px;
}
.main-title h2 {
    font-size: 30px;
    margin-bottom: 5px;
}
.main-title h3 {
    font-size: calc(100vw* calc(20 / 1600));
}
body:not(.page-home) .main-title h3 {
    font-size: 16px;
}
}
@media screen and (min-width: 1200px) {
/* MainVisual (Page) */
.mv {
    margin-bottom: 110px;
}
.main-title {
    margin-bottom: 110px;
}
.main-title h1 {
    font-size: 32px;
    margin-bottom: 8.1px;
}
.main-title h2 {
    font-size: 60px;
    margin-bottom: 10.9px;
}
.main-title h3 {
    font-size: 20px;
}
body:not(.page-home) .main-title h3 {
    font-size: 18px;
}
}

/* Top(About) */
.page-home #about {
    position: relative;
}
.page-home #about .inner-fix {
    background: #009BE2;
}
.page-home .flex-res {
    align-items: center;
    position: relative;
}
.page-home #about .img {
    order: 1;
    position: relative;
}
.page-home #about h2,
.page-home #about p,
.page-home #about .buttons {
    color: #fff;
}
.page-home #about h2 {
    font-family: "Noto Sans JP",sans-serif;
    letter-spacing: .1em;
}
.page-home #about p {
    letter-spacing: .1em;
}
@media screen and (max-width: 767px) {
/* Top(About) */
.page-home #about .inner-fix {
    padding: 0 0 56px;
    z-index: 2;
}
.page-home #about .img {
    order: 1;
    left: 0;
    top: -40px;
    margin-bottom: -3.6px;
    position: relative;
    max-width: 350px;
}
.page-home #about h2,
.page-home #about p,
.page-home #about .buttons {
    width: 100%;
}
.page-home #about .desc h2, .page-home #about .desc p {
    width: 100%;
}
.page-home #about h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 22px;
}
.page-home #about p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 37.1px;
}
.page-home #about .buttons {
    text-align: center;
}
}
@media screen and (max-width:480px) {
.page-home #about .img {
    order: 1;
    left: 0;
    top: -40px;
    margin-bottom: -3.6px;
}
}
@media screen and (min-width:768px) {
/* Top(About) */
.page-home #about .inner-fix {
    padding: 20px 0 30px;
}
.page-home #about .img {
    order: 1;
    position: relative;
    top: 50px;
    left: 40px;
    max-width: 400px;
}
.page-home #about h2 {
    font-size: 14px;
    margin-bottom: 13px;
    line-height: 26px;
}
.page-home #about .desc h2, .page-home #about .desc p {
    width: calc(100% + 20px);
}
.page-home #about p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
}
}
@media screen and (min-width:1200px) {
/* Top(About) */
.page-home #about .inner-fix {
    padding: 20px 0 30px;
}
.page-home .flex-res {
    /* gap: 130px; */
}
.page-home #about .img {
    order: 1;
    position: relative;
    top: 60px;
    left: 70px;
    max-width: 740px;
}
.page-home #about img {
    max-width: 100%;
}
.page-home #about .desc h2, .page-home #about .desc p {
    width: calc(100% + 10px);
}
.page-home #about h2 {
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 42px;
}
.page-home #about p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 43.5px;
}
}
@media screen and (min-width:1600px) {
.page-home #about .img {
    order: 1;
    position: relative;
    left: 140px;
    top: 70px;
    max-width: 800px;
}    
}
/* Top(Problem) */
.page-home #problem ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.page-home #problem ul li > div {
    align-items: center;
}
.page-home #problem ul li > div > p {
    font-weight: 600;
    letter-spacing: .03em;
}
@media screen and (max-width:767px) {
/* Top(Problem) */
.page-home #problem {
    padding: 37px 0 55px;
}
.page-home #problem .main-title {
    margin-bottom: 37.4px;
}
.page-home #problem ul {
    display: block;
}
.page-home #problem ul li {
    margin-bottom: 35.5px;
}
.page-home #problem ul li:last-child {
    margin-bottom: 0;
}
.page-home #problem ul li > img {
    margin-bottom: 13.8px;
}
.page-home #problem ul li > div {
    gap: 12px;
}
.page-home #problem ul li > div > svg {
    max-width: 18.64px;
}
.page-home #problem ul li > div > p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
}
}
@media screen and (min-width:768px) {
/* Top(Problem) */
.page-home #problem {
    padding: 60px 0 80px;
}
.page-home #problem .main-title {
    margin-bottom: calc(100vw* calc(97.1 / 1600));
}
.page-home #problem ul {
    gap: 40px 30px;
}
.page-home #problem ul li > img {
    margin-bottom: 20px;
}
.page-home #problem ul li > div {
    gap: 14px;
}
.page-home #problem ul li > div > p {
    font-size: 12px;
    line-height: 18px;
}
.page-home #problem ul li > div > svg {
    max-width: 20px;
}
}
@media screen and (min-width:1200px) {
/* Top(Problem) */
.page-home #problem {
    padding: 140.1px 0 167.3px;
}
.page-home #problem .main-title {
    margin-bottom: 97.1px;
}
.page-home #problem ul {
    gap: 113px 101px;
}
.page-home #problem ul li > img {
    margin-bottom: 39.6px;
}
.page-home #problem ul li > div {
    gap: 30.2px;
}
.page-home #problem ul li > div > p {
    font-size: 24px;
    line-height: 30px;
}
.page-home #problem ul li > div > svg {
    max-width: 39.79px;
}
}
/* Top(Our Service) */
.page-home #service {
    background: #F5F5F5;
}
.page-home #service ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    counter-reset: number 0;
}
.page-home #service ul li {
    position: relative;
    background: #fff;
    color: #009BE2;
    text-align: center;
}
.page-home #service ul li::before {
    counter-increment: number 1;
    content: counter(number, decimal-leading-zero) ' ';
    position: absolute;
    font-family: 'Roboto', sans-serif;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: 0;
    font-weight: 600;
}
.page-home #service ul li h4 {
    font-family: "Noto Sans JP",sans-serif;
    letter-spacing: .1em;
}
.page-home #service .buttons {
    text-align: center;
}
@media screen and (max-width:767px) {
/* Top(Our Service) */
.page-home #service {
    padding: 37px 0 63.1px;
}
.page-home #service .main-title {
    margin-bottom: 58px;
}
.page-home #service ul {
    display: block;
    margin-bottom: 48px;
}
.page-home #service ul li {
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: space-between;
    padding: 29px 26.3px 28.8px 22px;
    margin-bottom: 19px;
    box-shadow: 0 0 12px #00000030;
}
.page-home #service ul li:last-child {
    margin-bottom: 0;
}
.page-home #service ul li::before {
    top: 16px;
    left: 22px;
    transform: translateX(0);
    font-size: 30px;
}
.page-home #service ul li h4 {
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: .1em;
    margin-bottom: 0;
    line-height: 28px;
}
.page-home #service ul li:nth-child(1) img {
    max-width: 96.77px;
}
.page-home #service ul li:nth-child(2) img {
    max-width: 105px;
}
.page-home #service ul li:nth-child(3) img {
    max-width: 110px;
}
.page-home #service ul li:nth-child(4) img {
    max-width: 110px;
}
}
@media screen and (min-width:768px) {
/* Top(Our Service) */
.page-home #service {
    padding: 30px 0 40px;
}
.page-home #service .main-title {
    margin-bottom: 35px;
}
.page-home #service ul {
    gap: 10px;
    margin-bottom: 20px;
}
.page-home #service ul li {
    padding: 40px 0 20px;
    box-shadow: 0 0 12px #00000030;
}
.page-home #service ul li::before {
    top: 10px;
    font-size: 20px;
}
.page-home #service ul li h4 {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 24px;
}
.page-home #service ul li:nth-child(1) img {
    max-width: 75px;
}
.page-home #service ul li:nth-child(2) img {
    max-width: 90px;
}
.page-home #service ul li:nth-child(3) img {
    max-width: 100px;
}
.page-home #service ul li:nth-child(4) img {
    max-width: 100px;
}
}
@media screen and (min-width:1200px) {
/* Top(Our Service) */
.page-home #service {
    padding: 100.8px 0 71.1px;
}
.page-home #service .main-title {
    margin-bottom: 64.3px;
}
.page-home #service ul {
    gap: 27px;
    margin-bottom: 64.5px;
}
.page-home #service ul li {
    padding: 88.7px 0 35.4px;
    box-shadow: 0 0 12px #00000030;
}
.page-home #service ul li::before {
    top: 24px;
    font-size: 40px;
}
.page-home #service ul li h4 {
    font-size: 20px;
    margin-bottom: 42.7px;
    line-height: 42px;
}
.page-home #service ul li:nth-child(1) img {
    max-width: 121.08px;
}
.page-home #service ul li:nth-child(2) img {
    max-width: 151.58px;
}
.page-home #service ul li:nth-child(3) img {
    max-width: 194.38px;
}
.page-home #service ul li:nth-child(4) img {
    max-width: 189.52px;
}
}
/*** About Page Contents ***/
.page-about #greeting ul {
    align-items: end;
    justify-content: center;
}
.page-about #greeting ul li.img {
    order: 1;
}
.page-about #greeting ul li.desc {
    order: 0;
}

.page-about #greeting ul li.desc p {
    letter-spacing: .1em;
    font-weight: 600;
}
.page-about #greeting ul li.desc p.t-right {
    letter-spacing: .1em;
    margin-bottom: 0;
}
.page-about #career ul li dl {
    display: flex;
}
 .page-about #career ul li dl:last-child {
     margin-bottom: 0;
 }
.page-about #career ul li dl dt {
    width: 30%;
    white-space: nowrap;
}
.page-about #career ul li dl dd {
    width: 70%;
}
.page-about #career ul li dl dt,
.page-about #career ul li dl dd {
    letter-spacing: .05em;
}
.page-about #service {
    background: #009BE2;
    color: #fff;
}
.page-about #service h2 {
    text-align: center;
    font-family: 'Roboto',sans-serif;
    letter-spacing: .1em;
}
.page-about #service ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.page-about #service ul li h3 {
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: .03em;
}
.page-about #service .buttons {
    text-align: center;
}
.page-about #overview .img {
    margin-left: auto;
    margin-right: auto;
}
.page-about #overview ul li {
    width: 50%;
}
.page-about #overview ul li dl {
    display: flex;
}
.page-about #overview ul li dl dt,
.page-about #overview ul li dl dd p{ 
    letter-spacing: .05em;
}
.page-about #overview ul li dl dt {
    width: 20%;
}
.page-about #overview ul li dl dd {
    width: 80%;
}
.page-about #overview ul li dl dd p {
    display: flex;
    flex-flow: wrap;
}
.page-about #overview ul li dl dd p > a {
    color: #009BE2;
    position: relative;
}
.page-about #overview ul li dl dd p > a:hover {
    opacity: .7;
}
.page-about #overview ul li dl dd p > a::before {
    content: "";
    background: transparent;
    position: absolute;
    left: 0;
    transform: rotate(-45deg);
}
.page-about #overview ul li dl dd p:last-child {
    margin-bottom: 0;
}
.page-about #access .map iframe {
    width: 100%;
}
.page-about #access ul {
    align-items: end;
}
.page-about #access ul li.desc > h3 {
    letter-spacing: .1em;
    font-family: "Noto Sans JP Medium", sans-serif;
    font-weight: 500;
}
.page-about #access ul li.desc ul li {
    letter-spacing: .1em;
}
.page-about #access ul li.desc ul li:last-child {
    margin-bottom: 0;
}
.page-about #access ul li.desc > .caution {
    letter-spacing: .1em;
}
.page-about #access ul li.desc > .buttons {
    text-align: right;
}
@media screen and (max-width:767px) {
/*** About Page Contents ***/
.page-about #greeting {
    padding: 2px 0 54px;
}
.page-about #greeting ul li.img {
    margin-bottom: 30px;
}
.page-about #greeting ul li.desc h2 {
    margin-bottom: 20px;
}
.page-about #greeting ul li.desc p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 6px;
}
.page-about #greeting ul li.desc p.t-right {
    font-size: 14px;
}
.page-about #career {
    padding-bottom: 62px;
}
.page-about #career h2 {
    margin-bottom: 22px;
}
.page-about #career ul li dl {
    gap: 0;
    margin-bottom: 11px;
}
.page-about #career ul li dl dt {
    width: 33%;
}
.page-about #career ul li dl dd {
    width: 67%;
}
.page-about #career ul li dl dt,
.page-about #career ul li dl dd {
    font-size: 14px;
    line-height: 20px;
}
.page-about #service {
    padding: 36px 0 47px;
}
.page-about #service h2 {
    margin-bottom: 28px;
    font-size: 22px;
}
.page-about #service ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 46px;
}
.page-about #service ul li h3 {
    margin-top: 13px;
    font-size: 18px;
}
.page-about #service .buttons {
    margin-top: 60px;
}
.page-about #overview {
    padding: 46px 0 50.5px;
}
.page-about #overview .img {
    margin-bottom: 40px;
}
.page-about #overview h2 {
    margin-bottom: 20.5px;
}
.page-about #overview ul li {
    width: 100%
}
.page-about #overview ul li dl {
    border-top: solid 1px #ddd;
    padding: 12px 0;
}
.page-about #overview ul li dl:last-child {
    border-bottom: none;
}
.page-about #overview ul li:nth-child(2) dl:last-child {
    border-bottom: solid 1px #ddd;
}    
.page-about #overview ul li dl dt,
.page-about #overview ul li dl dd p{ 
    font-size: 14px;
    line-height: 20px;
}
.page-about #overview ul li dl dt {
    width: 30%;
}
.page-about #overview ul li dl dd {
    width: 70%;
}
.page-about #overview ul li dl dd p {
    margin-bottom: 9px;
}
.page-about #overview ul li dl dd p > a {
    padding-left: 13px;
    line-height: 24px;
}
.page-about #overview ul li dl dd p > a::before {
    border-right: solid 1.5px #009BE2;
    border-bottom: solid 1.5px #009BE2;
    width: 5px;
    height: 5px;
    top: 7px;
}
.page-about #access {
    padding-bottom: 70px;
}
.page-about #access .map {
    margin-bottom: 20px;
}
.page-about #access .map iframe {
    max-height: 300px;
}
.page-about #access h2 {
    margin-bottom: 20px;
}
.page-about #access ul {
    flex-direction: column;
}
.page-about #access ul li.img img {
    max-width: 100%;
}
.page-about #access ul li.img {
    order: 1;
}
.page-about #access ul li.desc {
    order: 0;
    margin-bottom:48px
}
.page-about #access ul li.desc > h3 {
    margin-bottom: 17px;
    font-size: 16px;
}
.page-about #access ul li.desc ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}
.page-about #access ul li.desc > .caution {
    margin-top: 20px;
    font-size: 14px;
}
.page-about #access ul li.desc > .buttons {
    margin-top: 38px;
    text-align: center
}
}
@media screen and (min-width:768px) {
/*** About Page Contents ***/
.page-about .main-title {
    margin-bottom: 95px;
}
.page-about #greeting {
    padding: 12px 0 75px;
}
.page-about #greeting .page-sec-title {
    margin-bottom: 35px;
}
.page-about #greeting ul {
    gap: 75px;
}
.page-about #greeting ul li.img {
    order: 1;
}
.page-about #greeting ul li.img img {
    max-width: 323px;
}
.page-about #greeting ul li.desc {
    order: 0;
}
.page-about #greeting ul li.desc h2 {
    margin-bottom: 30px;
}
.page-about #greeting ul li.desc p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15.6px;
}
.page-about #greeting ul li.desc p.t-right {
    font-size: 16px;
}
.page-about #career {
    padding-bottom: 120px;
}
.page-about #career h2 {
    margin-bottom: 35px;
}
.page-about #career ul {
    gap: 25px;
}
.page-about #career ul li {
    width: 50%;
}
.page-about #career ul li dl {
    gap: 0;
    margin-bottom: 15px;
}
.page-about #career ul li dl dt {
    width: 40%;
}
.page-about #career ul li dl dd {
    width: 60%;
}
.page-about #career ul li dl dt,
.page-about #career ul li dl dd {
    font-size: 16px;
    line-height: 24px;
}
.page-about #service {
    padding: 64.5px 0 67px;
}
.page-about #service h2 {
    margin-bottom: 59px;
    font-size: 28px;
}
.page-about #service ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 55px 35px;
}
.page-about #service ul li h3 {
    margin-top: 16px;
    font-size: 18px;
}
.page-about #service .buttons {
    margin-top: 60px;
}
.page-about #overview {
    padding: 95px 0 80px;
}
.page-about #overview .img {
    margin-bottom: 80px;
}
.page-about #overview h2 {
    margin-bottom: 30.5px;
}
.page-about #overview ul {
    gap: 35.7px;
}
.page-about #overview ul li dl {
    border-top: solid 1px #ddd;
    padding: 19px 0;
}
.page-about #overview ul li dl:last-child {
    border-bottom: solid 1px #ddd;
}
.page-about #overview ul li dl dt,
.page-about #overview ul li dl dd p{
    font-size: 14px;
    line-height: 20px;
}
.page-about #overview ul li dl dd p > a {
    padding-left: 13px;
}
.page-about #overview ul li dl dd p > a::before {
    border-right: solid 1.5px #009BE2;
    border-bottom: solid 1.5px #009BE2;
    width: 5px;
    height: 5px;
    top: 7px;
}
.page-about #overview ul li dl dt {
    width: 26%;
}
.page-about #overview ul li dl dd {
    width: 74%;
}
.page-about #overview ul li dl dd p {
    margin-bottom: 9px;
}
.page-about #overview ul li dl dd p > a {
    padding-left: 20px;
    line-height: 24px;
}
.page-about #overview ul li dl dd p > a::before {
    border-right: solid 2px #009BE2;
    border-bottom: solid 2px #009BE2;
    width: 6px;
    height: 6px;
    top: 7.5px;
}
.page-about #access {
    padding-bottom: 62.7px;
}
.page-about #access .map {
    margin-bottom: 64px;
}
.page-about #access .map iframe {
    max-height: 350px;
}
.page-about #access h2 {
    margin-bottom: 44px;
}
.page-about #access ul {
    gap: 22px;
}
.page-about #access ul li.img img {
    max-width: 350px;
}
.page-about #access ul li.desc > h3 {
    margin-bottom: 25px;
    font-size: 16px;
}
.page-about #access ul li.desc ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
}
.page-about #access ul li.desc > .caution {
    margin-top: 10px;
    font-size: 14px;
}
.page-about #access ul li.desc > .buttons {
    margin-top: 24px;
}
}
@media screen and (min-width:1200px) {
/*** About Page Contents ***/
.page-about #greeting {
    padding: 32px 0 105px;
}
.page-about #greeting .page-sec-title {
    margin-bottom: 22px;
}
.page-about #greeting ul {
    gap: 80px;
}
.page-about #greeting ul li.img {
    order: 1;
}
.page-about #greeting ul li.img img {
    max-width: 613px;
}
.page-about #greeting ul li.desc {
    order: 0;
}
.page-about #greeting ul li.desc h2 {
    margin-bottom: 52px;
}
.page-about #greeting ul li.desc p {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 48.6px;
}
.page-about #greeting ul li.desc p.t-right {
    font-size: 20px;
}
.page-about #career {
    padding-bottom: 150px;
}
.page-about #career h2 {
    margin-bottom: 52px;
}
.page-about #career ul {
    gap: 125px;
    
}
.page-about #career ul li dl {
    gap: 55px;
    margin-bottom: 19px;
}
.page-about #career ul li dl dt {
    width: 30%;
}
.page-about #career ul li dl dd {
    width: 70%;
}
.page-about #career ul li dl dt,
.page-about #career ul li dl dd {
    font-size: 16px;
    line-height: 24px;
}
.page-about #service {
    padding: 84.5px 0 87px;
}
.page-about #service h2 {
    margin-bottom: 99px;
    font-size: 32px;
}
.page-about #service ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 35px;
}
.page-about #service ul li h3 {
    margin-top: 20px;
    font-size: 20px;
}
.page-about #service .buttons {
    margin-top: 100px;
}
.page-about #overview {
    padding: 145px 0 140px;
}
.page-about #overview .img {
    margin-bottom: 120px;
}
.page-about #overview h2 {
    margin-bottom: 43.5px;
}
.page-about #overview ul {
    gap: 91.7px;
}
.page-about #overview ul li dl {
    border-top: solid 1px #ddd;
    padding: 19px 0;
}
.page-about #overview ul li dl:last-child {
    border-bottom: solid 1px #ddd;
}
.page-about #overview ul li dl dt,
.page-about #overview ul li dl dd p{ 
    font-size: 16px;
    line-height: 24px;
}
.page-about #overview ul li dl dt {
    width: 20%;
}
.page-about #overview ul li dl dd {
    width: 80%;
}
.page-about #overview ul li dl dd p {
    margin-bottom: 9px;
}
.page-about #overview ul li dl dd p > a {
    padding-left: 20px;
    line-height: 24px;
}
.page-about #overview ul li dl dd p > a::before {
    border-right: solid 2px #009BE2;
    border-bottom: solid 2px #009BE2;
    width: 6px;
    height: 6px;
    top: 9px;
}
.page-about #access {
    padding-bottom: 122.7px;
}
.page-about #access h2 {
    margin-bottom: 62px;
}
.page-about #access .map {
    margin-bottom: 64px;
}
.page-about #access .map iframe {
    max-height: 500px;
}
.page-about #access ul {
    gap: 72px;
}
.page-about #access ul li.img img {
    max-width: 600px;
}
.page-about #access ul li.desc > h3 {
    margin-bottom: 40px;
    font-size: 18px;
}
.page-about #access ul li.desc ul li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 22px;
}
.page-about #access ul li.desc > .caution {
    margin-top: 22px;
    font-size: 16px;
}
.page-about #access ul li.desc > .buttons {
    margin-top: 104px;
}
}
@media screen and (min-width:1600px) {
/*** About Page Contents ***/
.page-about #overview{
    max-width: 1600px;
    margin: 0 auto;
}
}
/*** Service Page Contents ***/
.page-service #todo {
    background: #F5F5F5;
}
.page-service #todo p.first {
    text-align: center;
    letter-spacing: .1em;
}
.page-service #todo ul {
    display: grid;
    counter-reset: number 0;
}
.page-service #todo ul li {
    position: relative;
    background: #fff;
    text-align: center;
    overflow: hidden;
}
.page-service #todo ul li:before {
    content: "";
    background: #E5F5FC;
    position: absolute;
    transform: rotate(-45deg);
}
.page-service #todo ul li:after {
    counter-increment: number 1;
    content: counter(number, decimal-leading-zero) ' ';
    position: absolute;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    font-weight: 600;
    color: #009BE2;
}
.page-service #todo ul li h3 {
    letter-spacing: .1em;
}
.page-service #price .desc p {
    letter-spacing: .1em;
    font-family: "Noto Sans JP Medium", sans-serif;
    font-weight: 500;
}
.page-service #price .tabel table {
    border-collapse: collapse;
}
.page-service #price .tabel table td {
    letter-spacing: .1em;
}
.page-service #price .tabel table td:first-child {
    width: 20%;
    background: #F5F5F5;
}
.page-service #price .tabel table td:last-child {
    width: 50%;
}
.page-service #flow > div > .desc p {
    letter-spacing: .01em;
    font-family: "Noto Sans JP Medium",sans-serif;
    font-weight: 500;
}
.page-service #flow ul.flow-list > li {
    position: relative;
    background: #E5F5FC;
    margin-left: auto;
    margin-right: auto;
}
.page-service #flow ul.flow-list > li:after {
    content: "";
    position: absolute;
    background: transparent;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}
.page-service #flow ul.flow-list > li:last-child:after {
    content: none;
}
.page-service #flow ul.flow-list > li  > ul {
    align-items: center;
}
.page-service #flow ul.flow-list > li  > ul > li.img {
    width: 90px;
    height: 90px;
    background: #009BE2;
    border-radius: 50%;
    position: relative;
}
.page-service #flow ul.flow-list > li  > ul > li.img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.page-service #flow ul.flow-list > li  > ul > li.desc h3 {
    letter-spacing: .1em;
    color: #009BE2;
}
.page-service #flow ul.flow-list > li  > ul > li.desc p {
    letter-spacing: .01em;
}
@media screen and (max-width:767px) {
/*** Service Page Contents ***/
.page-service .main-title {
    margin-bottom: 10px;
}
.page-service #todo {
    padding: 28px 0 30px;
}
.page-service #todo p.first {
    margin-bottom: 35px;
    font-size: 14px;
    line-height: 20px;
}
.page-service #todo ul {
    gap: 18px;
    grid-template-columns: repeat(2, 1fr);
}
.page-service #todo ul li {
    padding: 37px 0 17px;
    box-shadow: 0 0 6px #00000045;
}
.page-service #todo ul li:before {
    width: 66px;
    height: 66px;
    top: -33px;
    left: -33px;
}
.page-service #todo ul li:after {
    top: 6px;
    left: 8px;
    font-size: 18px;
}
.page-service #todo ul li img {
    max-height: 44px;
    margin-bottom: 10.6px;
}
.page-service #todo ul li h3 {
    font-size: 14px;
    line-height: 22px;
}
.page-service #price {
    padding: 50px 0 50px;
}
.page-service #price h2 {
    margin-bottom: 20px;
}
.page-service #price .desc {
    margin-bottom: 20px;
}
.page-service #price .desc p {
    font-size: 14px;
    line-height: 20px;
}
.page-service #price .tabel table {
    border: solid 1px #C6C6C6;
}
.page-service #price .tabel table td {
    border: solid 1px #C6C6C6;
    font-size: 14px;
    line-height: 18px;
}
.page-service #price .tabel table td:first-child {
    padding: 19px 0 19px 10px;
    width: 30%;
}
.page-service #price .tabel table td:last-child {
    padding: 19px 0 19px 19.5px;
    width: 50%;
}
.page-service #flow {
    padding-bottom: 10px;
}
.page-service #flow h2 {
    margin-bottom: 20px;
}
.page-service #flow > div > .desc {
    margin-bottom: 23px;
}
.page-service #flow > div > .desc p {
    font-size: 14px;
    line-height: 20px;
}
.page-service #flow ul.flow-list {
    align-items: start;
}
.page-service #flow ul.flow-list > li {
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 20px;
}
.page-service #flow ul.flow-list > li:after {
    width: 12px;
    height: 12px;
    bottom: -20px;
    border-right: solid 2px #009BE2;
    border-bottom: solid 2px #009BE2;
}
.page-service #flow ul.flow-list > li  > ul {
    gap: 22px;
    align-items: start;
}
.page-service #flow ul.flow-list > li  > ul > li.img {
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.page-service #flow ul.flow-list > li  > ul > li.img img {
    max-height: 34px;
}
.page-service #flow ul.flow-list > li:nth-child(1)  > ul > li.img img {
    padding-left: 6px;
}
.page-service #flow ul.flow-list > li:nth-child(2)  > ul > li.img img {
    padding-left: 6px;
}
.page-service #flow ul.flow-list > li  > ul > li.desc {
    width: 70%;
}
.page-service #flow ul.flow-list > li  > ul > li.desc h3 {
    font-size: 16px;
    margin-bottom: 8px;
}
.page-service #flow ul.flow-list > li  > ul > li.desc p {
    font-size: 14px;
    line-height: 20px;
}
.page-service .foot-contact {
        padding: 32px 0 61.5px;
    }
}
@media screen and (min-width: 768px) {
/*** Service Page Contents ***/
.page-service .main-title {
    margin-bottom: 60px;
}
.page-service #todo {
    padding: 50px 0;
}
.page-service #todo p.first {
    margin-bottom: 52px;
    font-size: 18px;
}
.page-service #todo ul {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}
.page-service #todo ul li {
    padding: 49px 0 27px;
    box-shadow: 0 0 6px #00000045;
}
.page-service #todo ul li:before {
    width: 100px;
    height: 100px;
    top: -50px;
    left: -50px;
}
.page-service #todo ul li:after {
    top: 12px;
    left: 17px;
    font-size: 30px;
}
.page-service #todo ul li img {
    max-height: 66px;
    margin-bottom: 22.6px;
}
.page-service #todo ul li h3 {
    font-size: 16px;
    line-height: 29px;
}
.page-service #price {
    padding: 76px 0 86px;
}
.page-service #price h2 {
    margin-bottom: 35px;
}
.page-service #price .desc {
    margin-bottom: 22px;
}
.page-service #price .desc p {
    font-size: 14px;
    line-height: 26px;
}
.page-service #price .tabel table {
    border: solid 1px #C6C6C6;
}
.page-service #price .tabel table td {
    border: solid 1px #C6C6C6;
    font-size: 14px;
    line-height: 20px;
}
.page-service #price .tabel table td:first-child {
    padding: 13px 0 13px 20.4px;
    width: 25%;
}
.page-service #price .tabel table td:last-child {
    padding: 13px 20px 13px 30px;
    width: 50%;
}
.page-service #flow {
    padding-bottom: 50px;
}
.page-service #flow h2 {
    margin-bottom: 25px;
}
.page-service #flow > div > .desc {
    margin-bottom: 51px;
}
.page-service #flow > div > .desc p {
    font-size: 18px;
}
.page-service #flow ul.flow-list > li {
    border-radius: 8px;
    margin-bottom: 40px;
    padding: 20px 36px 20px 24px;
}
.page-service #flow ul.flow-list > li:after {
    width: 18px;
    height: 18px;
    bottom: -25px;
    border-right: solid 3px #009BE2;
    border-bottom: solid 3px #009BE2;
}
.page-service #flow ul.flow-list > li  > ul {
    gap: 30px;
}
.page-service #flow ul.flow-list > li  > ul > li.img {
    width: 90px;
    height: 90px;
}
.page-service #flow ul.flow-list > li  > ul > li.img img {
    max-height: 45px;
}
.page-service #flow ul.flow-list > li:nth-child(1)  > ul > li.img img {
    padding-left: 8px;
}
.page-service #flow ul.flow-list > li:nth-child(2)  > ul > li.img img {
    padding-left: 8px;
}
.page-service #flow ul.flow-list > li  > ul > li.desc {
    width: 85%;
}
.page-service #flow ul.flow-list > li  > ul > li.desc h3 {
    font-size: 18px;
    margin-bottom: 14px;
}
.page-service #flow ul.flow-list > li  > ul > li.desc p {
    font-size: 14px;
    line-height: 20px;
}
.page-service .foot-contact {
    padding: 0 0 115px;
}
}
@media screen and (min-width:1200px) {
/*** Service Page Contents ***/
.page-service .main-title {
    margin-bottom: 79px;
}
.page-service #todo {
    padding: 73px 0;
}
.page-service #todo p.first {
    margin-bottom: 77px;
    font-size: 20px;
}
.page-service #todo ul {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}
.page-service #todo ul li {
    padding: 69px 0 47px;
    box-shadow: 0 0 6px #00000045;
}
.page-service #todo ul li:before {
    width: 130px;
    height: 130px;
    top: -65px;
    left: -65px;
}
.page-service #todo ul li:after {
    top: 12px;
    left: 17px;
    font-size: 40px;
}
.page-service #todo ul li img {
    max-height: 86px;
    margin-bottom: 28.6px;
}
.page-service #todo ul li h3 {
    font-size: 18px;
    line-height: 29px;
}
.page-service #price {
    padding: 106px 0 136px;
}
.page-service #price h2 {
    margin-bottom: 35px;
}
.page-service #price .desc {
    margin-bottom: 42px;
}
.page-service #price .desc p {
    font-size: 18px;
    line-height: 26px;
}
.page-service #price .tabel table {
    border: solid 1px #C6C6C6;
}
.page-service #price .tabel table td {
    border: solid 1px #C6C6C6;
    font-size: 16px;
    line-height: 24px;
}
.page-service #price .tabel table td:first-child {
    padding: 13px 0 13px 28.4px;
    width: 20%;
}
.page-service #price .tabel table td:last-child {
    padding: 13px 0 13px 88px;
    width: 50%;
}
.page-service #flow {
    padding-bottom: 81px;
}
.page-service #flow h2 {
    margin-bottom: 35px;
}
.page-service #flow > div > .desc {
    margin-bottom: 55px;
}
.page-service #flow > div > .desc p {
    font-size: 18px;
}
.page-service #flow ul.flow-list > li {
    border-radius: 8px;
    margin-bottom: 60px;
    padding: 30px 36px 30px 44px;
}
.page-service #flow ul.flow-list > li:after {
    width: 18px;
    height: 18px;
    bottom: -35px;
    border-right: solid 3px #009BE2;
    border-bottom: solid 3px #009BE2;
}
.page-service #flow ul.flow-list > li  > ul {
    gap: 46px;
}
.page-service #flow ul.flow-list > li  > ul > li.img {
    width: 90px;
    height: 90px;
}
.page-service #flow ul.flow-list > li  > ul > li.img img {
    max-height: 50px;
}
.page-service #flow ul.flow-list > li:nth-child(1)  > ul > li.img img {
    padding-left: 8px;
}
.page-service #flow ul.flow-list > li:nth-child(2)  > ul > li.img img {
    padding-left: 8px;
}
.page-service #flow ul.flow-list > li  > ul > li.desc h3 {
    font-size: 20px;
    margin-bottom: 14px;
}
.page-service #flow ul.flow-list > li  > ul > li.desc p {
    font-size: 16px;
    line-height: 24px;
}
.page-service .foot-contact {
    padding: 30px 0 129px;
}
}
/*** FAQ Page Contents ***/
.page-faq .accordion {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
}
.page-faq .accordion-item {
    position: relative;
}
.page-faq .accordion-item:last-child {
    margin-bottom: 0;
}
.page-faq .accordion-item .active-icon::before,
.page-faq .accordion-item .active-icon::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    background: #009BE2;
}
.page-faq .accordion-item .active-icon::after {
    transform: translateY(-50%);
}
.page-faq .accordion-item .active-icon::before {
    transform: translateY(-50%) rotate(90deg);
}
.page-faq .accordion-item.open .active-icon::before {
    transform: translateY(-50%) rotate(180deg);
}
.page-faq .accordion-item.open .active-icon::after {
    opacity: 0;
}
.page-faq .accordion-content a {
    color: #009BE2;
}
.page-faq .accordion-content a:hover {
    opacity: .6;
}
.page-faq .question {
    position: relative;
}
.page-faq .question::before {
    content: "Q";
    position: absolute;
    font-family: "Futura",sans-serif;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #009BE2;
    text-align: center;
    color: #fff;
}
.page-faq .accordion-content {
    opacity: 0;
    max-height: 0;
    transition: .3s all ease-out;
}
.page-faq .accordion-item.open .accordion-content {
    opacity: 1;
}
.page-faq .answer {
    position: relative;
}
.page-faq .answer::before {
    content: "A";
    position: absolute;
    font-family: "Futura",sans-serif;
    left: 0;
    top: 0;
    background: #E5F5FC;
    text-align: center;
    color: #009BE2;
}
@media screen and (max-width:767px) {
/*** FAQ Page Contents ***/
.page-faq #main {
    padding-bottom: 18.8px;
}
.page-faq .accordion-item {
    padding-bottom: 13px;
    margin-bottom: 20.3px;
    border-bottom: solid 1px #ddd;
}
.page-faq .accordion-item .active-icon::before,
.page-faq .accordion-item .active-icon::after {
    width: 16px;
    height: 3px;
}
.page-faq .accordion-title {
    font-size: 16px;
    padding-left: 48px;
    padding-right: 24px;
    line-height: 20px;
    letter-spacing: .1em;
}
.page-faq .question::before {
    width: 30px;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
}
.page-faq .accordion-content {
    padding-left: 48px;
    padding-right: 24px;
}
.page-faq .accordion-item.open .accordion-content {
    margin-top: 24px;
}
.page-faq .accordion-content p {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 22px;
}
.page-faq .answer::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
}
@media screen and (min-width:768px) {
/*** FAQ Page Contents ***/
.page-faq #main {
    padding-bottom: 50.1px;
}
.page-faq .accordion-item {
    padding-bottom: 40px;
    margin-bottom: 55px;
    border-bottom: solid 1px #ddd;
}
.page-faq .accordion-item .active-icon::before,
.page-faq .accordion-item .active-icon::after {
    content: none;
}
.page-faq .accordion-title {
    font-size: 16px;
    padding-left: 63.1px;
    line-height: 30px;
}
.page-faq .question::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}
.page-faq .accordion-content {
    opacity: 1;
    max-height: fit-content;
    padding-left: 63.1px;
    margin-top: 22px;
}
.page-faq .accordion-content p {
    font-size: 16px;
    line-height: 30px;
}
.page-faq .answer::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}
}
@media screen and (min-width:1200px) {
/*** FAQ Page Contents ***/
.page-faq #main {
    padding-bottom: 80.1px;
}
.page-faq .accordion-item {
    padding-bottom: 40px;
    margin-bottom: 55px;
    border-bottom: solid 1px #ddd;
}
.page-faq .accordion-title {
    font-size: 16px;
    padding-left: 63.1px;
    line-height: 40px;
}
.page-faq .question::before {
    width: 40px;
    height: 40px;
    font-size: 20px;
}
.page-faq .accordion-content {
    padding-left: 63.1px;
    margin-top: 24px;
}
.page-faq .accordion-content p {
    font-size: 16px;
    line-height: 30px;
}
.page-faq .answer::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}
.page-faq .foot-contact {
    padding: 100px 0 129px;
}
}
/*** PrivacyPolicy Page Contents ***/
.page-privacy #main {
    padding-bottom: 184px;
}
.page-privacy #main p,
.page-privacy #main a {
    font-size: 16px;
    line-height: 30px;
    color: #000;
}
.page-privacy #main a {
    text-decoration: underline;
}
@media screen and (max-width:767px) {
/*** PrivacyPolicy Page Contents ***/
.page-privacy #main {
    padding-bottom: 70px;
}
.page-privacy #main p,
.page-privacy #main a {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -.02em;
}
.page-privacy #main a {
    line-height: 36px;
}
}
@media screen and (min-width:768px) {
/*** PrivacyPolicy Page Contents ***/
.page-privacy #main {
    padding-bottom: 100px;
}
.page-privacy #main p,
.page-privacy #main a {
    font-size: 14px;
    line-height: 28px;
}
.page-privacy #main a {
    line-height: 40px;
}
}
@media screen and (min-width:1200px) {
/*** PrivacyPolicy Page Contents ***/
.page-privacy #main {
    padding-bottom: 100px;
}
.page-privacy #main p,
.page-privacy #main a {
    font-size: 16px;
    line-height: 30px;
}
.page-privacy #main a {
    line-height: 46px;
}
}


/*** Sample Page Contents ***/
@media screen and (max-width:767px) {
/*** Sample Page Contents ***/
}
@media screen and (min-width:768px) {
/*** Sample Page Contents ***/
}
@media screen and (min-width:1200px) {
/*** Sample Page Contents ***/
}