@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
-----------------------------------------------------------*/
/*--------------------------------------
	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: "Noto Sans JP", sans-serif;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 30px;
    color: #322F26;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    font-weight: normal;
    letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
}
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: #333;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
a[href^="tel:"] {
    pointer-events: none;
    cursor: text;
}
a:focus, *:focus {
    outline: none;
}
a:hover img {
    opacity: 0.8;
}
img {
    max-width: 100%;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    height: auto;
}
p {
    margin-bottom: 20px;
}
p:last-child {
    margin-bottom: 0;
}
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;
    }
}
/*--------------------------------------
	fonts
--------------------------------------*/
.noto-se {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.noto-san {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
.cormorant {
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
/*--------------------------------------
	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;
}
@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: 1123px;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}
.container::after {
    content: "";
    display: block;
    clear: both;
}
#wrapper {
    height: 100%;
    overflow: hidden;
}
body:not(.home) #wrapper {
    padding-top: 114px;
}
@media (max-width: 767px) {
    .container {
        padding: 0 20px;
    }
    #wrapper {
        padding-top: 12px;
    }
    .home #wrapper {
        padding-top: 0;
        overflow: hidden;
    }
    body:not(.home) #wrapper {
        padding-top: 60px;
    }
}
/*--------------------------------------
	text color
--------------------------------------*/
.txt_color {
    color: #94C789;
}
.txt_color_green {
    color: #A3C258;
}
.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 {
      width: 100%;
    background: #fff;
    z-index: 1000;
    height: 100px;
    position: absolute;
    top: 800px !important;
    left: 0;
    opacity: 1;
    visibility: visible;
    box-shadow: 10px 0px 20px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
	.home #header {
		 top: 800px !important;
	}
	#header{
		top: 356px  !important;
	}
}
.fixed-btn #header {
    opacity: 1;
    visibility: visible;
	top: 0 !important;
	position: fixed;
}
/* container */
.header__main-container, .header__sub-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}
.header__main-container {
    padding: 0 0 0 10px;
    width: 100%;
    box-sizing: border-box;
}
.header__main-container .row {
    width: 100%;
    position: relative;
    z-index: 5;
}
.header__sub-container {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 450px;
    position: relative;
}
/* menu */
.menu-text {
    color: #6D6660;
}
/* sub menu */
header .g-nav > li > .up-menu sub {
    color: #94C789;
}
#header .sns li {
    margin-right: 10px;
    width: 20px;
}
#header .sns {
    justify-content: flex-end;
    margin-right: 20px;
    position: relative;
    z-index: 101;
}
#header .sns li:last-of-type {
    margin-right: 0;
    margin-top: -3px;
}
@media screen and (max-width: 767px) {
    /* container */
    .header__main-container {
        padding: 0px;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .header__sub-container {
        width: 100%;
        flex-grow: initial;
        flex-shrink: initial;
        flex-basis: initial;
    }
}
/*--------------------------------------
	logo
--------------------------------------*/
header .header__logo {
    width: 470px;
    position: relative;
    z-index: 100;
}
header .header__logo img {
    width: 100%;
    max-width: 469px;
}
/*--------------------------------------
	nav
--------------------------------------*/
header .header__nav nav ol {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: center;
}
header .header__nav nav ol > li:hover {}
header .header__nav nav ol > li {
    position: relative;
    height: 100%;
}
header .header__nav nav ol > li.contact {
    background: #FCEF8B;
    margin-left: 30px;
}
header .header__nav nav ol > li.contact a {
    color: #FF9E00;
}
header .header__nav nav ol > li:after {
    width: 0%;
    height: 3px;
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    transition: all 0.4s ease;
}
header .header__nav nav ol > li:hover:after {
    width: 100%;
}
header .header__nav nav ol > li .sub-menu:after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    border-right: 0 solid transparent;
    border-bottom: 21px solid #29537D;
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(-135deg);
    box-sizing: border-box;
    border-left: 21px solid transparent;
    transition: none;
}
header .header__nav nav ol .sub-menu .menu-item-has-children:hover .sub-menu:after {
    display: none;
}
header .header__nav nav ol > li .up-menu {
    position: relative;
    width: auto;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 1;
    white-space: pre;
    color: #6D6660;
    cursor: pointer;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    font-weight: bold;
}
header .header__nav nav ol > li > .up-menu a, header .header__nav nav ol > li > .up-menu span {
    display: block;
    padding: 5rem 4rem 4rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    letter-spacing: 2px;
    box-sizing: border-box;
    justify-content: flex-end;
    max-height: 99px;
    color: #193557;
}
@media screen and (min-width: 768px) {
    header .header__nav nav ol > li > .up-menu::after {
        border-right: 1px solid #EFEFEF;
        content: "";
        position: absolute;
        top: 30px;
        right: 0;
        height: 46px;
    }
    header .header__nav nav ol > .menu-item-has-children > .up-menu span {
        position: relative;
    }
    header .header__nav nav ol > .menu-item-has-children > .up-menu span::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 16px;
        display: block;
        width: 10px;
        height: 10px;
        -webkit-transition-duration: .6s;
        -ms-transition-duration: .6s;
        -moz-transition-duration: .6s;
        transition-duration: .6s;
        border-right: 2px solid #193557;
        border-bottom: 2px solid #193557;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        box-sizing: border-box;
        display: inline-block;
        vertical-align: middle;
        margin-top: -3px;
    }
}
header .header__nav nav ol > li > .up-menu a:hover {}
header .header__nav nav ol > li > .up-menu .menu-text span {
    color: #FF9E00;
    font-size: 8px;
    text-transform: uppercase;
    padding: 10px;
}
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% + 10px);
    left: 50%;
    width: 330px;
    height: auto;
    padding: 0;
    border-radius: 0.5em;
    box-shadow: 0 1px 5px rgb(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    background: #29537D;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 10px;
}
.sub-menu a {
    font-size: 14px;
    position: relative;
}
.sub-menu a:before {
    content:
        "";
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 0 solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    left: 6%;
    top: 20px;
    margin-left: -11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
    border-left: 10px solid transparent;
    transition: none;
}
.menu-item-has-children {
    position: relative;
}
.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}
header .header__nav nav ol .sub-menu .sub02 .menu-text {
    padding-left: 10%;
}
header .header__nav nav ol > li.hover ul .menu-item-has-children.active .sub-menu {
    display: block;
}
@media screen and (min-width: 768px) {
    .header__sub-container {
        display: none;
    }
    header .header__nav nav ol > li dl {
        pointer-events: none;
    }
    header .header__nav nav ol .sub-menu a {
        display: block;
        padding: 1% 5%;
        transition: none;
    }
    header .header__nav nav ol .sub-menu a:hover, header .header__nav nav ol .sub-menu .menu-text:hover, header .header__nav nav ol .sub-menu .menu-item-has-children:hover span.menu-text {
        background: #fff;
        color: #000;
        cursor: pointer;
        display: block;
    }
    header .header__nav nav ol .sub-menu .menu-item-has-children .sub-menu {
        visibility: hidden;
        opacity: 0;
        box-shadow: none;
        position: static;
        margin-left: -10px;
        transform: translateX(0);
        display: none;
    }
    header .header__nav nav ol .sub-menu .menu-text {
        padding: 9px 9%;
        display: block;
        border-bottom: 1px solid #fff;
        color: #fff;
    }
    header .header__nav nav ol .sub-menu li:first-child a {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    header .header__nav nav ol .sub-menu li:last-of-type a {
        border-bottom: 0;
    }
    header .header__nav nav ol .sub-menu .menu-item-has-children:hover .sub-menu {
        visibility: visible;
        opacity: 1;
        display: block;
    }
    header .header__nav nav ol .sub-menu .menu-item-has-children:hover .sub-menu a {
        padding-left: 10%;
    }
    header .header__nav nav ol > li::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 0;
        height: 3px;
        background: #193557;
    }
    .header-btn {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 5;
        width: 685px;
    }
    #wrapper > .logo {
        position: absolute;
        top: -2px;
        left: 4px;
        z-index: 5;
        width: 342px;
    }
    .header__nav {
        margin: 0 auto;
    }
}
@media screen and (max-width: 1060px) and (min-width: 768px) {
    .header__main-container {
        justify-content: space-between;
        flex-wrap: nowrap;
    }
    .header-btn {
        width: 58%;
    }
    #wrapper > .logo {
        width: 36%;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1380px) {
    header .header__nav nav ol > li > .up-menu a {
        padding: 4rem 3rem 4rem;
    }
    header .header__nav nav ol > li > .up-menu a, header .header__nav nav ol > li > .up-menu span {
        padding: 4.5rem 3rem 4rem;
    }
    header .header__nav nav ol > li .up-menu {
        font-size: 14px;
    }
    header .header__logo {
        max-width: 68%;
    }
    .header__main-container {
        justify-content: space-between;
        flex-wrap: nowrap;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    header .header__nav nav ol > li > .up-menu a, header .header__nav nav ol > li > .up-menu span {
        padding: 6rem 3rem 4rem;
    }
    .header__sub-container {
        flex-basis: 236px;
    }
    header .header__nav nav ol > li > .up-menu a, header .header__nav nav ol > li > .up-menu span {
        padding: 5.6rem 2rem;
        line-height: 1;
        height: 30px;
        letter-spacing: 1px;
        display: flex;
    }
    header .header__nav nav ol > .menu-item-has-children > .up-menu span::after {
        margin-top: -13px;
    }
    header .header__nav nav ol > li > .up-menu span {
        padding: 5.6rem 3rem;
    }
    header .header__logo {
        width: 212px;
        margin-top: -15px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    header .header__nav nav ol > li .up-menu {
        font-size: 12px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    header .header__nav nav ol > li.contact {
        margin-left: 7px;
    }
}
@media screen and (max-width: 767px) {
    header .header__nav nav ol > li:after {
        display: none;
    }
    header .header__nav {
        width: 100%;
    }
    header .header__nav nav ol {
        display: none;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    header .header__nav nav ol > li {
        position: relative;
        width: 100%;
        border-left: none;
        border-top: 1px solid #fff;
    }
    header .header__nav nav ol > li > .up-menu, header .header__nav nav ol > li .sub-menu li .menu-text {
        display: block;
        width: 100%;
        height: auto;
        padding: 18px 50px 18px 20px;
        text-align: left;
        font-size: 15px;
        font-weight: bold;
    }
    header .header__nav nav ol > li .sub-menu li .menu-text {
        padding-right: 18px;
        padding-left: 13%;
    }
    .sub-menu a:before {
        left: 10%;
        top: 50%;
        margin-top: -4px;
    }
    header .header__nav nav ol > li > .up-menu:hover {
        opacity: 0.6;
    }
    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;
    }
    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 .sub-menu li span.menu-text {
        color: white;
        width: 100%;
    }
    header .header__nav nav ol > li + li {
        margin-left: 0px;
    }
    header .header__nav nav ol > li ul li {
        border-top: 1px solid #F5D79C;
    }
    .menu-item-has-children .up-menu::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        width: 16px;
        height: 16px;
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff;
        margin-top: -14px;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }
    .menu-item-has-children.hover .up-menu::after {
        margin-top: -3px;
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .sub-menu {
        width: 100%;
    }
    header .header__nav nav ol > li .sub-menu a {
        padding: 15px 20px 12px;
        text-align: left;
        color: #fff;
    }
    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 {
        position: inherit;
        display: none;
        top: 0;
        padding: 0;
        border-radius: 0;
    }
    header .header__nav nav ol > li.hover .sub-menu {
        display: block;
        visibility: initial;
        opacity: 1;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    }
    header .header__nav nav ol > li .sub-menu li {
        display: block;
    }
    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;
    }
    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;
    }
}
@media screen and (max-width: 767px) {
    header .header__nav {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        min-height: 100vh;
        z-index: 100;
        padding: 100px 30px 40vw;
        background: #29537D;
        opacity: 0;
        visibility: hidden;
        overflow-y: scroll;
    }
    header .header__nav .conversion {
        margin: 70px -30px 0;
    }
   .home header .header__logo {
        width: 38%;
        margin: 8px 0 12px 12px;
        z-index: 114;
        position: absolute;
        top: 0;
        left: 0;
	   background: none;
    }
	header .header__logo {
           width: 49%;
    margin: 0px 0 12px 0px;
    z-index: 114;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 5px 5px 0;
    }
    header .header__nav nav ol > li > .up-menu, header .header__nav nav ol > li .sub-menu li span.menu-text {
        background: #29537D;
    }
    header .header__nav nav ol > li .sub-menu li span.menu-text {
        position: relative;
    }
    header .header__nav nav ol > li > .up-menu a, header .header__nav nav ol > li > .up-menu span {
        padding: 3px;
        color: #fff;
        font-weight: 500;
        align-items: flex-start;
        font-size: 18px;
    }
    header .header__nav nav ol > li > .up-menu span {
        margin: 0;
        display: none;
    }
    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 {
        display: block;
    }
    header .header__nav nav ol > li + li {
        margin-left: 0px;
    }
    header .header__nav nav ol > li.contact {
        margin-left: 0;
    }
    header .header__nav nav ol > li.contact .up-menu {
        background: #FCEF8B;
        color: #FF9E00;
    }
    header .header__nav nav ol > li.contact .up-menu a {
        color: #FF9E00;
    }
    header .header__nav nav ol > li ul li {}
    .menu-item-has-children .up-menu::after, header .header__nav nav ol > li .sub-menu li span.menu-text:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        width: 16px;
        height: 16px;
        border-bottom: 2px solid #fff;
        border-left: 2px solid #fff;
        margin-top: -14px;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
    }
    .menu-item-has-children.hover .up-menu::after, header .header__nav nav ol > li .sub-menu li:hover .sub-menu > .menu-text:after {
        margin-top: -3px;
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .sub-menu {
        width: 100%;
    }
    header .header__nav nav ol > li .sub-menu a {
        padding: 15px 20px 12px;
        text-align: left;
        /* color: #fff; */
    }
    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 {
        position: inherit;
        display: none;
        top: 0;
        padding: 0;
        border-radius: 0;
    }
    header .header__nav nav ol > li.hover .sub-menu {
        display: block;
        visibility: initial;
        opacity: 1;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    }
    header .header__nav nav ol > li .sub-menu li {
        display: block;
    }
    header .header__nav nav ol > li .sub-menu:after {
        display: none
    }
    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;
    }
    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;
    }
    header .header__sub-container.active + .header__nav {
        opacity: 1 !important;
        visibility: visible !important;
    }
    header .header__nav:before {
        position: fixed;
        content: '';
        height: 73px;
        left: 0;
        right: 0;
        /* background: #fff; */
        top: 0;
        z-index: 111;
    }
    .header__sub-container.active .header__logo {
        position: fixed;
        top: 2px;
        left: 0;
        z-index: 114;
        max-width: 266px;
        margin: 15px 10px;
    }
    header .header__nav nav ol > li:hover .sub-menu:after {
        display: none;
    }
    header .header__nav nav ol > li.hover ul .menu-item-has-children .sub-menu {
        display: none;
    }
    header .header__nav nav ol > li .sub-menu li.active span.menu-text:after {
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        margin-top: -4px;
    }
}
/*--------------------------------------
	toggle menu
--------------------------------------*/
header .toggle-menu {
    display: none;
}
.toggle-menu__trigger, .toggle-menu__trigger span {
    display: inline-block;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.toggle-menu__trigger span {
    /* opacity: 0; */
    /* visibility: hidden; */
}
.toggle-menu__trigger {
    position: relative;
    display: block;
    width: 28px;
    height: 22px;
    padding: 0;
    border: 0px;
    margin: 0;
    text-align: center;
    background: none;
    z-index: 5;
}
.toggle-menu__trigger::before {
    content: "";
    display: block;
    width: 9px;
    height: 19px;
    border-right: 0 solid transparent;
    border-bottom: 9px solid #fff;
    position: absolute;
    right: -13px;
    bottom: -19px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(-2deg);
    box-sizing: border-box;
    border-left: 9px solid transparent;
}
.toggle-menu__trigger:after {
    position: absolute;
    content: "MENU";
    top: 0;
    font-size: 11px;
    right: 0;
    color: #5882BC;
    font-weight: bold;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    letter-spacing: 1px;
    display: none;
}
.toggle-menu.active {
    transform: translateY(0);
}
.toggle-menu.active .toggle-menu__trigger:after {
    content: "CLOSE";
}
.toggle-menu__trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FFF;
}
.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) {
    -moz-transform: translateY(10px) rotate(-45deg);
    -ms-transform: translateY(10px) rotate(-45deg);
    -webkit-transform: translateY(10px) rotate(-45deg);
    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) {
    -moz-transform: translateY(-10px) rotate(45deg);
    -ms-transform: translateY(-10px) rotate(45deg);
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
}
@media screen and (max-width: 767px) {
    #header {
        height: auto;
        position: absolute;
        top: 0 !important;
        left: 0;
        z-index: 100;
        width: 100%;
        opacity: 1;
        visibility: visible;
    }
    .home header .toggle-menu {
        display: block;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 103;
        padding: 24px 21px 27px 20px;
        background: #012B56;
        overflow: hidden;
    }
    .home header .toggle-menu::before {
        content: "";
        background: #013365;
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border: 1px solid #fff;
    }
    .home header .toggle-menu::after {
          content: "";
			position: absolute;
			width: 0;
			height: 0;
			border-style: solid;
			border-top: 63px solid transparent;
			border-bottom: 62px solid transparent;
			border-left: 92px solid #29537D;
			border-right: 0;
			transform: rotate(100deg);
			top: -30px;
			opacity: 0.5;
			left: -42px;
			z-index: 0;
    }
	 .home .toggle-menu__trigger span{
		background: #fff;
	}
	
	
	header .toggle-menu {
        display: block;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 103;
        padding: 24px 21px 27px 20px;
        background: #fff;
        overflow: hidden;
    }
	.toggle-menu__trigger span{
		background: #000;
	}
	
}
/*-----------------------------------------------------------
■ 3 Footer
-----------------------------------------------------------*/
/*--------------------------------------
	general
--------------------------------------*/
#footer {
    padding: 97px 0 60px;
    text-align: left;
    background: #565565;
    color: #fff;
}
#footer .container {
    width: 1350px;
    max-width: 100%;
}
#footer .group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
#footer .group .map {
    width: 860px;
    max-width: calc(100% - 420px);
    height: 428px;
}
#footer .group .right {
    width: 385px;
}
#footer .group .right .img {
    margin-bottom: 27px;
}
#footer .group .right .catch {
    width: 320px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    color: #fff;
    justify-content: space-between;
    margin-left: 32px;
}
#footer .group .right .catch li {
    text-align: center;
    width: 142px;
    height: 142px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 4px;
    font-weight: normal;
}
#footer .nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 38px 0;
}
#footer .nav .left {
    width: 49%;
   
    align-self: flex-start;
}
#footer .nav .right {
    width: 50%;
    padding-left: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	 border-left: 1px dashed #fff;
}
#footer .nav .left .ttl, #footer .nav .right .ttl {
    font-size: 21px;
    text-align: left;
    margin-bottom: 30px;
    font-weight: normal;
}
#footer .nav .left li {
    padding-left: 26px;
    position: relative;
    width: 352px;
    font-weight: 300;
}
#footer .nav .left li a {
    font-weight: 300;
}
#footer .nav .left li a::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    display: block;
    width: 12px;
    height: 12px;
    -webkit-transition-duration: .6s;
    -ms-transition-duration: .6s;
    -moz-transition-duration: .6s;
    transition-duration: .6s;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}
