@charset "utf-8";

/*
Theme Name: genova_tpl
File: style.css
Author: Genova Design
Author URL: https://genova.co.jp/
Description: Genova 2021 Wordpress template
Version: 1.0
*/


/*-----------------------------------------------------------
■ 1 Html
-----------------------------------------------------------*/


/*--------------------------------------
	fonts
--------------------------------------*/

@font-face {
    font-display: swap;
    font-family: 'Shippori Mincho';
    font-style: normal;
    font-weight: 400;
    src: url('./css/fonts/shippori-mincho-v16-japanese_latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Shippori Mincho';
    font-style: normal;
    font-weight: 500;
    src: url('./css/fonts/shippori-mincho-v16-japanese_latin-500.woff2') format('woff2');
}

/*--------------------------------------
えり字 fonts
--------------------------------------*/
@font-face {
	font-family: 'ERIJI';
	src: url('img/fonts/えり字.otf');
	src: url('img/fonts/えり字.otf') format('opentype'),  
		url('img/fonts/えり字.eot#iefix') format('embedded-opentype'),
		url('img/fonts/えり字.ttf') format('truetype'),
		url('img/fonts/えり字.woff') format('woff'),
		url('img/fonts/えり字.svg#えり字') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* shippori-mincho-600 - japanese_latin */

@font-face {
    font-display: swap;
    font-family: 'Shippori Mincho';
    font-style: normal;
    font-weight: 600;
    src: url('./css/fonts/shippori-mincho-v16-japanese_latin-600.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Shippori Mincho';
    font-style: normal;
    font-weight: 700;
    src: url('./css/fonts/shippori-mincho-v16-japanese_latin-700.woff2') format('woff2');
}

.fnt-shi-regular {
    font-family: 'Shippori Mincho';
    font-style: normal;
    font-weight: 400;
}

.fnt-shi-medium {
    font-family: 'Shippori Mincho';
    font-style: normal;
    font-weight: 500;
}

.fnt-shi-semibold {
    font-family: 'Shippori Mincho';
    font-style: normal;
    font-weight: 600;
}

.fnt-shi-bold {
    font-family: 'Shippori Mincho';
    font-style: normal;
    font-weight: 700;
}


/*--------------------------------------
	general
--------------------------------------*/


/*reset*/

html {
    color: #000;
    background: #FFF
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
figure,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

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

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}

legend {
    color: #000
}

#yui3-css-stamp.cssreset {
    display: none
}

html {
    font-size: 62.5%;
}

body {
    position: relative;
    font-family: 'Shippori Mincho';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 1.8;
    color: #212121;
    background: #fff;
    -webkit-text-size-adjust: 100%;
}
body.home {
     line-height: 1.5;
}

@media screen and (max-width: 767px) {
    body.home,
    body {
        letter-spacing: 0.05em;
        line-height: 1.8;
    }
}

body.home {
    background: transparent;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

a {
    vertical-align: middle;
    text-decoration: none;
    color: #212121;
    transition-duration: 0.7s;
}

a[href^="tel:"] {
    pointer-events: none;
    cursor: text;
    vertical-align: top;
}

a:focus,
*:focus {
    outline: none;
}

a:hover img {
    opacity: 0.8;
}

img {
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    height: auto;
}

p {
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0!important;
}

table {
    width: 100%;
}

strong {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    a[href^="tel:"] {
        pointer-events: auto;
        cursor: pointer;
    }
    .auto_height {
        height: auto!important;
    }
}

.cl-blue {
    color: #003F73;
}

.cl-green {
    color: #4DA580;
}


/*--------------------------------------
	icons
--------------------------------------*/

@font-face {
    font-family: 'icomoon';
    src: url('./libs/icomoon/icomoon.eot');
    src: url('../libs/icomoon/icomoon.eot#iefix') format('embedded-opentype'), url('./libs/icomoon/icomoon.ttf') format('truetype'), url('./libs/icomoon/icomoon.woff') format('woff'), url('./libs/icomoon/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class*='icon-']:not([class*='eicon-']):not([class*='elementor-icon-'])::before {
    display: inline-block;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home::before {
    content: "\e90b";
}

.icon-blog::before {
    content: "\e900";
}

.icon-category::before {
    content: "\e901";
}

.icon-check::before {
    content: "\e902";
}

.icon-checked::before {
    content: "\e903";
}

.icon-down::before {
    content: "\e904";
}

.icon-facebook::before {
    content: "\e905";
}

.icon-google::before {
    content: "\e906";
}

.icon-line::before {
    content: "\e907";
}

.icon-twitter::before {
    content: "\e908";
}

.icon-arrow02::before {
    content: "\e909";
}

.icon-arrow01::before {
    content: "\e910";
}

.icon-search::before {
    content: "\e911";
}

.icon-tag::before {
    content: "\e912";
}

.icon-checkbox-unchecked::before {
    content: "\ea53";
}

.icon-checkbox-checked::before {
    content: "\ea52";
}

.radio-unchecked::before {
    content: "\ea56";
}

.radio-checked::before {
    content: "\ea54";
}

.radio-checked2::before {
    content: "\ea55";
}


/*--------------------------------------
	shortcuts
--------------------------------------*/


/*margin */

.mb0 {
    margin-bottom: 0px!important;
}

.mb5 {
    margin-bottom: 5px!important;
}

.mb10 {
    margin-bottom: 10px!important;
}

.mb15 {
    margin-bottom: 15px!important;
}

.mb20 {
    margin-bottom: 20px!important;
}

.mb25 {
    margin-bottom: 25px!important;
}

.mb30 {
    margin-bottom: 30px!important;
}

.mb35 {
    margin-bottom: 35px!important;
}

.mb40 {
    margin-bottom: 40px!important;
}

.mb45 {
    margin-bottom: 45px!important;
}

.mb50 {
    margin-bottom: 50px!important;
}

.mb55 {
    margin-bottom: 55px!important;
}

.mb60 {
    margin-bottom: 60px!important;
}

.mb65 {
    margin-bottom: 65px!important;
}

.mb70 {
    margin-bottom: 70px!important;
}

.mb75 {
    margin-bottom: 75px!important;
}

.mb80 {
    margin-bottom: 80px!important;
}

.mb85 {
    margin-bottom: 85px!important;
}

.mb90 {
    margin-bottom: 90px!important;
}

.mb95 {
    margin-bottom: 95px!important;
}

.mb100 {
    margin-bottom: 100px!important;
}


/* float */

.fr {
    float: right!important;
}

.fl {
    float: left!important;
}


/* clear */

.clearfix {
    *zoom: 1;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.cl {
    clear: both!important;
}


/* text indent */

.textHide {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}


/* text-align */

.tac {
    text-align: center!important;
}

.tar {
    text-align: right!important;
}

.tal {
    text-align: left!important;
}


/* font-weight */

.fb {
    font-weight: bold!important;
}

.half {
    display: inline-block;
}


/*Pc/sp change*/

.sp {
    display: none;
}

.mb {
    display: none;
}

.sp_ipad {
    display: none;
}

@media screen and (max-width: 1000px) {
    .sp_ipad {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .pc {
        display: none!important;
    }
    .sp {
        display: block!important;
    }
}

@media screen and (max-width: 480px) {
    .mb {
        display: block;
    }
    .pcm {
        display: none;
    }
}


/*--------------------------------------
	container / wrapper
--------------------------------------*/

.container {
    width: 100%;
    max-width: 1140px;
    padding: 0 30px;
    margin: 0 auto;
}

.container::after {
    content: "";
    display: block;
    clear: both;
}

#wrapper {
    height: 100%;
}

@media (max-width: 767px) {
    .container {
        padding: 0 20px;
    }
}


/*--------------------------------------
	text color
--------------------------------------*/

.txt_color {
    color: #94C789;
}

.txt_link {
    vertical-align: top;
    text-decoration: underline!important;
    font-weight: bold;
    color: #94C789!important;
}

.txt_link:hover {
    text-decoration: none!important;
}

.catch_title {
    text-align: center;
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 0.15em;
    color: #FFAEA2;
}


/*-----------------------------------------------------------
■ 2 Header
-----------------------------------------------------------*/


/*--------------------------------------
	general
--------------------------------------*/

#header {
    /*position: fixed;
	top: 0;
	left: 0;*/
    width: 100%;
    z-index: 1000;
    transition-duration: 0.7s;
}


/* container */

.header__main-container,
.header__sub-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__main-container {
    padding: 0px 30px;
}

.header__sub-container {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 220px;
}


/* menu */

.menu-text {
    color: #003F73;
}

.home .menu-text {
    color: #fff;
}


/* sub menu */

header .g-nav>li>.up-menu sub {
    color: #94C789;
}

@media screen and (max-width: 767px) {
    /* container */
    .header__main-container {
        padding: 0px;
        flex-direction: column;
    }
    .header__sub-container {
        width: calc(100% - 40px);
        margin: 10px 20px;
        flex-grow: initial;
        flex-shrink: initial;
        flex-basis: initial;
    }
    

    .home .menu-text,
    .menu-text {
        color: #003F73;
    }
    
    
    
    
}


/*--------------------------------------
	logo
--------------------------------------*/

header .header__logo {
    padding-right: 20px;
}

header .header__logo img {
    width: 100%;
    max-width: 250px;
}


/*--------------------------------------
	nav
--------------------------------------*/

header .header__nav nav ol {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 25px;
}

header .header__nav nav ol>li:hover {}

.home header .header__nav nav ol>li.page_item .menu-text,
.home header .header__nav nav ol>li:hover .menu-text {
    color: #003F73;
}

header .header__nav nav ol>li.page_item .menu-text,
header .header__nav nav ol>li:hover .menu-text {
    color: #003F73;
}

header .header__nav nav ol .sub-menu li:hover .menu-text {
    color: #E38423!important;
}

header .header__nav nav ol>li .up-menu {
    position: relative;
    width: auto;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.2;
    white-space: pre;
    color: #003F73;
    cursor: pointer;
    transition-duration: 0.7s;
    font-weight: 700;
}

header .header__nav nav ol>li>.up-menu a,
header .header__nav nav ol>li>.up-menu span {
    display: block;
    padding: 1.6rem 10px;
    margin: 0 auto;
    cursor: pointer;
}
header .header__nav nav ol>li.page_item .menu-text, header .header__nav nav ol>li.hover .menu-text,
header .header__nav nav ol>li.page_item .menu-text, header .header__nav nav ol>li:hover .menu-text,
header .header__nav nav ol>li>.up-menu a:hover,
header .header__nav nav ol>li>.up-menu span:hover {
color:#E38423;
}

.home header .header__nav nav ol>li.page_item .menu-text, 
.home header .header__nav nav ol>li.hover .menu-text,
.home header .header__nav nav ol>li:hover .menu-text,
.home header .header__nav nav ol>li>.up-menu a:hover,
.home header .header__nav nav ol>li>.up-menu span:hover {
color:#003F73;
}




.home header .header__nav nav ol>li.page_item .menu-text {
	color:#fff;
}

.addFixed.home header .header__nav nav ol>li.page_item .menu-text {
	color:#003F73;
}

header .header__nav nav ol>li>.up-menu span {}

header .header__nav nav ol>li>.up-menu sub {
    display: block;
    padding-top: 10px;
    font-size: 10px;
    letter-spacing: 0.25em;
}

.sub-menu {
    position: absolute;
    top: calc(100% + 5px);
    left: 50%;
    width: 196px;
    height: auto;
    padding: 15px 15px 15px;
    box-shadow: 0 1px 15px rgb(0 0 0 / 10%);
    visibility: hidden;
    opacity: 0;
    background: rgba(255, 255, 255, 0.85);
    transform: translateX(-50%);
    transition-duration: 0.3s;
    display: block;
    flex-wrap: wrap;
}

.sub-menu::before {
    content: "";
    background: url(img/top/menu_polygon.png) no-repeat;
    background-size: 100% 100%;
    width: 22px;
    height: 15px;
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: -11px;
    z-index: -1;
}

.sub-menu .menu-item {
    padding: 5px 0;
}

.sub-menu a {
    font-size: 16px;
    color: #222222;
    padding: 7px 0 7px 31px;
    border-bottom: 1px solid #07438A;
    display: block;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    position: relative;
}

.sub-menu a::before {
    content: "";
    background: url(img/icon_aoutlined.svg) no-repeat;
    background-size: 100% auto;
    width: 12px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

header .header__nav nav ol>li:hover .sub-menu .menu-text {
    color: #222222;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

@media screen and (min-width: 768px) {
    header .header__nav nav ol>li dl {
        pointer-events: none;
    }
    header .header__nav nav ol .menu-item .up-menu {
        position: relative;
    }
    header .header__nav nav ol .menu-item .up-menu::after {}
    header .header__nav nav ol .sub-menu a:hover {
        color: #E38423;
        transition-duration: 0.3s;
    }
    .menu-item-has-children:hover::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -20px;
        width: 100%;
        height: 40px;
    }
    header .header__nav nav ol .menu-item:last-child .up-menu::after {
        display: none;
    }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
    header .header__nav nav ol>li .up-menu {
        font-size: 14px;
    }
    .sub-menu a,
    header .header__nav nav ol>li .up-menu {
        font-size: 1.1vw;
    }
    .sub-menu {
        padding: 12px 25px 15px;
    }
    .sub-menu .menu-item {
        padding: 2px 0;
    }
    .sub-menu::before {
        top: -15px;
    }
    header .header__nav nav ol .menu-item .up-menu::after {
        top: 1vw;
    }
    header .header__nav nav ol>li>.up-menu a,
    header .header__nav nav ol>li>.up-menu span {
        padding: 1.6rem 7px;
    }
    .header__right {
        /* width: 22vw; */
        width: 22vw;
        position: fixed;
        top: 80px;
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    header .header__nav {
        padding: 30px;
    }
    header .header__nav nav ol {
        flex-direction: column;
    }
    header .header__nav nav ol>li {
        position: relative;
        width: 100%;
        border-left: none;
    }
    header .header__nav nav ol>li>.up-menu {
        display: block;
        width: 100%;
        height: auto;
        padding: 2px 0;
        text-align: left;
        font-size: 20px;
    }
    header .header__nav nav ol>li>.up-menu:hover {}
    header .header__nav nav ol>li>.up-menu a,
    header .header__nav nav ol>li>.up-menu span {
        padding: 0px;
    }
    header .header__nav nav ol>li>.up-menu span {
        margin: 0;
        display: inline-block;
    }
    header .header__nav nav ol>li>span {
        position: relative;
    }
    header .header__nav nav ol>li .up-menu .menu-text,
    header .header__nav nav ol>li>.up-menu sub {}
    header .header__nav nav ol>li.page_item .menu-text,
    header .header__nav nav ol>li.hover .menu-text {
        /* color: #E38423; */
    }
    header .header__nav nav ol>li.page_item .menu-text,
    header .header__nav nav ol>li.hover .sub-menu a {
        color: #222;
    }
    header .header__nav nav ol>li+li {
        margin-left: 0px;
    }
    header .header__nav nav ol>li ul li {}
    .menu-item-has-children .up-menu::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 16px;
        height: 16px;
        border-bottom: 2px solid #222;
        border-left: 2px solid #222;
        margin-top: -14px;
        transform: rotate(-45deg);
        transition-duration: 0.2s;
    }
    .menu-item-has-children.hover .up-menu::after {
        margin-top: -3px;
        transform: rotate(135deg);
    }
    .sub-menu {}
    header .header__nav nav ol>li .sub-menu a {
        padding: 10px 0;
        text-align: left;
    }
    header .header__nav nav ol>li .sub-menu a:hover {
        text-decoration: none;
    }
    header .header__nav nav ol>li dl {
        position: relative;
        top: 0;
        padding: 0;
        background: none;
    }
    header .header__nav nav ol>li dl li {
        padding-left: 0;
    }
    header .header__nav nav ol>li dl li::before {
        display: none;
    }
    header .header__nav nav ol>li dt {
        display: none;
    }
    header .header__nav nav ol>li .sub-menu {
        display: none;
        top: 0;
        padding: 15px 18px 25px;
        border-radius: 0;
        position: relative;
        width: 100%;
        transform: translateX(0);
        left: 0;
        margin-top: 15px;
    }
    .sub-menu::before {
        top: -19px;
        display: none;
    }
    header .header__nav nav ol>li.hover .sub-menu {
        display: block;
        visibility: visible;
        opacity: 1;
    }
    header .header__nav nav ol>li .sub-menu li {
        display: block;
    }
    .sub-menu .menu-item {}
    header .header__nav nav ol>li .sub-menu li:first-child {
        border-top: 0px;
    }
    header .header__nav nav ol>li .sub-menu a {
        display: block;
        padding-left: 22px;
    }
    header .header__nav nav ol>li.hover>span+dl,
    header .header_menu .header__nav nav ol>li>span:hover+dl {
        opacity: 1;
        pointer-events: auto;
    }
}


/*--------------------------------------
	toggle menu
--------------------------------------*/

header .toggle-menu {
    display: none;
}

.toggle-menu__trigger,
.toggle-menu__trigger span {
    display: inline-block;
    transition: all .4s;
}

.toggle-menu__trigger {
    position: relative;
    display: block;
    width: 38px;
    height: 24px;
    padding: 0;
    border: 0px;
    margin: 0;
    text-align: center;
    background: none;
}

.toggle-menu__trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #94C789;
}

.toggle-menu__trigger span:nth-of-type(1) {
    top: 0;
}

.toggle-menu__trigger span:nth-of-type(2) {
    top: 10px;
}

.toggle-menu__trigger span:nth-of-type(3) {
    bottom: 0;
}

.toggle-menu.active .toggle-menu__trigger span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
}

.toggle-menu.active .toggle-menu__trigger span:nth-of-type(2) {
    opacity: 0;
}

.toggle-menu.active .toggle-menu__trigger span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
}

@media screen and (max-width: 767px) {
    header .toggle-menu {
        display: block;
    }
}


/*-----------------------------------------------------------
■ 3 Footer
-----------------------------------------------------------*/


/*--------------------------------------
	general
--------------------------------------*/


/*--------------------------------------
	footer menu
--------------------------------------*/


/*--------------------------------------
	fixed box
--------------------------------------*/


/*-----------------------------------------------------------
■ 3 Other Common Elements
-----------------------------------------------------------*/


/*--------------------------------------
	conversion section
--------------------------------------*/

.conversion {
    padding: 53px 0 61px;
    text-align: center;
    background: #ccc;
    background-size: cover;
}

.conversion .conversion__title {
    margin-bottom: 25px;
    font-size: 34px;
    letter-spacing: 0.15em;
    line-height: 1.6;
    color: #fff;
}

.conversion .conversion__text {
    margin-top: 30px;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2;
    color: #fff;
}

.conversion .conversion__list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.conversion .conversion__list li+li {
    margin-left: 1%;
}

@media screen and (max-width: 767px) {
    .conversion .conversion__title {
        font-size: 28px;
    }
    .conversion .conversion__list {
        max-width: 535px;
        margin: 0 auto;
    }
    .conversion .conversion__list {
        flex-direction: column;
    }
    .conversion .conversion__list li+li {
        margin-top: 10px;
        margin-left: 0%;
    }
}


/*-----------------------------------------------------------
■ 4 Elementor overwrite
-----------------------------------------------------------*/

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0!important;
}

.elementor img {
    width: auto!important;
}

.elementor-image-box-wrapper {
    display: block!important;
}

.elementor-widget-image-box .elementor-image-box-content {
    text-align: left!important;
}

.elementor-image-box-title {
    padding: 10px 20px;
    margin-bottom: 20px;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
    background: #3dc2b7;
}

.elementor-image-box-img {
    float: right;
    display: block!important;
    width: 30%!important;
    margin: 0 0 10px 20px!important;
    text-align: center;
    text-align: right;
}

.img_l .elementor-image-box-img {
    float: left;
    margin: 0 20px 10px 0!important;
}

.auto_width .elementor-image-box-img {
    width: auto!important;
}

.elementor-widget-image .elementor-image>a,
.elementor-widget-image .elementor-image figure>a {
    display: inline-block!important;
}

.elementor-widget-image .elementor-image>a:hover img,
.elementor-widget-image .elementor-image figure>a:hover img {
    opacity: 0.8!important;
}

.elementor-slideshow__header {
    width: calc(100% - 50px)!important;
    padding-left: 0em!important;
    padding-right: 0em!important;
}

.elementor-text-editor ul {
    list-style: inside;
}

@media screen and (max-width: 767px) {
    .elementor-image-box-img,
    .img_l .elementor-image-box-img {
        float: none;
        width: 100%!important;
        margin: 0 auto 20px!important;
        text-align: center;
    }
}

.bg-parallax {
    position: relative;
    z-index: -1;
}

.bg-parallax .img-parallax {
    clip: rect(0, auto, auto, 0);
    margin-bottom: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.bg-parallax .img-parallax img {
    width: 100%!important;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
    transform: translateZ(0);
}

.mlr {
    margin-left: auto;
    margin-right: auto;
}


/*=============================================
 * slick
 *=============================================*/


/* Slider */

.slick-loading .slick-list {
    background: #fff url("img/ajax-loader.gif") center center no-repeat;
}


/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: -30px;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev:before,
.slick-next:before {
    content: '';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    font-family: "fontello";
    font-size: 20px;
    line-height: 30px;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: block;
    background-color: #b83a00;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev {
    left: 0;
}

.slick-prev:before {
    content: '';
}

.slick-next {
    right: 0;
}

.slick-next:before {
    content: '';
}


/* Dots */

.slick-dots {
    position: absolute;
    bottom: -22px;
    left: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 7px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 13px;
    height: 13px;
    cursor: pointer;
    color: transparent;
    outline: none;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #fff;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li.slick-active button {
    background: #d13b3b;
    border: 1px solid #d13b3b;
}

@media only screen and (max-width: 767px) {
    .slick-dots li {
        margin: 0 6px;
    }
    .slick-dots li button {
        width: 10px;
        height: 10px;
    }
}

.toggleMenu {
    display: none;
}

@media screen and (max-width: 767px) {
    .toggleMenu {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    #header::after {
        height: 78px;
        z-index: 2;
    }
    .toggleMenu {
        width: 64px;
        height: 64px;
        box-sizing: border-box;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1000;
    }
    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .menu-trigger {
        position: relative;
        margin: 0;
        width: 64px;
        height: 64px;
    }
    .menu-trigger span {
        position: absolute;
        left: 18px;
        width: 32px;
        height: 2px;
        background: #003F73;
    }
    
    .home .menu-trigger span {
         background: #fff;
    }
    
    .toggleMenu.active .menu-trigger span {
        background: #003F73;
    }
    .addFixed .toggleMenu.active {
        background: none;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 25px;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 33px;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 21px;
    }
    .toggleMenu.active .menu-trigger span:nth-of-type(1) {
        transform: translateY(0px) rotate(-45deg);
        top: 32px;
    }
    .toggleMenu.active .menu-trigger span:nth-of-type(2) {
        opacity: 0;
    }
    .toggleMenu.active .menu-trigger span:nth-of-type(3) {
        transform: translateY(-3px) rotate(45deg);
        bottom: 28px;
    }
    #header.openNav {
        position: fixed;
    }
    #header .g_nav {}
    #header .header__menu-container {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        overflow-y: auto;
        z-index: 999;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        padding: 75px 0 0;
        box-sizing: border-box;
        background: #F7F5E2;
    }
    .addFixed .toggleMenu {
        background: #fff;
    }
    .addFixed .menu-trigger span {
        background: #003F73;
    }
}

body.nav-Opened,
body.nav-Opened *,
body.nav-Opened *:hover,
body.nav-Opened *:focus,
body.nav-Opened *:active {
    touch-action: none !important;
    pointer-events: none !important;
}

body.nav-Opened .toggleMenu,
body.nav-Opened .header__wrap,
body.nav-Opened .header__wrap *,
body.nav-Opened .header_logo,
body.nav-Opened .header_logo * {
    touch-action: auto !important;
    pointer-events: visible !important;
}

body.nav-Opened {
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: none !important;
    pointer-events: none !important;
}


/*--------------------------------------
	btn
--------------------------------------*/

.btn-style {
    width: 220px;
}

.btn-style a {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 25px 10px 10px;
    margin: 0 auto;
    border-radius: 26px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    background: #E38423;
    max-width: 320px;
}

.btn-style a::after {
    content: "";
    position: absolute;
    background: url(./img/icon_arrow.svg) no-repeat;
    background-size: 100% auto;
    width: 9px;
    height: 13px;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.btn-style a:hover {
    opacity: 0.7;
}

@media screen and (max-width: 767px) {
    .btn-style {
        width: 100%;
    }
    .btn-style a {
        font-size: 16px;
        letter-spacing: 0.05em;
        padding: 13px 25px 13px 30px;
        text-align: left;
        max-width: 100%
    }
}

@media screen and (max-width: 767px) {
    #navigation {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.35s ease;
        overflow-y: auto;
        padding-bottom: 0px;
        background: #f2f2f2;
        z-index: 998;
    }
    #navigation .navigation__container {
        padding-top: 65px;
    }
    .hide {
        display: none;
    }
    .header__main-cointainer::before {
        content: "";
        top: 0;
        left: 0;
        right: 64px;
        height: 64px;
        -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
                clip-path: polygon(100% 0, 0 0, 0 100%);
        background: #fff;
        position: absolute;
    }
}

