@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
    margin: 0;
    padding: 0;
    font-size: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

ol,
ul {
    list-style: none;
}

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

img {
    max-width: 100%;
    vertical-align: bottom;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline-width: 0;
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

button,
input,
select {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

body {
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Sans-Serif;
}

[type="button"],
[type="reset"],
[type="submit"],
a,
a img,
button {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/*==================================================================================================
	サイト基礎
==================================================================================================*/
* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

.font_set {
    font-family: "Josefin Sans", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

body {
    color: #333333 !important;
    font-family: "Josefin Sans", "Zen Kaku Gothic New", sans-serif !important;
    font-weight: 500;
    font-style: normal;
    background-color: #EFEFEF;
}

main {
    width: 90%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1460px) {
    main {
        width: 80%;
    }
}

@media (max-width: 760px) {
    main {
        width: 100%;
    }
}

h2, h3, h4 {
    font-family: "Josefin Sans", "Zen Kaku Gothic New", sans-serif !important;
    font-weight: 500;
    font-style: normal;
}

.font_color_white {
    color: #fff !important;
}

span, a, p {
    color: #333333;
    font-family: "Josefin Sans", "Zen Kaku Gothic New", sans-serif !important;
    font-weight: 500;
    font-style: normal;
}

.content_ttl_center {
    text-align: center;
}

.content_ttl_center span {
    font-size: 2em;
}

.content_ttl_center h2 {
    font-size: 6em;
    font-weight: 700;
}

.content_ttl_left {
    text-align: left;
}

.content_ttl_left span {
    font-size: 2em;
}

.content_ttl_left h2 {
    font-size: 6em;
    font-weight: 700;
}

.font_color_white {
    color: #fff;
}

.font_color_gray {
    color: #333333;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

header {
    background-color: #fff;
    position: fixed;
    z-index: 999;
    width: 10%;
    height: 100vh;
    top: 0;
    right: 0;
}

@media (max-width: 1460px) {
    header {
        width: 20%;
    }
}

@media (max-width: 760px) {
    header {
        height: auto;
        width: 65px;
    }
}

header .header_inner {
    padding: 3em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

@media (max-width: 860px) {
    header .header_inner {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 25px;
    }
}

@media (max-width: 760px) {
    header .header_inner {
        height: auto;
        padding: 6px;
    }
}

header .header_inner_left a img {
    width: 300px;
}

@media (max-width: 480px) {
    header .header_inner_left a img {
        width: 250px;
    }
}

header .header_inner_right {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

header .header_inner_right_items {
    display: block;
}

@media (max-width: 760px) {
    header .header_inner_right_items {
        display: none;
    }
}

header .header_inner_right_items li {
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    margin-bottom: 2.5em;
    font-family: "Josefin Sans", serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #333333;
}

@media (max-width: 1090px) {
    header .header_inner_right_items li {
        padding: 0 2em;
    }
}

@media (max-width: 970px) {
    header .header_inner_right_items li {
        padding: 0 1em;
    }
}

header .header_inner_right_items li a {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

header .header_inner_right_items li a:hover {
    color: #e76943;
}

header .header_inner_right_items li a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #e76943;
    bottom: -1px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

header .header_inner_right_items li a:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

header .header_inner_right_items_sm {
    display: none;
}

@media (max-width: 760px) {
    header .header_inner_right_items_sm {
        display: block;
    }
}

header .header_inner_right_items_sm .header_menu {
    padding: 0px 0 0px 0px;
}

header .header_inner_right_items_sm .header_menu_inner {
    position: relative;
    cursor: pointer;
    width: 30px;
    height: 50px;
    z-index: 9999;
}

header .header_inner_right_items_sm .header_menu_inner span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    rigth: 0px;
    height: 2px;
    background: #444;
    width: 30px;
}

header .header_inner_right_items_sm .header_menu_inner span:nth-of-type(1) {
    top: 15px;
}

header .header_inner_right_items_sm .header_menu_inner span:nth-of-type(2) {
    top: 23px;
}

header .header_inner_right_items_sm .header_menu_inner span:nth-of-type(3) {
    top: 31px;
}

header .header_inner_right_items_sm .header_menu .active span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 0px;
    height: 2px;
    background: #444;
    width: 50px;
}

header .header_inner_right_items_sm .header_menu .active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}

header .header_inner_right_items_sm .header_menu .active span:nth-of-type(2) {
    opacity: 0;
}

header .header_inner_right_items_sm .header_menu .active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
}

header .header_inner_right_sns {
    text-align: center;
}

@media (max-width: 760px) {
    header .header_inner_right_sns {
        display: none;
    }
}

header .header_inner_right_sns a img {
    width: 20px;
}

.slim .header_inner {
    padding: 1.5em 3em;
}

@media (max-width: 640px) {
    .slim .header_inner {
        padding: 0em 25px;
    }
}

#g_nav {
    position: fixed;
    z-index: -1;
    opacity: 0;
    /*はじめは透過0*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#g_nav .g_nav_btn {
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 30px;
    z-index: 9999;
    top: 25px;
    right: 25px;
}

#g_nav .g_nav_btn span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 0px;
    height: 2px;
    background: #fff;
    width: 30px;
}

#g_nav .g_nav_btn span:nth-of-type(1) {
    top: 15px;
}

#g_nav .g_nav_btn span:nth-of-type(2) {
    top: 23px;
}

#g_nav .g_nav_btn span:nth-of-type(3) {
    top: 31px;
}

#g_nav .active span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 0px;
    height: 2px;
    background: #595757;
    width: 30px;
}

#g_nav .active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}

#g_nav .active span:nth-of-type(2) {
    opacity: 0;
}

#g_nav .active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
}

#g_nav #g_nav_list {
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0 auto;
    padding: 7em 2em 0;
}

@media (max-width: 600px) {
    #g_nav #g_nav_list::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: inherit;
        -webkit-filter: brightness(80%);
        filter: brightness(80%);
        z-index: -1;
        top: 0;
        left: 0;
    }
}

#g_nav #g_nav_list .nav_contact {
    margin-top: 4em;
}

@media (max-width: 830px) {
    #g_nav #g_nav_list .nav_contact_mail {
        margin-right: 0em;
        margin-bottom: 2em;
    }
}

#g_nav #g_nav_list .nav_contact_mail a {
    text-decoration: none;
    display: inline-block;
    border: solid #595757 1px;
    padding: 1em 5em;
    position: relative;
}

#g_nav #g_nav_list .nav_contact_mail a::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    top: 50%;
    right: 0;
    background-color: #595757;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

#g_nav #g_nav_list .nav_contact_mail a:hover::before {
    right: -10px;
}

#g_nav #g_nav_list .nav_contact_mail a p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: clamp(14px, 3vw, 18px);
    color: #333333;
    line-height: 2;
}

#g_nav #g_nav_list .nav_contact_mail a p img {
    width: 20px;
    -webkit-filter: brightness(0) saturate(100%) invert(12%) sepia(0%) saturate(5478%) hue-rotate(36deg) brightness(100%) contrast(96%);
    filter: brightness(0) saturate(100%) invert(12%) sepia(0%) saturate(5478%) hue-rotate(36deg) brightness(100%) contrast(96%);
}

#g_nav #g_nav_list .nav_contact_tel {
    margin-bottom: 2em;
}

@media (max-width: 830px) {
    #g_nav #g_nav_list .nav_contact_tel {
        margin-left: 0em;
    }
}

#g_nav #g_nav_list .nav_contact_tel a span {
    font-size: 20px;
    color: #333333;
}

@media (max-width: 430px) {
    #g_nav #g_nav_list .nav_contact_tel a span {
        font-size: 16px;
    }
}

#g_nav #g_nav_list .nav_contact_tel a p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    line-height: 1;
    font-size: clamp(48px, 4vw, 58px);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #333333;
}

@media (max-width: 430px) {
    #g_nav #g_nav_list .nav_contact_tel a p {
        font-size: 40px;
    }
}

#g_nav #g_nav_list .nav_contact_tel a p img {
    width: clamp(25px, 2vw, 29px);
    -webkit-filter: brightness(0) saturate(100%) invert(12%) sepia(0%) saturate(5478%) hue-rotate(36deg) brightness(100%) contrast(96%);
    filter: brightness(0) saturate(100%) invert(12%) sepia(0%) saturate(5478%) hue-rotate(36deg) brightness(100%) contrast(96%);
    width: 20px;
    margin-right: 4px;
}

#g_nav #g_nav_list .nav_contact .nav_contact_inner_content_tel {
    margin-top: 2em;
    margin-bottom: 1em;
}

#g_nav #g_nav_list .nav_contact .nav_contact_inner_content_tel a {
    text-decoration: none;
}

#g_nav #g_nav_list .nav_contact .nav_contact_inner_content_tel a span {
    color: #333333;
}

#g_nav #g_nav_list .nav_contact .nav_contact_inner_content_tel a p {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #333333;
}

#g_nav #g_nav_list .nav_contact .nav_contact_inner_content_tel a p img {
    -webkit-filter: brightness(0) saturate(100%) invert(35%) sepia(1%) saturate(915%) hue-rotate(276deg) brightness(93%) contrast(92%);
    filter: brightness(0) saturate(100%) invert(35%) sepia(1%) saturate(915%) hue-rotate(276deg) brightness(93%) contrast(92%);
    width: 20px;
    margin-right: 4px;
}

#g_nav #g_nav_list .nav_contact .nav_contact_inner_content_mail {
    margin-top: 2em;
}

#g_nav #g_nav_list .nav_contact .nav_contact_inner_content_mail a {
    display: inline-block;
    border: solid #595757 1px;
    padding: 2em 4em;
    position: relative;
    text-decoration: none;
}

@media (max-width: 430px) {
    #g_nav #g_nav_list .nav_contact .nav_contact_inner_content_mail a {
        padding: 1em;
    }
}

#g_nav #g_nav_list .nav_contact .nav_contact_inner_content_mail a::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    top: 50%;
    right: 0;
    background-color: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

@media (max-width: 430px) {
    #g_nav #g_nav_list .nav_contact .nav_contact_inner_content_mail a::before {
        display: none;
    }
}

#g_nav #g_nav_list .nav_contact .nav_contact_inner_content_mail a:hover::before {
    right: -10px;
}

#g_nav #g_nav_list .nav_contact .nav_contact_inner_content_mail a p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: clamp(14px, 3vw, 18px);
    color: #333333;
}

#g_nav #g_nav_list .nav_contact .nav_contact_inner_content_mail a p img {
    width: 20px;
    -webkit-filter: brightness(0) saturate(100%) invert(35%) sepia(1%) saturate(915%) hue-rotate(276deg) brightness(93%) contrast(92%);
    filter: brightness(0) saturate(100%) invert(35%) sepia(1%) saturate(915%) hue-rotate(276deg) brightness(93%) contrast(92%);
}

#g_nav.panelactive {
    opacity: 1;
    z-index: 99999;
    -webkit-transform: scale(1);
    transform: scale(1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#g_nav.panelactive #g_nav_list {
    /*ナビの数が増えた場合縦スクロール*/
    z-index: 90;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.g_nav_img {
    width: 40%;
}

@media (max-width: 600px) {
    .g_nav_img {
        display: none;
    }
}

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

#g_nav_list img {
    margin-top: 0em;
}

@media (max-width: 600px) {
    #g_nav_list img {
        margin-top: 0em;
    }
}

#g_nav_list .nav_logo img {
    width: 70%;
}

/*ナビゲーション*/
#g_nav_list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 5em;
}

