/*-------------------------------------*/
/*全体*/

:root {
    --easing: cubic-bezier(.2, 1, .2, 1);
    --transition: .8s var(--easing);
    --color-base: #f8f8f8;
    --color-gray: #ddd;
    --color-theme: #f5695f;
    --color-theme-darken: #;
    --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
    --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
    --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
    --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff, .2);
}

::-moz-selection {
    color: #fff;
    background: var(--color-theme);
}

::selection {
    color: #fff;
    background: var(--color-theme);
}

html,
body {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #fff;
    color: #434951;
    font-feature-settings: "palt" 1;
}

body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}

.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1500ms;
}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

/*-------------------------------------*/
/*ローティング画面*/

.loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    opacity: 1;
    visibility: visible;
}

.loading.is-active {
    opacity: 0;
    visibility: hidden;
}

.loading-animation {
    width: 100vw;
    height: 100vh;
    transition: all 1.5s;
    background-color: #fff;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}

.loading-animation img {
    width: 20%;
}

.loading-animation.is-active {
    opacity: 1;
    visibility: visible;
}

/*-------------------------------------*/
/*HOMEのメインスライダー*/

#slider {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    z-index: 2;
    background-color: #fff;
}

#slider_in {
    max-width: 1280px;
    width: 100%;
    height: calc(100vh + 70px);
    margin: 0px auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
}

.sub_logo {
    max-width: 540px;
    width: 100%;
}

.sub_logo img {
    width: 100%;
}

/*-------------------------------------*/
/*HOME以外_ページタイトル*/