.nav-Opened #navigation {
    opacity: 1;
    visibility: visible;
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 124;
    transition: all .4s ease;
}

#header p {
    margin-bottom: 0;
}

#header .header__wrap {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 84px;
    padding-right: 40px;
}
.home #header .header__wrap {
    height: 101px;
    padding-right: 84px;
}

    
#header .header__left {
    text-align: center;
    line-height: 1;
    padding-left: 21px;
}

#header .header__left .heading_h {
    font-size: 10px;
    line-height: 1;
/*    display: none;*/
    position: absolute;
    top: 11px;
    left: 40px;
    transition: all .4s ease;
    color: #212121;
}

.home #header .header__left .heading_h {
    display: block;
}

#header .header__left .logo {
    width: 190px;
    padding-top: 0;
    padding-left: 22px;
}

.home #header .header__left .logo {
     padding-top: 9px;
}

.addFixed #header .header__wrap {
    height: 80px;
}

.addFixed .sub-menu {
    top: calc(100% + 16px);
}

#header .header-ct {
    padding-bottom: 20vw;
}

.header__main-cointainer .logo__s,
.header__main-cointainer .p__h1 {
    display: none;
    position: absolute;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .header__main-cointainer .logo__s {
        width: 80px;
        top: 9px;
        left: 11px;
    }
    .header__main-cointainer .p__h1 {
        font-size: 6px;
        position: absolute;
        top: 10px;
        left: 40px;
        letter-spacing: 0;
    }
    .nav-Opened #header .header__left .heading_h {}
    .nav-Opened #header .header__left .logo {}
    .header__main-cointainer .logo__s,
    .header__main-cointainer .p__h1 {
        display: block;
    }
    #header .header__wrap {
        display: block;
        height: 100%;
        padding-right: 0;
    }
    .home #header .header__wrap {
        padding-right: 0;
    }
    #header .header__left {
        width: auto;
        padding-top: 10px;
        padding-bottom: 14px;
        position: relative;
        z-index: 960;
        padding-left: 11px;
    }
    #header .header__left .heading_h {

        top: 12px;
        font-size: 6px;
        letter-spacing: 0;
    }
    #header .header__left .logo {
        width: 80px;
        margin: 0;
        transition: all .4s ease;
        padding-left: 0;
        padding-top: 0;
    }
    .home #header .header__left .logo {
        padding-top: 0;
    }
}

