@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%;
}

#menu-item-1795 {
  display: none;
}

body {
  position: relative;
  /*font-family: "ヒラギノ角ゴシックPro", "Hiragino Kaku Gothic Pro", sans-serif;*/
  font-size: 16px;
  letter-spacing: .08em;
  line-height: 32px;
  color: #707070;
  background: #fff;
  -webkit-text-size-adjust: 100%;
	/* font-family: "Noto Serif JP", serif; */
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;

}

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

a {
  vertical-align: baseline;
  text-decoration: none;
  color: #333;
  transition-duration: 0.3s;
}

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

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

@media screen and (min-width: 768px) {
  a img {
    transition: opacity 0.4s ease;
  }
  a:hover img {
    opacity: 0.8;
  }
}

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

table {
  width: 100%;
}

strong, b {
  font-weight: bold;
}

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

.page-id-43 .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100%;
}

/*--------------------------------------
	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;
}

.fwm {
  font-weight: 500;
}

.fwb {
  font-weight: 700;
}

.dblock {
  display: block;
}

.p10 {
  padding: 10px;
}

/* 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;
  }
}

.txt-vertical {
  cursor: vertical-text;
  writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
}

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

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

#wrapper {
  height: 100%;
  padding-top: 70px;
  overflow: hidden;
}

.page-id-43 #wrapper {
  padding-top: 0;
}

@media (max-width: 767px) {
  .container {
    padding: 0 16px;
  }
  #wrapper {
    padding-top: 72px;
  }
}

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

/*--------------------------------------
Pc sp change
--------------------------------------*/
.sp {
  display: none !important;
}

.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;
  }
}

/*--------------------------------------
	text color
--------------------------------------*/
.txt_color {
  color: #0795E4;
}

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

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

.btn_link {
  color: #fff;
  background: #0795E4;
  max-width: 300px;
  width: 100%;
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  transition: all 0.3s;
  font-weight: 600;
  box-sizing: border-box;
}

.btn_link a {
  color: #fff;
}

.btn_link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #fff;
  margin-top: -4px;
}

.btn_link:hover {
  opacity: 0.7;
}

.btn .btn_link {
  margin: 0 auto;
}

/*-----------------------------------------------------------
■ 2 Header
-----------------------------------------------------------*/
/*--------------------------------------
	general
--------------------------------------*/
#header {
  position: absolute;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 1000;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.title-top {
  font-size: 12px;
  color: #FFF;
  text-align: right;
  padding: 15px 0;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 20px;
}

.header_main-container {
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
}

.header_sub-container {
  width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*--------------------------------------
	logo
--------------------------------------*/
header .header_logo {
  max-width: 300px;
}

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

/*--------------------------------------
	nav
--------------------------------------*/
/* gnav */
#header .header_menu .g_nav {
  display: flex;
  justify-content: flex-end;
}

#header .header_menu .g_nav > li {
  vertical-align: middle;
  margin-left: 30px;
}

#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
  display: flex;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  line-height: 25px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  transition-duration: 0.3s;
  position: relative;
  flex-wrap: wrap;
  color: #707070;
}

#header .header_menu .g_nav > li > a > span, #header .header_menu .g_nav > li > span.parent {
  display: block;
}

#header .header_menu .g_nav > li > span.parent:hover + dl, #header .header_menu .g_nav > li > span ul:hover {
  pointer-events: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

#header .header_menu .g_nav > li > span:hover {
  position: relative;
}

#header .header_menu .g_nav > li dl {
  display: none;
  transition: all 0.3s ease;
  z-index: -1;
  font-size: 14px;
  color: #070707;
  position: absolute;
  top: 0;
  visibility: hidden;
}

#header .header_menu .g_nav > li:hover dl {
  opacity: 1;
  z-index: 99;
  visibility: visible;
}