.page_title2 {
    width: 100%;
    height: 450px;
    margin: 0px auto 0;
    background: linear-gradient(90deg, rgba(74, 84, 99, 0.5), rgba(67, 73, 81, 0.5)), url(../img/bg_main.jpg);
    background-repeat: no-repeat;
    background-position: 100% 75%;
    background-size: cover;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.page_title3 {
    width: 100%;
    height: 450px;
    margin: 0px auto 0;
    background-image: url("../img/top3.webp");
    background-position: 100% 75%;
    background-size: cover;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.no-webp .page_title3 {
    background-image: url("../img/top3.jpg");
}

.page_title4 {
    width: 100%;
    height: 450px;
    margin: 0px auto 0;
    background-image: url("../img/top4.webp");
    background-repeat: no-repeat;
    background-position: 100% 43%;
    background-size: cover;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.no-webp .page_title4 {
    background-image: url("../img/top4.jpg");
}

.page_title5 {
    width: 100%;
    height: 450px;
    margin: 0px auto 0;
    background-image: url("../img/top5.webp");
    background-position: center center;
    background-size: cover;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.no-webp .page_title5 {
    background-image: url("../img/top5.jpg");
}

.page_title_naka {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0px 0;
    top: 0px;
    z-index: 999;
    color: #fff;
}

.page_title_naka h1 {
    text-align: center;
    font-size: 48px;
    padding: 60px 0 0;
    line-height: 1.3;
    letter-spacing: 0.05em;
}

.page_title_naka h3 {
    text-align: center;
}

/*-------------------------------------*/
/*共通　文字の種類・太さ*/

body h1 {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.1em;
}

body h2 {
    font-family: futura-pt, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.05em;
}

body h3 {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
}

body h4 {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.1em;
}

body h5 {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
}

body h6 {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
}

body p {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
}

body table {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
}

body a {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0.1em;
}

/*-------------------------------------*/
/*共通　背景*/

.bg_shiro {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(163,767,553)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23FFFFFF'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='424' height='353.3' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.02'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
}

.bg_glay {
    position: relative;
    z-index: 1;
    background-color: #f6f6f6;
}

.bg_kuro {
    position: relative;
    z-index: 2;
    background-color: #62BDDE;
}

.bg_blue {
    position: relative;
    z-index: 2;
    background: #62BDDE;
}

.bg_main {
    position: relative;
    z-index: 0;
    margin: 0;
}

.bg_main::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: -9999;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-image: url("../img/bg_main.jpg");
    background-size: cover;
}

.bg_footer {
    position: relative;
    padding: 60px 0;
    z-index: 0;
    background: linear-gradient(90deg, rgba(98, 189, 222, 0.9), rgba(98, 189, 222, 0.9));
}

.pd6060 {
    padding: 60px 0;
}

/*-------------------------------------*/
/*共有　基本の箱・文字サイズ*/
.kihon {
    width: 100%;
    padding: 100px 0px;
}

.kihon h1 {
    font-size: 48px;
    line-height: 1.3;
}

.kihon h2 {
    font-size: 50px;
    line-height: 1.3;
}

.kihon h3 {
    font-size: 15px;
    line-height: 1.5;
}

.kihon h4 {
    font-size: 20px;
    line-height: 1.5;
}

.kihon h5 {
    font-size: 16px;
    line-height: 1.5;
}

.kihon h6 {
    font-size: 16px;
    line-height: 2.0;
}

.kihon h7 {
    font-size: 14px;
    line-height: 1.5;
}

.kihon p {
    font-size: 16px;
    line-height: 2.2;
}

.kihon a {
    font-size: 14px;
    line-height: 2.0;
}

.kihon th {
    font-size: 15px;
    line-height: 2.0;
}

.kihon td {
    font-size: 15px;
    line-height: 2.0;
}

.text_shiro {
    color: #fff;
}

.text_kuro {
    color: #f5695f;
}

/*-------------------------------------*/
/*共通　ボタン*/

.btn0 {
    max-width: 200px;
    text-align: center;
    margin: 40px auto 0;
    display: block;
    padding: 4px 0px;
    text-decoration: none;
    color: #fff;
    border: solid 1px #f5695f;
    background: #f5695f;
    border-radius: 50px;
    transition: .4s;
}

.btn0 span {
    width: 100%;
    position: relative;
}

.btn0 span::after {
    width: 100%;
    content: "";
    position: absolute;
    top: 35%;
    right: -15%;
    width: 5px;
    height: 5px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
}

.btn0:hover {
    background: none;
    color: #f5695f;
}


.con00 h2.greet::after {
    content: "あいさつ";
}

/*-------------------------------------*/
/*HOME_基本*/

.con00 {
    margin: 0 auto;
    max-width: 900px;
    width: 90%;
}

.con00 h2 {
    color: #fff;
    font-size: 36px;
    background: #62BDDE;
    padding: 10px 20px;
}

.con00 h2::after {
    content: "当社について";
    display: inline-block;
    font-size: 15px;
    margin-left: 10px;
}

.con00 h2.pickup::after {
    content: "イベント情報";
}

.con00 h2.greet::after {
    content: "ビジョン";
}

.con00 h2.service_top1::after {
    content: "イベント事業";
}

.con00 h2.service_top2::after {
    content: "ビール関連事業";
}

.con00 h2.service_top3::after {
    content: "台湾関連事業";
}

.con00 h2.service_top4::after {
    content: "輸入食材販売事業";
}

.con00 h2.service_top5::after {
    content: "その他の事業";
}

.con00 h2.rec::after {
    content: "メッセージ";
}

.con00 p {
    padding: 20px 5px 0;
}

.con00 h4 {
    font-size: 24px;
    padding: 30px 5px 0px;
    color: #434951;
}

.con00 h5 {
    font-size: 14px;
    padding: 5px 5px 0;
    color: #434951;
}

.con00 h6 {
    font-size: 16px;
    text-align: right;
    padding: 5px 5px 0;
}

/*-------------------------------------*/
/*HOME_センター*/

.con01 {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.con01 h2 {
    font-size: 36px;
    color: #434951;
    padding-bottom: 6px;
    border-bottom: 1px solid #434951;
    line-height: 1.0;
    display: inline-block;
}

.con01 h3 {
    color: #434951;
    padding-top: 6px;
    font-size: 15px;
}

.con01 h4 {
    font-size: 24px;
    padding: 20px 5px 0;
    color: #434951;
}

.con01 p {
    margin-top: 30px;
}


/*-------------------------------------*/
/*PICKUP*/

.pickup_img {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.pickup_img img {
    width: 100%;
}

.pick_b {
    transition: 0.5s;
}

.pick_b:hover {
    opacity: 0.8;
}


/*-------------------------------------*/
/*HOME_リンク*/

.link_box_soto {
    max-width: 1100px;
    width: 90%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: center;
    -webkit-justify-content: center;
    gap: 0 3%;
}

.link_box1 {
    width: 32%;
    max-width: 300px;
    text-align: center;
    background: #fff;
    position: relative;
    transition: 0.5s;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}

.link_box1:hover {
    opacity: 0.8;
}

.link_box1 img {
    width: 100%;
    padding: 0;
}

.link_img {
    width: 100%;
    position: relative;
}

.link_img h2 {
    color: #fff;
    font-size: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.link_text {
    background: #fff;
    padding: 20px 20px 0;
    margin: 0;
    text-align: left;
    min-height: 130px;
}

.link_text h4 {
    font-size: 21px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #434951;
    line-height: 1.0;
}

.link_text p {
    font-size: 14px;
    line-height: 1.8;
}

/*-------------------------------------*/
/*LINK　ボタン*/
.link_btn0 {
    max-width: 140px;
    text-align: center;
    margin: 0 0 0 auto;
    display: block;
    text-decoration: none;
    color: #fff;
    background: #f5695f;
    transition: 0.5s;
}

.link_btn0::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
}

a.link_btn0 {
    padding: 0px 0px 3px;
}

.link_btn0 span {
    width: 100%;
    position: relative;
    font-size: 12px;
}

.link_btn0 span::after {
    width: 100%;
    content: "";
    position: absolute;
    top: 36%;
    right: -15%;
    width: 5px;
    height: 5px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
}

/*-------------------------------------*/
/*共通　メールボタン*/

.btn_mail {
    width: 240px;
    margin: 0 auto;
    margin-top: 30px;
    transition: 0.5s;
    color: #fff;
    background: #f5695f;
}

a.btn_mail {
    display: block;
    width: 240px;
    padding: 19px 10px;
    text-align: center;
    font-size: 16px;
}

a.btn_mail:hover {
    opacity: 0.8;
}

/*-------------------------------------*/
/*共通　フッター*/
.footer {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}


.footer img {
    width: 120px;
    margin-bottom: 0px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer01 {
    padding: 0 0 0px;
    position: relative;
}

.nav a {
    font-size: 14px;
    display: block;
    padding: 0px 16px;
    color: #fff;
}

.footer p {
    padding: 0px;
    font-size: 12px;
    color: #fff;
    line-height: 1.6;
}

.end {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: #434951;
    text-align: center;
    z-index: 1;
}

.end p {
    padding: 10px 0px;
    font-size: 12px;
    color: #fff;
    line-height: 1.8;
}


@media only screen and (min-width: 768px) {

    body.fixed {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
    }

    #footer01 .nav {
        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;
        padding: 24px 0;
    }

    #footer01 .nav li {
        padding: 0 11px;
    }

    #footer01 .nav li a {
        margin: 0;
        padding: 0 5px;
        color: #fff;
        line-height: 1.8;
        font-weight: 400;
        position: relative;
    }

    #footer01 .nav li a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        background-color: #fff;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    #footer01 .nav li a:hover::after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@media only screen and (max-width: 641px) {

    #footer01 {
        text-align: center;
    }

    #footer01 .nav li {
        border-top: 1px solid #fff;
    }

    #footer01 .nav li:last-child {
        border-bottom: 1px solid #fff;
    }

    #footer01 .nav li a {
        padding: 16px 20px;
        text-align: left;
        font-weight: 400;
    }


    #footer01 span {
        width: 100%;
        position: relative;
        font-size: 13px;
        display: block;
    }

    #footer01 span::before {
        width: 100%;
        content: "";
        position: absolute;
        top: 38%;
        right: 0px;
        width: 5px;
        height: 5px;
        border-top: 1px solid;
        border-right: 1px solid;
        transform: rotate(45deg);
    }
}