.addFixed #header .header__left .logo {
    width: 170px;
}

.addFixed #header {
    position: fixed;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.addFixed .menu-text {
    color: #003F73;
}

.addFixed {}

.addFixed .home #header .header__left .heading_h {
    left: 20px;
}

@media screen and (max-width: 767px) {
    .addFixed #header {
        background: none;
        box-shadow: none;
        position: absolute;
    }
    .addFixed #header .header__left .heading_h,
    .addFixed #header .header__left .logo {
        opacity: 0;
        visibility: hidden;
        width: 80px;
    }
    .addFixed.nav-Opened #header .header__left .heading_h,
    .addFixed.nav-Opened #header .header__left .logo {
        opacity: 1;
        visibility: visible;
    }
}

.pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 64px;
    height: 64px;
    z-index: 111;
    margin-bottom: 0;
}

.wrap {
    max-width: 1261px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}
#message .wrap {
    max-width: 1500px;
	padding-left: 0;
}
#pick-up .wrap {
    max-width: 1353px;
}

@media screen and (min-width: 768px) and (max-width: 1299px) {
	#message .wrap {
		padding-left: 0;
	}	
}
@media screen and (max-width: 359px) {
.wrap {
    padding-left: 20px;
    padding-right: 20px;
}
}


.timetable_t {
    font-size: 16px;
    margin-bottom: 10px;
}

