* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

body,
body input,
body textarea,
body button {
    -webkit-text-size-adjust: 100%;
    font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

body {
    position: relative;
    font-size: 1.4rem;
    color: #313131;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0.05rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

body p {
    font-size: 1.4rem;
    color: #313131;
    font-weight: 500;
    line-height: 2.8rem;
    letter-spacing: 0.05rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.container02 {
    max-width: 1200px;
    margin: 0 auto;
}

.container_680 {
    max-width: 680px;
    margin: 0 auto;
}

.container_header {
    padding: 0 50px;
    margin: 0 auto;
}

.row {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.primary_header {
    width: 100%;
    height: 100px;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.header_inner {
    width: 100%;
    height: 100%;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header_logo {
    display: block;
    text-decoration: none;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.header_logo:hover {
    opacity: 0.6;
}

.header_logo img {
    max-width: 100%;
    height: auto;
}

.gnav {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.gnav_wrap {
    list-style: none;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
}

.gnav_item {
    margin-right: 50px;
}

.gmenu {
    text-decoration: none;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    position: relative;
}

.gmenu::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.gmenu:hover {
    opacity: 0.6;
}

.gmenu:hover::after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.btn_header {
    text-decoration: none;
    display: block;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 160px;
    padding: 10px 0;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: solid 1px #fff;
}

.btn_header:hover {
    background: #fff;
    color: #0961a4;
}

.btn {
    text-decoration: none;
    display: block;
    color: #0961a4;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 300px;
    padding: 10px 0;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: solid 1px #0961a4;
}

.btn:hover {
    background: #0961a4;
    color: #fff;
}

.btn_wh {
    text-decoration: none;
    display: block;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.1rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 300px;
    padding: 10px 0;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: solid 1px #fff;
}

.btn_wh:hover {
    background: #fff;
    color: #0961a4;
}

.main {
    width: 100%;
    height: 100vh;
    position: relative;
}

#main-slider {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.slider {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}

.slider img {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -300%;
    right: -300%;
    margin: auto;
}

.main_copy {
    color: #fff;
    font-size: 4.8rem;
    font-weight: 700;
    opacity: 0.5;
    text-align: center;
    position: absolute;
    top: 52%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
}

.main_copy_sm {
    display: block;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 20px;
}

.main_logo {
    display: none;
}

.scroll_btn_wrap {
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    margin: auto;
}

#scroll_btn {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .2rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin: auto;
    position: relative;
    opacity: 0.7;
}

#scroll_btn:hover {
    opacity: 1;
}

.scroll_btn::after {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background: #fff;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.7;
}

.scroll_btn:hover::after {
    bottom: -50px;
    opacity: 1;
}

.top_service {
    padding: 100px 0 180px;
}

.top_performance {
    padding: 100px 0;
    background: #f9f9f9;
}

.top_company {
    padding: 100px 0;
}

.top_recruit {
    padding: 100px 0;
    background-image: url(../img/top_bg001.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.heading2 {
    font-size: 3rem;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.4rem;
    color: #313131;
    position: relative;
    margin-bottom: 60px;
}

.heading2::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #0961a4;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.top_service_flex {
    margin-top: 80px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.top_service_flex_img {
    width: 67%;
    height: 300px;
    text-align: center;
}

.top_service_flex_img img {
    max-width: 100%;
    height: auto;
    display: block;
}

.top_service_flex_content_wrap {
    max-width: 500px;
    width: 500px;
    padding: 40px;
    background: #0961a4;
    z-index: 10;
    position: absolute;
    top: 50px;
    right: 0;
}

.heading3_top_service {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 400;
    letter-spacing: 0.2rem;
    margin-bottom: 20px;
}

.heading3_top_service_sm {
    display: block;
    color: #73b8ec;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    margin-top: 10px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.top_performance_companies {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px -20px 0;
}

.top_performance_companies_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 20px;
}

.top_performance_companies_item img {
    max-width: 100%;
    height: auto;
}

.top_company_flex {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
}

.top_company_flex_box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 40px 0;
    text-decoration: none;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-left: solid 1px #d2d2d2;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top_company_flex_inner {
    transition: all .5s;
    padding: 0 20px;
}

.top_company_flex_box:hover .hover_up {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.top_company_flex_box:last-child {
    border-right: solid 1px #d2d2d2;
}

.top_company_flex_img {
    text-align: center;
    margin-bottom: 5px;
}

.top_company_flex_img img {
    max-width: 100%;
    height: auto;
}

.top_company_flex_num {
    text-align: center;
    margin-bottom: 5px;
    font-size: 2rem;
    color: #0961a4;
    font-weight: 600;
}

.heading3_top_company {
    font-size: 1.8rem;
    font-weight: 600;
    color: #313131;
    text-align: center;
    letter-spacing: 0.1rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.footer_logo {
    text-align: center;
}

.footer_logo img {
    max-width: 100%;
    height: auto;
}

.gmap {
    margin: 40px 0;
}

.order1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.jc_center {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ta_center {
    text-align: center;
}

.ta_center_pc {
    text-align: center;
}

.dn {
    display: none;
}

.txt_wh {
    color: #fff;
}

.txt18 {
    font-size: 1.8rem;
}

.txt18_900 {
    font-size: 1.8rem;
    font-weight: 900;
}

.txt18_med {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 3.2rem;
    letter-spacing: 0.3rem;
}

.txt30 {
    font-size: 3rem;
}

.txt48 {
    font-size: 4.8rem;
}

.txt12 {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2rem;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

iframe {
    display: block;
}

.footer_top {
    background: #002846;
    padding: 50px 0 30px;
    text-align: center;
}

.footer_p {
    color: #fff;
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 400;
}

.txt24 {
    font-size: 2.4rem;
}

.txt18_wh {
    color: #fff;
    font-size: 1.8rem;
}

.footer_tel {
    text-decoration: none;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 400;
}

.sns_wrap {
    padding: 30px 0;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sns_icon {
    margin-right: 10px;
}

.sns_icon:last-child {
    margin-right: 0;
}

.sns_link {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.sns_link:hover {
    opacity: 0.5;
}

/*追加分*/
.footer_link_list {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fmenu {
    text-decoration: none;
    font-size: 1.2rem;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-weight: 600;

}

.fmenu:hover {
    opacity: 0.7;
}

.footer_link_menu {
    margin-right: 40px;
}

.footer_link_menu:last-child {
    margin-right: 0;
}

.footer_link_wrap {
    margin-bottom: 30px;
}

/*追加分*/
.footer_link_list2 {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fmenu2 {
    text-decoration: none;
    font-size: 1.6rem;
    color: #0961a4;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-weight: 800;
    position: relative;
    display: inline-block;
    text-decoration: none;
    margin-right: 40px;

}

.fmenu2::after {
    position: absolute;
    bottom: 2px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #333;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.fmenu2:hover::after {
    bottom: -4px;
    opacity: 0.6;
    visibility: visible;
}

/*追加分
.fmenu2:hover {
  opacity: 0.7;
}*/

.footer_link_menu2 {
    margin-right: 40px;
}

.footer_link_menu2:last-child {
    margin-right: 0;
}

.footer_link_wrap2 {
    margin-bottom: 30px;
    margin-top: 30px;
}





.copy_right_wrap {
    padding: 30px 0;
    background: #fff;
    text-align: center;
}

.copy_right {
    color: #707070;
    font-size: 1.2rem;
    font-weight: 400;
}

#page-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
}

#page-top a {
    line-height: 85px;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    color: #fff;
    display: block;
    width: 80px;
    height: 80px;
    text-decoration: none;
    border-radius: 50%;
    border: solid 2px #fff;
    background: rgba(9, 97, 164, 0.9);
}

#page-top a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.gnav_inner_sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 97, 164, 0.9);
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
    -webkit-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gnav_inner_sp.action {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.header_nav_wrap_sp {
    text-align: center;
}

.header_nav_list_sp:not(:last-child) {
    margin-bottom: 20px;
}

.gmenu_sp {
    text-decoration: none;
    font-size: 1.4rem;
    color: #fff;
    letter-spacing: 0.1rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-weight: 600;
}

.icon_menu_txt {
    display: none;
}

.icon_menu {
    content: "";
    display: block;
    border: solid 2px #E8E8E8;
	 background: transparent;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999999999;
}

.menu_border_box {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.menu_border {
    display: block;
    width: 14px;
    height: 2px;
    background: #E8E8E8;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.menu_border:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.menu_border:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.menu_border:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.icon_menu.action .menu_border:nth-child(1) {
    margin-top: 7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.icon_menu.action .menu_border:nth-child(2) {
    display: none;
}

.icon_menu.action .menu_border:nth-child(3) {
    margin-top: -7px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.fixed {
    position: fixed !important;
    width: 100%;
    height: 100%;
}

.heading1_wrap {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.heading1_company {
    background-image: url(../img/h1_company.jpg);
}

.heading1_service {
    background-image: url(../img/h1_service.jpg);
}

.heading1_performance {
    background-image: url(../img/h1_performance.jpg);
}

.heading1_recruit {
    background-image: url(../img/h1_recruit.jpg);
}

.heading1_wrap_inner {
    width: 100%;
    height: 100%;
    padding-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.heading1 {
    font-size: 3.4rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    letter-spacing: 0.4rem;
}

.heading1_sm {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    text-align: center;
    letter-spacing: 0.2rem;
    margin-top: 5px;
}

.heading3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #313131;
    border-bottom: solid 2px #d2d2d2;
    padding-bottom: 15px;
    padding-left: 10px;
    position: relative;
    margin-bottom: 30px;
}

.heading3::after {
    content: "";
    display: block;
    width: 18%;
    height: 2px;
    background: #0961a4;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.heading4 {
    font-size: 1.6rem;
    color: #313131;
    font-weight: 600;
    line-height: 2.8rem;
    padding-left: 16px;
    border-bottom: solid 1px #d2d2d2;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 15px;
    position: relative;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.heading4::before {
    content: "";
    display: block;
    width: 8px;
    height: 2px;
    background: #0961a4;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lawer_sec {
    padding: 100px 0;
}

.lawer_content_wrap {
    margin-bottom: 60px;
}

.lawer_content_inner {
    margin-bottom: 40px;
}

.lawer_content_inner:last-child,
.lawer_content_wrap:last-child {
    margin-bottom: 0;
}

.lawer_content_flex01 {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.lawer_content_flex01_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    padding: 0 20px;
}

.lawer_content_flex01_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    padding: 0 20px;
}

.lawer_content_flex01_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    padding: 0 20px;
}



.lawer_content_flex01_left img {
    max-width: 100%;
    height: auto;
}

.lawer_content_flex02 {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    margin: 20px -10px 0;
}

.lawer_content_flex02 iframe{
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    margin: 2px 10px 4px;
}

.lawer_content_flex02_child {
    flex: 0 0 33.3%;
    padding: 0 10px;
}

.lawer_content_flex02_child img {
    max-width: 100%;
    height: auto;
}

.table {
    width: 100%;
}

.table,
.table_row_inner {
    list-style: none;
}

.table_row_inner {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 10px;
    border-bottom: solid 1px #e9e9e9;
}

.table_row_inner02 {
    padding: 20px 10px;
    border-bottom: solid 1px #e9e9e9;
}

.table_item_left {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #313131;
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
}

.table_item_left02 {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #313131;
    font-weight: 500;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.table_item_left03 {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #313131;
    font-weight: 500;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}

.table_list_content {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #313131;
    font-weight: 500;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
}

.table_tel_link {
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #313131;
    font-weight: 500;
}

.table_item_right {
    font-size: 1.8rem;
    color: #313131;
    font-weight: 600;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: right;
}

.table_item_left03_wh {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #fff;
    font-weight: 500;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    text-align: left;
}

.table_list_content_wh {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #fff;
    font-weight: 500;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    text-align: left;
}

.table_tel_link_wh {
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #fff;
    font-weight: 500;
}

.txt12_grey {
    font-size: 1.2rem;
    color: #313131;
    font-weight: 500;
    line-height: 1.8rem;
    padding-left: 10px;
}

.txt22_grey_bold {
    font-size: 2.2rem;
    color: #313131;
    font-weight: 700;
}

.txt22_bold {
	 color: #0961a4;
    font-size: 1.6rem;
    font-weight: 700;
}

.label_recommend {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    padding: 5px 8px;
    border-radius: 2px;
    background: #eb3d4d;
}

.db {
    display: block;
}

.gallery_content_sec {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gallery_content_sec_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 25%;
}

.gallery_content_sec_item img {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: block;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    padding: 4%;
}

.logo_anchor_wrap {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.logo_achor:not(:last-child) {
    margin-right: 30px;
}

.logo_achor img {
    max-width: 100%;
    height: auto;
}

.logo_achor_link {
    transition: all .5s;
}

.logo_achor_link:hover {
    opacity: 0.6;
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.slick-slide.moving {
    -webkit-animation-name: scale;
    animation-name: scale;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.bt.delighter {
    -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
}

.bt.delighter.started {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.fade_t {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: 1s 0.1s;
    transition: 1s 0.1s;
}

.fade_t02 {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: 1s 0.3s;
    transition: 1s 0.3s;
}

.fade_t03 {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: 1s 0.5s;
    transition: 1s 0.5s;
}

.banner {
    text-align: center;
}

/*追加分*/
.link_list2 ul{
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.link2 {
    font-size: 1.7rem;
	letter-spacing: 0.2em;
	font-family: "Sawarabi Gothic","ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    color: #363636;
	-webkit-text-stroke: 0.25px #363636;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-weight:bolder;
    position: relative;
    display: inline-block;
    text-decoration: none;
    margin-right: 40px;
	padding: 5px 0;
}

.list-item {
    font-size: 1.7rem;
	letter-spacing: 0.2em;
	font-family: "Sawarabi Gothic","ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    color: #363636;
	-webkit-text-stroke: 0.25px #363636;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-weight:bolder;
    position: relative;
    display: block;
    text-decoration: none;
    margin-right: 40px;
	padding: 5px 0;
}

@media screen and (max-width: 767px) {
    .list-item {
        font-size: 1.3rem;
    }
    .main {
        width: 100%;
        height: 30vh;
        position: relative;
    }
    #main-slider {
        width: 100%;
        height: 30vh;
        overflow: hidden;
        position: relative;
    }
    .slider {
        width: 100%;
        height: 30vh;
        position: absolute;
        top: 0;
        left: 0;
    }
}

.link2::after {
    position: absolute;
    bottom: 1px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #363636;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.link2:hover::after {
    bottom: 4px;
    opacity: 0.6;
    visibility: visible;
}

/*追加分*/
.link_list3 ul{
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.link3 {
    font-size: 1.7rem;
	letter-spacing: 0.2em;
	font-family: "Sawarabi Gothic","ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    color: #0961a4;
	-webkit-text-stroke: 0.25px #0961a4;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-weight:bolder;
    position: relative;
    display: inline-block;
    text-decoration: none;
    margin-right: 40px;
	padding: 5px 0;

}

.link3::after {
    position: absolute;
    bottom: 1px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #0961a4;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.link3:hover::after {
    bottom: 4px;
    opacity: 0.6;
    visibility: visible;
}

.curry-txt{
    display: flex;
}

.curry-txt a{
    text-decoration: none;
    border: 1.5px solid #EA4025;
    color: #EA4025;
    padding: 0 15px;
    margin-left: 40px;
    font-weight: bold;
}