/*-------------------------------------*/
/*会社案内・採用情報*/

.gaiyo_box_soto {
    max-width: 900px;
    width: 90%;
    margin: 0px auto;
}

/*概要テーブル2*/
.defo_table2 {
    margin: 15px auto 0;
}

.defo_table2 table {
    width: 100%;
    margin: 0px auto 0;
    border-collapse: separate;
    border-spacing: 0px 10px;
}

.defo_table2 th {
    width: 25%;
    background: #62BDDE;
    color: #fff;
    padding: 12px 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
}

.defo_table2 td {
    color: #434951;
    background: #fff;
    padding: 12px 24px;
    vertical-align: middle;
    font-size: 15px;
}

.service_table th {
    background: #62BDDE;
}

.service_table td {
    background: #f6f6f6;
}


.indent {
    text-indent: -1em;
    padding-left: 1em;
}

.map {
    height: 400px;
    margin-bottom: 0px;
}


/*開催実績テーブル*/
.defo_table {
    margin: 15px auto 0;
}

.defo_table table {
    width: 100%;
    margin: 0px auto 0;
    border-collapse: separate;
    border-spacing: 1px 1px;
}

.defo_table th {
    width: auto;
    background: #62BDDE;
    color: #fff;
    padding: 12px 7px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    margin-right: 0px;
}