.timetable_t thead tr th,
.timetable_t thead tr td {
    color: #063B73;
    border-bottom: 2px solid #939393;
    font-weight: 700;
    padding-bottom: 17px;
}

.timetable_t thead tr th {
    width: 34%;
    text-align: left;
    padding-left: 7px;
}

.timetable_t thead tr td {
    width: 5.5%;
    text-align: center;
}

.timetable_t tbody tr:first-child th,
.timetable_t tbody tr:first-child td {
    padding-top: 5px;
    letter-spacing: 3px;
}

.timetable_t tbody th {
    width: 34%;
    text-align: left !important;
}

.timetable_t tbody th,
.timetable_t tbody td {
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;

}

.timetable_t tbody td {
    font-weight: 500;
}

.timetable_t tbody tr:last-child th,
.timetable_t tbody tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 2px solid #939393;
    background: none;
}
.timetable_t tbody tr:last-child th {
    padding-left: 10px;
        font-weight: 500;
}

.timetable_t tbody td span {
    display: inline-block;
    width: 15px;
    padding-top: 12px;
}

.timetable_t tbody td span img {
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .timetable_t {
        margin-bottom: 10px;
    }
    .timetable_t thead tr td {
        width: 6%;
    }
    .timetable_t tbody td span {}
    .timetable_t tbody tr:last-child th,
    .timetable_t tbody tr:last-child td,
    .timetable_t thead tr th,
    .timetable_t thead tr td {
        border-width: 1px;
    }
}