#g_nav.panelactive ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 5em;
}

@media (max-width: 600px) {
    #g_nav.panelactive ul {
        margin-top: 2.5em;
    }
}

/*リストのレイアウト設定*/
#g_nav li {
    list-style: none;
    text-align: center;
    margin: 0.5em 0;
}

#g_nav li a {
    color: #333333;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-size: 18px;
    font-family: "Josefin Sans", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.common_footer_cs .uk-position-relative .uk-slider-items .uk-slider-item {
    width: 40%;
}

@media (max-width: 880px) {
    .common_footer_cs .uk-position-relative .uk-slider-items .uk-slider-item {
        width: 35%;
    }
}

@media (max-width: 460px) {
    .common_footer_cs .uk-position-relative .uk-slider-items .uk-slider-item {
        width: 70% !important;
    }
}

.common_footer_cs .uk-position-relative .uk-slider-items .uk-slider-item img {
    width: 100%;
}

@media (max-width: 460px) {
    .uk-slider-item {
        width: 70% !important;
    }
}

.common_footer_contact {
    background-color: #e76943;
    position: relative;
    padding: 5em 0 2em;
    z-index: 1;
}

.common_footer_contact_inner .content_ttl_center span {
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 560px) {
    .common_footer_contact_inner .content_ttl_center span {
        font-size: 18px;
    }
}