.defo_table td {
    width: calc(100%/3);
    padding: 12px 20px;
    vertical-align: middle;
    font-size: 15px;
}



/*-------------------------------------*/
/*サービス*/

.photo_box0 {
    max-width: 900px;
    margin: 30px auto 0;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: center;
    -webkit-justify-content: center;
    gap: 0 3%;
}

.photo_box0_in {
    width: 30%;
    max-width: 300px;
}

.photo_box0_in img {
    width: 100%;
}



.photo_box1 {
    max-width: 900px;
    margin: 30px auto 0;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    gap: 0 3%;
}

.photo_box1_in {
    width: 20%;
    max-width: 200px;
}

.photo_box1_in img {
    width: 100%;
}


.photo_box2 {
    max-width: 900px;
    margin: 30px auto 0;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    gap: 0 3%;
}

.photo_box2_in {
    width: 25%;
    max-width: 200px;
}

.photo_box2_in img {
    width: 100%;
}

.strength {
    margin: 20px auto 0;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    flex-wrap: wrap;
}

.strength_con {
    width: 45%;
    padding: 40px 2%;
    margin: 10px 0.5% 0;
    background-color: #f6f6f6;
}

.strength_con h3 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    position: relative;
}


.strength_con h3:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    /*線の上下位置*/
    display: inline-block;
    width: 40px;
    /*線の長さ*/
    height: 5px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /*位置調整*/
    background-color: #f5695f;
    /*線の色*/
    border-radius: 5px;
    /*線の丸み*/
}

.strength_con p {
    margin-top: 20px;
    text-align: center;
    font-weight: 600;
    line-height: 1.8;
}


/*-------------------------------------*/
/*お問い合せ*/

.info_text {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
}

.info_text p {
    text-align: center;
    font-size: 16px;
}

.info_text a {
    text-decoration: none;
    color: #434951;
    font-size: 16px;
}

.thanks p {
    font-size: 16px;
    line-height: 1.8;
}

/*-------------------------------------*/
/*マージン調整*/

.mt20 {
    margin-top: 20px;
}

.mt60 {
    margin-top: 60px;
}