.tb-note {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .tb-note {
        margin-bottom: 20px;
    }
}

.table-s dl {
    padding: 6px 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.table-s dl dd h1 {
    font-weight: 500;
}
.table-s dl dt {
    color: #063B73;
    font-weight: 700;
    width: 113px;
}

@media screen and (max-width: 767px) {
    .table-s dl {
        padding: 5px 0;
        display: block;
    }
    .table-s dl dt {
        width: 100%;
        font-size: 14px;
    }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
    #header .header__left .logo {
        width: 150px;
    }
    #header .header__left .heading_h {
        font-size: 6px;
        top: 15px;
    }
    #header .header__left {
        padding-left: 10px;
    }
    #header .header__right .header__btn {
        width: auto;
    }
    #header .header__right .header__btn li a {
        height: 6vw;
    }
    #header .header__right .header__btn li span {
        font-size: 1.3vw;
        letter-spacing: 0.05em;
        padding-top: 3vw;
    }
    #header .header__right .header__btn .header__btn__web {
        width: 45%;
    }
    #header .header__right .header__btn .header__btn__tel {
        width: 55%;
    }
    #header .header__right .header__btn .header__btn__web span::before {
        width: 2.2vw;
        height: 3vw;
        top: -2px;
    }
    #header .header__right .header__btn li span::before {
        top: -1vw;
    }
    #header .header__right .header__btn .header__btn__tel span::before {
        width: 1.5vw;
        height: 3.2vw;
        top: -4px;
    }
}