#header .header_menu .g_nav > li dl:hover {
  pointer-events: auto;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  #header .header_menu .g_nav > li > a:hover, #header .header_menu .g_nav > li > span:hover, #header .header_menu .g_nav > li.hover > a, #header .header_menu .g_nav > li.hover > span {
    opacity: 0.7;
  }
  #header .menu_vertical .g_nav > li {
    position: relative;
  }
  #header .menu_vertical dt {
    display: none;
  }
  #header .menu_vertical dd {
    padding: 10px 20px 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #9CBE5E;
  }
  #header .menu_vertical dd a {
    display: block;
    width: 47.5%;
    color: #FFF;
    border-bottom: 1px solid;
    padding: 5px 0 2px;
    position: relative;
  }
  #header .menu_vertical dd a::after {
    content: ">";
    position: absolute;
    top: 2px;
    right: 5px;
    transform: scaleY(1.5);
  }
  #header .menu_vertical dd a:hover {
    opacity: 0.7;
  }
  #header .menu_vertical .g_nav > li dl {
    width: 540px;
    left: -220px;
    top: 47px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  #header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
    font-size: 10px;
  }
  #header .header_menu .g_nav > li {
    vertical-align: middle;
    margin-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  .body-fix #header, .body-fix.page-id-43 #header{
    position: fixed;
    top: 0px !important;
  }
  .body-fix.page-id-43 #header{
    left: 0px;
    right: 0px;
    width: 100%;
  }
  .body-fix.page-id-43 .header_main-container{
    border-radius: 0px;
  }
  .body-fix.page-id-43 .sns-link{
    border-radius: 0px;
  }
}
@media screen and (max-width: 767px) {
  #header {
    top: 0 !important;
  }
  .header_main-container {
    padding: 0;
  }
  #header .header_menu .g_nav {
    margin-top: 0;
  }
  .toggleMenu {
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    position: fixed;
    right: 9px;
    top: 9px;
    z-index: 9999;
    background: transparent;
    transition: 0.7s all ease-in-out;
    background: #FFF;
  }
  .toggleMenu.active {
    background: none;
  }
  .toggleMenu.active .menu-trigger span {
    background: #FFF;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0;
  }
  .menu-trigger span {
    position: absolute;
    right: 8px;
    width: 32px;
    height: 3px;
    border-radius: 5px;
    background: #333;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 24px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 35px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 34px;
  }
  .toggleMenu.active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(-2px) rotate(-45deg);
    transform: translateY(-2px) rotate(-45deg);
  }
  .toggleMenu.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .toggleMenu.active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
  #header .g_nav {
    display: none;
  }
  #header .header_menu {
    float: none;
    clear: both;
    margin-right: 0;
  }
  .header_main-container {
    position: absolute !important;
  }
  #header .header_menu .g_nav {
    display: block;
    text-align: center;
    background: linear-gradient(0deg, #90C454, #70AA2E);
    color: #fff;
    padding: 75px 0 70px;
    overflow: scroll;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }
  #header .header_menu.open .g_nav {
    opacity: 1;
    visibility: visible;
  }
  #header .header_menu .g_nav > li {
    position: relative;
    border-left: none;
    padding-right: 0;
    margin: 0 30px 10px;
  }
  #header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
    width: 100%;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-align: left;
    height: auto;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    border-radius: 30px;
    padding: 16px 0;
    text-align: center;
    font-weight: bold;
    color: #FFF;
  }
  #header .header_menu .g_nav > li > a span, #header .header_menu .g_nav > li > span span {
    margin: 0;
  }
  #header .header_menu .g_nav > li > span:after {
    content: "";
    position: absolute;
    top: 35%;
    right: 20px;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
    -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;
  }
  #header .header_menu .g_nav > li.hover > span:after {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: 5px;
  }
  #header .header_menu .g_nav > li > a sub, #header .header_menu .g_nav > li > span sub {
    margin: -2px 0 0 8px;
    vertical-align: middle;
    bottom: 0;
    color: #fff;
    padding-top: 0;
    font-size: 10px;
    display: none;
  }
  #header .header_menu .g_nav > li dl {
    position: relative;
    top: 0;
    background: none;
    padding: 0;
    font-size: 15px;
    display: none !important;