#footer .nav a {
    color: #fff;
    text-align: left;
    font-weight: 300;
}
#footer .nav a:hover {
    opacity: 0.8;
}
#footer .nav .right ul {
       display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#footer .nav .right ul li {
    min-width: 171px;
    font-size: 15px;
    letter-spacing: 1px;
    margin-right: -2px;
}
#footer .nav .right ul li:nth-child(3n + 3) {
    margin-right: 0;
}
#footer .nav .right ul li:nth-child(1) {
  min-width: 151px;
}
#footer .nav .right ul li:nth-child(2) {
    min-width: 241px;
}
#footer .nav .right ul li:nth-child(8) {
    min-width: 253px;
}
#footer .bottom {
    justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 1060px) {
    #footer .nav .row {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 767px) {
    #footer .group {
        flex-direction: column;
    }
    #footer .group .map {
        width: auto;
        position: static;
        height: 50vw;
        padding: 0;
        max-width: none;
        margin: 0 -20px 30px;
    }
    #footer .group .right {
        width: 100%;
    }
    #footer .group .right .img {
        margin: 0 -20px 21px;
    }
    #footer .group .right .catch {
        margin: 0 auto;
    }
    #footer .group .right .catch li {
        font-size: 19px;
    }
    #footer .nav {
        flex-direction: column;
        margin: 0 -20px 0;
        padding: 20px;
    }
    #footer .nav .left {
        width: auto;
        border: none;
        margin-bottom: 30px;
        border-bottom: 1px dashed;
        padding-bottom: 20px;
        margin: 0 -20px 10px;
        padding: 17px;
    }
    #footer .nav .right {
        width: 100%;
        padding: 20px 0;
		border-left: 0;
    }
    #footer .nav .left .ttl, #footer .nav .right .ttl {
        font-size: 18px;
        margin-bottom: 10px;
    }
    #footer .nav .left .row {
        flex-direction: column;
    }
    #footer .nav .left li {
        font-size: 12px;
        padding-left: 21px;
    }
    #footer .nav .left li a::before {
        top: 11px;
        width: 10px;
        height: 10px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }
    #footer .nav .right ul {
        justify-content: space-between;
    }
    #footer .nav .right ul li {
        width: 46%;
        min-width: auto;
        margin-right: 0;
        font-size: 12px;
    }
    #footer .nav .right ul li:nth-child(5) {
        width: 70%;
    }
    #footer .nav .right ul li:nth-child(2) {
        min-width: auto;
    }
    #footer .nav .right ul li:nth-child(8) {
        min-width: auto;
    }
    #footer .bottom {
        flex-direction: column;
    }
}
/*--------------------------------------
	footer menu
--------------------------------------*/
footer .footer-menu {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
footer .footer-menu__block {
    -webkit-flex: 1;
    flex: 1;
    margin-left: 8%;
}
footer .footer-menu__block:first-child {
    margin: 0;
}
footer .footer-menu__block .footer-menu__title {
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid #333;
    margin-bottom: 25px;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0.1em;
}
footer .footer-menu__block .footer-menu__navi {
    padding-top: 3px;
}
footer .footer-menu__block .footer-menu__navi li {
    position: relative;
    margin-top: 19px;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.1em;
}
footer .footer-menu__block .footer-menu__navi li:first-child {
    margin: 0;
}
footer .footer-menu__block .footer-menu__navi li::before {
    margin-right: 5px;
    font-size: 10px;
    color: #6fba2c;
}
footer .footer-menu__block .footer-menu__navi li a {
    vertical-align: top;
}
footer .footer-menu__block .footer-menu__navi li a:hover {
    color: #6fba2c;
}
footer .footer-menu__block .access_box {
    font-size: 13px;
    line-height: 1.9;
}
footer .footer-menu__block .access_box p {
    margin-bottom: 22px;
}
footer .footer-menu__block .access_box dl dt {
    font-weight: bold;
}
footer .logo {
    width: 256px;
    margin: 31px 0 0 0px;
}
footer .sitemap {
    font-size: 10px;
    margin-bottom: -8px;
}
footer .sitemap:hover {
    text-decoration: underline;
}
footer .copyright {
    font-size: 13px;
    line-height: 1.8;
    font-family: "Lato", sans-serif;
    color: #fff;
    text-align: right;
    margin-top: 40px;
}
footer .sitemap {
    text-align: left;
}
footer .sitemap a:hover {
    text-decoration: underline;
}
@media screen and (min-width: 768px) and (max-width: 1060px) {
    #footer .bnr li {
        max-width: 24%;
    }
}
@media screen and (max-width: 767px) {
    footer .footer-menu {
        display: block;
    }
    footer .footer-menu__block {
        margin-top: 40px;
        margin-left: 0;
    }
    footer .footer-menu__block .footer-menu__title {
        padding-bottom: 20px;
        margin-bottom: 15px;
    }
    footer .copyright {
        text-align: center;
    }
    footer .sitemap {
        text-align: center;
    }
    #footer .sns {
        flex-direction: row;
        justify-content: center;
        margin-bottom: 30px;
    }
    #footer .sns li {
        width: 14%;
    }
    footer .logo {
        width: 170px;
        margin: 30px auto -20px;
    }
    #footer .bnr {
        justify-content: space-between;
        margin-bottom: 20px;
    }
    #footer .bnr li {
        max-width: 50%;
        width: 49%;
        margin-right: 0;
        margin-bottom: 2%;
    }
}
/*--------------------------------------
	fixed box
--------------------------------------*/
.fixed-box {
    position: fixed;
    right: 0px;
    bottom: 0;
    display: block;
    width: 535px;
    height: auto;
    z-index: 89;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.fixed-box .fixed-banner__pc ul, .fixed-box .fixed-banner__sp ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.fixed-box .fixed-banner__pc ul li:first-child {
    margin-right: 10px;
}
.fixed-box .fixed-banner__pc ul li:last-of-type {
    margin-left: 10px;
}
.fixed-banner__sp {
    display: none;
}
.fixed-box img {
    max-width: 100%;
    vertical-align: middle;
}
@media screen and (max-width: 767px) {
    .fixed-banner__sp {
        display: block;
    }
    .fixed-banner__pc {
        display: none;
    }
    #footer {
        padding: 40px 0;
    }
    .fixed-box {
        width: 100%;
    }
    .fixed-banner__sp {
        padding: 0;
    }
    .fixed-banner__sp li:last-of-type {
        margin-left: 5px;
    }
}
/*-----------------------------------------------------------
■ 3 Other Common Elements
-----------------------------------------------------------*/
/*--------------------------------------
	conversion section
--------------------------------------*/
.conversion {
    padding: 135px 0 83px;
    text-align: center;
    background: url("img/footer_bg.png") no-repeat center top;
    background-size: cover;
    margin: -71px auto 0;
    position: relative;
}
.conversion:before {
    position: absolute;
    top: -72px;
    left: 33px;
    right: 0;
    background: url(img/footer_deco.png) no-repeat;
    width: 1072px;
    background-size: 100%;
    height: 266px;
    content: "";
    z-index: 0;
    margin: 0 auto;
    max-width: 95%;
}
.conversion .box {
    background: #fff;
    border-radius: 10px;
    padding: 14px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 243px;
}
.conversion .address {
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
}
.conversion .tel {
    margin-bottom: 6px;
}
.conversion .address:before {
    content: "";
    background: url("img/icon_pin.png") no-repeat;
    width: 12px;
    height: 24px;
    position: absolute;
    top: 9px;
    left: 0;
    background-size: 100%;
}
.conversion .conversion__title {
    margin-bottom: 42px;
    font-size: 35px;
    letter-spacing: 0.1em;
    line-height: 1.6;
}
.conversion .conversion__text {
    margin-top: 30px;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 31px;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    color: #5882BC;
    font-weight: bold;
    margin-bottom: 47px;
}
.conversion .conversion__list {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    justify-content: space-between;
}
.conversion .col {
    width: 340px;
    text-align: left;
    max-width: 100%;
}
.conversion .col .note {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
}
.conversion .col .time {
    margin-bottom: 12px;
}
.conversion .col .time dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 15px;
    margin-bottom: 1px;
    line-height: 26px;
}
.conversion .col .time dl dt {
    background: #6D6660;
    color: #fff;
    width: 64px;
    align-self: center;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    padding-top: 3px;
    padding-bottom: 1px;
}
.conversion .col .time dl dd {
    padding-left: 8px;
    width: calc(100% - 68px);
    box-sizing: border-box;
    letter-spacing: 0;
    font-size: 15px;
}
.conversion .conversion__list li {
    position: relative;
    z-index: 0;
    width: 48%;
}
.conversion .col1 h3 {
    font-size: 24px;
    font-weight: bold;
    color: #FF9E00;
    margin-bottom: 18px;
    letter-spacing: 1px;
}
.conversion .col1 h3 span {
    background: #FF9E00;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    font-size: 16px;
    margin-left: 10px;
}
.conversion .col2 h3 {
    font-size: 24px;
    font-weight: bold;
    color: #A3C258;
    margin-bottom: 20px;
    text-align: left;
}
.conversion .col2 h3 span {
    background: #A3C258;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    font-size: 16px;
}
.conversion .col3 h3 {
    font-size: 24px;
    font-weight: bold;
    color: #A3C258;
    margin-bottom: 20px;
    margin-top: -33px;
}
.conversion .col3 h3 span {
    background: #A3C258;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    font-size: 16px;
}
.conversion .col3 h4 {
    background: #F0FECF;
    color: #A3C258;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.conversion .conversion__list li:hover img {
    opacity: 1;
}
.conversion .conversion__list li:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(51, 104, 177);
    background: linear-gradient(180deg, rgba(51, 104, 177, 1) 0%, rgba(51, 104, 177, 1) 0%, rgba(152, 179, 232, 1) 100%);
    border-radius: 66px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=124, Color=#95BEE6)"; /*IE 8*/
    -moz-box-shadow: 2px 3px 20px -5px rgba(149, 190, 230, 0.7); /*FF 3.5+*/
    -webkit-box-shadow: 2px 3px 20px -5px rgba(149, 190, 230, 0.7); /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 2px 3px 20px -5px rgba(149, 190, 230, 0.7); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=135, Color=#95BEE6); /*IE 5.5-7*/
    content: "";
    z-index: -1;
}
.conversion .conversion__list li:hover:After {
    background: #3667AC;
}
@media screen and (max-width: 1060px) and (min-width: 768px) {
    .conversion .col2 h3, .conversion .col1 h3, .conversion .col3 h3 {
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 0;
    }
    .conversion .col {
        width: 32%;
    }
    .conversion:before {
        top: -11px;
    }
    .conversion .col3 h3 {
        margin-top: -22px;
    }
    .conversion .col1 h3 span {
        font-size: 10px;
    }
    .conversion .col2 h3 span {
        font-size: 10px;
    }
    .conversion .col .time dl {
        flex-direction: column
    }
    .conversion .col .time dl dt {
        align-self: flex-start;
    }
    .conversion .col .time dl dd {
        width: 100%;
        font-size: 14px;
        padding-left: 0;
    }
    .conversion .address {
        font-size: 13px;
    }
    .conversion .box {
        padding: 14px 10px;
        min-height: 312px;
    }
}
@media screen and (max-width: 767px) {
    .conversion .conversion__title {
        font-size: 28px;
    }
    .conversion .conversion__list {
        max-width: 535px;
        margin: 0 auto;
        width: 100%;
        padding: 0 9px;
        box-sizing: border-box;
    }
    .conversion .conversion__list {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .conversion .conversion__list li + li {
        margin-top: 10px;
        margin-left: 0%;
    }
    .conversion .conversion__list li {
        width: 100%;
    }
    .conversion:before {
        width: 88%;
        background: url(img/footer_deco_sp.png) no-repeat;
        background-size: 100%;
        top: -3%;
        left: 0;
    }
    .conversion {
        background: url(img/footer_bg_sp.png) no-repeat center top;
        background-size: cover;
        padding: 21vw 0 10vw;
        margin: -13vw auto 0;
    }
    .conversion .col1 h3 {
        font-size: 21px;
    }
    .conversion .col1 h3 span {
        font-size: 16px;
    }
    .conversion .box {
        padding: 14px 20px 27px;
        min-height: auto;
    }
    .conversion .col .time dl {
        margin-bottom: 5px;
    }
    .conversion .col .time dl dd {
        font-size: 14px;
    }
    .conversion .col {
        width: 100%;
        margin-bottom: 10vw;
    }
    .conversion .col2 h3 {
        font-size: 21px;
    }
    .conversion .col2 h3 span {
        margin-left: 10px;
    }
    .conversion .col3 h3 {
        margin-top: 0;
        font-size: 21px;
    }
    .conversion .address:before {
        top: 5px;
    }
    .conversion .tel {
        width: 100%;
        margin: 0 auto 10px;
    }
}
/*-----------------------------------------------------------
■ 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 0px;
    margin-bottom: 20px;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.4;
    font-size: 28px;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    color: #004096;
}
.elementor-image-box-img {
    float: right;
    display: block !important;
    width: 30% !important;
    margin: 0 0 10px 20px !important;
    text-align: center;
    text-align: right;
    border-radius: 10px;
    overflow: hidden;
}
.img_small .elementor-image-box-img {
    width: auto !important;
}
.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;
}
.elementor-image-box-content .full-name {
    color: #004096;
    font-weight: 500;
}
.elementor-image-box-content .full-name dt {
    font-size: 16px;
}
.elementor-image-box-content .full-name dd {
    font-size: 24px;
    font-weight: 500;
}
.elementor-image-box-content .full-name dd span {
    font-weight: 500;
    margin-left: 10px;
    font-size: 16px;
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.title-share {
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 35px;
    font-weight: bold;
    color: #5882BC;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}
.title-share:after {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #5882BC;
    height: 3px;
    content: "";
    margin: 0 auto;
    right: 0;
    width: 40px;
}
.title-share span {
    font-size: 12px;
    font-family: 'Baloo Bhaijaan 2', cursive;
    color: #C9CACA;
    display: block;
    letter-spacing: 0.1em;
}
.f-bnr {
    width: 100%;
    max-width: 805px;
    margin: 0 auto 15px;
    justify-content: space-between;
}
.f-bnr li {
    width: 32.3%;
}
@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;
    }
    .f-bnr {
        flex-direction: column;
    }
    .f-bnr li {
        width: 80%;
        margin: 0 auto 20px;
        max-width: 100%;
    }
    .elementor-image-box-title {
        font-size: 22px;
    }
    .doctor_table .elementor-column-wrap {
        margin: 0px !important;
        margin-top: 20px !important;
    }
}
/* IE飲みの修正 */
@media all and (-ms-high-contrast: none) {
    /* トップページ画像表示崩れ修正	 */
    .scroll1 {
        display: flex;
    }
    /* 追従バナー修正	 */
    .fixed-box img {
        width: 100%;
    }
    /* バナーが一番上に来るよう修正	 */
    .fixed-box {
        z-index: 999;
    }
}
.footer_bnr {
    border: 2px solid #3667AC;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin: 0 auto 15px;
    width: 100%;
    max-width: 805px;
    box-sizing: border-box;
}
.footer_bnr li {
    padding-left: 13px;
    position: relative;
    font-size: 15px;
    line-height: 1.7;
    color: #555658;
    text-align: left;
}
.footer_bnr li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #6ECEF8;
}
.footer_bnr .col2 {
    box-sizing: border-box;
}
.footer_bnr .col1 {
    color: #fff;
    text-align: center;
}
.footer_bnr .col1 h2 {
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: bold;
    margin-bottom: 8px;
}
.footer_bnr .col1 h2 span {
    display: block;
}
.footer_bnr .col1 .btn_link {
    color: #fff;
    background: #6ECEF8;
    box-shadow: none;
    font-size: 14px;
    font-family: "ヒラギノ角ゴ W3", Hiragino Sans W3, sans-serif;
    font-weight: 400;
    margin: auto;
    max-width: 173px;
    line-height: 2.1;
    padding-top: 2px;
}
.footer_bnr .col1 .btn_link:hover {
    color: #fff;
    background: #6ECEF8;
    opacity: 0.8;
}
.footer_bnr .col1 .btn_link i {
    right: 10px;
    display: block;
    line-height: 1;
    font-size: 18px;
}
.footer_bnr .deco {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 23%;
    pointer-events: none;
}
@media screen and (min-width: 768px) {
    .footer_bnr {
        justify-content: flex-start !important;
    }
    .footer_bnr .col1 {
        background: url("img/bnr_bg.png") no-repeat center right / 100% auto;
        width: 32.2%;
        padding: 22px 10px 22px 0;
    }
    .footer_bnr .col1 h2 {
        font-size: 28px;
    }
    .footer_bnr .col1 h2 span {
        font-size: 20px;
    }
    .footer_bnr .col2 {
        width: 60%;
        padding: 26px 0 26px 3.4%;
        justify-content: flex-start !important;
    }
    .footer_bnr .col2 ul {
        width: 180px;
    }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
    .footer_bnr .col1 {
        background: url("img/bnr_bg.png") no-repeat center right / cover;
    }
}
@media screen and (max-width: 767px) {
    .footer_bnr {
        display: block !important;
        margin: 0 auto 20px;
        width: 80%;
    }
    .footer_bnr .col1 {
        background: url("img/bnr_bg_sp.png") no-repeat center bottom / cover;
        padding: 12px 0 25px;
    }
    .footer_bnr .col1 h2 {
        font-size: 24px;
        margin-bottom: 3px;
    }
    .footer_bnr .col1 h2 span {
        font-size: 17px;
    }
    .footer_bnr .col1 .btn_link {
        font-size: 12px;
        line-height: 2.5;
        width: 140px;
    }
    .footer_bnr .col1 .btn_link i {
        width: 15px;
        right: 8px;
        margin-top: -1px;
    }
    .footer_bnr .col2 {
        display: block;
        padding: 20px 18px 13px;
    }
    .footer_bnr .deco {
        width: 45%;
    }
    .footer_bnr li {
        font-size: 14px;
        line-height: 2;
    }
	
	.header-btn{
		    position: fixed;
    bottom: 0;
    z-index: 10;
    bottom: 0;
    display: flex;
	}
	.header-btn p{
		margin-bottom: 0
	}
	
}

.gifeed-header-container{
	display: none !important;
}
.gifeed-main-items {
    background: #fff;
}
.gifeed-items{
	padding: 2px !important;
}
.gifeed-items{
	height: 160px !important;
}
.gifeed-items img{
	width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
	.gifeed_col_3 {
    width: 33%  !important;
}
}