.ob-img {
    background-size: cover;
    background-position: center center;
    position: relative;
}

.ob-img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}

#message .ob-img img {
    object-position: center;
}

@media screen and (min-width: 768px) {
    .ob-img img {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }
}

.ft-fixed__shared p {
    margin-bottom: 0;
}

#ftsp-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 123;
}

#ftsp-fixed .ft-fixed__shared {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    background: #003F73;
    justify-content: space-between;
    align-items: center;
}

#ftsp-fixed p {
    font-size: 16px;
    line-height: 1.28;
    position: relative;
    height: 64px;
}

#ftsp-fixed p a {
    color: #fff;
    padding: 0 10px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

#ftsp-fixed p span {
    padding-left: 49px;
    position: relative;
    display: block;
}

#ftsp-fixed p span::before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#ftsp-fixed .fixed__btn__web {
    width: 42%;
}

#ftsp-fixed .fixed__btn__web span::before {
    background: url(./img/icon_tel.svg) no-repeat center;
    background-size: 100% auto;
}

#ftsp-fixed .fixed__btn__tel {
    background: #006EB2;
    width: 42%;
}

#ftsp-fixed .fixed__btn__tel span::before {
    background: url(./img/icon_mail.svg) no-repeat center;
    background-size: 100% auto;
}

#ftsp-fixed .fixed__up {
    height: 64px;
    width: 16%;
    padding-left: 0;
}

#ftsp-fixed .fixed__up a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0;
}

#ftsp-fixed .fixed__up a img {
    width: 24px;
    height: 12px;
    display: block;
}

#ftpc-fixed {
    position: fixed;
    top: 0;
    right: 0px;
    width: 64px;
    height: 796px;
    background: #003F73;
    z-index: 124;
    transition: all .4s ease;
}
.addScroll #ftpc-fixed {
    height: 100%;
}
#ftpc-fixed .ft-fixed__shared {
    width: 64px;
}

#ftpc-fixed .ft-fixed__shared a {
    display: block;
    padding-top: 22px;
    position: relative;
    text-align: center;
    color: #fff;
}

#ftpc-fixed .ft-fixed__shared a::before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
}

#ftpc-fixed .ft-fixed__shared a small {
    font-weight: 500;
    display: block;
}

#ftpc-fixed .ft-fixed__shared a span {
    font-weight: 700;
}

#ftpc-fixed .fixed__btn__web {
    padding: 31px 0;
}

#ftpc-fixed .fixed__btn__web a::before {
    background: url(./img/icon_tel.svg) no-repeat;
    background-size: 100% auto;
}

#ftpc-fixed .fixed__btn__web small {
    font-size: 10px;
}

#ftpc-fixed .fixed__btn__web span {
    font-size: 12px;
    line-height: 1.2;
    display: block;
}

#ftpc-fixed .fixed__btn__tel {
    position: relative;
    z-index: 2;
    padding: 24px 0;
}

#ftpc-fixed .fixed__btn__tel::after {
    content: "";
    background: #006EB2;
    position: absolute;
    top: -18px;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
            clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
    z-index: -1;
}

#ftpc-fixed .fixed__btn__tel a {
    transition: all .4s ease;
}

#ftpc-fixed .fixed__btn__tel a::before {
    background: url(./img/icon_mail.svg) no-repeat;
    background-size: 100% auto;
}

#ftpc-fixed .fixed__btn__tel a:hover {
    opacity: .6;
}

#ftpc-fixed .fixed__btn__tel small {
    font-size: 11px;
}

#ftpc-fixed .fixed__btn__tel span {
    font-size: 14px;
    display: block;
    line-height: 1;
}

@media screen and (max-width: 374px) {
    #ftsp-fixed p {
        font-size: 15px;
    }
}

@media screen and (max-width: 359px) {
    #ftsp-fixed p {
        font-size: 13px;
    }
    #ftsp-fixed p span {
        padding-left: 40px;
    }
    #ftsp-fixed p span::before {
        left: -6px;
    }
}


.contact__frame {
    background: #0B1D39;
    background: linear-gradient(35deg, #0b1d39 0%, #0254a5 100%);
    position: relative;
    padding: 55px 0 54px;
    z-index: 3;
    color: #fff;
}

.contact__frame::before,
.contact__frame::after {
    content: "";
    background: url(./img/top/contact_deco01.png) no-repeat top center;
    background-size: 100% 100%;
    width: 352px;
    height: 166px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2;
}

.contact__frame::after {
    bottom: 0;
    right: 0;
    left: auto;
    top: auto;
    background: url(./img/top/contact_deco02.png) no-repeat top center;
    background-size: 100% auto;
}

.contact__frame .title__wrap {
    text-align: center;
    margin-bottom: 39px;
    position: relative;
    z-index: 2;
}

.contact__frame .title__wrap h2 {
    font-size: 32px;
    margin-bottom: 0;
    font-weight: 500;
}

.contact__frame .title__wrap h3 {
    font-size: 16px;
    font-weight: 500;
}

.contact__frame .row {
    position: relative;
    z-index: 3;
    max-width: 740px;
    margin: 0 auto;
}

.contact__frame .row .col {
    width: 47.5%;
    position: relative;
}

.contact__frame .row .col::before {
    content: "";
    width: 90px;
    height: 90px;
    position: absolute;
    top: 50%;
    left: 38px;
    transform: translateY(-50%);
}

.contact__frame .row .col::after {
    content: "";
    background: url(./img/weui_arrow-outlined.svg) no-repeat center;
    background-size: 100% auto;
    width: 12px;
    height: 24px;
    top: 50%;
    right: 27px;
    transform: translateY(-50%);
    position: absolute;
}

.contact__frame .row .col a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 30px 0 21px 25px;
    justify-content: center;
    color: #212121;
    text-align: center;
    background: #fff;
}

.contact__frame .row .col dl {
    font-weight: 500;
}

.contact__frame .row .col dl dt {
    font-size: 14px;
    line-height: 1;
    display: block;
}