visibility: visible;
  }
  #header .header_menu .g_nav > li dl li:before {
    display: none;
  }
  #header .header_menu .g_nav > li dl li {
    padding-left: 0;
  }
  #header .header_menu .g_nav > li.hover dl {
    display: block !important;
  }
  #header .header_menu .g_nav > li dt {
    display: none;
  }
  #header .header_menu .g_nav > li dl dd {
    width: 100%;
  }
  #header .header_menu .g_nav > li dl dd a {
    display: block;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
  }
  #header .header_menu .g_nav > li ul li {
    display: block;
    margin-right: 0;
    border-top: 1px solid #fff;
  }
  #header .header_menu .g_nav > li ul li a {
    position: relative;
    display: block;
    padding: 24px 20px 22px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    background: #1aaee4;
    color: #fff;
  }
  #header .header_menu .g_nav > li ul li a:hover {
    text-decoration: none;
    background: #1F5AA5;
    color: #fff;
  }
  #header .header_menu .g_nav > li.hover ul {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  /*スマホ時サブメニューが消える現象を回避*/
  #header .header_menu .g_nav > li > span {
    position: relative;
  }
  #header .header_menu .g_nav > li.hover > span + dl, #header .header_menu .g_nav > li > span:hover + dl {
    pointer-events: auto;
    opacity: 1;
  }
  #header .header_menu .g_nav > li.sp {
    margin: 34px 20px 0;
    padding: 20px;
    line-height: 24px;
    text-align: left;
    background: #FDEDED;
  }
}

/*-----------------------------------------------------------
■ 3 Footer
-----------------------------------------------------------*/
/*--------------------------------------
	general
--------------------------------------*/
#footer {
  padding: 60px 0 0;
  color: #333333;
  font-size: 12px;
  line-height: 30px;
  position: relative;
  z-index: 9;
  background: #FAFAFA;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.15em;
}

.footer_logo {
  max-width: 246px;
  margin-bottom: 60px;
}

#footer .sitemap {
  margin: 5px 0 40px;
}

#footer .sitemap a {
  color: #333333;
}

#footer .sitemap a:hover {
  text-decoration: underline;
}

address, .copyright {
  font-size: 15px;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  color: #FFF;
  background: #708E4E;
  line-height: 30px;
  text-align: center;
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 1px 0 0;
    font-size: 12px;
    line-height: 30px;
    position: relative;
    z-index: 100;
    background: #FFF;
    letter-spacing: 0.15em;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  .footer_logo {
    max-width: 246px;
    margin-bottom: 30px;
  }
  #footer .sitemap {
    margin: 5px 0 35px;
  }
  #footer .sitemap a {
    color: #333333;
  }
  #footer .sitemap a:hover {
    text-decoration: underline;
  }
  address, .copyright {
    line-height: 30px;
    text-align: center;
    font-size: 10px;
    padding: 1vw 0px calc(1vw + 40px);
  }
}

@media screen and (max-width: 767px) {
  .fixed-box {
    width: 100%;
    bottom: 0;
    z-index: 99;
    position: fixed;
    left: 0;
  }
  .fixed-box ul {
    display: flex !important;
  }
  #pagetop {
    width: 12.94vw;
    bottom: 40vw;
  }
  #pagetop img {
    opacity: 1;
  }
}

/*-----------------------------------------------------------
■ 3 Other Common Elements
-----------------------------------------------------------*/
/*--------------------------------------
	conversion section
--------------------------------------*/
.conversion {
  padding: 64px 0;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}