/*-------------ここからスマホ--------------*/
@media screen and (max-width: 768px) {

    .loading-animation img {
        width: 40%;
    }

    /*HOME_メインキャッチ*/
    #slider {
        height: 100vh;
        /* Fallback */
        height: calc(var(--vh, 1vh) * 100);
    }

    #slider_in {
        height: 100vh;
        /* Fallback */
        height: calc(var(--vh, 1vh) * 100 + 60px);
    }

    .sub_logo {
        max-width: 300px;
        width: 90%;
    }

    /*メインスライダー*/
    .page_title2 {
        height: 300px;
        background-position: 88% 70%;
        background-size: 120%;
    }

    .page_title3 {
        height: 300px;
        background-position: 50% 6vw;
        background-size: 120%;
    }

    .page_title4 {
        height: 300px;
        background-position: 100% 32%;
    }

    .page_title5 {
        height: 300px;
    }

    /*HOME以外_ページタイトル*/
    .page_title_naka {
        width: 80%;
        max-width: 1000px;
        margin: 0 auto;
        padding: 16px 0px;
        top: 170px;
    }

    .page_title_naka h1 {
        text-align: center;
        font-size: 40px;
        padding: 60px 0 0;
        line-height: 1.3;
        letter-spacing: 0.05em;
    }

    .page_title_naka h3 {
        font-size: 14px;
    }

    .bg_shiro {
        position: relative;
        z-index: 1;
        background-color: #ffffff;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(163,767,553)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23FFFFFF'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='328' height='273.3' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.03'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
    }

    /*基本の箱・文字サイズ*/
    .kihon {
        width: 100%;
        padding: 60px 0;
    }

    .kihon h2 {
        font-size: 30px;
        line-height: 1.1;
    }

    .kihon h3 {
        font-size: 14px;
    }

    .kihon h4 {
        font-size: 20px;
        line-height: 1.5;
    }

    .kihon h6 {
        font-size: 15px;
    }

    .kihon th {
        font-size: 14px;
    }

    .kihon td {
        font-size: 15px;
    }

    .kihon p {
        font-size: 15px;
        line-height: 1.8;
    }

    .kihon a {
        font-size: 15px;
    }

    /*SP_HOME_コンセプト*/
    .con01 h2 {
        font-size: 30px;
    }

    /*HOME_リンク*/

    .link_box_soto {
        width: 85%;
        flex-wrap: wrap;
        margin-top: -60px;
    }

    .link_box1 {
        width: 100%;
        max-width: 500px;
        margin-top: 60px;
    }

    .link_text p {
        font-size: 14px;
        line-height: 1.8;
    }

    .link_btn0 {
        max-width: 140px;
        text-align: center;
        margin: 0 0 0 auto;
        display: block;
        text-decoration: none;
        color: #fff;
        transition: 0.5s;
    }

    .link_btn0::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        pointer-events: auto;
        content: "";
        background-color: transparent;
    }

    .con00 h2 {
        font-size: 30px;
    }

    .con00 h2;

    ::after {
        font-size: 14px;
    }

    .con00 h3 {
        font-size: 14px;
    }

    .con00 p {
        font-size: 14px;
    }

    .con00_1 h2 {
        font-size: 24px;
        line-height: 1.4;
    }


    /*HOME_フッター*/

    .footer {
        padding: 0;
    }

    .footer img {
        width: 100px;
        margin-bottom: 20px;
    }

    .footer p {
        padding: 20px 0 0px;
        font-size: 12px;
        line-height: 1.6;
    }

    /*-------------------------------------*/
    /*概要テーブル2*/

    .defo_table2 {
        margin: 10px auto 0;
    }

    .defo_table2 table {
        border-spacing: 0px 16px;
    }

    .defo_table2 th {
        display: block;
        width: 90%;
        padding: 0px 5%;
        text-align: left;
        font-size: 14px;
    }

    .defo_table2 td {
        display: block;
        width: 90%;
        padding: 4px 5%;
        font-size: 14px;
        line-height: 1.6;
    }

    /*-------------------------------------*/
    /*概要テーブル2*/

    .defo_table {
        margin: 20px auto 0;
    }

    .defo_table th {
        padding: 4px 1%;
        font-size: 13px;
    }

    .defo_table td {
        padding: 13px 3%;
        font-size: 13px;
        line-height: 1.8;
    }

    /*-------------------------------------*/
    /*サービス*/


    .photo_box0_in {
        width: 90%;
        max-width: 300px;
    }

    .photo_box0_in img {
        width: 100%;
    }

    .photo_box1 {
        margin-top: 20px;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0 3%;
    }

    .photo_box1_in {
        width: 46%;
        max-width: 200px;
        margin-top: 10px;
    }

    .photo_box2 {
        margin-top: 20px;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0 3%;
    }

    .photo_box2_in {
        width: 46%;
        max-width: 300px;
        margin-top: 10px;
    }

    .strength_con {
        width: 100%;
        padding: 30px 0%;
        margin: 10px 0.5% 0;
        background-color: #f6f6f6;
    }

    .strength_con h3 {
        font-size: 18px;
    }

    .strength_con p {
        font-size: 14px;
    }

    /*-------------------------------------*/
    /*お問合せ*/

    .info_text p {
        text-align: left;
    }

    .info_text a {
        position: relative;
    }

    .info_text a::after {
        content: '';
        display: inline-block;
        background-color: #434951;
        position: absolute;
        bottom: 2px;
        width: 100%;
        height: 1.5px;
        left: 0;
    }

    /*マージン調整*/
    th.pd_0 {
        padding: 0;
    }

    td.pd_0 {
        padding: 0;
    }

    .mb-0 {
        margin-bottom: 0px;
    }

    .mb-30 {
        margin-bottom: -20px;
    }

    .mbsp-30 {
        margin-bottom: -20px;
    }

    .mb_0 {
        margin-bottom: 0px;
    }

    .mt_0 {
        margin-top: 0px;
    }

    .mt_20 {
        margin-top: 20px;
    }

    .mb_200 {
        margin-bottom: 200px;
    }

}

@media screen and (min-width: 768px) {
    .br-sp {
        display: none;
    }
}