.common_footer_contact_inner .content_ttl_center h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
}

@media (max-width: 560px) {
    .common_footer_contact_inner .content_ttl_center h2 {
        font-size: 40px;
    }
}

.common_footer_contact_inner .content_ttl_center p {
    color: #fff;
    margin-top: 1em;
    font-size: 14px;
}

.common_footer_contact_inner_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5em 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 830px) {
    .common_footer_contact_inner_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 760px) {
    .common_footer_contact_inner_content {
        margin: 5em 0 0;
    }
}

@media (max-width: 830px) {
    .common_footer_contact_inner_content_mail {
        margin-right: 0em;
        margin-bottom: 2em;
    }
}

.common_footer_contact_inner_content_mail a {
    display: block;
    border: solid #fff 1px;
    padding: 1em 5em;
    position: relative;
}

.common_footer_contact_inner_content_mail a::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 1px;
    top: 50%;
    right: 0;
    background-color: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.common_footer_contact_inner_content_mail a:hover::before {
    right: -10px;
}

.common_footer_contact_inner_content_mail a p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: clamp(14px, 3vw, 18px);
    line-height: 2;
}

.common_footer_contact_inner_content_mail a p img {
    width: 20px;
}

@media (max-width: 450px) {
    .common_footer_contact_inner_content_mail a p img {
        width: 15px;
    }
}