.contact__frame .row .col dl dd {
    font-size: 24px;
}

.contact__frame .row .mail__b {
    transition: all .4s ease;
}

.contact__frame .row .mail__b::before {
    background: url(./img/top/icon_mail_b.svg) no-repeat center;
    background-size: 100% auto;
    width: 38px;
    height: 30px;
}

.contact__frame .row .mail__b:hover {
    opacity: .7;
}

.contact__frame .row .tel__b::before {
    background: url(./img/top/icon_tel_b.svg) no-repeat center;
    background-size: 100% auto;
    width: 24px;
    height: 41px;
}

@media screen and (max-width: 767px) {
    .contact__frame {
        padding: 10vw 0;
    }
    .contact__frame::before,
    .contact__frame::after {
        width: 195px;
        height: 56px;
        background-size: 100% 100%;
    }
    .contact__frame .title__wrap {
        margin-bottom: 7vw;
    }
    .contact__frame .title__wrap h2 {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 1vw;
    }
    .contact__frame .row {
        margin-bottom: 0;
    }
    .contact__frame .row .col {
        width: 100%;
    }
    .contact__frame .row .col::before {
        width: 90px;
        height: 90px;
        position: absolute;
        top: 50%;
        left: 25px;
        transform: translateY(-50%);
    }
    .contact__frame .row .col::after {
        width: 12px;
        height: 24px;
        right: 30px;
    }
    .contact__frame .row .col a {
        padding: 20px 0 16px;
    }
    .contact__frame .row .col dl dt {
        font-size: 14px;
    }
    .contact__frame .row .col dl dd {
        font-size: 24px;
    }
    .contact__frame .row .mail__b::before {
        width: 38px;
        height: 30px;
        left: 20px;
    }
    .contact__frame .row .mail__b:hover {
        opacity: 1;
    }
    .contact__frame .row .tel__b {
        margin-bottom: 10px;
    }
    .contact__frame .row .tel__b::before {
        width: 24px;
        height: 41px;
    }
}

.contact__feature {
    padding: 38px 0;
}

.contact__feature .bnrList {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 10px;
}

.contact__feature .bnrList li {
    width: 232px;
    text-align: center;
    border: 1px solid #063971;
    position: relative;
}

.contact__feature .bnrList li a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 74px;
    transition: all .4s ease;
    color:#063971;
}

.contact__feature .bnrList li a:hover {
    opacity: .6;
}

.contact__feature .bnrList li a span {
    padding-left: 51px;
    display: block;
}

.contact__feature .bnrList li a span::before {
    content: "";
    position: absolute;
    width: 54px;
    height: 54px;
    top: 50%;
    left: 9px;
    transform: translateY(-50%);
}

.contact__feature .bnrList li dl {
    padding-left: 63px;
}

.contact__feature .bnrList li dl::before {
    content: "";
    position: absolute;
    width: 54px;
    height: 54px;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
}

.contact__feature .bnrList li dl dt {
    font-size: 10px;
    line-height: 1;
    margin-bottom: 3px;
    letter-spacing: 1px;
}

.contact__feature .bnrList li dl dd {
    font-size: 16px;
    line-height: 1;
}

.contact__feature .bnrList li.bnr1 {
    font-size: 24px;
    background: #fff;
}

.contact__feature .bnrList li.bnr2 {
    border: 1px solid #063B73;
    background: #063b73;
}

.contact__feature .bnrList li.bnr2 dl {

    color: #fff;
}

.contact__feature .bnrList li.bnr2 dl::before {
    background: url(./img/contact_icon01.png) no-repeat;
    background-size: 100% auto;
}

.contact__feature .bnrList li.bnr3 {
    background: #0B1D39;
    background: linear-gradient(35deg, #0b1d39 0%, #0254a5 100%);
}

.contact__feature .bnrList li.bnr3 a {
    color: #fff;
}

.contact__feature .bnrList li.bnr3 dl {

}

.contact__feature .bnrList li.bnr3 dl::before {
    background: url(./img/contact_icontxt01.png) no-repeat;
    background-size: 100% auto;
}

.contact__feature .bnrList li.bnr4 span {
    font-size: 24px;
    color: #063971;
}

.contact__feature .bnrList li.bnr4 span::before {
    background: url(./img/contact_icontxt02.png) no-repeat;
    background-size: 100% auto;
}

.contact__feature .bnrList li.bnr5 span {
    font-size: 16px;
    color: #063971;
    padding-left: 62px;
}

.contact__feature .bnrList li.bnr5 span::before {
    background: url(./img/contact_icon02.png) no-repeat;
    background-size: 100% auto;
    left: 9px;
}

@media screen and (max-width: 767px) {
    .contact__feature {
        padding: 10vw 30px 15vw;
    }
    .contact__feature .bnrList {
        display: block;
        gap: 0 10px;
    }
    .contact__feature .bnrList li {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .contact__feature .bnrList li a {
        height: 95px;
        justify-content: flex-start;
    }
    .contact__feature .bnrList li.bnr1 a {
         justify-content: center;
    }
    .contact__feature .bnrList li a:hover {
        opacity: .6;
    }
    .contact__feature .bnrList li a span {
        padding-left: 100px;
    }
    .contact__feature .bnrList li a span::before {
        content: "";
        position: absolute;
        width: 54px;
        height: 54px;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
    }
    .contact__feature .bnrList li dl {
        padding-left: 100px;
    }
    .contact__feature .bnrList li dl::before {
        content: "";
        position: absolute;
        width: 54px;
        height: 54px;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
    }
    .contact__feature .bnrList li dl dt {
        font-size: 14px;
        margin-bottom: 7px;
    }
    .contact__feature .bnrList li dl dd {
        font-size: 24px;
        letter-spacing: 2px;
    }
    .contact__feature .bnrList li.bnr1 {
        font-size: 24px;
        margin-top: 0;
    }
    .contact__feature .bnrList li.bnr2 {
        border: 1px solid #063B73;
    }
    .contact__feature .bnrList li.bnr2 dl {
        text-align: left;
    }
    .contact__feature .bnrList li.bnr2 dl::before {
        width: 76px;
        height: 76px;
        left: 10px;
    }
    .contact__feature .bnrList li.bnr3 {
        background: #0B1D39;
        background: linear-gradient(35deg, #0b1d39 0%, #0254a5 100%);
    }
    .contact__feature .bnrList li.bnr3 a {
        color: #fff;
    }
    .contact__feature .bnrList li.bnr3 dl {
        text-align: left;
    }
    .contact__feature .bnrList li.bnr3 dl::before {
        width: 76px;
        height: 76px;
        left: 10px;
    }
    .contact__feature .bnrList li.bnr4 span {
        font-size: 32px;
        color: #063971;
    }
    .contact__feature .bnrList li.bnr4 span::before {
        width: 76px;
        height: 76px;
        left: 10px;
    }
    .contact__feature .bnrList li.bnr5 span {
        font-size: 24px;
        text-align: left;
        line-height: 1.4;
        padding-left: 100px;
    }
    .contact__feature .bnrList li.bnr5 span::before {
        width: 76px;
        height: 76px;
        left: 10px;
    }
}

@media screen and (max-width: 374px) {
    .contact__feature .bnrList li dl dt {
        font-size: 13px;
    }
    .contact__feature .bnrList li dl dd {
        font-size: 22px;
    }
}

#footer {
    background: #F2F2F2;
    padding: 42px 0;
}
#footer a:hover {
    text-decoration: underline;
}
#footer .logo {
    width: 272px;
    margin-bottom: 36px;
}