.conversion:before {
  content: '';
  background: rgba(13, 23, 47, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.conversion .top-ttl {
  color: #fff;
}

.conversion .contact-js {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
  line-height: 0;
}

.conversion .contact-js .slick-list,
.conversion .contact-js .slick-track,
.conversion .contact-js .slick-slide,
.conversion .contact-js .slick-slide div,
.conversion .contact-js .slick-slide div p {
  height: 100%;
}

.conversion .contact-js .slick-slide div p img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50%;
}

.conversion .txt {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.16em;
  margin: 48px 0;
}

.conversion_list {
  display: flex;
  justify-content: center;
}

.conversion_list li {
  max-width: 380px;
  width: 48%;
}

.conversion_list li + li {
  margin-left: 48px;
}

.conversion .time {
  text-align: center;
  margin-top: 48px;
  letter-spacing: 0.16em;
  font-weight: 500;
}

.conversion .time .showsp {
  display: none;
}

@media screen and (max-width: 980px) {
  .conversion_list li + li {
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .conversion {
    padding: 45px 0;
  }
  .conversion .txt {
    font-size: 15px;
    letter-spacing: 0;
    margin: 35px 0;
  }
  .conversion_list {
    display: block;
  }
  .conversion_list li {
    max-width: none;
    width: 100%;
  }
  .conversion_list li + li {
    margin: 32px 0 0;
  }
  .conversion .time {
    margin-top: 30px;
    letter-spacing: 0;
  }
  .conversion .time .hidesp {
    display: none;
  }
  .conversion .time .showsp {
    display: inline-block;
  }
}

/*-----------------------------------------------------------
■ 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;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .conversion .conversion_title span:before,
  .conversion .conversion_title span:after {
    top: 5px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .conversion .conversion_title span:before,
  .conversion .conversion_title span:after {
    top: 5px;
  }
}

.b_11 {
  margin: 0 0 2em;
}

.b_11_in {
  margin: 0 0 1em;
}

.b_11_in:last-child {
  margin: 0;
}

.b_11 .b_11_in div {
  margin: 0 0 .3em;
}

.b_11 .b_11_in span img {
  display: block;
  float: left;
  width: 30%;
  margin: 0 .5em .5em 0;
}

.b_11 img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.b_11.b_11_column2 {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  border: none;
  width: 100%;
}

.b_11.b_11_column2 div.column_l {
  display: table-cell;
  width: auto;
  padding-right: 5px;
  vertical-align: top;
}

.b_11.b_11_column2 div.column_r {
  display: table-cell;
  width: auto;
  padding-left: 5px;
  vertical-align: top;
}

.b_11.b_11_column2 div.column_l div, .b_11.b_11_column2 div.column_r div {
  margin: 0 0 .3em;
}

.b_11.b_11_column2 div.column_l span img, .b_11.b_11_column2 div.column_r span img {
  display: block;
  float: none;
  width: 100%;
  margin: 0 0 .5em;
}

.b_11.b_11_column3 {
  display: table;
  table-layout: auto;
  border-collapse: collapse;
  border: none;
  width: 100%;
}

.b_11.b_11_column3 div.column_c, .b_11.b_11_column3 div.column_l, .b_11.b_11_column3 div.column_r {
  display: table-cell;
  width: 32%;
  vertical-align: top;
}

.b_11.b_11_column3 div.column_blank {
  display: table-cell;
  width: auto;
  vertical-align: top;
}

.b_11.b_11_column3 div.column_c div, .b_11.b_11_column3 div.column_l div, .b_11.b_11_column3 div.column_r div {
  margin: 0 0 .3em;
}

.b_11.b_11_column3 div.column_c span img, .b_11.b_11_column3 div.column_l span img, .b_11.b_11_column3 div.column_r span img {
  display: block;
  float: none;
  width: 100%;
  margin: 0 0 .5em;
}

.b_11.b_11_column3 div.column_c span p, .b_11.b_11_column3 div.column_l span p, .b_11.b_11_column3 div.column_r span p {
  line-height: normal;
}

@media screen and (max-width: 600px) {
  .b_11_img {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 .5em;
    line-height: 1px;
  }
  .b_11.b_11_column2 {
    display: block;
    width: 100%;
  }
  .b_11.b_11_column2 div.column_l {
    display: block;
    width: auto;
    margin: 0 0 1em;
    padding-right: 0;
  }
  .b_11.b_11_column2 div.column_r {
    display: block;
    width: auto;
    padding-left: 0;
  }
  .b_11.b_11_column3, .b_11.b_11_column3 div.column_c, .b_11.b_11_column3 div.column_l, .b_11.b_11_column3 div.column_r {
    display: block;
    width: 100%;
  }
  .b_11.b_11_column3 div.column_c, .b_11.b_11_column3 div.column_l {
    margin: 0 0 1em;
  }
  .b_11.b_11_column3 div.column_blank {
    display: none;
    width: auto;
  }
}

.b_11_2 {
  margin: 0 0 2em;
}

.b_11_2_in {
  margin: 0 0 1em;
}

.b_11_2_in:last-child {
  margin: 0;
}

.b_11_2_in div {
  margin: 0 0 .3em;
}

.b_11_2_in span img {
  display: block;
  float: left;
  width: 30%;
  margin: 0 .5em .5em 0;
  line-height: 1px;
}

.b_11_2 img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.b_11_2.b_11_2_column2 {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  border: none;
  width: 100%;
}

.b_11_2.b_11_2_column2 div.column_l {
  display: table-cell;
  width: auto;
  padding-right: 5px;
  vertical-align: top;
}

.b_11_2.b_11_2_column2 div.column_r {
  display: table-cell;
  width: auto;
  padding-left: 5px;
  vertical-align: top;
}

.b_11_2.b_11_2_column2 div.column_l div, .b_11_2.b_11_2_column2 div.column_r div {
  margin: 0 0 .3em;
}

.b_11_2.b_11_2_column2 div.column_l span img, .b_11_2.b_11_2_column2 div.column_r span img {
  display: block;
  float: none;
  width: 100%;
  margin: 0 0 .5em;
  line-height: 1px;
}

.b_11_2.b_11_2_column3 {
  display: table;
  table-layout: auto;
  border-collapse: collapse;
  border: none;
  width: 100%;
}

.b_11_2.b_11_2_column3 div.column_c, .b_11_2.b_11_2_column3 div.column_l, .b_11_2.b_11_2_column3 div.column_r {
  display: table-cell;
  width: 32%;
  vertical-align: top;
}

.b_11_2.b_11_2_column3 div.column_blank {
  display: table-cell;
  width: auto;
  vertical-align: top;
}

.b_11_2.b_11_2_column3 div.column_c div, .b_11_2.b_11_2_column3 div.column_l div, .b_11_2.b_11_2_column3 div.column_r div {
  margin: 0 0 .3em;
}

.b_11_2.b_11_2_column3 div.column_c span img, .b_11_2.b_11_2_column3 div.column_l span img, .b_11_2.b_11_2_column3 div.column_r span img {
  display: block;
  float: none;
  width: 100%;
  margin: 0 0 .5em;
  line-height: 1px;
}

@media screen and (max-width: 600px) {
  .b_11_2_img {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 .5em;
    line-height: 1px;
  }
  .b_11_2.b_11_2_column2 {
    display: block;
    width: 100%;
  }
  .b_11_2.b_11_2_column2 div.column_l {
    display: block;
    width: auto;
    margin: 0 0 1em;
    padding-right: 0;
  }
  .b_11_2.b_11_2_column2 div.column_r {
    display: block;
    width: auto;
    padding-left: 0;
  }
  .b_11_2.b_11_2_column3, .b_11_2.b_11_2_column3 div.column_c, .b_11_2.b_11_2_column3 div.column_l, .b_11_2.b_11_2_column3 div.column_r {
    display: block;
    width: 100%;
  }
  .b_11_2.b_11_2_column3 div.column_c, .b_11_2.b_11_2_column3 div.column_l {
    margin: 0 0 1em;
  }
  .b_11_2.b_11_2_column3 div.column_blank {
    display: none;
    width: auto;
  }
}

.b_11_3 {
  margin: 0 0 2em;
}

.b_11_3_in {
  margin: 0 0 1em;
}

.b_11_3_in:last-child {
  margin: 0;
}

.b_11_3_in div {
  margin: 0 0 .3em;
}

.b_11_3_in span {
  display: block;
  float: left;
  width: 30%;
  margin: 0 .5em .5em 0;
  line-height: 1px;
}

.b_11_3 img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.b_11_3.b_11_3_column2 {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  border: none;
  width: 100%;
}

.b_11_3.b_11_3_column2 div.column_l {
  display: table-cell;
  width: auto;
  padding-right: 5px;
  vertical-align: top;
}

.b_11_3.b_11_3_column2 div.column_r {
  display: table-cell;
  width: auto;
  padding-left: 5px;
  vertical-align: top;
}

.b_11_3.b_11_3_column2 div.column_l div, .b_11_3.b_11_3_column2 div.column_r div {
  margin: 0 0 .3em;
}

.b_11_3.b_11_3_column2 div.column_l span img, .b_11_3.b_11_3_column2 div.column_r span img {
  display: block;
  float: none;
  width: 100%;
  margin: 0 0 .5em;
  line-height: 1px;
}

.b_11_3.b_11_3_column3 {
  display: table;
  table-layout: auto;
  border-collapse: collapse;
  border: none;
  width: 100%;
}

.b_11_3.b_11_3_column3 div.column_c, .b_11_3.b_11_3_column3 div.column_l, .b_11_3.b_11_3_column3 div.column_r {
  display: table-cell;
  width: 32%;
  vertical-align: top;
}

.b_11_3.b_11_3_column3 div.column_blank {
  display: table-cell;
  width: auto;
  vertical-align: top;
}

.b_11_3.b_11_3_column3 div.column_c div, .b_11_3.b_11_3_column3 div.column_l div, .b_11_3.b_11_3_column3 div.column_r div {
  margin: 0 0 .3em;
}

.b_11_3.b_11_3_column3 div.column_c span img, .b_11_3.b_11_3_column3 div.column_l span img, .b_11_3.b_11_3_column3 div.column_r span img {
  display: block;
  float: none;
  width: 100%;
  margin: 0 0 .5em;
  line-height: 1px;
}

@media screen and (max-width: 600px) {
  .b_11_3_img {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 .5em;
    line-height: 1px;
  }
  .b_11_3.b_11_3_column2 {
    display: block;
    width: 100%;
  }
  .b_11_3.b_11_3_column2 div.column_l {
    display: block;
    width: auto;
    margin: 0 0 1em;
    padding-right: 0;
  }
  .b_11_3.b_11_3_column2 div.column_r {
    display: block;
    width: auto;
    padding-left: 0;
  }
  .b_11_3.b_11_3_column3, .b_11_3.b_11_3_column3 div.column_c, .b_11_3.b_11_3_column3 div.column_l, .b_11_3.b_11_3_column3 div.column_r {
    display: block;
    width: 100%;
  }
  .b_11_3.b_11_3_column3 div.column_blank {
    display: none;
    width: auto;
  }
}

.ai_bnr_wrapper {
  cursor: pointer;
  position: fixed;
  width: 40%;
  max-width: 400px;
  text-align: right;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: block;
}

.ai_popup_wrapper {
  text-align: center;
}

.mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: #000;
  display: none;
}

.window {
  display: none;
  z-index: 99999;
  background: #FF7F80;
}

.ai_popup {
  max-width: 400px;
  min-height: 460px;
  padding: 35px;
  padding-top: 22px;
  padding-bottom: 31px;
}

.ai_popup {
  font-weight: 600;
  text-align: center;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.window p {
  font-size: 25px;
  color: #FFFFFF;
  margin-bottom: 20px;
  line-height: 1.7;
}

.popup_title2 {
  font-size: 20px !important;
}

.windowp2 {
  font-size: 20px !important;
}

.ai_popup_content li {
  background-color: #FFFFFF;
  cursor: pointer;
  margin-bottom: 24px;
  max-height: 50px;
  position: relative;
  border-radius: 5px;
}

.ai_popup_content li {
  font-size: 19px;
}

.ai_popup_content li:last-child {
  margin-bottom: 0px;
}

.ai_popup_content li a {
  display: flex;
}

.popup_icon_img {
  margin-top: 8px;
  margin-bottom: 7px;
  margin-left: 18px;
  max-width: 36px;
  max-height: 36px;
  margin-right: 20px;
}

.popup_arrow_img {
  margin-top: 5%;
  right: 17px;
  width: 3% !important;
  position: absolute;
}

.ai_popup_content li p {
  font-size: 19px;
  color: #000000;
  margin-top: 2.5%;
  /* font-weight: 500; */
  margin-bottom: 6%;
}

/* .ai_popup_content li p:after{
	content:"";
	width:4px;
	height:7px;
font-w
	background-image:url("");
} */
.popup_underline {
  margin-top: 25.5px;
  margin-bottom: 25.5px;
  border: 1px solid #FFFFFF;
}

.topbnr1 {
  cursor: pointer;
  position: fixed;
  width: 40%;
  max-width: 400px;
  text-align: right;
  right: 0;
  z-index: 1000;
  border: none;
  bottom: 106px;
}

.ai_bnr_wrapper img, #open-chatbot img {
  max-width: 100%;
}