.common_footer_contact_inner_content_tel {
    margin-bottom: 2em;
}

@media (max-width: 830px) {
    .common_footer_contact_inner_content_tel {
        margin-left: 0em;
    }
}

.common_footer_contact_inner_content_tel a span {
    font-size: 20px;
}

@media (max-width: 430px) {
    .common_footer_contact_inner_content_tel a span {
        font-size: 16px;
    }
}

.common_footer_contact_inner_content_tel a p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    line-height: 1;
    font-size: clamp(48px, 4vw, 58px);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 430px) {
    .common_footer_contact_inner_content_tel a p {
        font-size: 40px;
    }
}

.common_footer_contact_inner_content_tel a p img {
    width: clamp(25px, 2vw, 29px);
}

.footer {
    background-color: #f2f2f2;
}

.footer .footer_inner {
    max-width: 1500px;
    margin: 0 auto;
    width: 90%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer .footer_inner:last-child {
    border-bottom: none;
}

@media (max-width: 1000px) {
    .footer .footer_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.footer .footer_inner_left {
    margin: 0 auto 2em;
}

.footer .footer_inner_left .footer_logo a img {
    width: 350px;
}

@media (max-width: 500px) {
    .footer .footer_inner_left .footer_logo a img {
        width: 250px;
    }
}

.footer .footer_inner_left p {
    font-size: 16px;
}

.footer .footer_inner_right {
    margin: 2em auto 0em;
}

.footer .footer_inner_right ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer .footer_inner_right ul li {
    padding: 0 2em;
    position: relative;
    text-align: center;
    margin-bottom: 2em;
    width: 25%;
}

@media (max-width: 1200px) {
    .footer .footer_inner_right ul li {
        padding: 0 1em;
    }
}

@media (max-width: 540px) {
    .footer .footer_inner_right ul li {
        width: 100%;
    }
}

.footer .footer_inner_right ul li a {
    color: #333333;
    font-size: 16px;
    position: relative;
}

.footer .footer_inner_right ul li a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #444;
    bottom: -1px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.footer .footer_inner_right ul li a:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.footer .footer_inner_right .footer_sns {
    margin-bottom: 2em;
}

.footer .footer_inner_right .footer_sns a img {
    width: 30px;
}

.footer .footer_top {
    padding: 10em 0 2em;
}

@media (max-width: 560px) {
    .footer .footer_top {
        padding: 4em 0 0em;
    }
}

.footer .footer_bottom {
    padding: 1em 0 0em;
}

@media (max-width: 560px) {
    .footer .footer_bottom {
        padding: 1em 0 0em;
    }
}

.footer .footer_bottom .footer_inner_left p {
    font-size: 12px;
}

.fadeIn {
    opacity: 0;
    -webkit-transition: 2s;
    transition: 2s;
}

.fadeIn .is-show {
    opacity: 1;
}

.page_ttl {
    background-color: #fff;
    padding: 10px;
    position: relative;
}

.page_ttl_inner {
    margin: 0 auto;
    max-width: 1500px;
    padding-bottom: 5px;
}

.page_ttl_inner span {
    font-size: clamp(20px, 3vw, 24px);
    font-weight: 500;
}

.page_ttl_inner h2 {
    font-size: clamp(24px, 3vw, 50px);
    font-weight: 700;
    line-height: 1;
}

.page_ttl_inner h2 span {
    font-size: clamp(18px, 3vw, 20px);
    color: #e76943;
    font-weight: 700;
}

.page_ttl span {
    font-size: clamp(20px, 3vw, 24px);
    font-weight: 500;
}

.page_ttl h2 {
    font-size: clamp(36px, 3vw, 48px);
    font-weight: 700;
    line-height: 1;
}

.page_ttl h2 span {
    font-size: clamp(48px, 8.9vw, 70px);
    color: #e76943;
    font-weight: 700;
}

.page_ttl .page_ttl_under {
    max-width: 400px;
    margin: 3em auto;
    text-align: center;
    width: 90%;
}

.page_ttl .page_ttl_under p {
    font-size: clamp(16px, 3vw, 22px);
    line-height: 2;
    margin-bottom: 1em;
    text-align: center;
}

.page_ttl_img {
    width: 100%;
    height: clamp(200px, 30vw, 400px);
    overflow: hidden;
}

@media (max-width: 1460px) {
    .page_ttl_img {
        height: auto;
        aspect-ratio: 4 / 2;
    }
}

@media (max-width: 500px) {
    .page_ttl_img {
        aspect-ratio: 4 / 3;
    }
}

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

@media (max-width: 1460px) {
    .page_ttl_img img {
        -webkit-filter: brightness(80%);
        filter: brightness(80%);
    }
}

.page_ttl_ontxt {
    display: none;
}

@media (max-width: 1460px) {
    .page_ttl_ontxt {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        width: 50%;
    }
    .page_ttl_ontxt h2 {
        color: #fff;
    }
    .page_ttl_ontxt span {
        color: #fff;
    }
}

@media (max-width: 500px) {
    .page_ttl_ontxt {
        width: 70%;
    }
}

.not_margin {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

#staff_greeting {
    padding-top: 100px;
    margin-top: 50px;
}

.content_mg {
    margin: 2em 0 0em;
}
