@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: inherit;
}
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';
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 34px;
  color: #6a6055;
  background: #fff;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}

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

a {
  vertical-align: middle;
  text-decoration: none;
  color: #6a6055;
  -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 {
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

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;
  }
  body {
    line-height: 30px;
    font-size: 15px;
    letter-spacing: 0em;
  }
}

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

@font-face {
  font-family: 'Zen Maru';
  src: url(./libs/zen-maru/ZenMaruGothic-Bold.ttf);
  font-weight: bold;
}

@font-face {
  font-family: 'Zen Maru';
  src: url(./libs/zen-maru/ZenMaruGothic-Medium.ttf);
  font-weight: 500;
}

.fnt-zen {
  font-family: 'Zen Maru';
  font-weight: bold;
}

.fw5 {
  font-weight: 500;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url(./libs/Noto-sans/NotoSansJP-VariableFont_wght.ttf);
}

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

.wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

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

  .sp {
    display: block !important;
  }
  .wrap {
    padding: 0 4%;
  }
}

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

  .pcm {
    display: none;
  }
}

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

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

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

#wrapper {
  height: 100%;
  overflow: hidden;
}

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

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

.txt-color {
  color: #f4af8f;
}
.txt-center {
  text-align: center;
}

.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%;
  z-index: 1000;
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  position: relative;
}

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

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

.header__sub-container {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 220px;
}
@media (min-width: 768px) and (max-width: 1100px) {
  .header__sub-container {
    flex-basis: 130px;
  }
  .header__main-container {
    padding: 0 20px;
  }
}

/* menu */
.menu-text {
  font-family: 'Zen Maru';
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

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

@media screen and (max-width: 767px) {
  .menu-text {
    color: #4d4f60;
  }

  /* container */
  .header__main-container {
    padding: 0px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .header__sub-container {
    width: calc(100% - 40px);
    margin: 10px 20px;
    flex-grow: initial;
    flex-shrink: initial;
    flex-basis: initial;
  }
}

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

header .header__logo {
  margin-top: 23px;
  width: 170px;
  margin-left: 60px;
}

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

@media screen and (max-width: 767px) {
  .header__sub-container {
    margin: 0 5px;
    z-index: 100;
  }
  header .header__logo {
    width: 17vw;
    margin-top: 4px;
    margin-left: -14px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  header .header__logo {
    width: 100px;
    margin-left: -10px;
    margin-top: 20px;
  }
}

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

header .header__nav nav ol {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-right: 50px;
  gap: 14px;
}

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

header .header__nav nav ol > li > .up-menu a,
header .header__nav nav ol > li > .up-menu span {
  display: block;
  padding: 1.6rem 1.5rem;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1000px) {
  header .header__nav nav ol > li > .up-menu a,
  header .header__nav nav ol > li > .up-menu span {
    padding-right: 5px;
    padding-left: 5px;
  }
}

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: 130px;
  height: auto;
  padding: 10px 20px;
  border-radius: 0.5em;
  box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
  visibility: hidden;
  opacity: 0;
  background: rgba(222, 241, 204, 0.9);
  -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;
}

.sub-menu a {
  font-size: 14px;
}

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

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

@media screen and (min-width: 768px) {
  header .header__nav nav ol > li dl {
    pointer-events: none;
  }

  header .header__nav nav ol .sub-menu a:hover {
    color: #94c789;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  .menu-item-has-children:hover::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 40px;
  }
}

@media (max-width: 1080px) and (min-width: 768px) {
  header .header__nav nav ol {
    margin-right: auto;
    margin-left: -20px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  header .header__nav nav ol > li .up-menu {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  header .header__nav {
    width: 100%;
  }

  header .header__nav nav ol {
    display: none;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    top: 0;
    position: fixed;
    width: 100%;
    background: #fff;
    padding: 73px 30px 120px;
    z-index: 99;
    min-width: 100%;
    overflow-y: scroll;
  }

  header .header__nav nav ol > li {
    position: relative;
    width: 100%;
    border-left: none;
    border-bottom: 1px dotted;
  }

  header .header__nav nav ol > li > .up-menu {
    display: block;
    width: 100%;
    height: auto;
    padding: 25px 0;
    text-align: left;
    font-size: 15px;
    letter-spacing: 2px;
  }

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

  header .header__nav nav ol > li > .up-menu a,
  header .header__nav nav ol > li > .up-menu span {
    padding: 0px;
  }

  header .header__nav nav ol > li > .up-menu span {
    margin: 0;
  }

  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 {
    color: #4d4f60;
    font-weight: bold;
  }

  header .header__nav nav ol > li + li {
    margin-left: 0px;
  }

  header .header__nav nav ol > li:last-child {
    margin: 30px -30px 0;
    width: auto;
  }

  .menu-item-has-children .up-menu::after,
  .menu-item-has-children .up-menu:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7px;
    width: 13px;
    height: 2px;
    background: #4d4f60;
  }
  .menu-item-has-children .up-menu:before {
    width: 2px;
    height: 13px;
    right: 13px;
  }

  .menu-item-has-children.hover .up-menu::before {
    opacity: 0;
  }

  .sub-menu {
    width: 100%;
  }

  header .header__nav nav ol > li .sub-menu a {
    padding: 2px 0;
    font-weight: bold;
    text-align: left;
    font-size: 15px;
    position: relative;
  }
  header .header__nav nav ol > li .sub-menu a:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -16px;
    width: 9px;
    height: 8px;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    background: #a38845;
  }
  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 .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);
    background: #faf9ea;
    padding: 20px 40px;
  }

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

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

header .toggle-menu {
  display: none;
}

.toggle-menu__trigger,
.toggle-menu__trigger span {
  display: inline-block;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.toggle-menu__trigger {
  position: relative;
  display: block;
  width: 28px;
  height: 23px;
  top: 5px;
  right: 4px;
  padding: 0;
  border: 0px;
  margin: 0;
  text-align: center;
  background: none;
}

.toggle-menu__trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #6a6055;
}

.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 .toggle-menu {
    display: block;
    z-index: 100;
  }
}

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

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