.popup_arrow_img {
  margin-top: 5%;
  right: 17px;
  width: 3%;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .popup_arrow_img {
    width: 3%;
    height: 30%;
    margin-right: 5px;
    margin-left: 16px;
    margin-top: 6%;
  }
  .ai_bnr_wrapper {
    text-align: left;
    max-width: unset;
    width: 100%;
    right: -50%;
  }
  .topbnr1 {
    width: 100%;
    max-width: unset;
    cursor: pointer;
    text-align: right;
    padding: 0;
    position: unset;
    border: none;
    background: none;
  }
  .sp.ai_bnr {
    position: fixed;
    right: 0;
    width: 50%;
    bottom: 0;
  }
  .popup_title2 {
    font-size: 16px !important;
  }
  .ai_bnr_wrapper img {
    width: 50%;
  }
  .popup_icon_img {
    max-height: 32px;
    max-width: 32px;
    margin-top: 10px;
    margin-bottom: 6px;
    margin-left: 7px;
  }
  .ai_popup_content li p {
    font-size: 18px;
    margin-top: 11px;
  }
  .ai_popup_content li {
    margin-bottom: 21px;
  }
  .window p {
    font-size: 25px;
  }
  .windowp2 {
    font-size: 18px !important;
  }
  .ai_popup_content li {
    font-size: 15px;
  }
  .ai_popup {
    min-width: 305px;
    max-width: 305px;
    min-height: 400px;
    padding: 31px;
    padding-top: 19px;
    padding-bottom: 41px;
  }
}

@media screen and (min-width: 767px) {
  .ai_bnr {
    border: none;
    background: none;
    margin: 0;
    bottom: 339px;
    padding: 0;
    position: fixed;
    right: 0;
  }
  .ai_bnr img {
    max-width: 48px;
  }
  .topbnr1 {
    border: none;
    background: none;
    margin: 0;
    max-width: 48px;
    bottom: 80px;
    padding: 0;
  }
}

@media screen and (max-width: 389px) {
  .ai_popup {
    min-width: 300px;
    max-width: 300px;
    min-height: 400px;
    padding: 31px;
    padding-top: 19px;
    padding-bottom: 41px;
  }
}

.close {
  position: absolute;
  right: -20px;
  top: -20px;
  cursor: pointer;
  width: 12%;
}