#footer .note-s {
    line-height: 28px;
    margin-bottom: 35px;
}

#footer .sitemap {
    font-size: 14px;
    margin-bottom: 10px;
}

#footer .copyright {
    text-align: right;
    font-size: 10px;
    letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
    #footer {
        padding: 10vw 0 25vw;
    }
    #footer .logo {
        width: 108px;
        margin-bottom: 5vw;
    }
    #footer .note-s {
        line-height: 28px;
        margin-bottom: 5vw;
        font-size: 14px;
    }
    #footer .sitemap {
        font-size: 12px;
    }
    #footer .copyright {
        position: absolute;
        bottom: 0;
        right: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1299px) {
    .home .wrap {
        padding-right: 100px;
    }
    .home .contact__frame .wrap {
        padding-right: 100px;
    }
    .contact__frame .title__wrap h2 {}
    .contact__frame::before,
    .contact__frame::after {
        width: 30%;
        height: 120px;
        background-size: 100% 100%;
    }
    
    .contact__feature {
        padding: 38px 30px 38px 30px;
    }
    .home .contact__feature {
        padding: 38px 85px 38px 30px;
    }
    .contact__feature .bnrList li.bnr4 span,
    .contact__feature .bnrList li.bnr1 {
        font-size: 1.6vw;
    }
    .contact__feature .bnrList li dl dt {
        font-size: 0.7vw;
        line-height: 1;
        margin-bottom: 0.5vw;
        letter-spacing: 0.05em;
    }
    .contact__feature .bnrList li a span::before,
    .contact__feature .bnrList li dl::before {
        width: 4vw;
        height: 4vw;
    }
    .contact__feature .bnrList li.bnr5 span {
        font-size: 1vw;
    }
    .contact__feature .bnrList li dl dd {
        font-size: 1.3vw;
        letter-spacing: 0;
    }
    .contact__feature .bnrList li dl {
        padding-left: 4vw;
    }
    .contact__feature .bnrList li a span {
        padding-left: 4vw;
    }
    .contact__feature .bnrList li a span::before {
        left: 0;
    }


    .contact__feature .bnrList li.bnr5 span {
        padding-left: 4.5vw;
        letter-spacing: 0.1em;
    }
    .contact__feature .bnrList li a {
        height: 6vw;
    }
    .contact__feature .bnrList li.bnr2 dl::before,
    .contact__feature .bnrList li.bnr4 span::before,
    .contact__feature .bnrList li.bnr5 span::before,
    .contact__feature .bnrList li dl::before {
        left: 0.5vw;
    }
    .contact__feature .bnrList li {
        width: 18%;
    }
    .contact__frame .row .col a {
        padding: 20px 0 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
    header .header__nav nav ol {
        gap: 12px;
    }
    .sub-menu a, header .header__nav nav ol>li .up-menu {
        font-size: 1.2vw;
    }
    .contact__frame .title__wrap h2 {
        font-size: 3.2vw;
    }
    .contact__frame .title__wrap h3 {
        font-size: 1.6vw;
    }
    .contact__frame .row .col {
        width: 48.5%;
    }
    .contact__frame .row .mail__b::before {
        left: 25px;
    }
    .sub-menu {
        width: 150px;
        padding: 12px 15px 15px;
    }
    #ftpc-fixed .fixed__btn__web small {
        font-size: 9px;
    }
    #ftpc-fixed .fixed__btn__web span {
        font-size: 11px;
    }
    #ftpc-fixed .fixed__btn__tel small {
        font-size: 10px;
    }
    #ftpc-fixed .fixed__btn__tel span {
        font-size: 12px;
    }
}


.d__flex {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	gap: 31px;
}

@media screen and (min-width: 768px) and (max-width: 1299px) {
	#pick-up .row-2.d__flex {
		flex-wrap: wrap;
		gap: 24px;
	}
}

@media screen and (max-width: 767px) {
.d__flex {
	display: block;
}
}

.elementor-element-d8bee0f .elementor-text-editor,
.elementor-element-b58db9d .elementor-text-editor {
    margin-right: 20px;
}
@media screen and (max-width: 767px) {
 .elementor-element-d8bee0f .elementor-text-editor,
.elementor-element-b58db9d .elementor-text-editor {
    margin-right: 0;
} 
}

@media screen and (max-width: 359px) {
    .contact__frame .title__wrap h2 {
        font-size: 23px;
    }
    .contact__frame .title__wrap h3 {
        font-size: 15px;
    }
    .contact__frame .row .col dl {
        padding-left: 16px;
    }
    .contact__frame .row .col::after {
        right: 20px;
    }
    .contact__frame .row .mail__b::before {
        left: 13px;
    }
    .contact__feature .bnrList li.bnr4 span {
        font-size: 27px;
    }
    .contact__feature .bnrList li.bnr5 span {
        font-size: 22px;
    }
.contact__feature .bnrList li dl dt {
    font-size: 11px;
}
.contact__feature .bnrList li dl dd {
    font-size: 17px;
}
.contact__feature .bnrList li.bnr5 span::before,
.contact__feature .bnrList li.bnr4 span::before,
.contact__feature .bnrList li.bnr3 dl::before,
.contact__feature .bnrList li.bnr2 dl::before {
    width: 70px;
    height: 70px;
}
    .contact__feature .bnrList li dl {
        padding-left: 89px;
    }
}