#footer {
  padding: 33px 0 95px;
  background-size: cover;
  text-align: center;
}

#footer .logo {
  width: 170px;
  margin: 0 auto 33px;
}

#footer .text {
  letter-spacing: 0px;
  margin-bottom: -7px;
}
#footer .link a:hover {
  text-decoration: underline;
}

/*--------------------------------------
	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 .copyright {
  margin-top: 10px;
  line-height: 1.8;
}

@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 {
    margin-top: 30px;
  }
}

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

.fixed-box {
  position: fixed;
  right: 37px;
  bottom: 10px;
  display: block;
  height: auto;
  z-index: 99;
  -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 {
  flex-direction: column;
  gap: 10px;
}
.fixed-box .fixed-banner__pc ul li {
  width: 68px;
}
.fixed-box .fixed-banner__pc ul li:nth-child(1) {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #70c8ce;
  border-radius: 45px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  gap: 20px;
}
.fixed-box .fixed-banner__pc ul li:nth-child(1) img {
  width: 20px;
}
.fixed-box .fixed-banner__pc ul li:nth-child(1) dl {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  line-height: 16px;
  margin-top: -5px;
}
.fixed-box .fixed-banner__pc ul li:nth-child(1) dl dt {
  font-size: 13px;
}
.fixed-box .fixed-banner__pc ul li:nth-child(1) dl dd {
  font-size: 26px;
}
.fixed-box .fixed-banner__pc ul li:nth-child(1) dl dd a {
  color: #fff;
}
.fixed-box .fixed-banner__pc ul li:nth-child(1):hover {
  width: 260px;
}
.fixed-box .fixed-banner__pc ul li:nth-child(1):hover dl {
  display: block;
  opacity: 1;
  visibility: visible;
  position: relative;
  transition: all 0.3s ease;
  transition-delay: 0.2s;
}

.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-box {
    right: 0;
    height: auto;
    width: 100%;
  }
  .fixed-box ul {
    justify-content: center;
    margin: 0 5%;
    gap: 8px;
  }
  .fixed-box img {
    height: auto;
  }
  .fixed-banner__pc {
    display: none;
  }

  #footer {
    padding-bottom: 28vw;
    padding-top: 7vw;
  }
  #footer .logo {
    width: 31%;
    margin-bottom: 5vw;
  }
  #footer .text {
    letter-spacing: 1px;
  }
}

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .conversion .conversion__title {
    font-size: 28px;
  }

  .conversion .conversion__list {
    max-width: 535px;
    margin: 0 auto;
  }

  .conversion .conversion__list {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .conversion .conversion__list li + li {
    margin-top: 10px;
    margin-left: 0%;
  }
}

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

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

.elementor img {
  width: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

.elementor-section.elementor-section-boxed > .elementor-container {
  width: 1080px;
}
.elementor-section.elementor-section-boxed > .elementor-container {
  width: 100%;
}

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

/*=============================================
******************* common-sec  ***************
*=============================================*/
.common-sec {
  background: url(img/common_bg.png) repeat, #83c0da;
  padding: 73px 0 76px;
  color: #fff;
}
.common-sec .wrap {
  display: flex;
  justify-content: space-between;
}
.common-sec .left {
  padding-left: 10px;
}
.common-sec h2 {
  font-size: 36px;
  margin: -3px 0 18px 0px;
  letter-spacing: 0.15em;
  font-weight: 500;
}
.common-sec .text {
  font-size: 18px;
  letter-spacing: 0.1em;
}
.common-sec .right {
  width: 528px;
  background: #fff;
  border-radius: 40px;
  padding-top: 25px;
  height: 169px;
  box-sizing: border-box;
  color: #6a6055;
}
.common-sec .right .tel {
  font-size: 44.5px;
  font-weight: 500;
  letter-spacing: 5px;
  text-align: center;
}
.common-sec .right .tel a {
  color: #6a6055;
}
.common-sec .right .tel a img {
  max-width: 27px;
  margin: 0 6px 3px -15px;
  height: auto;
}
.common-sec .right dl {
  display: flex;
  font-size: 18px;
  margin: 16px 0 -20px 60px;
  gap: 27px;
}
.common-sec .right dl:last-child dt {
  letter-spacing: 4px;
  margin-right: -11px;
}
.common-sec .right dl dd {
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .common-sec {
    padding: 12vw 0 9vw;
  }
  .common-sec .wrap {
    flex-direction: column;
  }
  .common-sec h2 {
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 4vw;
  }
  .common-sec .text {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-right: 3%;
  }
  .common-sec .right {
    width: 92%;
    margin: 6vw auto 0;
    border-radius: 20px;
    padding: 4vw 0 10vw;
  }
  .common-sec .right .tel {
    font-size: 31px;
    letter-spacing: 3px;
  }
  .common-sec .right .tel a img {
    margin-left: 1px;
    max-width: 24px;
    margin-right: -1px;
  }
  .common-sec .right dl {
    margin: 5vw 0 -4vw 9%;
    font-size: 16px;
    gap: 4vw;
    line-height: 22px;
  }
  .common-sec .right dl:last-child dt {
    letter-spacing: 7px;
  }
  .common-sec .right dl:nth-child(2) dd {
    width: 140px;
    margin-left: 18px;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .common-sec .right {
    margin-right: 10px;
    width: auto;
    padding: 25px 20px 0;
  }
  .common-sec h2 {
    font-size: 30px;
  }
  .common-sec .left {
    min-width: 370px;
    width: 370px;
  }
  .common-sec .left br {
    display: none;
  }
  .common-sec .right .tel {
    font-size: 39.5px;
    font-weight: 500;
    letter-spacing: 3px;
  }
  .common-sec .right dl {
    margin-left: 0px;
    font-size: 16px;
  }
  .common-sec .right dl dd {
    letter-spacing: 0px;
  }
}
